Skip to content

Commit 4866f9a

Browse files
smaller dt_atmos and correct some namelist values
1 parent 8bda628 commit 4866f9a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

tests/parm/input_global_parent.nml.IN

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
betal_deep = @[BETAL_DEEP]
210210
betas_deep = @[BETAS_DEEP]
211211
ras = @[RAS]
212-
cdmbgwd = @[CDMBWD]
212+
cdmbgwd = @[CDMBWD_NEST02]
213213
clam_deep = @[CLAM_DEEP]
214214
prslrd0 = 0.
215215
ivegsrc = 1
@@ -293,7 +293,7 @@
293293
knob_ugwp_lzmin = 0.75e3
294294
knob_ugwp_lzstar = 2.0e3
295295
knob_ugwp_taumin = 0.25e-3
296-
knob_ugwp_tauamp = @[KNOB_UGWP_TAUAMP]
296+
knob_ugwp_tauamp = @[KNOB_UGWP_TAUAMP_NEST02]
297297
knob_ugwp_lhmet = 200.0e3
298298
knob_ugwp_orosolv = 'pss-1986'
299299
/

tests/tests/gnv1_nested

+6-4
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export SDAY=24
6565
export SHOUR=00
6666
export FHMAX=18
6767
export FHROT=0
68-
export DT_ATMOS=450
68+
export DT_ATMOS=300
6969
export RESTART_INTERVAL='12 -1'
7070
export WRITE_GROUP=2
7171
export WRTTASK_PER_GROUP=12
@@ -121,7 +121,7 @@ export TWOWAYNEST02=.true.
121121
export H2O_PHYS=.true.
122122
export IMP_PHYSICS=8
123123
export IOVR=3
124-
export DT_INNER=450
124+
export DT_INNER=$DT_ATMOS
125125
export DO_MYNNEDMF=.true.
126126
export DO_MYNNSFCLAY=.true.
127127
export BL_MYNN_TKEADVECT=.true.
@@ -213,7 +213,8 @@ export BETAL_DEEP_NEST02=0.05
213213
export BETAMCU_NEST02=1.5
214214
export BETAS_DEEP_NEST02=0.05
215215
export BETASCU_NEST02=8.0
216-
export CDMBWD=10.0,3.5,1.0,1.0
216+
export CDMBWD=20.0,2.5,1.0,1.0
217+
export CDMBWD_NEST02=5.0,5.0,1.0,1.0
217218
export CLAM_DEEP=0.15
218219
export CPL_IMP_MRG=.true.
219220
export DO_CA=.false.
@@ -228,7 +229,8 @@ export DO_DEEP=.true.
228229
export DO_DEEP_NEST02=.true.
229230
export FRAC_GRID=.false.
230231
export ELMX=300.
231-
export KNOB_UGWP_TAUAMP=1.5e-3
232+
export KNOB_UGWP_TAUAMP=3.0e-3
233+
export KNOB_UGWP_TAUAMP_NEST02=0.8e-3
232234
export KNOB_UGWP_DOKDIS=2
233235
export KNOB_UGWP_NDX4LH=4
234236
export KNOB_UGWP_VERSION=1

0 commit comments

Comments
 (0)