Observations structure
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
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(:) |