Commit ef684ba
committed
Merge branch 'release-v5.0'
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
...284 files changed
Lines changed: 79743 additions & 25354 deletions
File tree
- .github
- src
- core_atmosphere
- diagnostics
- dynamics
- physics
- physics_wrf
- utils
- core_init_atmosphere
- core_landice
- core_ocean
- analysis_members
- driver
- mode_analysis
- mode_forward
- core_sw
- core_test
- driver
- external/ezxml
- framework
- operators
- tools
- input_gen
- registry
- test_cases/ocean
- doc
- runtime_definitions
- test
- basic_spherical/960km
- default
- utility_scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
29 | | - | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
0 commit comments