Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GridComp) | :: | gcomp | ||||
integer, | intent(out) | :: | rc |
subroutine SetServ0(gcomp, rc) type(ESMF_GridComp) :: gcomp integer, intent(out) :: rc ! Initialize return code rc = ESMF_SUCCESS end subroutine SetServ0