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

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