Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_CplComp) | :: | comp | ||||
integer | :: | rc |
subroutine f_esmf_cplcompget(comp, rc) use ESMF_UtilTypesMod ! ESMF utility types use ESMF_BaseMod ! ESMF base class use ESMF_CompMod use ESMF_CplCompMod use ESMF_InitMacrosMod implicit none type(ESMF_CplComp) :: comp integer :: rc rc = ESMF_SUCCESS call ESMF_CplCompGet(comp) end subroutine f_esmf_cplcompget