/* Use this to set the HDF5 data cache for a variable. */ EXTERNL int nc_var_set_cache(int ncid, int varid, size_t cache_size); /* Use this to get the HDF5 data cache for a variable. */ EXTERNL int nc_var_get_cache(int ncid, int varid, size_t *cache_sizep);
2009 Unidata NetCDF Workshop for Developers and Data Providers > Chunking and Deflating Data with NetCDF-4