NF90_INQ_VAR_FLETCHER32The function NF90_INQ_VAR_FLETCHER32 returns the fletcher32 settings for a variable in a netCDF-4 file.
function nf90_inq_var_fletcher32(ncid, varid, fletcher32)
integer, intent(in) :: ncid
integer, intent(in) :: varid
integer, intent(out) :: fletcher32
integer :: nf90_inq_var_fletcher32
NCIDVARIDFLETCHER32NF90_INQ_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_ENOTVAR