|
NEP 1.5.1
NetCDF Extension Pack: compression extensions for NetCDF
|
This is the Fortran wrapper for the NCCOMPRESS library. More...
Data Types | |
| interface | ncsqueeze::nc_def_var_bzip2 |
| Interface to C function to set BZIP2 compression. More... | |
| interface | ncsqueeze::nc_inq_var_bzip2 |
| Interface to C function to inquire about BZIP2 compression. More... | |
| interface | ncsqueeze::nc_def_var_lz4 |
| Interface to C function to set LZ4 compression. More... | |
| interface | ncsqueeze::nc_inq_var_lz4 |
| Interface to C function to inquire about LZ4 compression. More... | |
Modules | |
| module | ncsqueeze |
Functions/Subroutines | |
| integer function | ncsqueeze::nf90_def_var_bzip2 (ncid, varid, level) |
| Turn on BZIP2 compression for a variable. | |
| integer function | ncsqueeze::nf90_inq_var_bzip2 (ncid, varid, bzip2p, levelp) |
| Learn whether BZIP2 compression is on for a variable, and, if so, the compression level. | |
| integer function | ncsqueeze::nf90_def_var_lz4 (ncid, varid, level) |
| Turn on LZ4 compression for a variable. | |
| integer function | ncsqueeze::nf90_inq_var_lz4 (ncid, varid, lz4p, levelp) |
| Learn whether LZ4 compression is on for a variable, and, if so, the acceleration level. | |
This is the Fortran wrapper for the NCCOMPRESS library.