Ignore:
Timestamp:
02/02/17 14:40:34 (7 years ago)
Author:
ymipsl
Message:
  • Add 2 new file attributes to parameter timestamp : time_stamp_name and time_stamp_format.

Default value :
time_stamp_name="timestamp"
time_stamp_format="%Y-%b-%d %H:%M:%S %Z"

  • timestamp is now given in UTC time

YM

File:
1 edited

Legend:

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

    r1044 r1046  
    2727DECLARE_ENUM4(timeseries,    none, only, both, exclusive) 
    2828DECLARE_ATTRIBUTE(StdString, ts_prefix) 
    29  
     29DECLARE_ATTRIBUTE(StdString, time_stamp_name) 
     30DECLARE_ATTRIBUTE(StdString, time_stamp_format) 
Note: See TracChangeset for help on using the changeset viewer.