netcdf-fortran icon indicating copy to clipboard operation
netcdf-fortran copied to clipboard

need to document 64-bit and unsigned int types in CDF5

Open edwardhartnett opened this issue 4 years ago • 2 comments

CDF5 supports 64-bit ints and unsigned ints. The netcdf-fortran API does not support these types for classic files, but it should.

edwardhartnett avatar Feb 09 '21 19:02 edwardhartnett

It does. See #91

wkliao avatar Feb 10 '21 05:02 wkliao

OK, that's great, thanks @wkliao . Now we just need to get that into the docs...

edwardhartnett avatar Feb 10 '21 13:02 edwardhartnett