NOAA-EMC / NCEPLIBS-g2c

This library contains C decoder/encoder routines for GRIB edition 2.
Other
18 stars 11 forks source link

fixing 0 gridpoints problem #486

Closed edwardhartnett closed 7 months ago

edwardhartnett commented 7 months ago

Fixes #485

edwardhartnett commented 7 months ago

0 is standard fortran so will work.

Basically, if there are 0 data points, 0 will be printed for these values, instead of whatever happens to be in the memory space. This is the same thing I just did to the fortran version of the code.