Ignore:
Timestamp:
04/20/18 15:04:38 (6 years ago)
Author:
oabramkina
Message:

Trunk: minor modifications for reading UGRID.

Using attribute nvertex defined by a user and not deduced from metadata of a file being read.
Taking into account the fact that the bounds attribute is not required by UGRID.

File:
1 edited

Legend:

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

    r967 r1487  
    2424    /// Constructors /// 
    2525    CNc4DataInput(const StdString& filename, MPI_Comm comm_file, bool multifile, bool isCollective = true, 
    26                   const StdString& timeCounterName = "time_counter"); 
     26                  bool ugridConvention = false, const StdString& timeCounterName = "time_counter"); 
    2727    CNc4DataInput(const CNc4DataInput& dataInput);       // Not implemented. 
    2828    CNc4DataInput(const CNc4DataInput* const dataInput); // Not implemented. 
     
    7373    const StdString filename; 
    7474    bool isCollective; 
     75    bool ugridConvention; 
    7576  }; // class CNc4DataInput 
    7677 
Note: See TracChangeset for help on using the changeset viewer.