@@ -7,17 +7,15 @@ module GOCART2G_GridCompMod
77
88 ! USES:
99 use ESMF
10- use mapl_ErrorHandling, only: MAPL_Verify, MAPL_Return, MAPL_Assert
11- use MAPL_Constants, only: MAPL_GRAV, MAPL_PI
12-
13- use MAPL, only: MAPL_GridCompSetEntryPoint, MAPL_GridCompGet, MAPL_GridCompAddSpec, &
10+ use MAPL, only: MAPL_Verify, MAPL_Return, MAPL_Assert, &
11+ MAPL_GridCompSetEntryPoint, MAPL_GridCompGet, MAPL_GridCompAddSpec, &
1412 MAPL_GridCompAddChild, MAPL_GridCompGetChildName, MAPL_GridCompRunChild, &
1513 MAPL_GridCompAddConnectivity, MAPL_GridCompGetResource, MAPL_GridCompReexport, &
1614 MAPL_STATEITEM_STATE, MAPL_STATEITEM_FIELDBUNDLE, &
1715 MAPL_UserCompGetInternalState, MAPL_UserCompSetInternalState, &
1816 MAPL_RESTART_SKIP, VERTICAL_STAGGER_NONE, VERTICAL_STAGGER_CENTER, VERTICAL_STAGGER_EDGE, &
19- MAPL_FieldBundleAdd, MAPL_FieldBundleGet, MAPL_StateGetPointer, MAPL_GridGet
20- use mapl3g_UngriddedDim , only: UngriddedDim
17+ MAPL_FieldBundleAdd, MAPL_FieldBundleGet, MAPL_StateGetPointer, MAPL_GridGet, UngriddedDim
18+ use MAPL_Constants , only: MAPL_GRAV, MAPL_PI
2119
2220 use Chem_AeroGeneric
2321
@@ -1182,7 +1180,7 @@ subroutine create_instances_(self, gc, rc)
11821180 end subroutine create_instances_
11831181
11841182 subroutine add_children__ (gc , species , setservices , rc )
1185- use mapl3g_UserSetServices , only: user_setservices
1183+ use MAPL , only: user_setservices
11861184 type (ESMF_GridComp), intent (inout ) :: gc
11871185 type (Constituent), intent (inout ) :: species
11881186 external :: setservices
0 commit comments