MetOffice / opsinputs

JEDI library generating VarObs and Cx files
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Account for integer `MetaData/stationIdentification` #205

Closed ctgh closed 5 months ago

ctgh commented 6 months ago

The radar ODB mapping requires MetaData/stationIdentification to be mapped to an integer (the radar site number); statid is empty so cannot be used. This causes problems in the Varobs Writer which is hard-coded to expect a string value. Add a parameter that instructs the Varobs Writer to expect an integer instead.