OBS_T Derived Type

type, public :: OBS_T

Observations structure


Contents


Components

TypeVisibility AttributesNameInitial
integer, public :: no =0

number of observations

logical, public :: weights =.False.

Weights present?

real(kind=TIME), public :: epoch =0._TIME

Epoch

real(kind=TIME), public :: tmin =0._TIME

Min time

real(kind=TIME), public :: tmax =0._TIME

Max time

real(kind=TIME), public, Allocatable:: t(:)
real(kind=SP), public, Allocatable:: v(:)
real(kind=SP), public, Allocatable:: w(:)