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

Last change on this file since 653 was 633, checked in by mhnguyen, 9 years ago

Correcting value written on an distributed axis

+) Seperate writing value on axis in multiple file and one file case

Test
+) On curie
+) test_complet and test_client pass

  • 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: 715 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)
12
13/* LOCAL */
14DECLARE_ARRAY(double, 1, value)
15
16DECLARE_ATTRIBUTE(StdString, axis_ref)
17
18/* LOCAL */
19DECLARE_ATTRIBUTE(int,       data_n)
20DECLARE_ATTRIBUTE(int,       data_begin)
21DECLARE_ARRAY(int, 1 , data_index)
22
23/*LOCAL */
24DECLARE_ATTRIBUTE(int,       ibegin)
25DECLARE_ATTRIBUTE(int,       ni)
26
27/* LOCAL */
28DECLARE_ARRAY(bool, 1 , mask)
29DECLARE_ARRAY(double, 2 , bounds)
Note: See TracBrowser for help on using the repository browser.