Returns station of id from array stations in argument station.
The function returns the following error codes:
E_EMPTY if array is empty.E_NOT_FOUND if station id was not found.| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(dwd_mosmix_station_type), | intent(inout) | :: | stations(:) |
MOSMIX stations. |
||
| character(len=*), | intent(in) | :: | id |
Station id. |
||
| type(dwd_mosmix_station_type), | intent(out), | optional | :: | station |
MOSMIX station of id. |
|
| logical, | intent(out), | optional | :: | found |
Station found. |