New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
field_attribute.conf in vendors/XIOS/current/src/config – NEMO

source: vendors/XIOS/current/src/config/field_attribute.conf @ 3408

Last change on this file since 3408 was 3408, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

  • Property svn:keywords set to Id
File size: 632 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)
18//DECLARE_ATTRIBUTE(StdString, zoom_ref)
19DECLARE_ATTRIBUTE(StdString, field_ref)
20
21DECLARE_ATTRIBUTE(double,    default_value)
Note: See TracBrowser for help on using the repository browser.