Ignore:
Timestamp:
05/11/16 16:11:10 (8 years ago)
Author:
ymipsl
Message:

Add cyclic file attribute. If cyclic=true, when last time record of a field is read in a file, it will cycle at the beginning instead of send a EOF signal to the clients.

YM

File:
1 edited

Legend:

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

    r802 r850  
    1919DECLARE_ATTRIBUTE(StdString, time_counter_name) 
    2020DECLARE_ATTRIBUTE(int,       record_offset) 
     21DECLARE_ATTRIBUTE(bool,       cyclic) 
    2122 
    2223DECLARE_ATTRIBUTE(int,       compression_level) 
Note: See TracChangeset for help on using the changeset viewer.