-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unfinished example of a RADS to ioda converter #606
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the test will fail, there's a bug in the oops develop that was probably cloned by the ci ... The culprit pr was just reverted ~30mn ago. Zut! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok - what's a cdl file?
@AndrewEichmann-NOAA it's a text file in the same format as what ncdump dumps out that you can use to create a netCDF file. |
Automated Global-Workflow GDASApp Testing Results:
|
Automated Global-Workflow GDASApp Testing Results:
|
Description
This PR adds a prototype IODA converter that will be used as a template for the other netdcf observation files that will need to be converted.
I added a base class for the conversion in
NetCDFToIodaConverter.h
, it probably could do more but for now the only thing useful it does is saving the ioda file.RADS to IODA implementation
NetCDFToIodaConverter
Testing
Issues addressed