Skip to content

Commit

Permalink
Added LSOIL_INCR variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraDraper-NOAA committed Dec 17, 2024
1 parent a635ce7 commit 633f9bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions reg_tests/global_cycle/C192.gsi_lndincsoilnoahmp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export DO_SFCCYCLE=".FALSE."
export DO_LNDINC=".TRUE."
export DO_SOI_INC=".true."
export INTERP_LNDINC=".true."
export LSOIL_INCR=3

export VERBOSE=YES
export CYCLVARS=FSNOL=-2.,FSNOS=99999.,
Expand Down
1 change: 1 addition & 0 deletions reg_tests/global_cycle/C192.jedi_lndincsoilnoahmp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export DO_SFCCYCLE=".FALSE."
export DO_LNDINC=".TRUE."
export DO_SOI_INC=".true."
export INTERP_LNDINC=".false."
export LSOIL_INCR=3

export VERBOSE=YES
export CYCLVARS=FSNOL=-2.,FSNOS=99999.,
Expand Down
4 changes: 3 additions & 1 deletion ush/global_cycle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ LATB_CASE=$((2*CRES))
DELTSFC=${DELTSFC:-0}

LSOIL=${LSOIL:-4}
LSOIL_INCR=${LSOIL_INCR:-2}
FSMCL2=${FSMCL2:-60}
FSLPL=${FSLPL:-99999.}
FSOTL=${FSOTL:-99999.}
Expand Down Expand Up @@ -388,13 +389,14 @@ cat << EOF > fort.36
/
EOF


cat << EOF > fort.37
&NAMSFCD
NST_FILE="$NST_FILE",
DO_SOI_INC=$DO_SOI_INC,
DO_SNO_INC=$DO_SNO_INC,
INTERP_LNDINC=$INTERP_LNDINC,
lsoil_incr=2,
lsoil_incr=$LSOIL_INCR,
/
EOF

Expand Down

0 comments on commit 633f9bf

Please sign in to comment.