Ignore:
Timestamp:
07/18/23 15:12:50 (12 months ago)
Author:
jderouillat
Message:

Enable parallel compression regarding NetCDF & HDF5 configurations at compile time. Implement an API to use HDF5 lossy compression plugins (SZ is available for now).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/io/netCdfInterface.hpp

    r1639 r2529  
    116116    static int defVarDeflate(int ncid, int varId, int compressionLevel); 
    117117 
     118    //! Define variable filter 
     119    static int defVarFilter(int ncid, int varId, unsigned int filterId , size_t filterNbrParams, unsigned int* filterParams ); 
     120 
    118121    //! Set or unset the fill mode 
    119122    static int setFill(int ncid, bool fill); 
     
    121124    //! Define variable fill parameters 
    122125    static int defVarFill(int ncid, int varId, int noFill, void* fillValue); 
    123  
    124126 
    125127    //! Change access type of a variable 
Note: See TracChangeset for help on using the changeset viewer.