nc_inq_var_fletcher32
The function nc_inq_var_fletcher32 returns the checksum settings for a variable in a netCDF-4 file.
nc_inq_var_fletcher32(int ncid, int varid, int *checksump);
ncid
varid
*checksump
nc_inq_var_fletcher32 returns the value NC_NOERR if no errors occurred. Otherwise, the returned status indicates an error.
Possible return codes include:
NC_NOERR
NC_BADID
NC_ENOTNC4
NC_ENOTVAR