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

Last change on this file since 2194 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
RevLine 
[887]1DECLARE_ATTRIBUTE(StdString, name)
2DECLARE_ATTRIBUTE(StdString, standard_name)
3DECLARE_ATTRIBUTE(StdString, long_name)
4
[1493]5DECLARE_ATTRIBUTE(StdString, comment)
6
[887]7DECLARE_ATTRIBUTE(StdString, unit)
8
9/* LOCAL and GLOBAL*/
[1940]10DECLARE_ATTRIBUTE(bool, mask, false)
[887]11DECLARE_ATTRIBUTE(double, value)
[1435]12DECLARE_ATTRIBUTE(StdString, bounds_name)
[1436]13DECLARE_ARRAY(double, 1 , bounds)
[887]14
[1940]15
[887]16DECLARE_ATTRIBUTE(StdString, scalar_ref)
[1158]17DECLARE_ATTRIBUTE(int, prec)
[1430]18
19DECLARE_ENUM4(axis_type, X, Y, Z, T)
[1435]20DECLARE_ENUM2(positive, up, down)
21DECLARE_ATTRIBUTE(StdString, label)
Note: See TracBrowser for help on using the repository browser.