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

    r895 r918  
    3131                     const double* dataInput, 
    3232                     CArray<double,1>& dataOut, 
    33                      std::vector<bool>& flagInitial); 
     33                     std::vector<bool>& flagInitial, 
     34                     const double& defaultValue); 
    3435 
    3536  virtual ~CAxisAlgorithmExtractDomain(); 
Note: See TracChangeset for help on using the changeset viewer.