Ignore:
Timestamp:
04/23/18 11:18:05 (6 years ago)
Author:
yushan
Message:

Branch EP merged with Dev_cmip6 @r1490

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/io/nc4_data_input.hpp

    r1328 r1491  
    2525    /// Constructors /// 
    2626    CNc4DataInput(const StdString& filename, ep_lib::MPI_Comm comm_file, bool multifile, bool isCollective = true, 
    27                   const StdString& timeCounterName = "time_counter"); 
     27                  bool readMetaDataPar = false, bool ugridConvention = false, const StdString& timeCounterName = "time_counter"); 
     28                  //const StdString& timeCounterName = "time_counter"); 
    2829    CNc4DataInput(const CNc4DataInput& dataInput);       // Not implemented. 
    2930    CNc4DataInput(const CNc4DataInput* const dataInput); // Not implemented. 
     
    7475    const StdString filename; 
    7576    bool isCollective; 
     77    bool ugridConvention; 
    7678  }; // class CNc4DataInput 
    7779 
Note: See TracChangeset for help on using the changeset viewer.