Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_CplComp) | :: | comp | ||||
type(ESMF_State) | :: | importState | ||||
type(ESMF_State) | :: | exportState | ||||
type(ESMF_Clock) | :: | clock | ||||
integer | :: | rc |
subroutine user_final(comp, importState, exportState, clock, rc) type(ESMF_CplComp) :: comp type(ESMF_State) :: importState, exportState type(ESMF_Clock) :: clock integer :: rc ! Local variables print *, "User Coupler Final starting" ! Release resources stored for the Regridding. call ESMF_FieldRegridRelease(routehandle, rc) print *, "User Coupler Final returning" rc = ESMF_SUCCESS end subroutine user_final