dp_type Derived Type

type, public :: dp_type

Data point type that contains a timestamp and an associated value, like a single response of an observation or a single data point of a time series.


Components

Type Visibility Attributes Name Initial
character(len=TIME_LEN), public :: x = TIME_DEFAULT

Timestamp in ISO 8601.

real(kind=r8), public :: y = 0.0_r8

Response value.