source: XIOS/dev/dev_ym/XIOS_COUPLING/src/config/axis_attribute.conf @ 2194

Last change on this file since 2194 was 1930, checked in by ymipsl, 4 years ago

Big update on on going work related to data distribution and transfer between clients and servers.
Revisite of the source and store filter using "connectors".

YM

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