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.
axis_attribute.conf in vendors/XIOS/r_353/src/config – NEMO

source: vendors/XIOS/r_353/src/config/axis_attribute.conf @ 5215

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

importing initial XIOS vendor drop

File size: 356 bytes
Line 
1DECLARE_ATTRIBUTE(StdString, name)
2DECLARE_ATTRIBUTE(StdString, standard_name)
3DECLARE_ATTRIBUTE(StdString, long_name)
4
5DECLARE_ATTRIBUTE(StdString, unit)
6
7DECLARE_ATTRIBUTE(int,       size)
8DECLARE_ATTRIBUTE(int,       zoom_begin)
9DECLARE_ATTRIBUTE(int,       zoom_end)
10DECLARE_ATTRIBUTE(int,       zoom_size)
11DECLARE_ATTRIBUTE(ARRAY(double, 1), value)
12
13
Note: See TracBrowser for help on using the repository browser.