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/config/field_attribute.conf

    r2479 r2529  
    3333DECLARE_ATTRIBUTE(double,    scale_factor) 
    3434 
     35DECLARE_ATTRIBUTE(StdString, compression_type) 
    3536DECLARE_ATTRIBUTE(int,       compression_level) 
     37DECLARE_ARRAY(double , 1,    compression_params) 
    3638DECLARE_ATTRIBUTE(double,    chunking_blocksize_target) 
    3739 
Note: See TracChangeset for help on using the changeset viewer.