Changeset 2061


Ignore:
Timestamp:
03/09/21 13:44:36 (3 years ago)
Author:
yushan
Message:

XIOS TRAINING

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/xios_training/hands-on-2/iodef.xml

    r2045 r2061  
    11<?xml version="1.0"?> 
    22<simulation> 
    3  <context id="test"> 
    4    <calendar type="D360" time_origin="2021-01-01" start_date="2021-03" /> 
    5    <axis_definition> 
    6      <axis id="axis_A" n_glo="10" value="(0,9)[100 200 300 400 500 600 700 800 900 1000]"> 
    7      </axis> 
    8    </axis_definition> 
    93 
    10    <domain_definition> 
    11      <domain id="domain_A" type="rectilinear" ni_glo="60" nj_glo="20"/> 
    12    </domain_definition> 
    13  
    14    <grid_definition> 
    15      <grid id="grid_A"> 
    16        <domain domain_ref="domain_A"/> 
    17        <axis axis_ref="axis_A"/> 
    18      </grid> 
    19    </grid_definition> 
    20     
    21    <field_definition> 
    22      <field id="field_A" name="test_field" operation="instant" grid_ref="grid_A"/> 
    23    </field_definition> 
    24  
    25    <file_definition> 
    26      <file id="output" name="output" output_freq="1ts" type="one_file"> 
    27        <field id="field_A"/> 
    28      </file> 
    29    </file_definition> 
    30  
    31  </context> 
    324 
    335  <context id="xios"> 
Note: See TracChangeset for help on using the changeset viewer.