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/nc4_data_output.cpp

    r2436 r2479  
    18111811        { 
    18121812           SuperClassWriter::addVariable(fieldid, type, dims); 
     1813           SuperClassWriter::addChunk(field, type, dims); 
    18131814 
    18141815           if (!field->standard_name.isEmpty()) 
Note: See TracChangeset for help on using the changeset viewer.