Ignore:
Timestamp:
05/29/24 19:23:08 (5 weeks ago)
Author:
ymipsl
Message:
  • Recheck grid/domain/axis/scalar after reading grid from file, otherwise some attributes are not taking into account.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/node/field.cpp

    r2629 r2632  
    749749         //grid_->completeGrid(); // grid generation, to be checked 
    750750         if (fileIn_->isClientSide()) fileIn_->readFieldAttributesValues(this); 
    751          grid_->checkElementsAttributes() ; 
     751         grid_->checkElementsAttributes(true) ; // need to recheck 
    752752//         grid_->solveDomainAxisBaseRef(); 
    753753         // probably in future tag grid incomplete if coming from a reading 
     
    781781      } 
    782782    } 
     783 
     784    // do again ref inheritance for field attributes read from file 
     785    this->solveRefInheritance(); 
    783786 
    784787    buildWorkflowGraphDone_ = true ; 
Note: See TracChangeset for help on using the changeset viewer.