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

source: vendors/XIOS/current/src/config/file_attribute.conf @ 3428

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

importing initial XIOS vendor drop

File size: 458 bytes
Line 
1DECLARE_ATTRIBUTE(StdString, name)
2DECLARE_ATTRIBUTE(StdString, description)
3
4DECLARE_ATTRIBUTE(StdString, name_suffix)
5
6DECLARE_ATTRIBUTE(StdString, output_freq)
7DECLARE_ATTRIBUTE(int,       output_level)
8DECLARE_ATTRIBUTE(StdString, sync_freq)
9DECLARE_ATTRIBUTE(StdString, split_freq)
10DECLARE_ATTRIBUTE(bool,      enabled)
11DECLARE_ATTRIBUTE(StdString,      type)
12DECLARE_ATTRIBUTE(StdString,      par_access)
13
14// DECLARE_ATTRIBUTE_DEF(bool, enabled, true)
Note: See TracBrowser for help on using the repository browser.