MEF90CtxGetTime Subroutine

public subroutine MEF90CtxGetTime(MEF90Ctx, t, ierr)

MEF90CtxGetTime:

Arguments

Type IntentOptional Attributes Name
type(MEF90Ctx_Type), intent(inout) :: MEF90Ctx

The number of time steps this returns is size(t). For the exo interpolation it comes from the file rather than from -time_numstep, so callers must use size(t) and not re-read -time_numstep to size their per-step arrays or to detect the last step.

real(kind=C_DOUBLE), dimension(:), pointer :: t
integer(kind=C_INT32_T), intent(out) :: ierr