source: XIOS/trunk/src/config/scalar_attribute.conf @ 1045

Last change on this file since 1045 was 1045, checked in by ymipsl, 7 years ago

New attributs prec for axis, domain and scalar to control the output precision of the coordinates.
Correct values are 4 or 8 to output in single or double precision. Default is single precision.

YM

File size: 282 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)
9
10DECLARE_ATTRIBUTE(StdString, scalar_ref)
11DECLARE_ATTRIBUTE(int, prec)
Note: See TracBrowser for help on using the repository browser.