Changeset 2501


Ignore:
Timestamp:
05/12/23 11:40:21 (13 months ago)
Author:
ymipsl
Message:

Fix to be able to read gaussian grid from file.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS2/trunk/src/io/nc4_data_input.cpp

    r2477 r2501  
    148148    for (int idom=0;idom<domainP.size();idom++) 
    149149    { 
    150       if ( (!domainP[idom]->type.isEmpty())&& (domainP[idom]->type.getValue()!=CDomain::type_attr::unstructured)) 
     150      if ( (!domainP[idom]->type.isEmpty())&&  
     151           !(domainP[idom]->type.getValue()==CDomain::type_attr::unstructured || domainP[idom]->type.getValue()==CDomain::type_attr::gaussian)) 
    151152      { 
    152153        isUnstructuredGrid = false; 
Note: See TracChangeset for help on using the changeset viewer.