| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ESMF_Clock), | intent(inout) | :: | clock | |||
| integer, | intent(in) | :: | ntime | |||
| integer, | intent(in) | :: | frequency | |||
| type(ESMF_TimeInterval) | :: | offset | ||||
| character(len=*), | intent(in), | optional | :: | funits | ||
| logical, | intent(in), | optional | :: | integer_time | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | funits | |||
| integer, | public | :: | frequency | = | TimeData_uninit_int | ||
| integer, | public | :: | ntime | ||||
| integer, | public | :: | tcount | ||||
| logical, | public | :: | integer_time | ||||
| logical, | public | :: | is_initialized | = | .false. | ||
| type(ESMF_Clock), | public | :: | clock | ||||
| type(ESMF_TimeInterval), | public | :: | offset | ||||
| type(ESMFTimeVector), | public | :: | tvec |
| private function new_time_data (clock, ntime, frequency, offset, funits, integer_time, rc) |
| procedure, public :: add_time_to_metadata | |
| procedure, public :: am_i_initialized | |
| procedure, public :: compute_time_vector | |
| procedure, public :: define_time_variable | |
| procedure, public :: get | |
| procedure, public :: get_start_time | |
| procedure, public :: setFrequency |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(inout) | :: | timeUnits | |||
| integer, | intent(out), | optional | :: | rc |