netcdf-fortran
netcdf-fortran copied to clipboard
need to document 64-bit and unsigned int types in CDF5
CDF5 supports 64-bit ints and unsigned ints. The netcdf-fortran API does not support these types for classic files, but it should.
It does. See #91
OK, that's great, thanks @wkliao . Now we just need to get that into the docs...