source: XIOS/dev/branch_openmp/src/config/scalar_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

File size: 466 bytes
Line 
1DECLARE_ATTRIBUTE(StdString, name)
2DECLARE_ATTRIBUTE(StdString, standard_name)
3DECLARE_ATTRIBUTE(StdString, long_name)
4
5DECLARE_ATTRIBUTE(StdString, unit)
6
7/* LOCAL and GLOBAL*/
8DECLARE_ATTRIBUTE(double, value)
9DECLARE_ATTRIBUTE(StdString, bounds_name)
10DECLARE_ARRAY(double, 1 , bounds)
11
12DECLARE_ATTRIBUTE(StdString, scalar_ref)
13DECLARE_ATTRIBUTE(int, prec)
14
15DECLARE_ENUM4(axis_type, X, Y, Z, T)
16DECLARE_ENUM2(positive, up, down)
17DECLARE_ATTRIBUTE(StdString, label)
Note: See TracBrowser for help on using the repository browser.