Commit b566fc8
committed
Merge branch 'hotfix-v8.2.1'
This merge addresses several issues in the MPAS-Atmosphere model and in the MPAS
infrastructure. Specific changes in this merge include:
* Improved detection of an 'mpi_f08' module (PR #1202), as well as improved
detection of netCDF and PnetCDF library paths (PR #1203), in the top-level
Makefile.
* The addition of a missing dependency in the physics Makefile to correct
parallel build issues (PR #1204).
* Fixes to the CMake build files used by MPAS-JEDI (PR #1205).
* Fixes to double-precision builds of MPAS-Atmosphere (PR #1207, PR #1208).
* Correction of the calculation of height AGL used in the computation of 1-km
radar reflectivity fields (PR #1213).
* Correction of an issue that prevented the MYNN PBL scheme from being used
without also using the Thompson aerosol-aware microphysics (PR #1215).
* Fixes to allow MPAS-Atmosphere to be built without physics (i.e., dynamics-
only builds) (PR #1221).
* Various code cleanup and minor corrections (PR #1206, PR #1212, PR #1224,
PR #1226).File tree
22 files changed
+457
-170
lines changed- cmake/Functions
- src
- core_atmosphere
- physics
- physics_wrf
- core_init_atmosphere
- core_landice
- core_ocean
- core_seaice
- core_sw
- core_test
- framework
22 files changed
+457
-170
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | | - | |
| 740 | + | |
741 | 741 | | |
742 | 742 | | |
743 | | - | |
| 743 | + | |
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
| |||
761 | 761 | | |
762 | 762 | | |
763 | 763 | | |
764 | | - | |
| 764 | + | |
765 | 765 | | |
766 | 766 | | |
767 | | - | |
| 767 | + | |
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
| |||
1352 | 1352 | | |
1353 | 1353 | | |
1354 | 1354 | | |
1355 | | - | |
| 1355 | + | |
1356 | 1356 | | |
1357 | 1357 | | |
| 1358 | + | |
1358 | 1359 | | |
1359 | 1360 | | |
1360 | 1361 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 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 | + | |
32 | 59 | | |
33 | 60 | | |
34 | 61 | | |
| |||
162 | 189 | | |
163 | 190 | | |
164 | 191 | | |
165 | | - | |
166 | | - | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
167 | 198 | | |
168 | | - | |
| 199 | + | |
| 200 | + | |
169 | 201 | | |
170 | 202 | | |
171 | 203 | | |
172 | 204 | | |
173 | | - | |
| 205 | + | |
174 | 206 | | |
175 | 207 | | |
176 | 208 | | |
| |||
0 commit comments