NUOPC_GridCompAttributeGetIL Subroutine

private subroutine NUOPC_GridCompAttributeGetIL(comp, name, valueList, isPresent, isSet, itemCount, typekind, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp), intent(in) :: comp
character(len=*), intent(in) :: name
integer, intent(out) :: valueList(:)
logical, intent(out), optional :: isPresent
logical, intent(out), optional :: isSet
integer, intent(out), optional :: itemCount
type(ESMF_TypeKind_Flag), intent(out), optional :: typekind
integer, intent(out), optional :: rc

Calls

proc~~nuopc_gridcompattributegetil~~CallsGraph proc~nuopc_gridcompattributegetil NUOPC_GridCompAttributeGetIL interface~esmf_infoget ESMF_InfoGet proc~nuopc_gridcompattributegetil->interface~esmf_infoget interface~esmf_infogetfromhost ESMF_InfoGetFromHost proc~nuopc_gridcompattributegetil->interface~esmf_infogetfromhost proc~esmf_infogettk ESMF_InfoGetTK proc~nuopc_gridcompattributegetil->proc~esmf_infogettk proc~esmf_infoispresent ESMF_InfoIsPresent proc~nuopc_gridcompattributegetil->proc~esmf_infoispresent proc~esmf_infoisset ESMF_InfoIsSet proc~nuopc_gridcompattributegetil->proc~esmf_infoisset proc~esmf_logfounderror ESMF_LogFoundError proc~nuopc_gridcompattributegetil->proc~esmf_logfounderror

Called by

proc~~nuopc_gridcompattributegetil~~CalledByGraph proc~nuopc_gridcompattributegetil NUOPC_GridCompAttributeGetIL interface~nuopc_compattributeget NUOPC_CompAttributeGet interface~nuopc_compattributeget->proc~nuopc_gridcompattributegetil