Ignore:
Timestamp:
03/21/23 11:05:51 (16 months ago)
Author:
jderouillat
Message:

Add tunable output chunking. The user can specify a chunking_blocksize_target (in Mo, default = 20) as a field attribute, and the chunking dimensions in domain/axis definition through the attributes : (chunking_weight_i, chunking_weight_j)/chunking_weight. Weights are relativized for more or less chunking along the directions concerned

File:
1 edited

Legend:

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

    r1639 r2479  
    5050            int addVariable(const StdString& name, nc_type type, 
    5151                            const std::vector<StdString>& dim, int compressionLevel=0); 
     52            int addChunk(CField* field, nc_type type, 
     53                         const std::vector<StdString>& dim, int compressionLevel=0); 
    5254 
    5355      //---------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.