Updates 2021-05-25
Zero-diff to previous release: YES
Restart Changes: NO
History Changes: YES
Major changes include:
- Upgrade to MAPL v2.7.0 which changes how programs set up command line options.
- Update to FVdycoreCubed_GridComp v1.2.15 and GEOSgcm_App v1.5.1 for compatibility with MAPL v2.7.0.
- Clean up of land-related, hard-wired
MAPL_GetResource()
defaults for consistency withGEOS_SurfaceGridComp.rc
, GEOSgcm, and GEOSgcm_App using NRv7.2 as the default land. Additionally, enable GEOSgcm to output the configuration values inGEOS_SurfaceGridComp.rc
. - Fixes a bug in the export of
SSKINW
(an internal state of Openwater) that was being filled incorrectly leading toMAPL_UNDEF
. Now there are actual values. - Merged changes present in GEOSadas-5_27_1_p3 that never made it into the GIT repo: revised stochastic perturbation tendency exports.
- A bug fix to prevent a seg-fault during the calculation of the GEOS-Chem lightning flash rate due to an array size mismatch.
- Add ability to write out energy components to file.
- Update gitignore for mepo updates.
- Follow MAPL's change to add a new
MAPL_CapOptions
constructor.