Ignore:
Timestamp:
12/16/14 12:55:53 (9 years ago)
Author:
mhnguyen
Message:

Reorganizing structure of grid

+) Grid doesn't have domain_ref and axis_ref anymore.
All domain and axis of a grid must be inside grid (These domain and axis can be defined or refer to others)
+) Grid contains list of domain and axis
+) Reorder some functions to make sure new functionlities work

Test
+) On Curie
+) Mode attached and detached
+) Only test_new_features
+) Passed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/config/grid_attribute.conf

    r501 r540  
    44DECLARE_ATTRIBUTE(StdString, axis_ref) 
    55DECLARE_ARRAY(bool, 3 , mask) 
     6 
     7// These attributes should be used privately 
     8// An array contains order of axis and domains composing of the grid 
     9DECLARE_ARRAY(int, 1 , axisDomOrder) 
     10//DECLARE_ARRAY(StdString, 1 , axisList) 
     11//DECLARE_ARRAY(StdString, 1 , domainList) 
Note: See TracChangeset for help on using the changeset viewer.