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

Last change on this file since 631 was 609, checked in by rlacroix, 9 years ago

Improve CF compliance: add a new axis attribute "bounds".

Fixes ticket #67.

  • 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: 702 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,       size)
8DECLARE_ATTRIBUTE(int,       zoom_begin)
9DECLARE_ATTRIBUTE(int,       zoom_end)
10DECLARE_ATTRIBUTE(int,       zoom_size)
11DECLARE_ENUM2(positive, up, down)
12DECLARE_ARRAY(double, 1, value)
13
14DECLARE_ATTRIBUTE(StdString, axis_ref)
15
16/* LOCAL */
17DECLARE_ATTRIBUTE(int,       data_n)
18DECLARE_ATTRIBUTE(int,       data_begin)
19DECLARE_ARRAY(int, 1 , data_index)
20
21/*LOCAL */
22DECLARE_ATTRIBUTE(int,       ibegin)
23DECLARE_ATTRIBUTE(int,       ni)
24
25/* LOCAL */
26DECLARE_ARRAY(bool, 1 , mask)
27DECLARE_ARRAY(double, 2 , bounds)
Note: See TracBrowser for help on using the repository browser.