Ignore:
Timestamp:
09/16/15 16:26:32 (9 years ago)
Author:
rlacroix
Message:

Add a new file attribute to give our users more control on the time counter.

The time_counter attribute can take one of the following values:

  • centered: use centered times for the time counter (previous behavior, used by default)
  • instant: use instant times for the time counter
  • record: use record indexes for the time counter
  • none: disable the output of the time counter completely.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/config/file_attribute.conf

    r606 r692  
    1616DECLARE_ATTRIBUTE(bool,      append) 
    1717DECLARE_ENUM2(mode, read, write) 
     18DECLARE_ENUM4(time_counter, centered, instant, record, none) 
    1819 
    1920DECLARE_ATTRIBUTE(int,       compression_level) 
Note: See TracChangeset for help on using the changeset viewer.