1 | <?xml version="1.0"?> |
---|
2 | <simulation> |
---|
3 | |
---|
4 | <context id="test"> |
---|
5 | <calendar type="Gregorian" start_date="2012-03-01 15:00:00" time_origin="2012-02-28 15:00:00 + 1d" /> |
---|
6 | |
---|
7 | |
---|
8 | <field_definition level="1" > |
---|
9 | <field id="src_field" operation="instant" domain_ref="src_domain"/> |
---|
10 | <field id="dst_field" operation="instant" field_ref="src_field" domain_ref="dst_domain"/> |
---|
11 | <field id="tmp_field" operation="instant" domain_ref="src_domain_regular_tmp"/> |
---|
12 | <field id="tmp_field_1" operation="instant" grid_ref="src_grid_curvilinear" /> |
---|
13 | <field id="tmp_field_2" operation="instant" domain_ref="domain_src_unstructured" /> |
---|
14 | <field id="dst_field_regular" operation="instant" field_ref="tmp_field" domain_ref="dst_domain_regular" read_access="true"/> |
---|
15 | <field id="dst_field_regular_pole" operation="instant" field_ref="src_field" domain_ref="dst_domain_regular_pole"/> |
---|
16 | </field_definition> |
---|
17 | |
---|
18 | |
---|
19 | <file_definition type="one_file" par_access="collective" output_freq="1ts" output_level="10" enabled=".TRUE."> |
---|
20 | <file id="output" name="output"> |
---|
21 | <!-- <field field_ref="src_field" name="field" />--> |
---|
22 | </file> |
---|
23 | <file id="output_dst" name="output_dst" type="one_file"> |
---|
24 | <!-- <field field_ref="dst_field" name="field" />--> |
---|
25 | </file> |
---|
26 | <file id="out_dst_regular_pole" name="out_dst_regular_pole" type="one_file"> |
---|
27 | <!-- <field field_ref="dst_field_regular_pole" name="field" />--> |
---|
28 | </file> |
---|
29 | <file id="output_dst_regular" name="output_dst_regular" type="one_file"> |
---|
30 | <!-- <field field_ref="dst_field_regular" name="field" />--> |
---|
31 | </file> |
---|
32 | <file id="output_dst_curvilinear" name="output_dst_curvilinear" type="one_file"> |
---|
33 | <!-- <field field_ref="tmp_field_1" operation="instant"/>--> |
---|
34 | </file> |
---|
35 | <file id="output_dst_unstructured" name="output_dst_unstructured" type="one_file"> |
---|
36 | <field field_ref="tmp_field_2" operation="instant"/> |
---|
37 | </file> |
---|
38 | |
---|
39 | <file id="output_src_regular" name="output_src_regular" mode="read" type="multiple_file"> |
---|
40 | <!-- <field id="src_field_regular" name="field" domain_ref="src_domain_regular" operation="instant"/>--> |
---|
41 | </file> |
---|
42 | <file id="output_src_regular_tmp" name="output_src_regular_tmp" mode="read" type="one_file"> |
---|
43 | <field id="src_field_regular_tmp" name="field" domain_ref="src_domain_regular_tmp" operation="instant"/> |
---|
44 | </file> |
---|
45 | |
---|
46 | <file id="output_src_curvilinear" name="output_src_curvilinear" mode="read" type="one_file"> |
---|
47 | <field id="src_field_curvilinear" name="field_A" grid_ref="src_grid_curvilinear" operation="instant"/> |
---|
48 | </file> |
---|
49 | <file id="output_unstructured" name="output_unstructured" mode="read" type="one_file"> |
---|
50 | <field id="field_src_unstructred" name="field" domain_ref="domain_src_unstructured" operation="instant"/> |
---|
51 | </file> |
---|
52 | </file_definition> |
---|
53 | |
---|
54 | |
---|
55 | <axis_definition> |
---|
56 | <axis id="src_axis_curvilinear" /> |
---|
57 | </axis_definition> |
---|
58 | <axis_definition> |
---|
59 | <axis id="axis_surface_curvi" /> |
---|
60 | </axis_definition> |
---|
61 | |
---|
62 | <domain_definition> |
---|
63 | <domain id="src_domain" /> |
---|
64 | <domain id="dst_domain" domain_src="src_domain"> |
---|
65 | <interpolate_domain/> |
---|
66 | </domain> |
---|
67 | <domain id="dst_domain_regular_pole" domain_src="src_domain" ni_glo="180" nj_glo="90" type="rectilinear"> |
---|
68 | <generate_rectilinear_domain lat_start="-90" lat_end="90" lon_start="2" lon_end="360"/> |
---|
69 | <interpolate_domain/> |
---|
70 | </domain> |
---|
71 | <domain id="dst_domain_regular" domain_src="src_domain_regular_tmp" ni_glo="90" nj_glo="45" type="rectilinear"> |
---|
72 | <generate_rectilinear_domain /> |
---|
73 | <interpolate_domain/> |
---|
74 | </domain> |
---|
75 | <domain id="src_domain_regular" ni_glo="180" nj_glo="90" type="rectilinear"> |
---|
76 | <generate_rectilinear_domain lat_start="-90" lat_end="90" lon_start="2" lon_end="360" /> |
---|
77 | </domain> |
---|
78 | <domain id="src_domain_regular_tmp" type="rectilinear"> |
---|
79 | <generate_rectilinear_domain /> |
---|
80 | </domain> |
---|
81 | <domain id="src_domain_curvilinear" type="rectilinear"> |
---|
82 | <generate_rectilinear_domain /> |
---|
83 | </domain> |
---|
84 | <domain id="domain_src_unstructured" type="unstructured"> |
---|
85 | <generate_rectilinear_domain /> |
---|
86 | </domain> |
---|
87 | </domain_definition> |
---|
88 | |
---|
89 | <grid_definition> |
---|
90 | <grid id="src_grid_curvilinear"> |
---|
91 | <domain domain_ref="src_domain_curvilinear"/> |
---|
92 | <axis axis_ref="src_axis_curvilinear" /> |
---|
93 | </grid> |
---|
94 | </grid_definition> |
---|
95 | </context> |
---|
96 | |
---|
97 | <context id="xios"> |
---|
98 | <variable_definition> |
---|
99 | <variable_group id="buffer"> |
---|
100 | <variable id="optimal_buffer_size" type="string">performance</variable> |
---|
101 | <variable id="buffer_size_factor" type="double">30.0</variable> |
---|
102 | <variable id="min_buffer_size" type="double">800000</variable> |
---|
103 | </variable_group> |
---|
104 | |
---|
105 | <variable_group id="parameters" > |
---|
106 | <variable id="using_server" type="bool">true</variable> |
---|
107 | <variable id="info_level" type="int">50</variable> |
---|
108 | <variable id="print_file" type="bool">true</variable> |
---|
109 | </variable_group> |
---|
110 | </variable_definition> |
---|
111 | </context> |
---|
112 | |
---|
113 | </simulation> |
---|
114 | |
---|