|
30 | 30 | # 'ccpp/physics/physics/module_nst_model.f90',
|
31 | 31 | # 'ccpp/physics/physics/module_nst_parameters.f90',
|
32 | 32 | # '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', |
33 | 35 | # 'ccpp/physics/physics/namelist_soilveg.f',
|
34 | 36 | # 'ccpp/physics/physics/ozne_def.f',
|
35 | 37 | # 'ccpp/physics/physics/physcons.f90',
|
|
77 | 79 | # 'ccpp/physics/physics/mfdeepcnv.f',
|
78 | 80 | # 'ccpp/physics/physics/mfshalcnv.f',
|
79 | 81 | # 'ccpp/physics/physics/moninedmf.f',
|
| 82 | + 'ccpp/physics/physics/mp_thompson_hrrr.F90', |
80 | 83 | # 'ccpp/physics/physics/ozphys.f',
|
81 | 84 | # 'ccpp/physics/physics/precpd.f',
|
82 | 85 | # 'ccpp/physics/physics/radlw_main.f',
|
|
168 | 171 | 'mean_effective_radius_for_snow_flake',
|
169 | 172 | ],
|
170 | 173 | },
|
| 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 | + }, |
171 | 190 | #'subroutine_name_1' : 'all',
|
172 | 191 | #'subroutine_name_2' : 'none',
|
173 | 192 | #'subroutine_name_2' : [ 'var1', 'var3'],
|
|
0 commit comments