Ignore:
Timestamp:
05/17/17 11:02:34 (7 years ago)
Author:
ymipsl
Message:
  • Add new timer for better profiling. The full timer output will be provided only for info_level=100
  • Add new file attribute : convention_str (string) : this string will overide the default value wrote in the file (CF-1.6 or UGRID)

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/io/onetcdf4.hpp

    r1097 r1135  
    7171            void writeTimeAxisData(const CArray<double,1>& data, const StdString& name, 
    7272                                   bool collective, StdSize record, bool Isroot); 
     73            void writeTimeAxisDataBounds(const CArray<double,1>& data, const StdString& name, 
     74                                   bool collective, StdSize record, bool Isroot); 
    7375            /// Accesseur /// 
    7476            const CONetCDF4Path& getCurrentPath(void) const; 
Note: See TracChangeset for help on using the changeset viewer.