| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | duration | |||
| character(len=*), | intent(in) | :: | units |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R64), | intent(in) | :: | duration | |||
| character(len=*), | intent(in) | :: | units |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CF_Time_Integer), | intent(in) | :: | cft | |||
| type(datetime_duration), | intent(out) | :: | dt_duration | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CF_Time_Real), | intent(in) | :: | cft | |||
| type(datetime_duration), | intent(out) | :: | dt_duration | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | duration | |||
| character(len=*), | intent(in) | :: | units | |||
| type(datetime_duration), | intent(out) | :: | dt_duration | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R64), | intent(in) | :: | duration | |||
| character(len=*), | intent(in) | :: | units | |||
| type(datetime_duration), | intent(out) | :: | dt_duration | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CF_Time_Real), | intent(in) | :: | cft | |||
| real(kind=R64), | intent(out) | :: | duration | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CF_Time_Integer), | intent(in) | :: | cft | |||
| integer, | intent(out) | :: | duration | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CF_Time), | intent(in) | :: | cft | |||
| character(len=MAX_CHARACTER_LENGTH), | intent(out) | :: | time_unit | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | units | |||
| character(len=MAX_CHARACTER_LENGTH), | intent(out) | :: | time_unit | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | units | |||
| character(len=MAX_CHARACTER_LENGTH), | intent(out) | :: | isostring | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CF_Time), | intent(in) | :: | cft | |||
| character(len=MAX_CHARACTER_LENGTH), | intent(out) | :: | isostring | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | base_datetime | |||
| character(len=:), | public, | allocatable | :: | time_unit | |||
| logical, | public | :: | is_valid |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | base_datetime | |||
| character(len=:), | public, | allocatable | :: | time_unit | |||
| integer, | public | :: | duration | ||||
| logical, | public | :: | is_valid |
| private function construct_cf_time_integer (duration, units) |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | base_datetime | |||
| character(len=:), | public, | allocatable | :: | time_unit | |||
| logical, | public | :: | is_valid | ||||
| real(kind=R64), | public | :: | duration |
| private function construct_cf_time_real (duration, units) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | isostring |