Ignore:
Timestamp:
12/11/14 16:07:42 (9 years ago)
Author:
rlacroix
Message:

Convert more attributes to use the new duration type:

  • field: freq_op and freq_offset
  • file: output_freq, sync_freq and split_freq.

Remember that you now have to use the "xios_duration" type instead of strings to get/set those attributes through the Fortran interface.

File:
1 edited

Legend:

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

    r501 r538  
    77DECLARE_ATTRIBUTE(bool,      detect_missing_value) 
    88 
    9 DECLARE_ATTRIBUTE(StdString, freq_op) 
    10 DECLARE_ATTRIBUTE(StdString, freq_offset) 
     9DECLARE_ATTRIBUTE(CDuration, freq_op) 
     10DECLARE_ATTRIBUTE(CDuration, freq_offset) 
    1111DECLARE_ATTRIBUTE(int,       level) 
    1212DECLARE_ATTRIBUTE(int,       prec) 
Note: See TracChangeset for help on using the changeset viewer.