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 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R64), | intent(in) | :: | duration | |||
character(len=*), | intent(in) | :: | units |
type, extends(CF_Time) :: CF_Time_Real real(kind=R64) :: duration end type CF_Time_Real