Skip to content

Commit b975e99

Browse files
committed
Revert MAPL_Constants rename: keep as umbrella module, not subject to _mod convention
1 parent 288f192 commit b975e99

52 files changed

Lines changed: 55 additions & 54 deletions

Some content is hidden

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

CHANGELOG.md

Lines changed: 2 additions & 1 deletion

base3g/Comms.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module MAPL_CommsMod
2121
use mapl_Shmem_mod, only: MAPL_ShmInitialized, MAPL_SyncSharedMemory, &
2222
MAPL_BroadcastToNodes, MAPL_NodeRankList, &
2323
MAPL_GetNewRank
24-
use mapl_Constants_mod, only: MAPL_Unknown, MAPL_IsGather, MAPL_IsScatter, MAPL_UNDEF
24+
use MAPL_Constants, only: MAPL_Unknown, MAPL_IsGather, MAPL_IsScatter, MAPL_UNDEF
2525
use mapl_ErrorHandling_mod, only: MAPL_Assert, MAPL_Verify, MAPL_Return
2626
use mapl_GridGetGlobal_mod, only: GridGetGlobalCellCountPerDim
2727
use mpi

base3g/MAPL_LocStreamMod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module mapl_LocStreamMod_impl_mod
2424

2525
use ESMF
2626
use mapl_Geom_API_mod, only: MAPL_GridGet
27-
use mapl_Constants_mod
27+
use MAPL_Constants
2828
use mapl_GridAccessors_mod, only: geom_GridGet => GridGet
2929
use mapl_NCIO_mod, only: MAPL_ReadTilingNC4
3030
use MAPL_CommsMod

base3g/NCIO.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module mapl_NCIO_mod
2626
use mapl_ExceptionHandling_mod
2727
use netcdf
2828
use pFIO
29-
use mapl_Constants_mod
29+
use MAPL_Constants
3030
use gFTL2_StringIntegerMap
3131
use gFTL2_StringVector
3232
use, intrinsic :: ISO_C_BINDING

base3g/SimpleBundleMod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module mapl_SimpleBundleMod_impl_mod
2424
use mapl_FieldBundle_API_mod, only: MAPL_FieldBundleGetByIndex, MAPL_FieldBundleDestroy
2525
use mapl_ArrayReductions_mod, only: MaxMin => MAPL_MaxMin
2626
use MAPL_CommsMod, only: MAPL_AM_I_ROOT
27-
use mapl_Constants_mod, only: MAPL_PI
27+
use MAPL_Constants, only: MAPL_PI
2828
use mapl_ExceptionHandling_mod
2929

3030
implicit none

base3g/SunOrbit.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module mapl_Sun_mod
2525
! !USES:
2626

2727
use ESMF
28-
use mapl_Constants_mod
28+
use MAPL_Constants
2929
use MAPL_CommsMod
3030
use mapl_ErrorHandling_mod, only: MAPL_Assert, MAPL_Verify, MAPL_Return
3131
use mapl_TimeInterpolation_mod, only: MAPL_ClimInterpFac

enums/QuantityTypeMetadata.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module mapl_QuantityTypeMetadata_mod
44
use mapl_QuantityType_mod
55
use mapl_ErrorHandling_mod
6-
use mapl_Constants_mod, only: MAPL_UNDEF => MAPL_UNDEFINED_REAL
6+
use MAPL_Constants, only: MAPL_UNDEF => MAPL_UNDEFINED_REAL
77
use esmf, only: ESMF_Info, ESMF_InfoCreate, ESMF_InfoIsPresent
88
use esmf, only: ESMF_InfoSet, ESMF_InfoGet, ESMF_InfoGetCharAlloc
99

gridcomps/orbit/MAPL_NominalOrbitsMod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
!- 30Jul2009 Albayrak Beta version 2 implemantation
2020
!
2121
MODULE mapl_NominalOrbits_mod
22-
use mapl_Constants_mod
22+
use MAPL_Constants
2323
IMPLICIT NONE
2424

2525
PRIVATE

infrastructure/esmf/comms/MAPL_Comms.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
module mapl_Comms_mod
1010

1111
use ESMF
12-
use mapl_Constants_mod, only: MAPL_UNDEFINED_REAL
12+
use MAPL_Constants, only: MAPL_UNDEFINED_REAL
1313
use mapl_DistGridGet_mod, only: DistGridGet
1414
use mapl_ErrorHandling_mod
1515
use mpi

infrastructure/fields/field/FieldBLAS.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module mapl_FieldBLAS_mod
44

55
use ESMF
6-
use mapl_Constants_mod, only: MAPL_UNDEFINED_REAL32, MAPL_UNDEFINED_REAL64
6+
use MAPL_Constants, only: MAPL_UNDEFINED_REAL32, MAPL_UNDEFINED_REAL64
77
use mapl_ExceptionHandling_mod
88
use mapl_FieldCondensedArray_mod
99
use mapl_FieldPointerUtilities_mod

0 commit comments

Comments
 (0)