Skip to content

Commit 100264c

Browse files
Enable EnKF-only for atmosphere (#219)
This PR works along with the following three dependent PRs to enable the EnKF-only configuration for the atmosphere within the global workflow (see detailed description NOAA-EMC/global-workflow#4345) Dependencies: -NOAA-EMC/global-workflow#4345 -#2010 -NOAA-EMC/jcb#32 Resolve - NOAA-EMC/global-workflow#4339 --------- Co-authored-by: Cory Martin <cory.r.martin@noaa.gov>
1 parent e22483f commit 100264c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

parm/jcb-gdas/algorithm/atmosphere/fv3jedi_fv3inc_lgetkf.yaml.j2

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,16 @@ members from template:
106106
datapath: ./anl/mem%mem%
107107
filename: cubed_sphere_grid_atminc.jedi.nc
108108
fv3 increment output:
109+
{% if atm_enkfonly | default(false) %}
110+
filetype: fms restart
111+
is restart: false
112+
filename_nonrestart: {{ atmosphere_ensemble_analysis_prefix }}cubed_sphere_grid_atminc.nc
113+
{% else %}
109114
filetype: cube sphere history
110115
provider: ufs
111-
datapath: ./anl/mem%mem%
112116
filename: {{ atmosphere_ensemble_analysis_prefix }}cubed_sphere_grid_atminc.nc
117+
{% endif %}
118+
datapath: ./anl/mem%mem%
113119
field io names:
114120
eastward_wind: u_inc
115121
northward_wind: v_inc

0 commit comments

Comments
 (0)