MAPL 2.30.3
This patch release of MAPL 2.30 fixes a bug when writing fields in History with ungridded dimension when the split option is not requested.
This is zero-diff for GEOS except (obviously) when the bug was encountered in History output.
The libraries this version of MAPL has been tested with are below.
- Baselibs 7.5.0
- netcdf-c 4.8.1
- netcdf-fortran 4.5.4
- ESMF 8.3.0
- GFE 1.4.0
- gFTL 1.8.1
- gFTL-shared 1.5.0
- pFUnit 4.4.1 (optional)
- fArgParse 1.3.0 (optional)
- pFlogger 1.9.1 (if
-DBUILD_WITH_PFLOGGER=YES
) - yaFyaml 1.0.4 (if
-DUSE_EXTDATA2G=YES
) - FLAP geos/v1.10.0 (if
-DBUILD_WITH_FLAP=YES
)
From CHANGELOG.md
Fixed
- Fixed bug when writing fields in History with ungridded dimension when the split option is not requested
What's Changed
- fixes #1811 bug with output variables with ungridded dims by @bena-nasa in #1814
Full Changelog: v2.30.2...v2.30.3