source: codes/icosagcm/devel/Python/test/xml/filedef_simple.xml @ 622

Last change on this file since 622 was 622, checked in by dubos, 6 years ago

devel/unstructured : XIOS interface + test

File size: 2.3 KB
Line 
1<file_definition > 
2
3  <file id="output_dynamico_native" convention="CF" enabled="true" output_freq="24h" sync_freq="24h" output_level="10" timeseries="none" description="DCMIP41" > 
4   
5    <field_group id="dcmip2016_output_field_once" operation="once" freq_offset="0ts" ts_enabled="false">
6      <field field_ref="timestep" name="mdt" />
7      <field field_ref="preff" name="P0" long_name="reference pressure" />
8      <field field_ref="ap" name="hyai"   />
9      <field field_ref="bp" name="hybi"   />
10      <field field_ref="mid_ap" name="hyam"   />
11      <field field_ref="mid_bp" name="hybm"   />
12    </field_group>
13   
14   
15    <field_group id="dcmip2016_output_field" ts_enabled="false">
16      <field field_ref="ps" name="PS"       standard_name="surface_pressure" long_name="Surface pressure"         unit="Pa" />
17      <field field_ref="phis" operation="once" freq_offset="0ts" name="PHIS"   standard_name="surface_geopotential" long_name="Surface geopotential" unit="m2/m2"/>     
18    </field_group>
19
20    <variable name="model" type="string" > dynamico </variable>
21    <variable name="test_case" type="string" > DCMIP41 </variable>
22    <variable name="horizontal_resolution" type="string" > native (grid points : 80x80x10) </variable>
23    <variable name="levels" type="string" > L10 </variable>
24    <variable name="grid" type="string" > hex </variable>
25    <variable name="equation" type="string" > hydro </variable>
26    <variable name="time_frequency" type="string" > 24h </variable>   
27
28  </file>
29
30
31  <file id="output_dynamico_regular" enabled="true" output_freq="24h" sync_freq="24h" output_level="10" description="DCMIP41" timeseries="none" > 
32   
33    <field_group group_ref="dcmip2016_output_field_once"/>
34   
35    <field_group group_ref="dcmip2016_output_field" domain_ref="regular_two_degree" />
36
37    <variable name="model" type="string" > dynamico </variable>
38    <variable name="test_case" type="string" > DCMIP41 </variable>
39    <variable name="horizontal_resolution" type="string" > two_degree interpolated (grid points : 80 x 80 x 10) </variable>
40    <variable name="levels" type="string" > L30 </variable>
41    <variable name="grid" type="string" > hex </variable>
42    <variable name="equation" type="string" > hydro </variable>
43    <variable name="time_frequency" type="string" > 24h </variable>   
44
45  </file>
46
47
48</file_definition>
Note: See TracBrowser for help on using the repository browser.