Skip to content

Commit 3e68c2f

Browse files
authored
Merge pull request #429 from GEOS-ESM/feature/428-migrate-MAPL_BaseMod-MAPL2-to-source-modules
Migrate MAPL2/MAPL_BaseMod to source modules in GEOS_Shared
2 parents 5f0280a + 4033291 commit 3e68c2f

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+
- Migrate `GEOS_Shared/windfix.F90` from `use MAPL2, only: MAPL_GridGet` to `use mapl_MaplGrid, only: MAPL_GridGet` (MAPL#4857)
1415
- Migrate `OVP.F90`: replace `MAPL_PackTime` calls with `MAPL_PackedTimeCreate` from `MAPL_PackedTimeMod`
1516
- Migrate `GEOS_TopoGet.F90` from bare `use MAPL2` to `use MAPL` + `use MAPL2, only:` for remaining MAPL2-only symbols
1617
- Migrate `GEOS_TopoGet.F90` from BinIO (`GETFILE`/`FREE_FILE`) to NetCDF4 via `Netcdf4_Fileformatter`; binary/ASCII topo files are no longer supported

GEOS_Shared/windfix.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ subroutine windfix ( ua,va,plea, &
77

88
use ESMF
99
use MAPL, MAPL_GridGet_UNUSED => MAPL_GridGet
10-
use MAPL2, only: MAPL_GridGet
10+
use mapl_MaplGrid, only: MAPL_GridGet
1111

1212
implicit none
1313

0 commit comments

Comments
 (0)