Skip to content
Merged
1 change: 1 addition & 0 deletions fix/physics/hrrrv5/ccn_activate.bin
1 change: 1 addition & 0 deletions fix/physics/hrrrv5/freeze_water_data_tempo_v3
1 change: 1 addition & 0 deletions fix/physics/hrrrv5/qr_acr_qg_data_tempo_v3
1 change: 1 addition & 0 deletions fix/physics/hrrrv5/qr_acr_qs_data_tempo_v3
1 change: 1 addition & 0 deletions fix/physics/mpas_global/ccn_activate.bin
1 change: 1 addition & 0 deletions fix/physics/mpas_global/freeze_water_data_tempo_v3
1 change: 1 addition & 0 deletions fix/physics/mpas_global/qr_acr_qg_data_tempo_v3
1 change: 1 addition & 0 deletions fix/physics/mpas_global/qr_acr_qs_data_tempo_v3
8 changes: 6 additions & 2 deletions parm/hrrrv5/namelist.atmosphere
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,19 @@
config_radtsw_interval = '00:${radt}:00'
config_bucket_update = 'none'
config_physics_suite = 'hrrrv5'
config_tempo_aerosolaware = .true.
config_tempo_hailaware = .true.
config_gwdo_scheme = 'bl_ugwp_gwdo'
config_lsm_scheme = 'sf_ruc'
num_soil_layers = 9
config_pbl_scheme = 'bl_mynnedmf'
config_mynn_mixscalars = 0
config_mynn_mixaerosols = 1
config_mynn_mixnumcon = 0
config_mynn_sfcflux_land = 0
/
&physics_mp_tempo
config_tempo_aerosolaware = .true.
config_tempo_hailaware = .true.
config_tempo_ml_for_bl_nc = .true.
/
&soundings
config_sounding_interval = 'none'
Expand Down
8 changes: 6 additions & 2 deletions parm/mpas_global/namelist.atmosphere
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,19 @@
config_physics_suite = 'hrrrv5'
config_convection_scheme = 'cu_grell_freitas'
config_gfl_sub3d = 1
config_tempo_aerosolaware = .true.
config_tempo_hailaware = .true.
config_gwdo_scheme = 'bl_ugwp_gwdo'
config_lsm_scheme = 'sf_ruc'
num_soil_layers = 9
config_pbl_scheme = 'bl_mynnedmf'
config_mynn_mixscalars = 0
config_mynn_mixaerosols = 1
config_mynn_mixnumcon = 0
config_mynn_sfcflux_land = 0
/
&physics_mp_tempo
config_tempo_aerosolaware = .true.
config_tempo_hailaware = .true.
config_tempo_ml_for_bl_nc = .true.
/
&soundings
config_sounding_interval = 'none'
Expand Down
2 changes: 1 addition & 1 deletion sorc/MPAS-Model
Submodule MPAS-Model updated 36 files
+1 −1 .github/CODEOWNERS
+4 −2 .github/workflows/build_mpas_intel.yml
+2 −2 .github/workflows/run_mpas.yml
+10 −15 .github/workflows/run_mpas_hrrr.yml
+27 −0 Makefile
+1 −1 README.md
+67 −0 build.sh
+23 −0 modulefiles/mpas/derecho.intel.lua
+23 −0 modulefiles/mpas/gaeac6.intel.lua
+23 −0 modulefiles/mpas/hera.intel.lua
+1 −0 modulefiles/mpas/hercules.intel.lua
+23 −0 modulefiles/mpas/jet.intel.lua
+23 −0 modulefiles/mpas/orion.intel.lua
+25 −0 modulefiles/mpas/ursa.intel.lua
+28 −0 modulefiles/mpas/wcoss2.intel.lua
+9 −5 src/core_atmosphere/CMakeLists.txt
+24 −79 src/core_atmosphere/Registry.xml
+0 −1 src/core_atmosphere/mpas_atm_core.F
+3 −3 src/core_atmosphere/physics/Makefile
+29 −0 src/core_atmosphere/physics/Registry_tempo.xml
+0 −31 src/core_atmosphere/physics/mpas_atmphys_control.F
+83 −142 src/core_atmosphere/physics/mpas_atmphys_driver_microphysics.F
+1 −0 src/core_atmosphere/physics/mpas_atmphys_driver_radiation_sw.F
+7 −154 src/core_atmosphere/physics/mpas_atmphys_init_tempo.F
+4 −4 src/core_atmosphere/physics/mpas_atmphys_interface.F
+5 −9 src/core_atmosphere/physics/mpas_atmphys_packages.F
+7 −7 src/core_atmosphere/physics/mpas_atmphys_todynamics.F
+1 −1 src/core_atmosphere/physics/physics_noaa/MYNN-EDMF
+1 −1 src/core_atmosphere/physics/physics_noaa/SMOKE
+1 −1 src/core_atmosphere/physics/physics_noaa/TEMPO
+11 −3 src/core_atmosphere/physics/physics_wrf/module_ra_rrtmg_sw.F
+1 −13 src/core_atmosphere/utils/Makefile
+14 −22 src/core_init_atmosphere/Registry.xml
+0 −4 src/core_init_atmosphere/mpas_init_atm_cases.F
+1 −1 src/framework/mpas_stream_manager.F
+95 −0 ush/detect_machine.sh
Loading