Ignore:
Timestamp:
12/11/14 14:32:37 (10 years ago)
Author:
rlacroix
Message:

Add a new attribute type for durations and use it for the context's timestep.

Note that the "xios_time" type and the "xios_set_timestep" procedure have been removed from the Fortran interface. Instead, the "xios_duration" type and the "xios_get_context_attr"/"xios_set_context_attr" procedures should now be used to get/set the timestep.

File:
1 edited

Legend:

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

    r532 r537  
    22DECLARE_ATTRIBUTE(CDate, start_date) 
    33DECLARE_ATTRIBUTE(CDate, time_origin) 
    4 DECLARE_ATTRIBUTE(StdString, timestep) 
     4DECLARE_ATTRIBUTE(CDuration, timestep) 
    55DECLARE_ATTRIBUTE(StdString, output_dir) 
    66 
Note: See TracChangeset for help on using the changeset viewer.