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/io/nc4_data_output.hpp

    r1044 r1046  
    2323            /// Constructeurs /// 
    2424            CNc4DataOutput 
    25                (const StdString & filename, bool exist); 
     25               (CFile* file, const StdString & filename, bool exist); 
    2626            CNc4DataOutput 
    27                (const StdString & filename, bool exist, bool useClassicFormat, 
     27               (CFile* file, const StdString & filename, bool exist, bool useClassicFormat, 
    2828                bool useCFConvention, 
    2929                MPI_Comm comm_file, bool multifile, bool isCollective = true, 
Note: See TracChangeset for help on using the changeset viewer.