Skip to content

MAPL 2.42.4

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 11 Dec 15:55
· 605 commits to main since this release
ed117a2

DOI

This is a patch release of MAPL 2.42. It fixes issues found by NAG in our unit tests.

All testing shows it zero-diff to MAPL 2.42.3


The libraries this version of MAPL is currently tested with are below.

  • Baselibs 7.14.0
    • netcdf-c 4.9.2 (Needed for quantize support, but not required for all of MAPL)
    • netcdf-fortran 4.6.1 (Needed for quantize support, but not required for all of MAPL)
    • ESMF 8.5.0 (required)
    • GFE 1.11.0
      • gFTL 1.10.0
      • gFTL-shared 1.6.1
      • pFUnit 4.7.3 (optional)
      • fArgParse 1.5.0 (if -DBUILD_WITH_FARGPARSE=YES, default=YES)
      • pFlogger 1.9.5 (if -DBUILD_WITH_PFLOGGER=YES, default=YES)
      • FLAP geos/v1.10.0 (if -DBUILD_WITH_FLAP=YES, default=NO)

Also, if you build with -DUSE_F2PY=ON, you should use:

  • ESMA_cmake v3.34.0

We recommend most external users set -DUSE_F2PY=OFF


From CHANGELOG.md

Changed

  • Improved error message for missing labels in GridManager.

Fixed

  • Corrected some unit tests (and test utilities) to fix dangling pointers detected by NAG. Most (possibly all) of these changes are already on release/MAPL-v3, but it was getting annoying to have NAG fail unit tests with develop branch.
  • Fix for CMake an Apple. Needs to set __DARWIN as an fpp flag. (Only used by NAG, but ...)

What's Changed

Full Changelog: v2.42.3...v2.42.4