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

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

Corrections for scalar bounds.

File size: 466 bytes
RevLine 
[887]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)
[1435]9DECLARE_ATTRIBUTE(StdString, bounds_name)
[1436]10DECLARE_ARRAY(double, 1 , bounds)
[887]11
12DECLARE_ATTRIBUTE(StdString, scalar_ref)
[1158]13DECLARE_ATTRIBUTE(int, prec)
[1430]14
15DECLARE_ENUM4(axis_type, X, Y, Z, T)
[1435]16DECLARE_ENUM2(positive, up, down)
17DECLARE_ATTRIBUTE(StdString, label)
Note: See TracBrowser for help on using the repository browser.