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/transformation/domain_algorithm_interpolate.cpp

    r1014 r1046  
    677677/*! Redefined some functions of CONetCDF4 to make use of them */ 
    678678CDomainAlgorithmInterpolate::WriteNetCdf::WriteNetCdf(const StdString& filename, const MPI_Comm comm) 
    679   : CNc4DataOutput(filename, false, false, true, comm, false, true) {} 
     679  : CNc4DataOutput(NULL, filename, false, false, true, comm, false, true) {} 
    680680int CDomainAlgorithmInterpolate::WriteNetCdf::addDimensionWrite(const StdString& name,  
    681681                                                                const StdSize size) 
Note: See TracChangeset for help on using the changeset viewer.