Skip to content

Commit a4cba1f

Browse files
committed
WIP scripts/ccpp_prebuild_config_FV3v1.py: addition of HRRR Thompson MP
1 parent 0c1cc1b commit a4cba1f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

scripts/ccpp_prebuild_config_FV3v1.py

+19
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
# 'ccpp/physics/physics/module_nst_model.f90',
3131
# 'ccpp/physics/physics/module_nst_parameters.f90',
3232
# 'ccpp/physics/physics/module_nst_water_prop.f90',
33+
'ccpp/physics/physics/module_mp_thompson_hrrr_radar.F90',
34+
'ccpp/physics/physics/module_mp_thompson_hrrr.F90',
3335
# 'ccpp/physics/physics/namelist_soilveg.f',
3436
# 'ccpp/physics/physics/ozne_def.f',
3537
# 'ccpp/physics/physics/physcons.f90',
@@ -77,6 +79,7 @@
7779
# 'ccpp/physics/physics/mfdeepcnv.f',
7880
# 'ccpp/physics/physics/mfshalcnv.f',
7981
# 'ccpp/physics/physics/moninedmf.f',
82+
'ccpp/physics/physics/mp_thompson_hrrr.F90',
8083
# 'ccpp/physics/physics/ozphys.f',
8184
# 'ccpp/physics/physics/precpd.f',
8285
# 'ccpp/physics/physics/radlw_main.f',
@@ -168,6 +171,22 @@
168171
'mean_effective_radius_for_snow_flake',
169172
],
170173
},
174+
'mp_thompson_hrrr' : {
175+
'mp_thompson_hrrr_init' : [
176+
'nwfa2d',
177+
'nwfa',
178+
'nifa',
179+
],
180+
'mp_thompson_hrrr_run' : [
181+
'nc',
182+
'nwfa',
183+
'nifa',
184+
'nwfa2d',
185+
're_cloud',
186+
're_ice',
187+
're_snow',
188+
],
189+
},
171190
#'subroutine_name_1' : 'all',
172191
#'subroutine_name_2' : 'none',
173192
#'subroutine_name_2' : [ 'var1', 'var3'],

0 commit comments

Comments
 (0)