Ignore:
Timestamp:
06/02/23 15:18:25 (14 months ago)
Author:
ymipsl
Message:

Revert commit 2440 & 2442 that introduced bounds management for rectilinear grid, that make transformations unstable. A specific branch has been created to keep this modifications.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS2/trunk/src/transformation/domain_algorithm_zoom.cpp

    r2442 r2511  
    55#include "grid_transformation_factory_impl.hpp" 
    66#include "attribute_template.hpp" 
    7 #include "type.hpp" 
    87 
    98namespace xios { 
     
    147146  if (domainSrc_->hasBounds) 
    148147  { 
    149     nvertex = ( domainSrc_->type==CDomain::type_attr::rectilinear || domainSrc_->type==CDomain::type_attr::curvilinear) ? 4 : domainSrc_->nvertex ; 
     148    nvertex = domainSrc_->nvertex; 
    150149    domainDest_->nvertex.setValue(nvertex); 
    151150    if (!domainSrc_->bounds_lon_1d.isEmpty()) 
Note: See TracChangeset for help on using the changeset viewer.