| 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 |
| 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 | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(timeData), | intent(inout) | :: | this | |||
| type(FileMetadata), | intent(inout) | :: | metadata | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(timeData), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(timeData), | intent(inout) | :: | this | |||
| type(FileMetadata), | intent(inout) | :: | metadata | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(timeData) | :: | this | ||||
| type(ESMF_Clock), | intent(inout), | optional | :: | clock | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(timeData), | intent(inout) | :: | this | |||
| type(FileMetadata), | intent(inout) | :: | metadata | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(timeData), | intent(inout) | :: | this | |||
| integer, | intent(in) | :: | frequency | |||
| integer, | intent(out), | optional | :: | rc |
type, public :: timeData type(ESMF_Clock) :: clock integer :: ntime integer :: tcount type(ESMFTimeVector) :: tvec integer :: frequency = TimeData_uninit_int type(ESMF_TimeInterval) :: offset character(len=:), allocatable :: funits logical :: integer_time logical :: is_initialized = .false. contains procedure :: add_time_to_metadata procedure :: define_time_variable procedure :: compute_time_vector procedure :: get_start_time procedure :: get procedure :: setFrequency procedure :: am_i_initialized end type timeData