Ignore:
Timestamp:
08/12/16 19:57:50 (8 years ago)
Author:
mhnguyen
Message:

Modifying vertical interpolation

+) Only process interpolation, the extrapolation will be ignored (value will be unidentified (masked))
+) Make sure even unidenfitified from one transformation can be known in the next transformation

Test
+) On Curie
+) Vertical interpolation: Correct
+) Vertical interpolation + horizontal interpolation: Correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/generic_algorithm_transformation.hpp

    r888 r918  
    6363                     const double* dataInput, 
    6464                     CArray<double,1>& dataOut, 
    65                      std::vector<bool>& flagInitial); 
     65                     std::vector<bool>& flagInitial, 
     66                     const double& defaultValue); 
    6667 
    6768  std::vector<StdString> getIdAuxInputs(); 
Note: See TracChangeset for help on using the changeset viewer.