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.cpp

    r988 r989  
    3737      , useCompressedOutput(false) 
    3838      , isReadDataRequestPending(false) 
     39      , hasTimeInstant(false) 
     40      , hasTimeCentered(false) 
    3941   { setVirtualVariableGroup(CVariableGroup::create(getId() + "_virtual_variable_group")); } 
    4042 
     
    4850      , useCompressedOutput(false) 
    4951      , isReadDataRequestPending(false) 
     52      , hasTimeInstant(false) 
     53      , hasTimeCentered(false) 
    5054   { setVirtualVariableGroup(CVariableGroup::create(getId() + "_virtual_variable_group")); } 
    5155 
Note: See TracChangeset for help on using the changeset viewer.