Ignore:
Timestamp:
11/16/16 14:53:20 (8 years ago)
Author:
mhnguyen
Message:

Allowing fields to have its own time_counter value if time_counter is not defined for file
(Credit to Yann)
+) time_counter of field is based on its operation time

Test
+) On Curie
+) Work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/field.hpp

    r957 r989  
    204204         bool useCompressedOutput; 
    205205 
     206         // Two variable to identify the time_counter meta data written in file, which has no time_counter 
     207         bool hasTimeInstant; 
     208         bool hasTimeCentered; 
     209 
    206210         DECLARE_REF_FUNC(Field,field) 
    207211 
Note: See TracChangeset for help on using the changeset viewer.