Skip to content

Commit d4beeb1

Browse files
authored
Merge pull request #436 from GEOS-ESM/feature/435-replace-mapl2-dep
Replace MAPL2 dependency with MAPL in GEOS_Shared
2 parents ca27c82 + 1dfc7e0 commit d4beeb1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
- Remove `MAPL2` from `GEOS_Shared` CMake dependencies; replace with `MAPL` (#435)
1415
- Migrate `GEOS_Shared/windfix.F90` from `use mapl_MaplGrid` to `use MAPL` for `mapl_GridGetGlobalCellCountPerDim`; `DIMS` made allocatable (MAPL#4875)
1516
- Migrate `GEOS_Shared/windfix.F90` from `use MAPL2, only: MAPL_GridGet` to `use mapl_MaplGrid, only: MAPL_GridGet` (MAPL#4857)
1617
- Migrate `OVP.F90`: replace `MAPL_PackTime` calls with `MAPL_PackedTimeCreate` from `MAPL_PackedTimeMod`

GEOS_Shared/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set (srcs
88
getco2.F90 atmOceanIntLayer.F90
99
)
1010

11-
esma_add_library(${this} SRCS ${srcs} DEPENDENCIES MAPL2 MAPL MAPL.geom ESMF::ESMF NetCDF::NetCDF_Fortran)
11+
esma_add_library(${this} SRCS ${srcs} DEPENDENCIES MAPL MAPL.geom ESMF::ESMF NetCDF::NetCDF_Fortran)
1212

1313
# special cases
1414
set_source_files_properties(sphere.F PROPERTIES COMPILE_FLAGS "${FREAL8}")

0 commit comments

Comments
 (0)