Commit 51d5624
committed
Merge branch 'release-v7.0'
This merge introduces v7.0 of all MPAS models.
For a summary of significant changes, please see the annotation of the v7.0 tag.
* release-v7.0: (182 commits)
Add log message for lbc updates
Update the descriptions of several initialization options for init case 9
Change default value for config_blend_bdy_terrain to false
Change default "lbc" stream's filename template to include minutes and seconds
Communicate effective radii for cloud, ice, and snow between MPAS and WSM6
Return error from read_stream() when inexact stream time not found
Avoid calling mpas_atm_update_bdy_tend whenever config_apply_lbcs = false
Fix race condition in file tests when clobber_mode = 'append' or 'overwrite'
Remove broken log write of cf1,cf2,cf3 from init_atm_case_gfs
When using specified zeta levels, set 'zt' for correct coordinate surface smoothing
Introduce early check on whether boundary terrain blending will succeed or not
Check for a valid vertical grid in init_case 9 (LBC setup case)
Update version number to 7.0
Migrate code for modifying relhum into its own function, convert_relhum_wrt_ice
Recompute initial RH w.r.t. ice below freezing for consistency with model output
Verify that config_apply_lbcs is consistent with values in bdyMaskCell field
Verify that the input_interval for the 'lbc_in' stream is not 'none'
Add stub routine, mpas_atm_bdy_checks, for checking of limited-area settings
Halt if LBC data cannot be successfully read
Fix decoding in script generated for regression suites
...File tree
85 files changed
+19332
-6735
lines changed- src
- core_atmosphere
- diagnostics
- dynamics
- physics
- physics_wrf
- core_init_atmosphere
- core_landice
- core_ocean
- analysis_members
- mode_forward
- core_seaice
- core_sw
- core_test
- framework
- tools/registry
- testing_and_setup/compass
- ocean/templates/analysis_members
- utility_scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
85 files changed
+19332
-6735
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 56 | | |
63 | 57 | | |
64 | 58 | | |
65 | 59 | | |
66 | | - | |
| 60 | + | |
67 | 61 | | |
68 | 62 | | |
69 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
70 | 68 | | |
71 | 69 | | |
72 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
0 commit comments