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/node/domain.cpp

    r1460 r1491  
    15101510         ERROR("CDomain::checkBounds(void)", 
    15111511               << "Since 'bounds_lat_2d' is defined, 'latvalue_2d' must be defined too." << std::endl); 
    1512  
    1513        hasBounds = true; 
     1512       
     1513       // In case of reading UGRID bounds values are not required 
     1514       hasBounds = (!bounds_lat_1d.isEmpty() || !bounds_lat_2d.isEmpty() ); 
    15141515     } 
    15151516     else if (hasBoundValues) 
Note: See TracChangeset for help on using the changeset viewer.