source: codes/icosagcm/branches/SATURN_DYNAMICO/TEST/icosa.xml @ 256

Last change on this file since 256 was 256, checked in by ymipsl, 10 years ago

Adding xios output functionnalities

YM

File size: 1.2 KB
Line 
1 <context id="icosagcm" calendar_type="Gregorian" start_date="2012-03-01 15:00:00" time_origin="2012-02-29 15:00:00">
2   
3
4   <field_definition level="1" enabled=".TRUE." operation="instant">
5     
6     <field_group domain_ref="i">
7       <field id="ps" />
8       <field id="dps"  />
9       
10       <field_group axis_ref="lev"> 
11         <field id="mass" />
12         <field id="dmass"/>
13         <field id="theta" />
14         <field id="exner"/>
15         <field id="q1"/>
16         <field id="q2"/>
17       </field_group>
18     </field_group> 
19     
20     <field_group domain_ref="v" axis_ref="lev">
21       <field id="vort" />
22       <field id="pv" />
23     </field_group>
24     
25   </field_definition>
26   
27   
28   <file_definition type="one_file" par_access="collective" output_freq="2h" sync_freq="2h" output_level="10" enabled=".TRUE.">
29     <file id="output" name="output" > 
30       <field_group group_ref="field_definition"/>
31     </file>
32   </file_definition>
33   
34   
35   <axis_definition>
36     <axis id="lev" zoom_begin="1" zoom_size="1" />
37     <axis id="levp1"  />
38   </axis_definition>
39   
40   <domain_definition>
41     <domain id="i" />
42     <domain id="v" />
43   </domain_definition>   
44
45
46   <grid_definition />   
47 
48 </context>
Note: See TracBrowser for help on using the repository browser.