Ignore:
Timestamp:
09/15/14 17:34:57 (10 years ago)
Author:
mhnguyen
Message:

Ticket 52: Adding some new variables (by default) into output file(s)

+) Add time_bounds dimension
+) Add time_counter_bounds
+) Add time_instant_bounds and/or time_centered_bounds depending on the context

Test
+) On Curie, test_client passed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/output/nc4_data_output.hpp

    r472 r488  
    5454 
    5555         protected : 
    56             void writeUnstructuredDomain (CDomain* domain);          
     56            void writeUnstructuredDomain (CDomain* domain); 
    5757            void writeLocalAttributes(int ibegin, int ni, int jbegin, int nj, StdString domid); 
    5858            void writeLocalAttributes_IOIPSL(int ibegin, int ni, int jbegin, int nj, int ni_glo, int nj_glo, int rank, int size) ; 
     
    6161                                         const StdString & units, 
    6262                                         const StdString & time_origin, 
     63                                         const StdString & time_bounds   = StdString("bounds"), 
    6364                                         const StdString & standard_name = StdString("time"), 
    6465                                         const StdString & long_name     = StdString("Time axis"), 
Note: See TracChangeset for help on using the changeset viewer.