From d55307dfd5db995367b58eabeaf79395fc1fd4bb Mon Sep 17 00:00:00 2001 From: "Clara.Draoper-NOAA" Date: Thu, 18 Dec 2025 13:56:59 +0000 Subject: [PATCH] Turn off soil moisture relaxation. --- ush/global_cycle.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ush/global_cycle.sh b/ush/global_cycle.sh index 0918e943a11..ec614f4edbc 100755 --- a/ush/global_cycle.sh +++ b/ush/global_cycle.sh @@ -212,7 +212,7 @@ DELTSFC=${DELTSFC:-0} LSOIL=${LSOIL:-4} LSOIL_INCR=${LSOIL_INCR:-2} -FSMCL2=${FSMCL2:-60} +FSMCL2=${FSMCL2:-99999.} FSLPL=${FSLPL:-99999.} FSOTL=${FSOTL:-99999.} FVETL=${FVETL:-99999.} @@ -340,7 +340,7 @@ cat << EOF > fort.37 / EOF -${APRUNCY} "${CYCLEXEC}" 1> "${PGMOUT}" 2> "${PGMERR}" +${APRUNCY} "${CYCLEXEC}" 1>> "${PGMOUT}" 2>> "${PGMERR}" export err=$?