-
Notifications
You must be signed in to change notification settings - Fork 11
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 copygb test for NCEP grids 172 and 220. #203
Add copygb test for NCEP grids 172 and 220. #203
Conversation
OK, I think what we want to do here is release a new version of w3emc, and then enforce that that is the version found by grib_util. I will do this... |
@GeorgeGayno-NOAA can you merge develop into this branch? I have fixed the MacOS problem in the CI, so it should work now. |
required for new test. Fixes NOAA-EMC#202.
@edwardhartnett The new copygb tests require a new w3emc release. The workflows that use the head of 'develop' are passing. Those that use release 2.9.3 or earlier are failing. |
OK, this has been open forever! @GeorgeGayno-NOAA if you can comment out the new tests in your cmake file we can merge this and I can submit another PR that turns on these tests when we are using the correct versions of w3emc. |
implemented. Fixes NOAA-EMC#220.
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 will do a follow-up PR to turn these tests on when appropriate.
Test interpolates GFS land mask data to grids 172 and 220 and compares the output to baseline files.
Note: this test depends on a bug fix in the w3emc library. See: NOAA-EMC/NCEPLIBS-w3emc#158
Part of #202.