source: XIOS/trunk/src/io/inetcdf4_decl.cpp @ 782

Last change on this file since 782 was 782, checked in by mhnguyen, 8 years ago

Reading attributes of curvilinear grid from file

+) Correct some minor bugs detecting type of grid
+) Use constant string for attributes conforming to CF convention
+) Add part of code to read attributes of curvilinear grid

Test
+) On Curie
+) test_remap passes

File size: 495 bytes
Line 
1#include "inetcdf4_impl.hpp"
2
3namespace xios
4{
5# define  macro(type,size) \
6  template void CINetCDF4::getData(CArray<type, size>& data, const StdString& var, \
7                                   bool collective, StdSize record,                \
8                                   const std::vector<StdSize>* start,              \
9                                   const std::vector<StdSize>* count);             \
10
11  macro(double, 1)
12  macro(double, 2)
13  macro(double, 3)
14} // namespace xios
15
Note: See TracBrowser for help on using the repository browser.