barronh / pseudonetcdf

PseudoNetCDF like NetCDF except for many scientific format backends
GNU Lesser General Public License v3.0
76 stars 35 forks source link

Bugfix/griddesc gdnam none #136

Closed barronh closed 1 year ago

barronh commented 1 year ago

Older versions of PseudoNetCDF would choose the first GDNAM in a griddesc file if no name was specified. This functionality was broken by the updates to require GDNAM be a 16 character string. To restore the functionality was pretty easy.

This addresses issue #135