Ignore:
Timestamp:
01/30/14 15:55:42 (10 years ago)
Author:
ymipsl
Message:

Enhancement : using new field attribute "detect_missing_value=true" adn defining a default value, the temporal operator (average, minimum, maximum, accumulate ...) detect missing value in the field and don't take them into account to perform the operation.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/functor/maximum.hpp

    r449 r470  
    2222            //CMaximum(const CFunData & data); 
    2323            CMaximum(CArray<double,1>& doutput); 
     24            CMaximum(CArray<double,1>& doutput, double missingValue); 
    2425            //CMaximum(const CMaximum & Maximum);         // Not implemented. 
    2526            //CMaximum(const CMaximum * const Maximum);   // Not implemented. 
Note: See TracChangeset for help on using the changeset viewer.