Skip to content

MAPL 2.21.0

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 05 May 15:45
· 3037 commits to main since this release
fba2cad

DOI

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 to f10.2 (see #1420)

What's Changed

Full Changelog: v2.20.0...v2.21.0