ESMF_MethodGet Interface

public interface ESMF_MethodGet

Calls

interface~~esmf_methodget~~CallsGraph interface~esmf_methodget ESMF_MethodGet proc~esmf_methodcplcompget ESMF_MethodCplCompGet interface~esmf_methodget->proc~esmf_methodcplcompget proc~esmf_methodcplcompgetlist ESMF_MethodCplCompGetList interface~esmf_methodget->proc~esmf_methodcplcompgetlist proc~esmf_methodgridcompget ESMF_MethodGridCompGet interface~esmf_methodget->proc~esmf_methodgridcompget proc~esmf_methodgridcompgetlist ESMF_MethodGridCompGetList interface~esmf_methodget->proc~esmf_methodgridcompgetlist proc~esmf_methodstateget ESMF_MethodStateGet interface~esmf_methodget->proc~esmf_methodstateget proc~esmf_methodstategetlist ESMF_MethodStateGetList interface~esmf_methodget->proc~esmf_methodstategetlist c_esmc_methodtableget c_esmc_methodtableget proc~esmf_methodcplcompget->c_esmc_methodtableget proc~esmf_cplcompgetinit ESMF_CplCompGetInit proc~esmf_methodcplcompget->proc~esmf_cplcompgetinit proc~esmf_imerr ESMF_IMErr proc~esmf_methodcplcompget->proc~esmf_imerr proc~esmf_logfounderror ESMF_LogFoundError proc~esmf_methodcplcompget->proc~esmf_logfounderror c_esmc_methodtablegetinfo c_esmc_methodtablegetinfo proc~esmf_methodcplcompgetlist->c_esmc_methodtablegetinfo c_esmc_methodtablegetlabels c_esmc_methodtablegetlabels proc~esmf_methodcplcompgetlist->c_esmc_methodtablegetlabels proc~esmf_methodcplcompgetlist->proc~esmf_cplcompgetinit proc~esmf_methodcplcompgetlist->proc~esmf_imerr proc~esmf_methodcplcompgetlist->proc~esmf_logfounderror proc~esmf_methodgridcompget->c_esmc_methodtableget proc~esmf_gridcompgetinit ESMF_GridCompGetInit proc~esmf_methodgridcompget->proc~esmf_gridcompgetinit proc~esmf_methodgridcompget->proc~esmf_imerr proc~esmf_methodgridcompget->proc~esmf_logfounderror proc~esmf_methodgridcompgetlist->c_esmc_methodtablegetinfo proc~esmf_methodgridcompgetlist->c_esmc_methodtablegetlabels proc~esmf_methodgridcompgetlist->proc~esmf_gridcompgetinit proc~esmf_methodgridcompgetlist->proc~esmf_imerr proc~esmf_methodgridcompgetlist->proc~esmf_logfounderror proc~esmf_methodstateget->c_esmc_methodtableget proc~esmf_methodstateget->proc~esmf_imerr proc~esmf_methodstateget->proc~esmf_logfounderror proc~esmf_stategetinit ESMF_StateGetInit proc~esmf_methodstateget->proc~esmf_stategetinit proc~esmf_methodstategetlist->c_esmc_methodtablegetinfo proc~esmf_methodstategetlist->c_esmc_methodtablegetlabels proc~esmf_methodstategetlist->proc~esmf_imerr proc~esmf_methodstategetlist->proc~esmf_logfounderror proc~esmf_methodstategetlist->proc~esmf_stategetinit 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_methodget~~CalledByGraph interface~esmf_methodget ESMF_MethodGet proc~initializep0~2 InitializeP0 proc~initializep0~2->interface~esmf_methodget proc~init~3 init proc~init~3->interface~esmf_methodget

Module Procedures

private subroutine ESMF_MethodCplCompGet(cplcomp, label, index, isPresent, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_CplComp) :: cplcomp
character(len=*), intent(in) :: label
integer, intent(in), optional :: index
logical, intent(out), optional :: isPresent
integer, intent(out), optional :: rc

private subroutine ESMF_MethodCplCompGetList(cplcomp, labelList, rc)

Arguments

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

private subroutine ESMF_MethodGridCompGet(gcomp, label, index, isPresent, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp) :: gcomp
character(len=*), intent(in) :: label
integer, intent(in), optional :: index
logical, intent(out), optional :: isPresent
integer, intent(out), optional :: rc

private subroutine ESMF_MethodGridCompGetList(gcomp, labelList, rc)

Arguments

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

private subroutine ESMF_MethodStateGet(state, label, index, isPresent, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_State) :: state
character(len=*), intent(in) :: label
integer, intent(in), optional :: index
logical, intent(out), optional :: isPresent
integer, intent(out), optional :: rc

private subroutine ESMF_MethodStateGetList(state, labelList, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_State) :: state
character(len=:), intent(out), allocatable :: labelList(:)
integer, intent(out), optional :: rc