Changeset 5976


Ignore:
Timestamp:
11/10/21 15:24:43 (2 years ago)
Author:
ymipsl
Message:

Setting chunk size to 2Mb

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/XIOS/src/io/onetcdf4.cpp

    r5501 r5976  
    317317         StdSize size; 
    318318         StdSize totalSize; 
    319          StdSize maxSize = 1024 * 1024 * 256; // == 2GB/8 if output double 
     319//         StdSize maxSize = 1024 * 1024 * 256; // == 2GB/8 if output double 
     320         StdSize maxSize = 1024 * 1024 ; // == 8Mb/8 if output double 
    320321 
    321322         int grpid = this->getCurrentGroup(); 
Note: See TracChangeset for help on using the changeset viewer.