Skip to content

Commit

Permalink
Although hail is not physically needed for SCM tests, this changes t…
Browse files Browse the repository at this point in the history
…he GSD_v1nssl namelist/tracers settings to turn hail on so that it is tested in the system.
  • Loading branch information
MicroTed committed Feb 1, 2022
1 parent fd1c21b commit 12f6399
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions ccpp/physics_namelists/input_GSD_v1nssl.nml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
pre_rad = .false.
imp_physics = 17
nssl_ccn_on = .true.
nssl_cccn = 0.3e9
nssl_invertccn = .true.
nssl_hail_on = .true.
ltaerosol = .false.
Expand Down
1 change: 1 addition & 0 deletions ccpp/physics_namelists/input_GSD_v1nssl_nohail.nml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use_ufo = .true.
pre_rad = .false.
imp_physics = 17
nssl_cccn = 0.3e9
nssl_ccn_on = .true.
nssl_invertccn = .true.
nssl_hail_on = .false.
Expand Down
2 changes: 1 addition & 1 deletion scm/src/default_namelists.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default_physics_namelists = {"SCM_csawmg":"input_csawmg.nml",
"SCM_GSD_v1":"input_GSD_v1.nml",
"SCM_GSD_v1nssl":"input_GSD_v1nssl_nohail.nml",
"SCM_GSD_v1nssl":"input_GSD_v1nssl.nml",
"SCM_GFS_v15p2":"input_GFS_v15p2.nml",
"SCM_GFS_v16":"input_GFS_v16.nml",
"SCM_GFS_v15p2_no_nsst":"input_GFS_v15p2.nml",
Expand Down
2 changes: 1 addition & 1 deletion scm/src/default_tracers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"SCM_GFS_v15p2_noahmp":"tracers_GFS_v15p2.txt",
"SCM_GFS_v15p2_MYJ":"tracers_GFS_v15p2.txt",
"SCM_GSD_v1":"tracers_gsd.txt",
"SCM_GSD_v1nssl":"tracers_gsd_nssl_nohail.txt",
"SCM_GSD_v1nssl":"tracers_gsd_nssl.txt",
"SCM_GFS_v15p2_YSU":"tracers_GFS_v15p2.txt",
"SCM_GFS_v15p2_saYSU":"tracers_GFS_v15p2.txt",
"SCM_GFS_v15p2_ACM":"tracers_GFS_v15p2.txt",
Expand Down

0 comments on commit 12f6399

Please sign in to comment.