Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in) | :: | timeinterval | |||
type(ESMF_Time), | intent(in), | optional | :: | StartTimeIn | ||
integer, | intent(out), | optional | :: | yy | ||
integer, | intent(out), | optional | :: | mm | ||
integer, | intent(out), | optional | :: | D | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | d_r8 | ||
integer, | intent(out), | optional | :: | S | ||
integer(kind=ESMF_KIND_I8), | intent(out), | optional | :: | S_i8 | ||
integer, | intent(out), | optional | :: | Sn | ||
integer, | intent(out), | optional | :: | Sd | ||
character(len=*), | intent(out), | optional | :: | TimeString | ||
integer, | intent(out), | optional | :: | rc |