Ignore:
Timestamp:
03/12/18 18:40:28 (6 years ago)
Author:
ymipsl
Message:

Add compression for lon, lat and axis.
Activated only if file attribute compression_level>0.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/io/onetcdf4.hpp

    r1158 r1456  
    4949            int addDimension(const StdString& name, const StdSize size = UNLIMITED_DIM); 
    5050            int addVariable(const StdString& name, nc_type type, 
    51                             const std::vector<StdString>& dim); 
     51                            const std::vector<StdString>& dim, int compressionLevel=0); 
    5252 
    5353      //---------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.