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

Last change on this file since 464 was 399, checked in by ymipsl, 12 years ago

add "positive" attribute for vertical axis.

YM

File size: 379 bytes
RevLine 
[219]1DECLARE_ATTRIBUTE(StdString, name)
2DECLARE_ATTRIBUTE(StdString, standard_name)
3DECLARE_ATTRIBUTE(StdString, long_name)
4
5DECLARE_ATTRIBUTE(StdString, unit)
6
7DECLARE_ATTRIBUTE(int,       size)
[351]8DECLARE_ATTRIBUTE(int,       zoom_begin)
9DECLARE_ATTRIBUTE(int,       zoom_end)
10DECLARE_ATTRIBUTE(int,       zoom_size)
[399]11DECLARE_ENUM2(positive, up, down)
[369]12DECLARE_ARRAY(double, 1, value)
[219]13
14
Note: See TracBrowser for help on using the repository browser.