source: XIOS/trunk/src/config/axis_attribute.conf @ 706

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

Change name of several axis attributes and remove some redundant variable of domain

+) Change name of axis attributes to make them consistent with ones of domain
+) Remove zoom_client_* of domain

Test
+) On Curie
+) All tests pass and are correct

  • 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: 594 bytes
Line 
1DECLARE_ATTRIBUTE(StdString, name)
2DECLARE_ATTRIBUTE(StdString, standard_name)
3DECLARE_ATTRIBUTE(StdString, long_name)
4
5DECLARE_ATTRIBUTE(StdString, unit)
6
7DECLARE_ATTRIBUTE(int,       n_glo)
8DECLARE_ENUM2(positive, up, down)
9
10/* LOCAL */
11DECLARE_ARRAY(double, 1, value)
12
13DECLARE_ATTRIBUTE(StdString, axis_ref)
14
15/* LOCAL */
16DECLARE_ATTRIBUTE(int,       data_n)
17DECLARE_ATTRIBUTE(int,       data_begin)
18DECLARE_ARRAY(int, 1 , data_index)
19
20/*LOCAL */
21DECLARE_ATTRIBUTE(int,       begin)
22DECLARE_ATTRIBUTE(int,       n)
23
24/* LOCAL */
25DECLARE_ARRAY(bool, 1 , mask)
26DECLARE_ARRAY(double, 2 , bounds)
Note: See TracBrowser for help on using the repository browser.