Skip to content

Commit

Permalink
rename physics namelist that uses hurricane flag in hybrid EDMF schem…
Browse files Browse the repository at this point in the history
…e; add a multi_run configuration file for the using the hurricane PBL namelist for all supported cases
  • Loading branch information
grantfirl committed Mar 24, 2020
1 parent 03432b7 commit 3d2c920
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 44 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
&gfs_physics_nml
fhzero = 6.
h2o_phys = .true.
ldiag3d = .true.
ldiag_ugwp = .false.
do_ugwp = .false.
do_tofd = .false.
fhcyc = 24.
nst_anl = .true.
use_ufo = .true.
pre_rad = .false.
ncld = 5
Expand All @@ -15,7 +12,7 @@
fhlwr = 3600.
ialb = 1
iems = 1
IAER = 111
iaer = 111
ico2 = 2
isubc_sw = 2
isubc_lw = 2
Expand All @@ -28,46 +25,26 @@
redrag = .true.
dspheat = .true.
hybedmf = .true.
satmedmf = .false.
hurr_pbl = .true.
moninq_fac = -1.0
do_myjsfc = .false.
do_myjpbl = .false.
shinhong = .false.
do_ysu = .false.
lheatstrg = .false.
lgfdlmprad = .false.
effr_in = .false.
random_clds = .false.
trans_trac = .false.
trans_trac = .true.
cnvcld = .true.
imfshalcnv = 2
imfdeepcnv = 2
cdmbgwd = 3.5,0.25
prslrd0 = 0.
ivegsrc = 1
isot = 1
lsm = 1
iopt_dveg = 2
iopt_crs = 1
iopt_btr = 1
iopt_run = 1
iopt_sfc = 1
iopt_frz = 1
iopt_inf = 1
iopt_rad = 1
iopt_alb = 2
iopt_snf = 4
iopt_tbot = 2
iopt_stc = 1
debug = .false.
oz_phys = .false.
oz_phys_2015 = .true.
h2o_phys = .true.
nstf_name = 2,1,1,0,5
xkzminv = 0.3
xkzm_m = 1.0
xkzm_h = 1.0
nstf_name = 2,1,0,0,0
nst_anl = .true.
psautco = 0.0008,0.0005
prautco = 0.00015,0.00015
lgfdlmprad = .true.
effr_in = .true.
do_sppt = .false.
do_shum = .false.
do_skeb = .false.
Expand Down Expand Up @@ -124,16 +101,16 @@
/

&cires_ugwp_nml
knob_ugwp_solver = 2
knob_ugwp_source = 1,1,0,0
knob_ugwp_wvspec = 1,25,25,25
knob_ugwp_azdir = 2,4,4,4
knob_ugwp_stoch = 0,0,0,0
knob_ugwp_effac = 1,1,1,1
knob_ugwp_doaxyz = 1
knob_ugwp_doheat = 1
knob_ugwp_dokdis = 1
knob_ugwp_ndx4lh = 1
knob_ugwp_version = 0
launch_level = 25
knob_ugwp_solver = 2
knob_ugwp_source = 1,1,0,0
knob_ugwp_wvspec = 1,25,25,25
knob_ugwp_azdir = 2,4,4,4
knob_ugwp_stoch = 0,0,0,0
knob_ugwp_effac = 1,1,1,1
knob_ugwp_doaxyz = 1
knob_ugwp_doheat = 1
knob_ugwp_dokdis = 1
knob_ugwp_ndx4lh = 1
knob_ugwp_version = 0
launch_level = 25
/
3 changes: 3 additions & 0 deletions scm/src/hurr_multi_run.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cases = ["arm_sgp_summer_1997_A","astex","bomex","LASSO_2016051812","twpice"]
suites = ["SCM_GFS_v15p2"]
namelists = ["input_GFS_v15p2_hurr.nml"]

0 comments on commit 3d2c920

Please sign in to comment.