Skip to content

Commit 9f28f40

Browse files
committed
Migrate GEOS_TopoGet.F90 to get MAPL_VarRead via USE MAPL (fixes #433)
NCIOMod is being moved to base3g/ and re-exported through the MAPL umbrella module (GEOS-ESM/MAPL#4874). Drop the MAPL2 use statement now that MAPL_VarRead is available via the existing 'use MAPL'. Depends on GEOS-ESM/MAPL#4879
1 parent 15454d4 commit 9f28f40

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)