Ignore:
Timestamp:
05/23/16 16:15:40 (8 years ago)
Author:
ymipsl
Message:

Correct bug in output using freq_op != 1ts and Gregorian calendar.

YM

File:
1 edited

Legend:

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

    r643 r854  
    6767 
    6868        isFirstOperation = false; 
    69         nextOperationDate = nextOperationDate + opFreq; 
     69        nextOperationDate = nextOperationDate + samplingFreq + opFreq - samplingFreq; 
    7070      } 
    7171    } 
Note: See TracChangeset for help on using the changeset viewer.