Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_CplComp) | :: | cpl | ||||
type(ESMF_State) | :: | importStatelist | ||||
type(ESMF_State) | :: | exportStatelist | ||||
type(ESMF_Clock) | :: | externalclock | ||||
integer, | intent(out) | :: | rc |
subroutine my_run(gcomp, importState, exportState, externalclock, rc) type(ESMF_GridComp) :: gcomp type(ESMF_State) :: importState type(ESMF_State) :: exportState type(ESMF_Clock) :: externalclock integer, intent(out) :: rc print *, "PHYS run routine called" rc = ESMF_SUCCESS end subroutine my_run