JCSDA-internal / ioda-converters

Various converters for getting obs data in and out of IODA
9 stars 2 forks source link

Replace usage of ioda v1 naming with ioda v2 naming in YAML configuration #1422

Closed BenjaminRuston closed 8 months ago

BenjaminRuston commented 9 months ago

Description

complete the yaml changes for v2 IODA syntax replacing the Variable@Group which need to be replaced with v2 syntax Group/Variable

https://github.com/JCSDA-internal/ioda/issues/379

Try grep -R "\@" | grep yaml to find these. ( thanks @srherbener )

Here's an example of a test file using the v1 syntax:

https://github.com/JCSDA-internal/ufo/blob/06943cf6645b0df1700d0a422bdfc5c603cf97ec/test/testinput/unit_tests/filters/qc_met_office_buddy_check_unittests.yaml#L20

Here's an example in the code:

https://github.com/JCSDA-internal/ufo/blob/06943cf6645b0df1700d0a422bdfc5c603cf97ec/src/ufo/variabletransforms/Cal_PStar.cc#L30

There seems to a a fair number of these places, so perhaps this work can be delegated out to others.