MAPL 2.32.0
This release of MAPL adds a few new features:
- Added new option to allow for gaps in datasets ingested by ExtDataNG (see #1789)
- Added a new fArgParse command line parser. This will eventually replace the use of FLAP in MAPL3, and is now just optional in MAPL2. Requires fArgParse v1.4.1
- Added subroutines for reading 4d integers in NetCDF4_FileFormatter
- Updated MAPL to use Baselibs 7.7.0. This has the fArgParse version needed for the parser (see above), as well as has newer netCDF to enable use of the quantize feature.
The libraries this version of MAPL is currently tested with are below.
- Baselibs 7.7.0
- netcdf-c 4.9.0
- netcdf-fortran 4.6.0
- ESMF 8.4.0
- GFE 1.8.0
- gFTL 1.8.1
- gFTL-shared 1.5.0
- pFUnit 4.6.1 (optional)
- fArgParse 1.4.1 (if
-DBUILD_WITH_FARGPARSE=YES
, default=YES
) - pFlogger 1.9.1 (if
-DBUILD_WITH_PFLOGGER=YES
, default=YES
) - yaFyaml 1.0.4 (if
-DUSE_EXTDATA2G=YES
, default=YES
) - FLAP geos/v1.10.0 (if
-DBUILD_WITH_FLAP=YES
, default=YES
)
From CHANGELOG.md
Added
- Add fArgParse CLI argument parser
- Added subroutines for reading 4d integers in NetCDF4_FileFormatter
- Added new option to allow for gaps in datasets ingested by ExtDataNG
Changed
- Updated to ESMA_cmake v3.21.0
- Adds support for a generic
x86_64
processor for GNU
- Adds support for a generic
- Updated to ESMA_env v4.8.0
- Baselibs v7.7.0
- fArgParse v1.4.1
- pFUnit v4.6.1
- Baselibs v7.7.0
- Move to use GitHub Actions for label enforcement
What's Changed
- Feature/bmauer/fixes #1789 by @bena-nasa in #1797
- Move to use GitHub Action for Label Enforcement by @mathomp4 in #1840
- add 4d integer reading subroutine to formatter by @weiyuan-jiang in #1838
- Fixes #1756. Add fArgParse CLI parser by @mathomp4 in #1758
- GitFlow: Merge Develop into Main for 2.32.0 Release by @mathomp4 in #1844
Full Changelog: v2.31.0...v2.32.0