Ignore:
Timestamp:
06/06/17 17:58:16 (7 years ago)
Author:
oabramkina
Message:

Two server levels: merging with trunk r1137.
There are bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/io/nc4_data_output.hpp

    r887 r1158  
    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, 
     
    9696                                     const StdString & nav_model); 
    9797 
    98             StdSize getRecordFromTime(Time time); 
     98            StdSize getRecordFromTime(Time time, double factorUnit); 
    9999 
    100100         private : 
     
    123123            std::set<std::string> writtenAxis, writtenCompressedAxis; 
    124124            std::set<std::string> writtenScalar; 
     125 
     126            enum { none, centered, instant, record} timeCounterType ; 
     127            bool hasTimeInstant ; 
     128            bool hasTimeCentered ; 
    125129      }; // class CNc4DataOutput 
    126130 
Note: See TracChangeset for help on using the changeset viewer.