Changeset 451 for XIOS/trunk


Ignore:
Timestamp:
10/10/13 15:07:52 (11 years ago)
Author:
aclsce
Message:

Modified to flush netcdf file at the goog frequency (regarding sync_file attribute).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/file.cpp

    r445 r451  
    190190     if (! sync_freq.isEmpty()) 
    191191     { 
    192        if (*lastSync+syncFreq < currentDate) 
     192       if (*lastSync+syncFreq <= currentDate) 
    193193       { 
    194194         *lastSync=currentDate ; 
Note: See TracChangeset for help on using the changeset viewer.