Returns .true.
if given observation is valid. An observation is
valid if it conforms to the following requirements:
id
is passed and .false.
.timestamp
is passed and .false.
.Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(observ_type), | intent(in) | :: | observ |
Observation type. |
||
logical, | intent(in), | optional | :: | id |
Enable id validation (on by default). |
|
logical, | intent(in), | optional | :: | timestamp |
Enable timestamp validation (on by default). |