| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ESMF_Clock), | intent(in) | :: | EClock | |||
| integer(kind=SHR_KIND_IN), | intent(out), | optional | :: | curr_yr | ||
| integer(kind=SHR_KIND_IN), | intent(out), | optional | :: | curr_mon | ||
| integer(kind=SHR_KIND_IN), | intent(out), | optional | :: | curr_day | ||
| integer(kind=SHR_KIND_IN), | intent(out), | optional | :: | curr_ymd | ||
| integer(kind=SHR_KIND_IN), | intent(out), | optional | :: | curr_tod | ||
| integer(kind=SHR_KIND_IN), | intent(out), | optional | :: | prev_ymd | ||
| integer(kind=SHR_KIND_IN), | intent(out), | optional | :: | prev_tod | ||
| integer(kind=SHR_KIND_IN), | intent(out), | optional | :: | start_ymd | ||
| integer(kind=SHR_KIND_IN), | intent(out), | optional | :: | start_tod | ||
| integer(kind=SHR_KIND_IN), | intent(out), | optional | :: | StepNo | ||
| integer(kind=SHR_KIND_IN), | intent(out), | optional | :: | ref_ymd | ||
| integer(kind=SHR_KIND_IN), | intent(out), | optional | :: | ref_tod | ||
| integer(kind=SHR_KIND_IN), | intent(out), | optional | :: | stop_ymd | ||
| integer(kind=SHR_KIND_IN), | intent(out), | optional | :: | stop_tod | ||
| integer(kind=SHR_KIND_IN), | intent(out), | optional | :: | dtime | ||
| type(ESMF_Time), | intent(out), | optional | :: | ECurrTime | ||
| integer(kind=SHR_KIND_IN), | intent(out), | optional | :: | alarmcount | ||
| real(kind=SHR_KIND_R8), | intent(out), | optional | :: | curr_cday | ||
| real(kind=SHR_KIND_R8), | intent(out), | optional | :: | next_cday | ||
| real(kind=SHR_KIND_R8), | intent(out), | optional | :: | curr_time | ||
| real(kind=SHR_KIND_R8), | intent(out), | optional | :: | prev_time | ||
| character(len=*), | intent(out), | optional | :: | calendar |