Skip to content

Commit

Permalink
Udpated namelist variables in gcycle tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraDraper-NOAA committed Dec 16, 2024
1 parent 1a140ab commit 8fedf3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion reg_tests/global_cycle/C192.gsi_lndincsoilnoahmp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export use_ufo=.true.

export DO_SFCCYCLE=".FALSE."
export DO_LNDINC=".TRUE."
export DO_SOI_INC_GSI=".true."
export DO_SOI_INC=".true."
export INTERP_LNDINC=".true."

export VERBOSE=YES
export CYCLVARS=FSNOL=-2.,FSNOS=99999.,
Expand Down
3 changes: 2 additions & 1 deletion reg_tests/global_cycle/C192.jedi_lndincsoilnoahmp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export use_ufo=.true.

export DO_SFCCYCLE=".FALSE."
export DO_LNDINC=".TRUE."
export DO_SOI_INC_JEDI=".true."
export DO_SOI_INC=".true."
export INTERP_LNDINC=".false."

export VERBOSE=YES
export CYCLVARS=FSNOL=-2.,FSNOS=99999.,
Expand Down
5 changes: 3 additions & 2 deletions reg_tests/global_cycle/C768.lndincsnow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ export FNSNOA=$COMIN/gdas.t00z.snogrb_t1534.3072.1536
export FNACNA=$COMIN/gdas.t00z.seaice.5min.blend.grb
export NST_FILE=$COMIN/gdas.t00z.dtfanl.nc

export DO_SNO_INC_JEDI=.true. # must be lower-case.
export DO_SOI_INC_JEDI=.false.
export DO_SNO_INC=.true. # must be lower-case.
export DO_SOI_INC=.false.
export INTERP_LNDINC=.false.
export JCAP=1534
export LONB=3072
export LATB=1536
Expand Down

0 comments on commit 8fedf3d

Please sign in to comment.