Skip to content

Commit ca27c82

Browse files
authored
Merge pull request #434 from GEOS-ESM/feature/433-migrate-topoget-to-use-mapl
Migrate GEOS_TopoGet.F90 from use MAPL2 to use MAPL (fixes #433)
2 parents 15454d4 + d515021 commit ca27c82

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Migrate `GEOS_Shared/windfix.F90` from `use mapl_MaplGrid` to `use MAPL` for `mapl_GridGetGlobalCellCountPerDim`; `DIMS` made allocatable (MAPL#4875)
1515
- Migrate `GEOS_Shared/windfix.F90` from `use MAPL2, only: MAPL_GridGet` to `use mapl_MaplGrid, only: MAPL_GridGet` (MAPL#4857)
1616
- Migrate `OVP.F90`: replace `MAPL_PackTime` calls with `MAPL_PackedTimeCreate` from `MAPL_PackedTimeMod`
17+
- Migrate `GEOS_TopoGet.F90` from `use MAPL2` to `use MAPL` now that `MAPL_VarRead` and related symbols are re-exported through the `MAPL` umbrella (MAPL#4882)
1718
- Migrate `GEOS_TopoGet.F90` from bare `use MAPL2` to `use MAPL` + `use MAPL2, only:` for remaining MAPL2-only symbols
1819
- Migrate `GEOS_TopoGet.F90` from BinIO (`GETFILE`/`FREE_FILE`) to NetCDF4 via `Netcdf4_Fileformatter`; binary/ASCII topo files are no longer supported
1920

GEOS_Shared/GEOS_TopoGet.F90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ module GEOS_TopoGetMod
1313

1414
use ESMF
1515
use MAPL
16-
use MAPL2, only: MAPL_VarRead ! TODO: move NCIOMod to mapl_base3g so this comes from MAPL
1716

1817
implicit none
1918
private

0 commit comments

Comments
 (0)