Ignore:
Timestamp:
11/12/15 16:33:03 (8 years ago)
Author:
mhnguyen
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/io/inetcdf4.hpp

    r686 r782  
    9898                   StdSize record = UNLIMITED_DIM); 
    9999 
    100       template <class T> 
    101       void getData(CArray<T, 1>& data, const StdString& var, 
     100      template <class T, int Ndim> 
     101      void getData(CArray<T, Ndim>& data, const StdString& var, 
    102102                   bool collective, StdSize record, 
    103103                   const std::vector<StdSize>* start = NULL, 
Note: See TracChangeset for help on using the changeset viewer.