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

Last change on this file since 1940 was 1940, checked in by ymipsl, 4 years ago

Xios coupling branch

  • Update connectors mechanism for scalar, similarly for domain and axis
  • add mask attribute to scalar

YM

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