Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GridComp) | :: | gcomp | ||||
type(ESMF_State) | :: | istate | ||||
type(ESMF_State) | :: | ostate | ||||
type(ESMF_Clock) | :: | clock | ||||
integer, | intent(out) | :: | rc |
subroutine comp2_sg_init(gcomp, istate, ostate, clock, rc) type(ESMF_GridComp) :: gcomp type(ESMF_State) :: istate, ostate type(ESMF_Clock) :: clock integer, intent(out) :: rc print *, "comp2_sg_init: entered" rc = ESMF_SUCCESS end subroutine comp2_sg_init