NUOPC_CplCompAttributeGetI Subroutine

private subroutine NUOPC_CplCompAttributeGetI(comp, name, value, isPresent, isSet, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_CplComp), intent(in) :: comp
character(len=*), intent(in) :: name
integer, intent(out) :: value
logical, intent(out), optional :: isPresent
logical, intent(out), optional :: isSet
integer, intent(out), optional :: rc

Calls

proc~~nuopc_cplcompattributegeti~~CallsGraph proc~nuopc_cplcompattributegeti NUOPC_CplCompAttributeGetI interface~esmf_infoget ESMF_InfoGet proc~nuopc_cplcompattributegeti->interface~esmf_infoget interface~esmf_infogetfromhost ESMF_InfoGetFromHost proc~nuopc_cplcompattributegeti->interface~esmf_infogetfromhost proc~esmf_infoispresent ESMF_InfoIsPresent proc~nuopc_cplcompattributegeti->proc~esmf_infoispresent proc~esmf_infoisset ESMF_InfoIsSet proc~nuopc_cplcompattributegeti->proc~esmf_infoisset proc~esmf_logfounderror ESMF_LogFoundError proc~nuopc_cplcompattributegeti->proc~esmf_logfounderror

Called by

proc~~nuopc_cplcompattributegeti~~CalledByGraph proc~nuopc_cplcompattributegeti NUOPC_CplCompAttributeGetI interface~nuopc_compattributeget NUOPC_CompAttributeGet interface~nuopc_compattributeget->proc~nuopc_cplcompattributegeti