source: XIOS/dev/dev_ym/XIOS_COUPLING/src/config/scalar_attribute.conf @ 2338

Last change on this file since 2338 was 2264, checked in by ymipsl, 3 years ago

Scalar can be now distributed on server side, avoiding incorrect result coming from redondant nature of scalar grid.
YM

File size: 590 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(bool, mask, false)
11DECLARE_ATTRIBUTE(double, value, false)
12DECLARE_ATTRIBUTE(int, n, false)
13DECLARE_ATTRIBUTE(StdString, bounds_name)
14DECLARE_ARRAY(double, 1 , bounds)
15
16
17DECLARE_ATTRIBUTE(StdString, scalar_ref, false)
18DECLARE_ATTRIBUTE(int, prec)
19
20DECLARE_ENUM4(axis_type, X, Y, Z, T)
21DECLARE_ENUM2(positive, up, down)
22DECLARE_ATTRIBUTE(StdString, label)
Note: See TracBrowser for help on using the repository browser.