source: XIOS/trunk/src/config/file_attribute.conf @ 318

Last change on this file since 318 was 318, checked in by ymipsl, 12 years ago
  • Adding new file attribut : sync_freq : flush file for a given frequency
  • Now, when a file has a single domain, domain id is not anymore appended to the coordinate name.

YM

File size: 412 bytes
RevLine 
[219]1DECLARE_ATTRIBUTE(StdString, name)
2DECLARE_ATTRIBUTE(StdString, description)
3
[266]4DECLARE_ATTRIBUTE(StdString, name_suffix)
5
[219]6DECLARE_ATTRIBUTE(StdString, output_freq)
7DECLARE_ATTRIBUTE(int,       output_level)
[318]8DECLARE_ATTRIBUTE(StdString, sync_freq)
9DECLARE_ATTRIBUTE(StdString, split_freq)
[219]10DECLARE_ATTRIBUTE(bool,      enabled)
[286]11DECLARE_ATTRIBUTE(StdString,      type)
[219]12
13// DECLARE_ATTRIBUTE_DEF(bool, enabled, true)
Note: See TracBrowser for help on using the repository browser.