MAPL 2.21.0
This is a zero-diff release of MAPL. There are fixes and additions to the use of PRINTSPEC
in CAP.rc
, fixes to prevent ESMF errors when ESMF logging is turned on, as well as a new function to FileMetadata.
From CHANGELOG.md
Fixed
- Fixed incorrect legend when using PRINTSPEC option in MAPL Cap
- Fix ESMF errors exposed by monthly collections
Added
- Added has_variable function to FileMetadata
- Added information about the container type for each item in state when using PRINTSPEC option
Changed
- Change many instances of
_ASSERT(.false.,"msg")
to_FAIL("msg")
- Extended format width for exclusive and inclusive times in profiler from
f9.2
tof10.2
(see #1420)
What's Changed
- fixes #1490 by @bena-nasa in #1491
- Closes #1378. Convert many _ASSERT(.false.) to _FAIL() by @mathomp4 in #1493
- Closes #1495. Correct ESMF errors with monthly collections by @mathomp4 in #1496
- Closes #1420. Extend profiler width by @mathomp4 in #1498
- add variable inquiry function to FileMetadata by @weiyuan-jiang in #1500
- Prepare for 2.21.0 Release by @mathomp4 in #1502
- Merge Develop into main for 2.21.0 release by @mathomp4 in #1504
Full Changelog: v2.20.0...v2.21.0