Changes between Version 4 and Version 5 of BackwardIncompatibleChanges


Ignore:
Timestamp:
01/26/15 16:45:48 (9 years ago)
Author:
rlacroix
Comment:

Be consistent with capital letters

Legend:

Unmodified
Added
Removed
Modified
  • BackwardIncompatibleChanges

    v4 v5  
    55This document lists all those changes at the time it was written and might not always be up-to-date due to XIOS 2.0 still being in development. 
    66 
    7 - the `type` attribute of the `variable` object is now more strictly checked. It must be one of: 
     7- The `type` attribute of the `variable` object is now more strictly checked. It must be one of: 
    88  - `bool` 
    99  - `int` or `int32` 
     
    1515 
    1616  For example, `<variable id="my_attribute2" type="integer" >10</variable>` will become `<variable id="my_attribute2" type="int" >10</variable>` and `<variable id="print_file" type="boolean">true</variable>` will become `<variable id="print_file" type="bool">true</variable>`. 
     17 
    1718- Calendar related attributes (`calendar_type`, `timestep`, `start_date`, `time_origin`) have been moved from the `context` object to a new child object `calendar`. 
    1819 
     
    8485  }}} 
    8586 
    86 - attributes corresponding to a duration should now be manipulated using the `xios_duration` type when using the Fortran interface. Affected attributes are: 
     87- Attributes corresponding to a duration should now be manipulated using the `xios_duration` type when using the Fortran interface. Affected attributes are: 
    8788  - `timestep` in `calendar` objects (previously in the `context` objects) 
    8889  - `freq_op` and `freq_offset` in `field` objects