|
PIO
2.5.4
|

Functions | |
| int | PIOc_def_var_deflate (int ncid, int varid, int shuffle, int deflate, int deflate_level) |
| Set deflate (zlib) settings for a variable. More... | |
| int | PIOc_inq_var_deflate (int ncid, int varid, int *shufflep, int *deflatep, int *deflate_levelp) |
| This function only applies to netCDF-4 files. More... | |
| int | PIOc_def_var_chunking (int ncid, int varid, int storage, const PIO_Offset *chunksizesp) |
| Set chunksizes for a variable. More... | |
| int | PIOc_inq_var_chunking (int ncid, int varid, int *storagep, PIO_Offset *chunksizesp) |
| Inquire about chunksizes for a variable. More... | |
| int | PIOc_def_var_endian (int ncid, int varid, int endian) |
| Set chunksizes for a variable. More... | |
| int | PIOc_inq_var_endian (int ncid, int varid, int *endianp) |
| Inquire about chunksizes for a variable. More... | |
| int | PIOc_set_chunk_cache (int iosysid, int iotype, PIO_Offset size, PIO_Offset nelems, float preemption) |
| Set chunk cache netCDF files to be opened/created. More... | |
| int | PIOc_get_chunk_cache (int iosysid, int iotype, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp) |
| Get current file chunk cache settings from HDF5. More... | |
| int | PIOc_set_var_chunk_cache (int ncid, int varid, PIO_Offset size, PIO_Offset nelems, float preemption) |
| Set chunksizes for a variable. More... | |
| int | PIOc_get_var_chunk_cache (int ncid, int varid, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp) |
| Get the variable chunk cache settings. More... | |
Functions to wrap netCDF-4 functions for PIO.
1.8.17