Changeset 563 for XIOS/trunk/inputs


Ignore:
Timestamp:
02/24/15 10:09:12 (9 years ago)
Author:
rlacroix
Message:

Test complete: Fix a typo in context_atmosphere (cosmetic only).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/inputs/COMPLETE/context_atmosphere.xml

    r554 r563  
    11<!-- Context atm --> 
    22 
    3 <context id="atmopshere"> 
     3<context id="atmosphere"> 
    44 
    55  <field_definition level="1" enabled=".FALSE." default_value="9.96921e+36"> 
    66    <field id="field_A_atm"  name="field_A_atm" operation="average" freq_op="1ts" domain_ref="domain_atm"  axis_ref="axis_atm" /> 
    77  </field_definition> 
    8  
    98 
    109  <file_definition type="multiple_file" par_access="collective" output_freq="6h" sync_freq="6h" output_level="10" enabled=".TRUE."> 
     
    1716  </file_definition> 
    1817 
    19    <axis_definition> 
    20      <axis id="axis_atm" zoom_size="2" zoom_end="2" /> 
    21    </axis_definition> 
     18  <axis_definition> 
     19    <axis id="axis_atm" zoom_size="2" zoom_end="2" /> 
     20  </axis_definition> 
    2221 
    23    <domain_definition> 
    24      <domain id="domain_atm" /> 
    25      <domain id="domain_atm_zoom" /> 
    26    </domain_definition> 
     22  <domain_definition> 
     23    <domain id="domain_atm" /> 
     24    <domain id="domain_atm_zoom" /> 
     25  </domain_definition> 
    2726 
    28    <grid_definition /> 
     27  <grid_definition /> 
    2928 
    3029</context> 
Note: See TracChangeset for help on using the changeset viewer.