Ignore:
Timestamp:
10/19/15 17:41:35 (9 years ago)
Author:
mhnguyen
Message:

Processing pole of rectangular grid with latitude = 90

+) Use average value of all points with latitude 90 (-90)

Test
+) On Curie
+) test_remap pass

File:
1 edited

Legend:

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

    r709 r743  
    3030private: 
    3131  void readInterpolationInfo(std::string& filename, std::map<int,std::vector<std::pair<int,double> > >& interpMapValue); 
     32  void processPole(std::map<int,std::vector<std::pair<int,double> > >& interMapValuePole, 
     33                   int nbGlobalPointOnPole); 
    3234  void computeRemap(); 
    3335  void readRemapInfo(); 
Note: See TracChangeset for help on using the changeset viewer.