source: XIOS/trunk/src/config/field_attribute.conf @ 464

Last change on this file since 464 was 464, checked in by ymipsl, 10 years ago

Enhancement : Add scale_factor and add_offset attribute to field output
Operation (field-add_offset)/scale_factor would be computed before output write.
If field attribute prec=2 the field would be rounded to nearest integer value and output as short int (2 bytes).

YM

File size: 755 bytes
Line 
1DECLARE_ATTRIBUTE(StdString, name)
2DECLARE_ATTRIBUTE(StdString, standard_name)
3DECLARE_ATTRIBUTE(StdString, long_name)
4
5DECLARE_ATTRIBUTE(StdString, unit)
6DECLARE_ATTRIBUTE(StdString, operation)
7
8DECLARE_ATTRIBUTE(StdString, freq_op)
9DECLARE_ATTRIBUTE(StdString, freq_offset)
10DECLARE_ATTRIBUTE(int,       level)
11DECLARE_ATTRIBUTE(int,       prec)
12
13DECLARE_ATTRIBUTE(bool,      enabled)
14
15DECLARE_ATTRIBUTE(StdString, domain_ref)
16DECLARE_ATTRIBUTE(StdString, axis_ref)
17DECLARE_ATTRIBUTE(StdString, grid_ref)
18DECLARE_ATTRIBUTE(StdString, field_ref)
19
20DECLARE_ATTRIBUTE(double,    default_value)
21DECLARE_ATTRIBUTE(double,    valid_min)
22DECLARE_ATTRIBUTE(double,    valid_max)
23DECLARE_ATTRIBUTE(double,    add_offset)
24DECLARE_ATTRIBUTE(double,    scale_factor)
Note: See TracBrowser for help on using the repository browser.