-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add iris-grib library support #960
Conversation
21b17aa
to
d5c1bf0
Compare
The failures we are getting in CI might be due to memory issues, as we are running 8 conda-locks in parallel. This should reduce that, though it will be slower.
I've now gotten this PR working. I had to serialize the conda lock file generation, as before it was running out of memory on the CI machine where it was running all the conda-locks in parallel. It should now be ready to go. |
@jwarner8 if you're happy for me to review and merge this, just press "Ready for review". |
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 good to me
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 good to me.
A lot of AI data is written in grib, which is a WMO standard format. We need the iris-grib library to support loading these files.
Fixes #959
Contribution checklist
Aim to have all relevant checks ticked off before merging. See the developer's guide for more detail.