Changeset 1059 for XIOS


Ignore:
Timestamp:
02/23/17 13:32:32 (7 years ago)
Author:
ymipsl
Message:

Solve issue in append mode : the time_counter and time_counter_bounds was not set properly when time data was appended in an existing file in case of instantaneous output.

YM

File:
1 edited

Legend:

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

    r1050 r1059  
    20452045        if (wtime) 
    20462046        { 
     2047           
     2048          if (field->getOperationTimeType() == func::CFunctor::instant) field->hasTimeInstant = true;                    
     2049          if (field->getOperationTimeType() == func::CFunctor::centered) field->hasTimeCentered = true;             
     2050 
    20472051          Time lastWrite = field->last_Write_srv; 
    20482052          Time lastLastWrite = field->lastlast_Write_srv; 
Note: See TracChangeset for help on using the changeset viewer.