Next: NF90_INQ_VAR_FLETCHER32, Previous: NF90_INQ_VAR_DEFLATE, Up: Variables
NF90_DEF_VAR_FLETCHER32The function NF90_DEF_VAR_FLETCHER32 sets the checksum property for a variable in a netCDF-4 file.
This function may only be called after the variable is defined, but before NF90_ENDDEF is called.
function nf90_def_var_fletcher32(ncid, varid, checksum)
integer, intent(in) :: ncid
integer, intent(in) :: varid
integer, intent(in) :: checksum
integer :: nf90_def_var_fletcher32
NCIDVARIDCHECKSUMNF90_DEF_VAR_FLETCHER32 returns the value NF90_NOERR if no errors occurred. Otherwise, the returned status indicates an error.
Possible return codes include:
NF90_NOERRNF90_BADIDNF90_ENOTNC4NF90_ENOTVARNF90_ELATEDEFNF90_ENOTINDEFINENF90_EPERM