NF_INQ_VAR_SZIP
The function NF_INQ_VAR_SZIP returns the szip settings for a variable in a netCDF-4 file.
It is not necessary to know the szip settings to read the variable. (Szip is completely transparent to readers of the data).
NF_INQ_VAR_SZIP(INTEGER NCID, INTEGER VARID, INTEGER OPTION_MASK, PIXELS_PER_BLOCK);
NCID
VARID
OPTION_MASK
PIXELS_PER_BLOCK
NF_INQ_VAR_SZIP returns the value NF_NOERR if no errors occurred. Otherwise, the returned status indicates an error.
Possible return codes include:
NF_NOERR
NF_BADID
NF_ENOTNC4
NF_ENOTVAR