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

    r2395 r2479  
    1515DECLARE_ATTRIBUTE(int             , ni_glo) 
    1616DECLARE_ATTRIBUTE(int             , nj_glo) 
     17 
     18DECLARE_ATTRIBUTE(double,    chunking_weight_i) 
     19DECLARE_ATTRIBUTE(double,    chunking_weight_j) 
    1720 
    1821/* LOCAL */ 
Note: See TracChangeset for help on using the changeset viewer.