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.cpp

    r369 r470  
    1010      CInstant::CInstant(CArray<double,1>& doutput) 
    1111         : SuperClass(StdString("instant"), doutput) 
     12      { /* Ne rien faire de plus */ } 
     13  
     14      CInstant::CInstant(CArray<double,1>& doutput, double missingValue) 
     15         : SuperClass(StdString("instant"), doutput, missingValue) 
    1216      { /* Ne rien faire de plus */ } 
    1317 
Note: See TracChangeset for help on using the changeset viewer.