source: XIOS/trunk/src/config/grid_attribute.conf @ 540

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

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

  • Property copyright set to
    Software name : XIOS (Xml I/O Server)
    http://forge.ipsl.jussieu.fr/ioserver
    Creation date : January 2009
    Licence : CeCCIL version2
    see license file in root directory : Licence_CeCILL_V2-en.txt
    or http://www.cecill.info/licences/Licence_CeCILL_V2-en.html
    Holder : CEA/LSCE (Laboratoire des Sciences du CLimat et de l'Environnement)
    CNRS/IPSL (Institut Pierre Simon Laplace)
    Project Manager : Yann Meurdesoif
    yann.meurdesoif@cea.fr
File size: 423 bytes
Line 
1DECLARE_ATTRIBUTE(StdString, name)
2DECLARE_ATTRIBUTE(StdString, description)
3DECLARE_ATTRIBUTE(StdString, domain_ref)
4DECLARE_ATTRIBUTE(StdString, axis_ref)
5DECLARE_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 TracBrowser for help on using the repository browser.