NOAA-EMC / NCEPLIBS-bacio

This library performs binary I/O for the NCEP models.
Other
2 stars 6 forks source link

Allow reads with 64-bit integer arguments #108

Closed edwardhartnett closed 2 years ago

edwardhartnett commented 2 years ago

In order for the g2 library to read files > 2GB, bacio needs to accept 64-bit int arguments to baread().

edwardhartnett commented 2 years ago

OK, apparently we already have the bareadl() function for this.