Ignore:
Timestamp:
04/20/18 14:33:46 (6 years ago)
Author:
oabramkina
Message:

XIOS_DEV_CMIP: 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/dev/XIOS_DEV_CMIP6/src/io/nc4_data_input.hpp

    r1485 r1486  
    2424    /// Constructors /// 
    2525    CNc4DataInput(const StdString& filename, MPI_Comm comm_file, bool multifile, bool isCollective = true, 
    26                   bool readMetaDataPar = false, const StdString& timeCounterName = "time_counter"); 
     26                  bool readMetaDataPar = false, 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.