MAPL_GridSpecMod Module


Uses

  • module~~mapl_gridspecmod~~UsesGraph module~mapl_gridspecmod MAPL_GridSpecMod module~mapl_gridtypemod MAPL_GridTypeMod module~mapl_gridspecmod->module~mapl_gridtypemod

Used by

  • module~~mapl_gridspecmod~~UsedByGraph module~mapl_gridspecmod MAPL_GridSpecMod module~mapl_identityregriddermod MAPL_IdentityRegridderMod module~mapl_identityregriddermod->module~mapl_gridspecmod module~mapl_latlontolatlonregriddermod MAPL_LatLonToLatLonRegridderMod module~mapl_latlontolatlonregriddermod->module~mapl_gridspecmod module~mapl_newregriddermanager_private mapl_NewRegridderManager_private module~mapl_newregriddermanager_private->module~mapl_identityregriddermod module~mapl_regriddermanager_private MAPL_RegridderManager_private module~mapl_regriddermanager_private->module~mapl_identityregriddermod module~mapl_newregriddermanager mapl_NewRegridderManager module~mapl_newregriddermanager->module~mapl_newregriddermanager_private module~mapl_regriddermanagermod MAPL_RegridderManagerMod module~mapl_regriddermanagermod->module~mapl_regriddermanager_private module~mapl_cfiomod MAPL_CFIOMod module~mapl_cfiomod->module~mapl_newregriddermanager module~mapl_cfiomod->module~mapl_regriddermanagermod module~mapl_epochswathmod MAPL_EpochSwathMod module~mapl_epochswathmod->module~mapl_newregriddermanager module~mapl_griddediomod MAPL_GriddedIOMod module~mapl_griddediomod->module~mapl_newregriddermanager module~maplbase_mod MAPLBase_Mod module~maplbase_mod->module~mapl_newregriddermanager module~maplbase_mod->module~mapl_regriddermanagermod program~regrid_util Regrid_Util program~regrid_util->module~mapl_newregriddermanager

Derived Types

type, public ::  DimensionSpec

Components

Type Visibility Attributes Name Initial
integer, public :: num_points
integer, public :: topology
real, public :: x_max
real, public :: x_min

Type-Bound Procedures

procedure, public :: equals_dim
procedure, public :: not_equals_dim
generic, public :: operator(/=) => not_equals_dim
generic, public :: operator(==) => equals_dim

type, public ::  GridSpec

Components

Type Visibility Attributes Name Initial
type(DimensionSpec), public :: dim_specs(NUM_DIMS)
type(GridType), public :: grid_type

Type-Bound Procedures

procedure, public :: equals_grid
procedure, public :: not_equals_grid
generic, public :: operator(/=) => not_equals_grid
generic, public :: operator(==) => equals_grid