|
|
|||
|
||||
NF90_DEF_VAR_CHUNKINGThe function NF90_DEF_VAR_CHUNKING sets the chunking parameters for a variable in a netCDF-4 file.
The total size the chunk must be less than 4 GiB. That is, the product of all chunksizes and the size of the data (or the size of nc_vlen_t for VLEN types) must be less than 4 GiB.
This function must be called after the variable is defined, but before nf_enddef is called.
function nf90_def_var_chunking(ncid, varid, contiguous, chunksizes)
integer, intent(in) :: ncid
integer, intent(in) :: varid
integer, intent(in) :: contiguous
integer, dimension(:), intent(in) :: chunksizes
integer :: nf90_def_var_chunking
ncidvaridcontiguouschunksizesNF90_DEF_VAR_CHUNKING 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_ESTRICTNC3| Contact Us Site Map Search Terms and Conditions Privacy Policy Participation Policy | ||||||
|
||||||