Constants.F90 Source File


This file depends on

sourcefile~~constants.f90~~EfferentGraph sourcefile~constants.f90 Constants.F90 sourcefile~internalconstants.f90 InternalConstants.F90 sourcefile~constants.f90->sourcefile~internalconstants.f90 sourcefile~mathconstants.f90 MathConstants.F90 sourcefile~constants.f90->sourcefile~mathconstants.f90 sourcefile~physicalconstants.f90 PhysicalConstants.F90 sourcefile~constants.f90->sourcefile~physicalconstants.f90 sourcefile~physicalconstants.f90->sourcefile~mathconstants.f90

Files dependent on this one

Constants.F90wBase.F90
w
wBase_Base.F90
w
wBase_Base_implementation.F90
w
wcreate_basic_grid.F90
w
wcub2latlon_regridder.F90
w
wCubedSphereGeomFactory_smod.F90
w
wCubedSphereGeomSpec_smod.F90
w
wESMFL_Mod.F90
w
wExtDataGridCompMod.F90
w
wExtDataGridCompNG.F90
w
wExtDataMasking.F90
w
wfill_coordinates.F90
w
wGenericCplComp.F90
w
wGriddedIO.F90
w
wmake_file_metadata.F90
w
wmake_geom.F90
w
wmake_gridded_dims.F90
w
wMAPL_AbstractGridFactory.F90
w
wMAPL_AbstractRegridder.F90
w
wMAPL_CapGridComp.F90
w
wMAPL_CFIO.F90
w
wMAPL_Comms.F90
w
wMAPL_CubedSphereGridFactory.F90
w
wMAPL_DirPath.F90
w
wMAPL_EpochSwathMod.F90
w
wMAPL_EsmfRegridder.F90
w
wMAPL_ExternalGridFactory.F90
w
wMAPL_Generic.F90
w
wMAPL_HistoryGridComp.F90
w
wMAPL_LatLonGridFactory.F90
w
wMAPL_LatLonToLatLonRegridder.F90
w
wMAPL_LoadBalance.F90
w
wMAPL_LocStreamFactoryMod.F90
w
wMAPL_LocStreamMod.F90
w
wMAPL_NominalOrbitsMod.F90
w
wMAPL_OrbGridCompMod.F90
w
wMAPL_Resource.F90
w
wMAPL_SatVapor.F90
w
wMAPL_SimpleBundleMod.F90
w
wMAPL_SphericalGeometry.F90
w
wMAPL_sun_uc.F90
w
wMAPL_SwathGridFactory.F90
w
wMAPL_TilingRegridder.F90
w
wMAPL_TripolarGridFactory.F90
w
wMAPL_VerticalInterpMod.F90
w
wMAPL_VotingRegridder.F90
w
wMAPL_XYGridFactory.F90
w
wMaplGrid.F90
w
wMaplShared.F90
w
wPlain_netCDF_Time.F90
w
wRegrid_Util.F90
w
wRegridderTypeSpec.F90
w
wShmem.F90
w
wShmem_implementation.F90
w
wStateSpecification.F90
w
wtest_DirPath.pf
w
wTest_LatLon_Corners.pf
w
wTest_LatLon_GridFactory.pf
w
wtypesafe_make_file_metadata.F90
w
wtypesafe_make_geom.F90
w
wutCFIO_Array.F90
w
wVarConn.F90
w
wVarSpec.F90
w
wVarSpecMiscMod.F90
w
wxyz2latlon.F90
w

Source Code

module MAPL_Constants

use, intrinsic :: iso_fortran_env, only: REAL64, REAL32
use MAPL_InternalConstantsMod
use MAPL_MathConstantsMod
use MAPL_PhysicalConstantsMod

contains

subroutine initialize_constants()
   implicit none
end subroutine initialize_constants

end module MAPL_Constants

! For backwards compatibility
module MAPL_ConstantsMod
use MAPL_Constants
end module MAPL_ConstantsMod