Skip to content

Commit 2154dde

Browse files
authored
Update land-jediincr namelists (#1702)
# Description <!-- Enter PR description here. --> updates the namelist template for GDASApp/land-jediincr, and fills in default values to the test namelist. # Companion PRs <!-- Enter links to any companion PRs here. --> NOAA-EMC/global-workflow#3645 # Issues <!-- Enter any issues referenced or resolved by this PR here. Use keywords "Resolves" or "Refs". Resolves #1234 Refs #4321 Refs NOAA-EMC/repo#5678 --> # Automated CI tests to run in Global Workflow <!-- Which Global Workflow CI tests are required to adequately test this PR? --> - [ ] atm_jjob <!-- JEDI atm single cycle DA !--> - [ ] C96C48_ufs_hybatmDA <!-- JEDI atm cycled DA !--> - [x] C96C48_hybatmaerosnowDA <!-- JEDI aero/snow cycled DA !--> - [ ] C48mx500_3DVarAOWCDA <!-- JEDI low-res marine 3DVar cycled DA !--> - [ ] C48mx500_hybAOWCDA <!-- JEDI marine hybrid envar cycled DA !--> - [ ] C96C48_hybatmDA <!-- GSI atm cycled DA !-->
1 parent 5aac81f commit 2154dde

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

parm/snow/apply_incr_nml.j2

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@
66
rst_path = "./anl",
77
inc_path = "./anl",
88
orog_path = "{{ HOMEgfs }}/fix/orog/{{ CASE }}",
9-
otype = "{{ CASE }}.mx{{ OCNRES }}_oro_data"
9+
otype = "{{ CASE }}.mx{{ OCNRES }}_oro_data",
10+
ntiles="{{ ntiles }}",
11+
ens_size=1,
12+
noincr_threshold = "{{ noincr_threshold }}",
13+
print_summary=.true.,
14+
print_debug="{{ print_debug }}" ,
1015
/

test/snow/apply_jedi_incr.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ cat << EOF > apply_incr_nml
4949
inc_path="$WORKDIR",
5050
orog_path="$TPATH"
5151
otype="$TSTUB"
52+
ntiles=6,
53+
ens_size=1,
54+
noincr_threshold=999999.9,
55+
print_summary=.true.,
56+
print_debug=.false.
5257
/
5358
EOF
5459

0 commit comments

Comments
 (0)