As part of the MAPL3 migration (#4875 in MAPL), GEOS_GwdGridComp.F90 uses use MAPL_MaplGrid, only: MAPL2_GridGet => MAPL_GridGet. This should be migrated to use MAPL, only: MAPL_GridGet (dropping the MAPL2 alias) so that the dependency on mapl_MaplGrid (targeted for deletion) is removed.
As part of the MAPL3 migration (#4875 in MAPL),
GEOS_GwdGridComp.F90usesuse MAPL_MaplGrid, only: MAPL2_GridGet => MAPL_GridGet. This should be migrated touse MAPL, only: MAPL_GridGet(dropping the MAPL2 alias) so that the dependency onmapl_MaplGrid(targeted for deletion) is removed.