Ignore:
Timestamp:
12/14/15 09:21:50 (9 years ago)
Author:
ymipsl
Message:

Fix problems for interpolation onto regular domain.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/domain.hpp

    r795 r809  
    124124         void sendLonLatArea(void); 
    125125         void computeConnectedServer(void) ; 
    126          void fillInRectilinearBoundLonLat(CArray<double,2>& boundsLon, CArray<double,2>& boundsLat, 
    127                                            bool isNorthPole = false, bool isSouthPole = false); 
     126          
     127         void AllgatherRectilinearLonLat(CArray<double,1>& lon, CArray<double,1>& lat,  
     128                                         CArray<double,1>& lon_g, CArray<double,1>& lat_g); 
     129          
     130         void fillInRectilinearBoundLonLat(CArray<double,1>& lon, CArray<double,1>& lat,  
     131                                           CArray<double,2>& boundsLon, CArray<double,2>& boundsLat); 
    128132         void fillInRectilinearLonLat(); 
    129133 
Note: See TracChangeset for help on using the changeset viewer.