Ignore:
Timestamp:
12/04/14 15:36:07 (10 years ago)
Author:
aclsce
Message:
  • Added xios_variable as public type (in order to be used by the xios client)
  • Added example of getting/setting variable as global/local attribute of field/file in test_complete.
  • Some cleaning in test_complete program and xml files.
Location:
XIOS/branchs/xios-1.0/inputs/COMPLETE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/branchs/xios-1.0/inputs/COMPLETE/context_atmosphere.xml

    r486 r529  
    11<!-- Context atm --> 
    22   
    3 <context id="atmopshere" calendar_type="Gregorian" start_date="2012-03-01 15:00:00" time_origin="2012-02-29 15:00:00"> 
     3<context id="atmosphere" calendar_type="Gregorian" start_date="2012-03-01 15:00:00" time_origin="2012-02-29 15:00:00"> 
    44 
    55  <field_definition level="1" enabled=".FALSE." default_value="9.96921e+36"> 
     
    2626   </domain_definition>     
    2727   
    28    <grid_definition />     
    29    
    3028</context> 
  • XIOS/branchs/xios-1.0/inputs/COMPLETE/context_surface.xml

    r513 r529  
    2424      <field field_ref="field_A_srf" name="field_A_srf_prec4" prec="8"/> 
    2525      <field field_ref="field_A_srf_max" name="field_A_srf_mean_max" long_name="Average of hourly maximum over 6h" operation="average" freq_op="1h" > @field_A_srf_max </field> 
    26       <variable id="my_global_attribute" type="string" >file_6h</variable> 
     26      <variable id="my_global_attribute_xml" type="string" >file_6h</variable> 
    2727    </file> 
    2828 
     
    3939      <field field_ref="field_A_srf" name="field_A_srf_prec4" prec="8"/> 
    4040      <field field_ref="field_A_srf_max" name="field_A_srf_mean_max" long_name="Average of hourly maximum over 1d" operation="average" freq_op="1h" > @field_A_srf_max </field> 
    41       <variable id="my_global_attribute" type="string" >file_1d</variable> 
    4241    </file> 
    4342  </file_definition> 
     
    5150   </domain_definition>     
    5251   
    53    <grid_definition />     
    54    
    5552</context> 
Note: See TracChangeset for help on using the changeset viewer.