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/onetcdf4.hpp

    r2481 r2529  
    5959               void setDefaultValue(const StdString& varname, const T* value = NULL); 
    6060 
    61             void setCompressionLevel(const StdString& varname, int compressionLevel); 
     61            void setCompressionLevel(const StdString& varname, const StdString& compressionType, int compressionLevel,  
     62                                     const CArray<double,1>& compressionParam ); 
    6263 
    6364            template <class T>  void addAttribute (const StdString& name, const T& value, const StdString* varname = NULL); 
Note: See TracChangeset for help on using the changeset viewer.