NUOPC_CplCompAttributeGet Subroutine

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

Arguments

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

Calls

proc~~nuopc_cplcompattributeget~~CallsGraph proc~nuopc_cplcompattributeget NUOPC_CplCompAttributeGet interface~esmf_infoget ESMF_InfoGet proc~nuopc_cplcompattributeget->interface~esmf_infoget interface~esmf_infogetfromhost ESMF_InfoGetFromHost proc~nuopc_cplcompattributeget->interface~esmf_infogetfromhost proc~esmf_infogettk ESMF_InfoGetTK proc~nuopc_cplcompattributeget->proc~esmf_infogettk proc~esmf_infoispresent ESMF_InfoIsPresent proc~nuopc_cplcompattributeget->proc~esmf_infoispresent proc~esmf_infoisset ESMF_InfoIsSet proc~nuopc_cplcompattributeget->proc~esmf_infoisset proc~esmf_logfounderror ESMF_LogFoundError proc~nuopc_cplcompattributeget->proc~esmf_logfounderror proc~esmf_logseterror ESMF_LogSetError proc~nuopc_cplcompattributeget->proc~esmf_logseterror

Called by

proc~~nuopc_cplcompattributeget~~CalledByGraph proc~nuopc_cplcompattributeget NUOPC_CplCompAttributeGet interface~nuopc_compattributeget NUOPC_CompAttributeGet interface~nuopc_compattributeget->proc~nuopc_cplcompattributeget