NOAA-EMC / NCEPLIBS-grib_util

This is a collection of NCEP GRIB related utilities.
Other
21 stars 11 forks source link

Add copygb test for NCEP grids 172 and 220. #203

Closed GeorgeGayno-NOAA closed 1 year ago

GeorgeGayno-NOAA commented 1 year ago

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: https://github.com/NOAA-EMC/NCEPLIBS-w3emc/pull/158

Part of #202.

edwardhartnett commented 1 year ago

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...

edwardhartnett commented 1 year ago

@GeorgeGayno-NOAA can you merge develop into this branch? I have fixed the MacOS problem in the CI, so it should work now.

GeorgeGayno-NOAA commented 1 year ago

@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.

edwardhartnett commented 1 year ago

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.