Ignore:
Timestamp:
02/23/12 14:57:50 (12 years ago)
Author:
ymipsl
Message:

Add splitting file functionality
new file attribut "split_freq" to put the frequency of splitting

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/output/nc4_data_output.cpp

    r318 r321  
    433433         else singleDomain=false ; 
    434434      } 
     435  
     436      void CNc4DataOutput::syncFile_ (void) 
     437      { 
     438         SuperClassWriter::sync() ; 
     439      } 
    435440 
    436441      void CNc4DataOutput::closeFile_ (void) 
     
    460465      { 
    461466         shared_ptr<CContext> context=CObjectFactory::GetObject<CContext>(CObjectFactory::GetCurrentContextId()) ; 
    462           if (field->getRelFile()->isSyncTime()) SuperClassWriter::sync() ; 
     467//          if (field->getRelFile()->isSyncTime()) SuperClassWriter::sync() ; 
    463468 
    464469         boost::shared_ptr<CGrid> grid = field->grid ; 
Note: See TracChangeset for help on using the changeset viewer.