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

    r890 r918  
    3737                                         const double* dataInput, 
    3838                                         CArray<double,1>& dataOut, 
    39                                          std::vector<bool>& flagInitial) 
     39                                         std::vector<bool>& flagInitial, 
     40                                         const double& defaultValue) 
    4041{ 
    4142  reduction_->apply(localIndex, dataInput, dataOut, flagInitial); 
Note: See TracChangeset for help on using the changeset viewer.