Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This merge introduces v5.0 of all MPAS models. * release-v5.0: (964 commits) Fix issue with 'dzs' when running r8 model with r4 initial conditions This merge fixes a restartability error in the new Tiedtke scheme. Avoid bit-reproducibility errors in GWDO scheme due to 'kpblmin' and 'kpblmax' computation Fix incorrect assignment of 'xlamdd', 'frh', and 'mentrd_rate' in Grell-Freitas scheme * In ./src/core_atmosphere/Registry.xml, corrected typo (description instead of decription) in the definition of the variable nr. * In ./src/core_atmosphere/physics/mpas_atmphys_control.F, modified inquiring about the Thompson microphysics tables in the subroutine physics_table_init. The modified logic now allows the different tables to be read for each MPI task. * In ./src/core_atmosphere/physics/physics_wrf/module_mp_thompson.F, in subroutine mp_gt_driver, moved the initialization of variables Nt_c and mu_c before initialization of local mixing ratios and number concentrations. This change allows a proper initialization of the local variable nc when is_aerosol_aware is false. Add exit messages at the end of core_finalize routines Update "possible_values" for physics schemes * In ./src/core_atmosphere/physics/mpas_atmphys_control.F, modified checking the config_gwdo_scheme option to allow bl_ysu_gwdo to be run when the MYNN pbl and surface layer options are chosen. Fix bug in storage and application of IAU tendency contributions Update to physics suites: New Tiedtke and YSU GWDO Change suite name 'convection_scale_aware' to 'convection_permitting' Simplify IAU calls from atm_srk3( ) Rename 'zz_rtheta_pp_old' to 'rtheta_pp_old' Fix bug in location of call to get IAU tendency contributions Remove unused variable 'rtheta_pp_old' from atmosphere Registry.xml file Final corrections to namelist and variable attributes for MPAS-Atmosphere v5.0 Initialize t_oml_200m_initial field when climatological OML depth is used Add lower bound of 1.0e-8 to vapor pressure in dewpoint calculation ...
- Loading branch information