Published October 29, 2021
| Version v2.11.0
Software
Open
GEOS-ESM/MAPL: MAPL 2.11.0
Authors/Creators
- 1. SSAI/GMAO
- 2. Space Telescope Science Institute
- 3. Massachusetts Institute of Technology
- 4. NASA Goddard Space Flight Center
Description
This release of MAPL is zero-diff in regards to the GEOSgcm. It mainly has bugfixes as detailed below.
From
CHANGELOG.md
Fixed
- Fixed bug with MAPL_FindChild gfortran debug compilation
- Fixes #1115. NAG flagged several issues, related to how different derived type are brought in MAPL by different modules, which quite possibly are violation of the standard. Similarly, a procedure call was used as an argument with intent(INOUT).
- Fixed issues with NAG and Tests (#1106)
- Changed non-Fortran Standard
call exittostopinExtDataDriver.F90 - Changed
kind=8tokind=REAL64inpfio_MAPL_demo.F90 - Reenabled build with NAG (works with NAG 7.0.7048)
- Changed non-Fortran Standard
- Added ability to regrid multiple files in one execution of Regrid_Util.x
- Removed last
NETCDF_LIBRARIESreference from CMake - OOMPH: Lots of work to tease apart low level "specs" into separate
Some details:files/classes. At the same time new classes (mostly unused as yet) are being introduced for nextgen specs.- Introduced new oomph subdirectory and namespace.
- Replaced some "manual containers" with gFTL Vectors.
- Updated some gFTL containers to v2 containers.
- Require gFTL v1.5.1
- Updated
components.yamlto ESMA_env v3.5.0 (Baselibs 6.2.8) - Update CI images to Baselibs 6.2.8
- Updated
- Removed yaFyaml dependency when building with BUILD_WITH_PFLOGGER=NO
- refactor regrid_util and add option to regrid multiple files at once by @bena-nasa in https://github.com/GEOS-ESM/MAPL/pull/1122
- Remove yaFyaml dependency if building without pFlogger by @rmontuoro in https://github.com/GEOS-ESM/MAPL/pull/1117
- Remove the last NETCDF_LIBRARIES use in CMake by @mathomp4 in https://github.com/GEOS-ESM/MAPL/pull/1111
- Fixes FindChild gfortran debug issue. Closes #1112 by @Gvilla1000-nasa in https://github.com/GEOS-ESM/MAPL/pull/1113
- Bugfix/atrayano/#1115 nag syntax by @atrayano in https://github.com/GEOS-ESM/MAPL/pull/1136
- Fixes #1106. Fixes for NAG in Tests by @mathomp4 in https://github.com/GEOS-ESM/MAPL/pull/1140
- Feature/tclune/oomph refactoring by @tclune in https://github.com/GEOS-ESM/MAPL/pull/1139
- Require gFTL 1.5.1 (Baselibs 6.2.8) by @mathomp4 in https://github.com/GEOS-ESM/MAPL/pull/1146
- Prepare for 2.11.0 Release by @mathomp4 in https://github.com/GEOS-ESM/MAPL/pull/1152
- Develop by @mathomp4 in https://github.com/GEOS-ESM/MAPL/pull/1157
Full Changelog: https://github.com/GEOS-ESM/MAPL/compare/v2.10.0...v2.11.0
Files
GEOS-ESM/MAPL-v2.11.0.zip
Files
(1.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:8697367e0a27aaad03e7fac762e7bb67
|
1.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/GEOS-ESM/MAPL/tree/v2.11.0 (URL)