source: XIOS/dev/XIOS_DEV_CMIP6/src/config/scalar_attribute.conf @ 1435

Last change on this file since 1435 was 1435, checked in by oabramkina, 6 years ago

Few more grid attributes introduced in addition to r1430.

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_ATTRIBUTE(double, 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.