Changeset 1121 for XIOS/trunk


Ignore:
Timestamp:
05/05/17 08:58:35 (7 years ago)
Author:
rlacroix
Message:

Temporal filters: In some rare cases data could be output at a wrong timestamp.

The sampling frequency was sometimes not correctly taken into account.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/filter/temporal_filter.cpp

    r1119 r1121  
    1212    , opFreq(opFreq) 
    1313    , nextSamplingDate(initDate + samplingOffset + initDate.getRelCalendar().getTimeStep()) 
    14     , nextOperationDate(initDate + opFreq) 
     14    , nextOperationDate(initDate + samplingOffset + opFreq) 
    1515    , isFirstOperation(true) 
    1616  { 
Note: See TracChangeset for help on using the changeset viewer.