Skip to content

Commit 1329a8b

Browse files
committed
Drop _mod suffix from umbrella modules: Field_API, FieldUtils, StateUtils, HConfig_API, geomio, mp_utils, regridder_mgr
1 parent 26a4684 commit 1329a8b

85 files changed

Lines changed: 108 additions & 108 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

base3g/NCIO.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module mapl_NCIO_mod
1818
use mapl_Range_mod, only: MAPL_Range
1919
use mapl_GridAccessors_mod, only: geom_GridGet => GridGet
2020
use MAPL_CommsMod
21-
use mapl_Field_API_mod, only: MAPL_FieldEmptyComplete, MAPL_FieldClone
21+
use mapl_Field_API, only: MAPL_FieldEmptyComplete, MAPL_FieldClone
2222
use mapl_Sort_mod
2323
use mapl_EASEConversion_mod, only: MAPL_get_ease_gridname_by_cols => get_ease_gridname_by_cols
2424

gridcomps/extdata/tests/Test_NonClimDataSetFileSelector.pf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Test_NonClimDataSetFileSelector
66
use mapl_NonClimDataSetFileSelector_mod
77
use mapl_DataSetNode_mod
88
use mapl_DataSetBracket_mod
9-
use mapl_FieldUtils_mod
9+
use mapl_FieldUtils
1010
use mapl_FieldBundle_API_mod
1111
use esmf
1212

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
module mapl_HConfig_API_mod
1+
module mapl_HConfig_API
22
use mapl_HConfigAs_mod, only: mapl_HConfigAsItemType => HConfigAsItemType
33
use mapl_HConfigAs_mod, only: mapl_HConfigAsStateIntent => HConfigAsStateIntent
44
use mapl_HConfigAs_mod, only: mapl_HConfigAsTime => HConfigAstime
55
use mapl_HConfigAs_mod, only: mapl_HConfigAsTimeInterval => HConfigAsTimeInterval
66
use mapl_HConfigAs_mod, only: mapl_HConfigAsTimeRange => HConfigAsTimeRange
77
use mapl_HConfigAs_mod, only: mapl_HConfigAsStringVector => HConfigAsStringVector
88
implicit none(type,external)
9-
end module mapl_HConfig_API_mod
9+
end module mapl_HConfig_API
1010

infrastructure/fields/field/API.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module mapl_Field_API_mod
1+
module mapl_Field_API
22
use mapl_FieldGetImpl_mod, only: MAPL_FieldGet => FieldGet
33
use mapl_FieldSetImpl_mod, only: MAPL_FieldSet => FieldSet
44
use mapl_FieldFillImpl_mod, only: MAPL_FieldFill => FieldFill
@@ -12,4 +12,4 @@ module mapl_Field_API_mod
1212

1313
public :: MAPL_FieldClone
1414

15-
end module mapl_Field_API_mod
15+
end module mapl_Field_API
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
module mapl_FieldUtils_mod
1+
module mapl_FieldUtils
22
use mapl_FieldUnaryFunctions_mod
33
use mapl_FieldBinaryOperations_mod
44
use mapl_FieldUtilities_mod
55
use mapl_FieldPointerUtilities_mod
66
use mapl_FieldBLAS_mod
7-
end module mapl_FieldUtils_mod
7+
end module mapl_FieldUtils

infrastructure/fields/field/tests/Test_FieldCreate.pf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#include "unused_dummy.H"
33

44
module Test_FieldCreate
5-
use mapl_Field_API_mod, only: MAPL_FieldCreate, MAPL_FieldEmptyComplete, MAPL_FieldGet
6-
use mapl_Field_API_mod, only: MAPL_FieldsAreAliased
5+
use mapl_Field_API, only: MAPL_FieldCreate, MAPL_FieldEmptyComplete, MAPL_FieldGet
6+
use mapl_Field_API, only: MAPL_FieldsAreAliased
77
use mapl_FieldInfo_mod
88
use mapl_VerticalStaggerLoc_mod, only: VERTICAL_STAGGER_EDGE, VERTICAL_STAGGER_CENTER
99
use mapl_FieldCondensedArray_mod, only: assign_fptr_condensed_array

infrastructure/fields/field/tests/Test_FieldDelta.pf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "unused_dummy.H"
33
module Test_FieldDelta
44
use mapl_FieldDelta_mod
5-
use mapl_Field_API_mod
5+
use mapl_Field_API
66
use mapl_UngriddedDims_mod
77
use mapl_UngriddedDim_mod
88
use mapl_InfoUtilities_mod

infrastructure/fields/field_bundle/FieldBundleCopy.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "unused_dummy.H"
33

44
module mapl_FieldBundleCopyImpl_mod
5-
use mapl_FieldUtils_mod, only: FieldCopy
5+
use mapl_FieldUtils, only: FieldCopy
66
use mapl_ExceptionHandling_mod
77
use mapl_KeywordEnforcer_mod
88
! use esmf, only: ESMF_Field, ESMF_FieldBundle, ESMF_MAXSTR

infrastructure/fields/field_bundle/FieldBundleDelta.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module mapl_FieldBundleDelta_mod
1414
use mapl_InfoUtilities_mod
1515
use mapl_VerticalStaggerLoc_mod
1616
use mapl_VerticalGrid_API_mod
17-
use mapl_Field_API_mod
17+
use mapl_Field_API
1818
use mapl_FieldInfo_mod
1919
use mapl_FieldUtilities_mod
2020
use mapl_UngriddedDims_mod

infrastructure/fields/field_bundle/FieldBundleDestroy.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module mapl_FieldBundleDestroyImpl_mod
55
use esmf
66
use mapl_ExceptionHandling_mod
77
use mapl_KeywordEnforcer_mod
8-
use mapl_FieldUtils_mod, only : FieldsDestroy
8+
use mapl_FieldUtils, only : FieldsDestroy
99
use mapl_FieldBundleGetImpl_mod, only: MAPL_FieldBundleGet => FieldBundleGet
1010

1111
implicit none(type, external)

0 commit comments

Comments
 (0)