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/once.hpp

    r449 r470  
    2121            //COnce(void);                       // Not implemented. 
    2222            COnce(CArray<double,1>& doutput); 
     23            COnce(CArray<double,1>& doutput, double missingValue); 
    2324            //COnce(const COnce & once);         // Not implemented. 
    2425            //COnce(const COnce * const once);   // Not implemented. 
Note: See TracChangeset for help on using the changeset viewer.