mapl3g_RoutehandleManager Module


Uses

  • module~~mapl3g_routehandlemanager~~UsesGraph module~mapl3g_routehandlemanager mapl3g_RoutehandleManager ESMF ESMF module~mapl3g_routehandlemanager->ESMF module~mapl3g_routehandlespec mapl3g_RoutehandleSpec module~mapl3g_routehandlemanager->module~mapl3g_routehandlespec module~mapl3g_routehandlespecvector mapl3g_RoutehandleSpecVector module~mapl3g_routehandlemanager->module~mapl3g_routehandlespecvector module~mapl3g_routehandlevector mapl3g_RoutehandleVector module~mapl3g_routehandlemanager->module~mapl3g_routehandlevector module~mapl_errorhandlingmod mapl_ErrorHandlingMod module~mapl3g_routehandlemanager->module~mapl_errorhandlingmod module~mapl3g_routehandlespec->ESMF module~mapl3g_routehandlespec->module~mapl_errorhandlingmod module~mapl3g_geom_mgr mapl3g_geom_mgr module~mapl3g_routehandlespec->module~mapl3g_geom_mgr module~mapl3g_routehandleparam mapl3g_RoutehandleParam module~mapl3g_routehandlespec->module~mapl3g_routehandleparam module~mapl3g_routehandlespecvector->module~mapl3g_routehandlespec module~mapl3g_routehandlevector->ESMF module~mapl_errorhandling mapl_ErrorHandling module~mapl_errorhandlingmod->module~mapl_errorhandling mapl3g_GeomManager mapl3g_GeomManager module~mapl3g_geom_mgr->mapl3g_GeomManager mapl3g_MaplGeom mapl3g_MaplGeom module~mapl3g_geom_mgr->mapl3g_MaplGeom module~mapl3g_geomspec mapl3g_GeomSpec module~mapl3g_geom_mgr->module~mapl3g_geomspec module~mapl3g_geomutilities mapl3g_GeomUtilities module~mapl3g_geom_mgr->module~mapl3g_geomutilities module~mapl3g_routehandleparam->ESMF module~mapl3g_routehandleparam->module~mapl_errorhandlingmod module~mapl3g_routehandleparam->module~mapl3g_geom_mgr module~mapl_throwmod MAPL_ThrowMod module~mapl_errorhandling->module~mapl_throwmod mpi mpi module~mapl_errorhandling->mpi module~mapl3g_geomspec->ESMF module~mapl3g_geomutilities->ESMF module~mapl3g_geomutilities->module~mapl_errorhandlingmod

Used by

  • module~~mapl3g_routehandlemanager~~UsedByGraph module~mapl3g_routehandlemanager mapl3g_RoutehandleManager module~mapl3g_esmfregridderfactory mapl3g_EsmfRegridderFactory module~mapl3g_esmfregridderfactory->module~mapl3g_routehandlemanager module~mapl3g_regriddermanager mapl3g_RegridderManager module~mapl3g_regriddermanager->module~mapl3g_esmfregridderfactory module~mapl3g_regridder_mgr mapl3g_regridder_mgr module~mapl3g_regridder_mgr->module~mapl3g_regriddermanager module~mapl3g_regridaction mapl3g_RegridAction module~mapl3g_regridaction->module~mapl3g_regridder_mgr module~test_regriddermanager Test_RegridderManager module~test_regriddermanager->module~mapl3g_regridder_mgr module~test_routehandlemanager Test_RouteHandleManager module~test_routehandlemanager->module~mapl3g_regridder_mgr

Interfaces

public interface RoutehandleManager


Derived Types

type, public ::  RoutehandleManager

Constructor

public function new_RoutehandleManager ()

Type-Bound Procedures

procedure, public :: add_routehandle
procedure, public :: delete_routehandle
procedure, public :: get_routehandle

Functions

public function get_routehandle(this, spec, rc) result(routehandle)

Arguments

Type IntentOptional Attributes Name
class(RoutehandleManager), intent(inout), target :: this
type(RoutehandleSpec), intent(in) :: spec
integer, intent(out), optional :: rc

Return Value type(ESMF_RouteHandle)

public function new_RoutehandleManager() result(mgr)

Arguments

None

Return Value type(RoutehandleManager)


Subroutines

public subroutine add_routehandle(this, spec, rc)

Arguments

Type IntentOptional Attributes Name
class(RoutehandleManager), intent(inout), target :: this
type(RoutehandleSpec), intent(in) :: spec
integer, intent(out), optional :: rc

public subroutine delete_routehandle(this, spec, rc)

Arguments

Type IntentOptional Attributes Name
class(RoutehandleManager), intent(inout) :: this
type(RoutehandleSpec), intent(in) :: spec
integer, intent(out), optional :: rc