MetOffice / opsinputs

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

Account for integer `MetaData/stationIdentification` #206

Closed ctgh closed 4 months ago

ctgh commented 4 months ago

Enable MetaData/stationIdentification to be an integer variable. This is required for radar processing, which maps it to the integer site ID. (statid is empty so cannot be used.)

By default this is not performed - the user has to add a yaml option to enable it.

This PR includes a unit test of the new feature.

Fixes #205

matthewrmshin commented 4 months ago

Is this ready to merge?

ctgh commented 4 months ago

@matthewrmshin Yes thanks!

ctgh commented 4 months ago

Thanks @ReubenHill and @JoanneAWaller for your reviews.