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

    r895 r918  
    3030                                        const double* dataInput, 
    3131                                        CArray<double,1>& dataOut, 
    32                                         std::vector<bool>& flagInitial) 
     32                                        std::vector<bool>& flagInitial, 
     33                                        const double& defaultValue) 
    3334{ 
    3435  reduction_->apply(localIndex, dataInput, dataOut, flagInitial); 
Note: See TracChangeset for help on using the changeset viewer.