mapl3g_RoutehandleParam Module


Uses

  • module~~mapl3g_routehandleparam~~UsesGraph module~mapl3g_routehandleparam mapl3g_RoutehandleParam ESMF ESMF module~mapl3g_routehandleparam->ESMF module~mapl3g_geom_mgr mapl3g_geom_mgr module~mapl3g_routehandleparam->module~mapl3g_geom_mgr module~mapl_errorhandlingmod mapl_ErrorHandlingMod module~mapl3g_routehandleparam->module~mapl_errorhandlingmod 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~mapl_errorhandling mapl_ErrorHandling module~mapl_errorhandlingmod->module~mapl_errorhandling module~mapl3g_geomspec->ESMF module~mapl3g_geomutilities->ESMF module~mapl3g_geomutilities->module~mapl_errorhandlingmod module~mapl_throwmod MAPL_ThrowMod module~mapl_errorhandling->module~mapl_throwmod mpi mpi module~mapl_errorhandling->mpi

Used by

  • module~~mapl3g_routehandleparam~~UsedByGraph module~mapl3g_routehandleparam mapl3g_RoutehandleParam module~mapl3g_esmfregridderfactory mapl3g_EsmfRegridderFactory module~mapl3g_esmfregridderfactory->module~mapl3g_routehandleparam module~mapl3g_routehandlemanager mapl3g_RoutehandleManager module~mapl3g_esmfregridderfactory->module~mapl3g_routehandlemanager module~mapl3g_routehandlespec mapl3g_RoutehandleSpec module~mapl3g_routehandlespec->module~mapl3g_routehandleparam module~mapl3g_regriddermanager mapl3g_RegridderManager module~mapl3g_regriddermanager->module~mapl3g_esmfregridderfactory module~mapl3g_routehandlemanager->module~mapl3g_routehandlespec module~mapl3g_routehandlespecvector mapl3g_RoutehandleSpecVector module~mapl3g_routehandlemanager->module~mapl3g_routehandlespecvector module~mapl3g_routehandlespecvector->module~mapl3g_routehandlespec 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 RouteHandleParam

  • private function new_RoutehandleParam(srcMaskValues, dstMaskValues, regridmethod, polemethod, regridPoleNPnts, linetype, normtype, extrapmethod, extrapNumSrcPnts, extrapDistExponent, extrapNumLevels, unmappedaction, ignoreDegenerate, srcTermProcessing) result(param)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in), optional :: srcMaskValues(:)
    integer, intent(in), optional :: dstMaskValues(:)
    type(ESMF_RegridMethod_Flag), intent(in), optional :: regridmethod
    type(ESMF_PoleMethod_Flag), intent(in), optional :: polemethod
    integer, intent(in), optional :: regridPoleNPnts
    type(ESMF_LineType_Flag), intent(in), optional :: linetype
    type(ESMF_NormType_Flag), intent(in), optional :: normtype
    type(ESMF_ExtrapMethod_Flag), intent(in), optional :: extrapmethod
    integer, intent(in), optional :: extrapNumSrcPnts
    real(kind=ESMF_KIND_R4), intent(in), optional :: extrapDistExponent
    integer, intent(in), optional :: extrapNumLevels
    type(ESMF_UnmappedAction_Flag), intent(in), optional :: unmappedaction
    logical, intent(in), optional :: ignoreDegenerate
    integer, intent(in), optional :: srcTermProcessing

    Return Value type(RoutehandleParam)

public interface make_routehandle

  • private function make_routehandle_from_param(geom_in, geom_out, param, rc) result(routehandle)

    Arguments

    Type IntentOptional Attributes Name
    type(ESMF_Geom), intent(in) :: geom_in
    type(ESMF_Geom), intent(in) :: geom_out
    type(RoutehandleParam), intent(in) :: param
    integer, intent(out), optional :: rc

    Return Value type(ESMF_RouteHandle)

public interface operator(==)

  • private function equal_to(a, b) result(eq)

    Arguments

    Type IntentOptional Attributes Name
    type(RoutehandleParam), intent(in) :: a
    type(RoutehandleParam), intent(in) :: b

    Return Value logical


Derived Types

type, public ::  RoutehandleParam

Constructor

private function new_RoutehandleParam (srcMaskValues, dstMaskValues, regridmethod, polemethod, regridPoleNPnts, linetype, normtype, extrapmethod, extrapNumSrcPnts, extrapDistExponent, extrapNumLevels, unmappedaction, ignoreDegenerate, srcTermProcessing)