Skip to content

Commit 57b5781

Browse files
authored
Remove MAPL_CommsMod and MAPL_SatVaporMod from MAPLBase_Mod (#4760)
* Remove MAPL_CommsMod and MAPL_SatVaporMod from MAPLBase_Mod These symbols are now exported via the MAPL (base3g) umbrella module. Closes #4752. * ci: retrigger CI after prerequisites merged
1 parent 629fd86 commit 57b5781

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

base/Base.F90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ module MAPLBase_Mod
99
! For temporary backward compatibility after moving/renaming:
1010
use MAPL_BaseMod, only: ESMF_GRID_INTERIOR => MAPL_GRID_INTERIOR
1111
use MAPL_IOMod
12-
use MAPL_CommsMod
1312
! For temporary backward compatibility after Constants Library
1413
use MAPL_Constants
1514
use MAPL_Constants, only: MAPL_PI_R8
@@ -19,7 +18,6 @@ module MAPLBase_Mod
1918
use MAPL_SunMod
2019
use MAPL_LocStreamMod
2120
use MAPL_InterpMod
22-
use MAPL_SatVaporMod
2321
use MAPL_MemUtilsMod
2422
use MAPL_HashMod
2523
use MAPL_LoadBalanceMod

0 commit comments

Comments
 (0)