source: XIOS/dev/branch_yushan/extern/remap/src/gridRemap.hpp @ 1110

Last change on this file since 1110 was 688, checked in by mhnguyen, 9 years ago

Integrating remap library into XIOS

+) Change name of some files of remap library to be compatible with XIOS
+) Implement function to fill in automatically boundary longitude and latitude

Test
+) On Curie
+) test_remap correct

File size: 255 bytes
Line 
1#ifndef  __TREE_H__
2#define __TREE_H__
3#include <iostream>
4#include "triple.hpp"
5
6namespace sphereRemap {
7
8struct CRemapGrid
9{
10        Coord pole;
11        int numElts;
12};
13
14Coord readPole(std::istream&);
15
16extern CRemapGrid srcGrid;
17extern CRemapGrid tgtGrid;
18
19}
20
21#endif
Note: See TracBrowser for help on using the repository browser.