ESMF_InternalStateGet Interface

public interface ESMF_InternalStateGet

Calls

interface~~esmf_internalstateget~~CallsGraph interface~esmf_internalstateget ESMF_InternalStateGet proc~esmf_internalstatecplcompget ESMF_InternalStateCplCompGet interface~esmf_internalstateget->proc~esmf_internalstatecplcompget proc~esmf_internalstatecplcompgetl ESMF_InternalStateCplCompGetL interface~esmf_internalstateget->proc~esmf_internalstatecplcompgetl proc~esmf_internalstategridcompget ESMF_InternalStateGridCompGet interface~esmf_internalstateget->proc~esmf_internalstategridcompget proc~esmf_internalstategridcompgetl ESMF_InternalStateGridCompGetL interface~esmf_internalstateget->proc~esmf_internalstategridcompgetl interface~esmf_usercompgetinternalstate ESMF_UserCompGetInternalState proc~esmf_internalstatecplcompget->interface~esmf_usercompgetinternalstate proc~esmf_cplcompgetinit ESMF_CplCompGetInit proc~esmf_internalstatecplcompget->proc~esmf_cplcompgetinit proc~esmf_imerr ESMF_IMErr proc~esmf_internalstatecplcompget->proc~esmf_imerr proc~esmf_logfounderror ESMF_LogFoundError proc~esmf_internalstatecplcompget->proc~esmf_logfounderror interface~c_esmc_internalstategetinfo c_ESMC_InternalStateGetInfo proc~esmf_internalstatecplcompgetl->interface~c_esmc_internalstategetinfo interface~c_esmc_internalstategetlabels c_ESMC_InternalStateGetLabels proc~esmf_internalstatecplcompgetl->interface~c_esmc_internalstategetlabels proc~esmf_internalstatecplcompgetl->proc~esmf_cplcompgetinit proc~esmf_internalstatecplcompgetl->proc~esmf_imerr proc~esmf_internalstatecplcompgetl->proc~esmf_logfounderror proc~esmf_internalstategridcompget->interface~esmf_usercompgetinternalstate proc~esmf_gridcompgetinit ESMF_GridCompGetInit proc~esmf_internalstategridcompget->proc~esmf_gridcompgetinit proc~esmf_internalstategridcompget->proc~esmf_imerr proc~esmf_internalstategridcompget->proc~esmf_logfounderror proc~esmf_internalstategridcompgetl->interface~c_esmc_internalstategetinfo proc~esmf_internalstategridcompgetl->interface~c_esmc_internalstategetlabels proc~esmf_internalstategridcompgetl->proc~esmf_gridcompgetinit proc~esmf_internalstategridcompgetl->proc~esmf_imerr proc~esmf_internalstategridcompgetl->proc~esmf_logfounderror proc~esmf_imerr->proc~esmf_logfounderror proc~esmf_initcheckdeep ESMF_InitCheckDeep proc~esmf_imerr->proc~esmf_initcheckdeep 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 c_esmc_loggeterrormsg c_esmc_loggeterrormsg proc~esmf_logrc2msg->c_esmc_loggeterrormsg c_esmc_vmwtime c_esmc_vmwtime proc~esmf_logwrite->c_esmc_vmwtime proc~esmf_logclose ESMF_LogClose proc~esmf_logwrite->proc~esmf_logclose proc~esmf_logflush ESMF_LogFlush proc~esmf_logwrite->proc~esmf_logflush proc~esmf_logopenfile ESMF_LogOpenFile proc~esmf_logwrite->proc~esmf_logopenfile proc~esmf_utiliounitflush ESMF_UtilIOUnitFlush proc~esmf_logwrite->proc~esmf_utiliounitflush proc~esmf_utilstring2array ESMF_UtilString2Array proc~esmf_logwrite->proc~esmf_utilstring2array

Called by

interface~~esmf_internalstateget~~CalledByGraph interface~esmf_internalstateget ESMF_InternalStateGet proc~mygcomp_final~3 mygcomp_final proc~mygcomp_final~3->interface~esmf_internalstateget proc~mygcomp_run~4 mygcomp_run proc~mygcomp_run~4->interface~esmf_internalstateget program~esmf_internalstateex ESMF_InternalStateEx program~esmf_internalstateex->interface~esmf_internalstateget program~esmf_internalstateutest ESMF_InternalStateUTest program~esmf_internalstateutest->interface~esmf_internalstateget

Module Procedures

private subroutine ESMF_InternalStateCplCompGet(cplcomp, keywordEnforcer, internalState, label, rc)

Arguments

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

private subroutine ESMF_InternalStateGridCompGet(gcomp, keywordEnforcer, internalState, label, rc)

Arguments

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

private subroutine ESMF_InternalStateCplCompGetL(cplcomp, labelList, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_CplComp), intent(in) :: cplcomp
character(len=:), intent(out), allocatable :: labelList(:)
integer, intent(out), optional :: rc

private subroutine ESMF_InternalStateGridCompGetL(gcomp, labelList, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp), intent(in) :: gcomp
character(len=:), intent(out), allocatable :: labelList(:)
integer, intent(out), optional :: rc