ESMF_RouteHandleCreate Interface

public interface ESMF_RouteHandleCreate

Calls

interface~~esmf_routehandlecreate~~CallsGraph interface~esmf_routehandlecreate ESMF_RouteHandleCreate proc~esmf_routehandlecreatedef ESMF_RouteHandleCreateDef interface~esmf_routehandlecreate->proc~esmf_routehandlecreatedef proc~esmf_routehandlecreatefile ESMF_RouteHandleCreateFile interface~esmf_routehandlecreate->proc~esmf_routehandlecreatefile proc~esmf_routehandlecreaterh ESMF_RouteHandleCreateRH interface~esmf_routehandlecreate->proc~esmf_routehandlecreaterh c_esmc_routehandlecreate c_esmc_routehandlecreate proc~esmf_routehandlecreatedef->c_esmc_routehandlecreate proc~esmf_logfounderror ESMF_LogFoundError proc~esmf_routehandlecreatedef->proc~esmf_logfounderror c_esmc_routehandlecreatefile c_esmc_routehandlecreatefile proc~esmf_routehandlecreatefile->c_esmc_routehandlecreatefile proc~esmf_routehandlecreatefile->proc~esmf_logfounderror c_esmc_routehandlecreaterh c_esmc_routehandlecreaterh proc~esmf_routehandlecreaterh->c_esmc_routehandlecreaterh interface~esmf_interarraycreate ESMF_InterArrayCreate proc~esmf_routehandlecreaterh->interface~esmf_interarraycreate proc~esmf_interarraydestroy ESMF_InterArrayDestroy proc~esmf_routehandlecreaterh->proc~esmf_interarraydestroy proc~esmf_routehandlecreaterh->proc~esmf_logfounderror proc~esmf_interarraycreateptr ESMF_InterArrayCreatePtr interface~esmf_interarraycreate->proc~esmf_interarraycreateptr proc~esmf_interarraycreatetrg ESMF_InterArrayCreateTrg interface~esmf_interarraycreate->proc~esmf_interarraycreatetrg proc~esmf_logfounddeallocerror ESMF_LogFoundDeallocError proc~esmf_interarraydestroy->proc~esmf_logfounddeallocerror esmf_breakpoint esmf_breakpoint proc~esmf_logfounderror->esmf_breakpoint proc~esmf_logrc2msg ESMF_LogRc2Msg proc~esmf_logfounderror->proc~esmf_logrc2msg proc~esmf_logwrite ESMF_LogWrite proc~esmf_logfounderror->proc~esmf_logwrite

Called by

interface~~esmf_routehandlecreate~~CalledByGraph interface~esmf_routehandlecreate ESMF_RouteHandleCreate proc~fieldbundlecplstore FieldBundleCplStore proc~fieldbundlecplstore->interface~esmf_routehandlecreate program~esmf_arraybundleredistutest ESMF_ArrayBundleRedistUTest program~esmf_arraybundleredistutest->interface~esmf_routehandlecreate program~esmf_infosyncutest ESMF_InfoSyncUTest program~esmf_infosyncutest->interface~esmf_routehandlecreate program~esmf_rhandlefromfileex ESMF_RHandleFromFileEx program~esmf_rhandlefromfileex->interface~esmf_routehandlecreate program~esmf_rhandlefromrhandleex ESMF_RHandleFromRHandleEx program~esmf_rhandlefromrhandleex->interface~esmf_routehandlecreate program~esmf_routehandleadvancedutest ESMF_RouteHandleAdvancedUTest program~esmf_routehandleadvancedutest->interface~esmf_routehandlecreate program~esmf_routehandleutest ESMF_RouteHandleUTest program~esmf_routehandleutest->interface~esmf_routehandlecreate proc~initializeipdv05p6b InitializeIPDv05p6b proc~initializeipdv05p6b->proc~fieldbundlecplstore proc~initializeipdv00p2b InitializeIPDv00p2b proc~initializeipdv00p2b->proc~initializeipdv05p6b

Module Procedures

private function ESMF_RouteHandleCreateDef(rc)

Arguments

Type IntentOptional Attributes Name
integer, intent(out), optional :: rc

Return Value type(ESMF_RouteHandle)

private function ESMF_RouteHandleCreateRH(routehandle, keywordEnforcer, originPetList, targetPetList, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_RouteHandle), intent(in) :: routehandle
type(ESMF_KeywordEnforcer), optional :: keywordEnforcer
integer, intent(in), optional :: originPetList(:)
integer, intent(in), optional :: targetPetList(:)
integer, intent(out), optional :: rc

Return Value type(ESMF_RouteHandle)

private function ESMF_RouteHandleCreateFile(fileName, keywordEnforcer, rc)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: fileName
type(ESMF_KeywordEnforcer), optional :: keywordEnforcer
integer, intent(out), optional :: rc

Return Value type(ESMF_RouteHandle)