source: XIOS/dev/dev_olga/src/config/axis_attribute.conf @ 1211

Last change on this file since 1211 was 1158, checked in by oabramkina, 7 years ago

Two server levels: merging with trunk r1137.
There are bugs.

  • 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: 785 bytes
RevLine 
[219]1DECLARE_ATTRIBUTE(StdString, name)
2DECLARE_ATTRIBUTE(StdString, standard_name)
3DECLARE_ATTRIBUTE(StdString, long_name)
4
5DECLARE_ATTRIBUTE(StdString, unit)
6
[666]7DECLARE_ATTRIBUTE(int,       n_glo)
[1158]8DECLARE_ENUM2(positive, up, down)
[633]9
[775]10/* GLOBAL */
11DECLARE_ATTRIBUTE(int,       n_distributed_partition)
12
[633]13/* LOCAL */
[817]14DECLARE_ARRAY(double , 1   , value)
[540]15DECLARE_ATTRIBUTE(StdString, axis_ref)
[219]16
[817]17DECLARE_ARRAY(int    ,1    , index)
18
[551]19/* LOCAL */
20DECLARE_ATTRIBUTE(int,       data_n)
21DECLARE_ATTRIBUTE(int,       data_begin)
[817]22DECLARE_ARRAY(int    ,   1 , data_index)
[540]23
[551]24/*LOCAL */
[666]25DECLARE_ATTRIBUTE(int,       begin)
26DECLARE_ATTRIBUTE(int,       n)
[551]27
28/* LOCAL */
29DECLARE_ARRAY(bool, 1 , mask)
[609]30DECLARE_ARRAY(double, 2 , bounds)
[1158]31DECLARE_ATTRIBUTE(int,       prec)
32DECLARE_ARRAY(StdString    ,1    , label)
Note: See TracBrowser for help on using the repository browser.