Skip to content
Snippets Groups Projects
Commit 2d2fa7dd authored by Takumi.Matsunobu's avatar Takumi.Matsunobu
Browse files

update namelist template

parent febba13f
No related branches found
No related tags found
No related merge requests found
Pipeline #19534 canceled
...@@ -56,12 +56,6 @@ ...@@ -56,12 +56,6 @@
psp_taper_profile = 3 psp_taper_profile = 3
psp_apply_ddt_core = .false. ! True if vertical wind perturbations should be applied at the explicit dynamical core timestep psp_apply_ddt_core = .false. ! True if vertical wind perturbations should be applied at the explicit dynamical core timestep
inwp_gscp = 4,4 ! 1: default, 2: graupel scheme for convection-permitting scales inwp_gscp = 4,4 ! 1: default, 2: graupel scheme for convection-permitting scales
!ccn_type_gscp4 = 8 ! CB new namelist parameter:
!ccn_type_gscp5 = 8 ! CB new namelist parameter:
!6: 100 maritime, 7: 500 intermediate, 8: 1700 continental, 9: 3200 polluted continental
!cloudnue_value = 0 ! CB new namelist parameter for shape parameter (nu) of CDSD:
! -> cloud_cosmo5 (mu=1/3): 0 (REF), 1, 2, 4, 8
! -> cloud_nue1mue1 (mu=1): 1 (REF), 2, 4, 8
mu_rain = 0.5 ! new tuning becoming operational in July 2018 mu_rain = 0.5 ! new tuning becoming operational in July 2018
rain_n0_factor = 0.1 ! " rain_n0_factor = 0.1 ! "
ithermo_water = 1 ithermo_water = 1
...@@ -230,9 +224,12 @@ ...@@ -230,9 +224,12 @@
&twomom_mcrph_nml &twomom_mcrph_nml
ccn_type = 7 ccn_type = 7
!6: 100 maritime, 7: 250 default (tuned), 8: 1700 continental, 9: 3200 polluted continental
luse_mu_Dm_rain = .true. luse_mu_Dm_rain = .true.
lturb_enhc = .true. lturb_enhc = .true.
rain_cmu0 = -1.0 rain_cmu0 = -1.0
cloudnue = 0 ! CB new namelist parameter for shape parameter (nu) of CDSD:
! -> cloud_nuexmue1 (mu=1): 0, 1 (REF), 2, 4, 8
/ /
&extpar_nml &extpar_nml
......
...@@ -83,13 +83,14 @@ atmosphere_namelist_replacements = { ...@@ -83,13 +83,14 @@ atmosphere_namelist_replacements = {
"psp_rnd_seed": int(MEMBER[1:]), "psp_rnd_seed": int(MEMBER[1:]),
#"psp_apply_ddt_core": ".false.", # True if vertical wind perturbations should be applied at the explicit dynamical core timestep #"psp_apply_ddt_core": ".false.", # True if vertical wind perturbations should be applied at the explicit dynamical core timestep
"inwp_gscp": 4 , # 1: default, 2: graupel scheme for convection-permitting scales "inwp_gscp": 4 , # 1: default, 2: graupel scheme for convection-permitting scales
#"ccn_type_gscp4": 8, # CB new namelist parameter:
#"ccn_type_gscp5": 8, # CB new namelist parameter:
# 6: 100 maritime, 7: 500 intermediate, 8: 1700 continental, 9: 3200 polluted continental
#"cloudnue_value": 0, # CB new namelist parameter for shape parameter (nu) of CDSD:
# -> cloud_cosmo5 (mu=1/3): 0 (REF), 1, 2, 4, 8
# -> cloud_nue1mue1 (mu=1): 1 (REF), 2, 4, 8
}, },
"twomom_mcrph_nml": {
"ccn_type" : 7,
"cloudnue" : 0,
"rainnue" : 0,
},
# "radiation_nml": { # "radiation_nml": {
# "ecrad_data_path:": "", # "ecrad_data_path:": "",
# }, # },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment