Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
autoicon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
w2w
autoicon
Commits
2d2fa7dd
Commit
2d2fa7dd
authored
1 year ago
by
Takumi.Matsunobu
Browse files
Options
Downloads
Patches
Plain Diff
update namelist template
parent
febba13f
Loading
Loading
No related merge requests found
Pipeline
#19534
canceled
1 year ago
Stage: build
Stage: run_tests
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
namelists/real-from-d2-ana/icon_atmosphere.namelist
+3
-6
3 additions, 6 deletions
namelists/real-from-d2-ana/icon_atmosphere.namelist
templates/real-from-d2-ana/prepare_namelist.py
+7
-6
7 additions, 6 deletions
templates/real-from-d2-ana/prepare_namelist.py
with
10 additions
and
12 deletions
namelists/real-from-d2-ana/icon_atmosphere.namelist
+
3
−
6
View file @
2d2fa7dd
...
...
@@ -56,12 +56,6 @@
psp_taper_profile = 3
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
!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
rain_n0_factor = 0.1 ! "
ithermo_water = 1
...
...
@@ -230,9 +224,12 @@
&twomom_mcrph_nml
ccn_type = 7
!6: 100 maritime, 7: 250 default (tuned), 8: 1700 continental, 9: 3200 polluted continental
luse_mu_Dm_rain = .true.
lturb_enhc = .true.
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
...
...
This diff is collapsed.
Click to expand it.
templates/real-from-d2-ana/prepare_namelist.py
+
7
−
6
View file @
2d2fa7dd
...
...
@@ -83,13 +83,14 @@ atmosphere_namelist_replacements = {
"
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
"
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": {
# "ecrad_data_path:": "",
# },
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment