Skip to content

Commit 806d9b2

Browse files
change full_zs_filter to .false. to get rid of Warn_K warnings; reduce runtime to 3 hours now that debugging is done
1 parent bc41d88 commit 806d9b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tests/gnv1_nested

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export SYEAR=2023
6363
export SMONTH=02
6464
export SDAY=24
6565
export SHOUR=00
66-
export FHMAX=24
66+
export FHMAX=3
6767
export FHROT=0
6868
export DT_ATMOS=300
6969
export RESTART_INTERVAL='1 -1'
@@ -191,7 +191,7 @@ export D2_BG_K1_NEST02=0.20
191191
export D2_BG_K2_NEST02=0.15
192192
export D4_BG_NEST02=0.15
193193
export DZ_MIN=2.0
194-
export FULL_ZS_FILTER=.true.
194+
export FULL_ZS_FILTER=.false. # Must be false to avoid model instability
195195
export FV_SG_ADJ=300
196196
export HORD_DP=6
197197
export HORD_MT=6

0 commit comments

Comments
 (0)