Published February 6, 2024
| Version v2.43.2
Software
Open
GEOS-ESM/MAPL: MAPL 2.43.2
Authors/Creators
- Matthew Thompson1
- Ben Auer
- Tom Clune
- Weiyuan Jiang
- Atanas Trayanov
- Darian Boggs
- Yonggang Yu2
- Amidu Oloso
- Gian Villamil-Otero
- Raffaele Montuoro
- William Jamieson3
- Natalie Patten
- JulesKouatchou
- Peter Norris
- Lizzie Lundgren
- Elliot Sherman
- Liam Bindle
- Arlindo M. da Silva4
- patricia-nasa
- Sebastian David Eastham5
- Mike Manyin
- scivision
- Christoph Keller
- Bill Putman
- Yury Vikhliaev
- adarmenov
- Bin Zhao
- 1. SSAI/GMAO
- 2. saic.com
- 3. Space Telescope Science Institute
- 4. NASA Goddard Space Flight Center
- 5. Imperial College London
Description
This is a hotfix on MAPL 2.43 which fixes a memory leak affecting regional masking. Temporary ESMF field was created but never destroyed.
This is zero-diff to MAPL 2.43.1
MAPL is currently tested with:
- Intel Fortran Classic 2021.6.0 (Classic 2021.10.0 seems to work,
ifxdoes not yet work) - GCC 12.3.0 (13 not supported)
- NAG 7.1
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
Fixed
- Fixed memory leak affecting regional masking. Temporary ESMF field was created but never destroyed
What's Changed
- Fixed a memory leak affecting regional masking by @atrayano in https://github.com/GEOS-ESM/MAPL/pull/2571
- Update changelog and cmake for 2.43.2 release by @mathomp4 in https://github.com/GEOS-ESM/MAPL/pull/2573
Full Changelog: https://github.com/GEOS-ESM/MAPL/compare/v2.43.1...v2.43.2
Files
GEOS-ESM/MAPL-v2.43.2.zip
Files
(2.4 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:c0a355e5c49ed4b0c0a847e284ec5f8e
|
2.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/GEOS-ESM/MAPL/tree/v2.43.2 (URL)