Skip to content

Commit

Permalink
change full_zs_filter to .false. to get rid of Warn_K warnings; reduc…
Browse files Browse the repository at this point in the history
…e runtime to 3 hours now that debugging is done
  • Loading branch information
SamuelTrahanNOAA committed May 24, 2024
1 parent bc41d88 commit 806d9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests/gnv1_nested
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export SYEAR=2023
export SMONTH=02
export SDAY=24
export SHOUR=00
export FHMAX=24
export FHMAX=3
export FHROT=0
export DT_ATMOS=300
export RESTART_INTERVAL='1 -1'
Expand Down Expand Up @@ -191,7 +191,7 @@ export D2_BG_K1_NEST02=0.20
export D2_BG_K2_NEST02=0.15
export D4_BG_NEST02=0.15
export DZ_MIN=2.0
export FULL_ZS_FILTER=.true.
export FULL_ZS_FILTER=.false. # Must be false to avoid model instability
export FV_SG_ADJ=300
export HORD_DP=6
export HORD_MT=6
Expand Down

0 comments on commit 806d9b2

Please sign in to comment.