Changeset 1044 for XIOS/trunk/src/config


Ignore:
Timestamp:
02/01/17 22:11:39 (7 years ago)
Author:
ymipsl
Message:

New file attribute : time_units : second/day

  • In netcdf file switch between "seconds since " and "days since"
  • Change time axis value conforming to the defined unit.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/config/file_attribute.conf

    r878 r1044  
    1919DECLARE_ENUM4(time_counter,  centered, instant, record, none) 
    2020DECLARE_ATTRIBUTE(StdString, time_counter_name) 
     21DECLARE_ENUM2(time_units, seconds, days) 
    2122DECLARE_ATTRIBUTE(int,       record_offset) 
    2223DECLARE_ATTRIBUTE(bool,       cyclic) 
Note: See TracChangeset for help on using the changeset viewer.