source: XIOS/dev/branch_openmp/src/config/axis_attribute.conf @ 1482

Last change on this file since 1482 was 1460, checked in by yushan, 6 years ago

branch_openmp merged with XIOS_DEV_CMIP6@1459

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