diff --git a/algorithm/atmosphere/fv3jedi_fv3inc_lgetkf.yaml.j2 b/algorithm/atmosphere/fv3jedi_fv3inc_lgetkf.yaml.j2 index 93157274..9cf1fb72 100644 --- a/algorithm/atmosphere/fv3jedi_fv3inc_lgetkf.yaml.j2 +++ b/algorithm/atmosphere/fv3jedi_fv3inc_lgetkf.yaml.j2 @@ -106,10 +106,16 @@ members from template: datapath: ./anl/mem%mem% filename: cubed_sphere_grid_atminc.jedi.nc fv3 increment output: +{% if atm_enkfonly | default(false) %} + filetype: fms restart + is restart: false + filename_nonrestart: {{ atmosphere_ensemble_analysis_prefix }}cubed_sphere_grid_atminc.nc +{% else %} filetype: cube sphere history provider: ufs - datapath: ./anl/mem%mem% filename: {{ atmosphere_ensemble_analysis_prefix }}cubed_sphere_grid_atminc.nc +{% endif %} + datapath: ./anl/mem%mem% field io names: eastward_wind: u_inc northward_wind: v_inc