NOAA-EMC / NCEPLIBS-ncio

This is a NOAA library used by NCEP GSI system to read the GFS forecast files for use in data assimilation.
Other
1 stars 6 forks source link

Update README.md #75

Closed AlexanderRichert-NOAA closed 1 year ago

AlexanderRichert-NOAA commented 1 year ago

Update contact info in README.

Hang-Lei-NOAA commented 1 year ago

This could be a workflow issue. Try to compare with other library workflows in using netcdf.

AlexanderRichert-NOAA commented 1 year ago

It seems to be an issue with the test coverage, where it says it's not finding the source files. I'll keep investigating, but @edwardhartnett do you have any ideas, maybe some kind of recent change with gcov(r)?

AlexanderRichert-NOAA commented 1 year ago

I've got a workaround, but it doesn't feel right-- right now I'm "manually" copying source files into build/src/CMakeFiles, but there's got to be a more elegant approach...