source: XIOS/dev/branch_openmp/src/config/scalar_attribute.conf @ 1545

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

branch_openmp merged with trunk r1544

File size: 505 bytes
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)
8
9/* LOCAL and GLOBAL*/
10DECLARE_ATTRIBUTE(double, value)
11DECLARE_ATTRIBUTE(StdString, bounds_name)
12DECLARE_ARRAY(double, 1 , bounds)
13
14DECLARE_ATTRIBUTE(StdString, scalar_ref)
15DECLARE_ATTRIBUTE(int, prec)
16
17DECLARE_ENUM4(axis_type, X, Y, Z, T)
18DECLARE_ENUM2(positive, up, down)
19DECLARE_ATTRIBUTE(StdString, label)
Note: See TracBrowser for help on using the repository browser.