MAPL_MinMaxMod Module


Uses

  • module~~mapl_minmaxmod~~UsesGraph module~mapl_minmaxmod MAPL_MinMaxMod iso_fortran_env iso_fortran_env module~mapl_minmaxmod->iso_fortran_env

Used by

  • module~~mapl_minmaxmod~~UsedByGraph module~mapl_minmaxmod MAPL_MinMaxMod module~create_basic_grid_smod create_basic_grid_smod module~create_basic_grid_smod->module~mapl_minmaxmod module~cubedspheregeomfactory_smod CubedSphereGeomFactory_smod module~cubedspheregeomfactory_smod->module~mapl_minmaxmod module~fill_coordinates_smod fill_coordinates_smod module~fill_coordinates_smod->module~mapl_minmaxmod module~make_file_metadata_smod make_file_metadata_smod module~make_file_metadata_smod->module~mapl_minmaxmod module~make_geom_smod make_geom_smod module~make_geom_smod->module~mapl_minmaxmod module~make_gridded_dims_smod make_gridded_dims_smod module~make_gridded_dims_smod->module~mapl_minmaxmod module~mapl_cubedspheregridfactorymod MAPL_CubedSphereGridFactoryMod module~mapl_cubedspheregridfactorymod->module~mapl_minmaxmod module~mapl_externalgridfactorymod MAPL_ExternalGridFactoryMod module~mapl_externalgridfactorymod->module~mapl_minmaxmod module~mapl_latlongridfactorymod MAPL_LatLonGridFactoryMod module~mapl_latlongridfactorymod->module~mapl_minmaxmod module~mapl_swathgridfactorymod MAPL_SwathGridFactoryMod module~mapl_swathgridfactorymod->module~mapl_minmaxmod module~maplshared MaplShared module~maplshared->module~mapl_minmaxmod module~test_latlon_corners Test_LatLon_Corners module~test_latlon_corners->module~mapl_minmaxmod module~test_latlon_corners->module~mapl_latlongridfactorymod module~test_latlon_gridfactory Test_LatLon_GridFactory module~test_latlon_gridfactory->module~mapl_minmaxmod module~test_latlon_gridfactory->module~mapl_latlongridfactorymod module~typesafe_make_file_metadata_smod typesafe_make_file_metadata_smod module~typesafe_make_file_metadata_smod->module~mapl_minmaxmod module~typesafe_make_geom_smod typesafe_make_geom_smod module~typesafe_make_geom_smod->module~mapl_minmaxmod module~extdatautroot_gridcompmod ExtDataUtRoot_GridCompMod module~extdatautroot_gridcompmod->module~maplshared module~mapl3g_componentdriver mapl3g_ComponentDriver module~mapl3g_componentdriver->module~maplshared module~mapl_capgridcompmod MAPL_CapGridCompMod module~mapl_capgridcompmod->module~mapl_externalgridfactorymod module~mapl_fieldunits mapl_FieldUnits module~mapl_fieldunits->module~maplshared module~mapl_genericmod MAPL_GenericMod module~mapl_genericmod->module~maplshared module~maplbase_mod MAPLBase_Mod module~maplbase_mod->module~mapl_cubedspheregridfactorymod module~maplbase_mod->module~mapl_externalgridfactorymod module~maplbase_mod->module~mapl_latlongridfactorymod module~test_sphericaltocartesian Test_SphericalToCartesian module~test_sphericaltocartesian->module~mapl_latlongridfactorymod program~regrid_util Regrid_Util program~regrid_util->module~mapl_cubedspheregridfactorymod program~regrid_util->module~mapl_latlongridfactorymod

Derived Types

type, public ::  IntegerMinMax

Components

Type Visibility Attributes Name Initial
integer, public :: max
integer, public :: min

type, public ::  Real64MinMax

Components

Type Visibility Attributes Name Initial
real(kind=REAL64), public :: max
real(kind=REAL64), public :: min

type, public ::  RealMinMax

Components

Type Visibility Attributes Name Initial
real(kind=REAL32), public :: max
real(kind=REAL32), public :: min

Type-Bound Procedures

procedure, public :: equal_real
procedure, public :: not_equal_real
generic, public :: operator(/=) => not_equal_real
generic, public :: operator(==) => equal_real