Updated types.dox to reflect that some types are supported in CDF5 files.

This commit is contained in:
Ward Fisher 2016-03-28 19:22:35 +00:00
parent 7adad14ec7
commit 7f997ffb0b

View File

@ -24,9 +24,11 @@ The atomic external types supported by the netCDF interface are:
- ::NC_DOUBLE 64-bit floating point
- ::NC_STRING variable length character string *
* These types are available only for netCDF-4 format files. All the
unsigned ints (except \ref NC_CHAR), the 64-bit ints, and string type are
for netCDF-4 files only.
\quote
* These types are available only for CDF5 (NC_CDF5) and netCDF-4 format (NC_NETCDF4) files. All the unsigned ints (except \ref NC_CHAR), the 64-bit ints, and string type are for CDF5 or netCDF-4 files only.
\endquote
These types were chosen to provide a reasonably wide range of
trade-offs between data precision and number of bits required for each