Changeset 563 for XIOS/branchs/xios-1.0


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/branchs/xios-1.0/inputs/COMPLETE/context_atmosphere.xml

    r529 r563  
    11<!-- Context atm --> 
    2    
     2 
    33<context id="atmosphere" calendar_type="Gregorian" start_date="2012-03-01 15:00:00" time_origin="2012-02-29 15:00:00"> 
    44 
     
    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    
    9      
     8 
    109  <file_definition type="multiple_file" par_access="collective" output_freq="6h" sync_freq="6h" output_level="10" enabled=".TRUE."> 
    11     <file id="output_atmosphere" name="output_atmosphere">  
     10    <file id="output_atmosphere" name="output_atmosphere"> 
    1211      <field field_ref="field_A_atm" /> 
    1312    </file> 
    14     <file id="output_atmosphere_zoom" name="output_atmosphere_zoom">  
     13    <file id="output_atmosphere_zoom" name="output_atmosphere_zoom"> 
    1514      <field field_ref="field_A_atm" name="field_A_atm_zoom" domain_ref="domain_atm_zoom" /> 
    1615    </file> 
    1716  </file_definition> 
    18     
    19    <axis_definition> 
    20      <axis id="axis_atm" zoom_size="2" zoom_end="3" /> 
    21    </axis_definition> 
    22      
    23    <domain_definition> 
    24      <domain id="domain_atm" /> 
    25      <domain id="domain_atm_zoom" /> 
    26    </domain_definition>     
    27    
     17 
     18  <axis_definition> 
     19    <axis id="axis_atm" zoom_size="2" zoom_end="3" /> 
     20  </axis_definition> 
     21 
     22  <domain_definition> 
     23    <domain id="domain_atm" /> 
     24    <domain id="domain_atm_zoom" /> 
     25  </domain_definition> 
     26 
    2827</context> 
Note: See TracChangeset for help on using the changeset viewer.