Changeset 1061 for XIOS/trunk/src


Ignore:
Timestamp:
02/23/17 17:25:22 (7 years ago)
Author:
ymipsl
Message:

Bug fix in append mode when time_counter was of type "record"

YM

File:
1 edited

Legend:

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

    r1059 r1061  
    26502650        { 
    26512651          StdString timeAxisBoundsId(getTimeCounterName() + "_bounds"); 
    2652           if (!SuperClassWriter::varExist(timeAxisBoundsId)) 
    2653             timeAxisBoundsId = "time_instant_bounds"; 
     2652          if (!SuperClassWriter::varExist(timeAxisBoundsId)) timeAxisBoundsId = "time_centered_bounds"; 
     2653          if (!SuperClassWriter::varExist(timeAxisBoundsId)) timeAxisBoundsId = "time_instant_bounds"; 
    26542654 
    26552655          CArray<double,2> timeAxisBounds; 
Note: See TracChangeset for help on using the changeset viewer.