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/node/domain.hpp

    r731 r743  
    131131         void sendLonLatArea(void); 
    132132         void computeConnectedServer(void) ; 
    133          void fillInRectilinearBoundLonLat(CArray<double,2>& boundsLon, CArray<double,2>& boundsLat); 
     133         void fillInRectilinearBoundLonLat(CArray<double,2>& boundsLon, CArray<double,2>& boundsLat, 
     134                                           bool isNorthPole = false, bool isSouthPole = false); 
    134135 
    135136         static bool dispatchEvent(CEventServer& event); 
Note: See TracChangeset for help on using the changeset viewer.