source: XIOS/dev/XIOS_DEV_CMIP6/src/config/axis_attribute.conf @ 1493

Last change on this file since 1493 was 1493, checked in by oabramkina, 6 years ago

Adding attribute comment to certain objects.

Fortran interface is already updated in r1492.

  • 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: 1.1 KB
Line 
1DECLARE_ATTRIBUTE(StdString, name)
2DECLARE_ATTRIBUTE(StdString, standard_name)
3DECLARE_ATTRIBUTE(StdString, long_name)
4
5DECLARE_ATTRIBUTE(StdString, comment)
6
7DECLARE_ATTRIBUTE(StdString, unit)
8DECLARE_ATTRIBUTE(StdString, formula)
9DECLARE_ATTRIBUTE(StdString, formula_term)
10DECLARE_ATTRIBUTE(StdString, formula_bounds)
11DECLARE_ATTRIBUTE(StdString, formula_term_bounds)
12DECLARE_ATTRIBUTE(StdString, bounds_name)
13
14DECLARE_ATTRIBUTE(int,       n_glo)
15DECLARE_ENUM2(positive, up, down)
16DECLARE_ENUM4(axis_type, X, Y, Z, T)
17
18DECLARE_ATTRIBUTE(StdString, dim_name)
19
20/* GLOBAL */
21DECLARE_ATTRIBUTE(int,       n_distributed_partition)
22
23/* LOCAL */
24DECLARE_ARRAY(double , 1   , value)
25DECLARE_ATTRIBUTE(StdString, axis_ref)
26
27DECLARE_ARRAY(int    ,1    , index)
28
29/* LOCAL */
30DECLARE_ATTRIBUTE(int,       data_n)
31DECLARE_ATTRIBUTE(int,       data_begin)
32DECLARE_ARRAY(int    ,   1 , data_index)
33
34/*LOCAL */
35DECLARE_ATTRIBUTE(int,       begin)
36DECLARE_ATTRIBUTE(int,       n)
37
38/* LOCAL */
39DECLARE_ARRAY(bool, 1 , mask)
40DECLARE_ARRAY(double, 2 , bounds)
41DECLARE_ATTRIBUTE(int,       prec)
42DECLARE_ARRAY(StdString    ,1    , label)
Note: See TracBrowser for help on using the repository browser.