Validates and adds receiver to observation.
Returns the following error codes:
E_BOUNDS
if the list of receivers is full.E_INVALID
if the receiver name is empty, not a valid id, or
longer than the maximum OBSERV_RECEIVER_LEN
.Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(observ_type), | intent(inout) | :: | observ |
Observation type. |
||
character(len=*), | intent(in) | :: | receiver |
Receiver name. |