Ignore:
Timestamp:
01/07/16 09:21:51 (8 years ago)
Author:
ymipsl
Message:

Bug fix when time dimension is not the unlimited dimension

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/io/inetcdf4.cpp

    r802 r811  
    2727 
    2828    this->timeCounterName = timeCounterName; 
     29    if (!CNetCdfInterface::isDimExisted(this->ncidp, this->timeCounterName)) this->timeCounterName=this->getUnlimitedDimensionName() ; 
     30     
    2931  } 
    3032 
Note: See TracChangeset for help on using the changeset viewer.