Ignore:
Timestamp:
02/21/12 15:34:27 (12 years ago)
Author:
ymipsl
Message:
  • Adding new file attribut : sync_freq : flush file for a given frequency
  • Now, when a file has a single domain, domain id is not anymore appended to the coordinate name.

YM

File:
1 edited

Legend:

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

    r300 r318  
    77#include "data_output.hpp" 
    88#include "declare_group.hpp" 
     9#include "date.hpp" 
    910 
    1011 
     
    102103         void recvAddFieldGroup(CBufferIn& buffer) ; 
    103104         static bool dispatchEvent(CEventServer& event) ; 
    104  
     105         bool isSyncTime(void) ; 
     106         date::CDate* lastSync ; 
     107         date::CDuration syncFreq ; 
     108         int nbDomain ; 
    105109      private : 
    106110 
Note: See TracChangeset for help on using the changeset viewer.