NOAA-EMC / wgrib2

Provides functionality for interacting with, reading, writing, and manipulating GRIB2 files.
12 stars 8 forks source link

replace ip2lib_d by NCEPlib-ip #127

Closed webisu closed 1 month ago

webisu commented 2 months ago

Replace ip2lib_d by NCEPlib-ip. IP library is now current/maintained. and calls from C to the fortran library now use C/Fortran standards. Previously use the unofficial Unix interface with entry names that varied by compiler.

edwardhartnett commented 2 months ago

This is a pull request to merge from develop into ip_wne_1.

Usually we don't do pull requests, except when merging TO develop.

For other branches, you can merge from the command line, like this: git checkout develop git pull git checkout ip_wne_1 git merge develop git commit -m "merged develop" -a git push

After that sequence of commands, ip_wne_1 will have all the changes from develop, and no pull request needed.

If, however, you attempt to do this with the develop branch, you will get an error on the push, telling you that the develop branch is protected, and a pull request is required to commit changes to it.

@webisu you may hit the "Squash and merge" to complete this merge, if that is easier.