|
|
|||
|
||||
Next: NF90_INQ_VAR_DEFLATE, Previous: NF90_INQ_VAR_CHUNKING, Up: Variables
NF90_DEF_VAR_DEFLATEThe function NF90_DEF_VAR_DEFLATE sets the deflate parameters for a variable in a netCDF-4 file.
This function must be called after the variable is defined, but before NF90_ENDDEF is called.
function nf90_def_var_deflate(ncid, varid, shuffle, deflate, deflate_level)
integer, intent(in) :: ncid
integer, intent(in) :: varid
integer, intent(in) :: shuffle
integer, intent(in) :: deflate
integer, intent(in) :: deflate_level
integer :: nf90_def_var_deflate
NCIDVARIDSHUFFLEDEFLATEDEFLATE_LEVELNF90_DEF_VAR_DEFLATE 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_EPERMNF90_EINVAL| Contact Us Site Map Search Terms and Conditions Privacy Policy Participation Policy | ||||||
|
||||||