Last change
on this file since 633 was
633,
checked in by mhnguyen, 9 years ago
|
Correcting value written on an distributed axis
+) Seperate writing value on axis in multiple file and one file case
Test
+) On curie
+) test_complet and test_client pass
|
File size:
1.5 KB
|
Line | |
---|
1 | <!-- Context atm --> |
---|
2 | |
---|
3 | <context id="atmosphere"> |
---|
4 | |
---|
5 | <field_definition level="1" enabled=".FALSE." default_value="9.96921e+36"> |
---|
6 | <field id="field_A_atm" name="field_A_atm_origin" operation="average" freq_op="1ts" grid_ref="grid_A_atm" /> |
---|
7 | <field id="field_A_atm_zoom" name="field_A_atm" operation="average" freq_op="1ts" field_ref="field_A_atm" grid_ref="grid_A_atm_zoom" /> |
---|
8 | </field_definition> |
---|
9 | |
---|
10 | <file_definition type="multiple_file" par_access="collective" output_freq="6h" sync_freq="6h" output_level="10" enabled=".TRUE."> |
---|
11 | <file id="output_atmosphere" name="output_atmosphere"> |
---|
12 | <field field_ref="field_A_atm_zoom" /> |
---|
13 | </file> |
---|
14 | <file id="output_atmosphere_zoom" name="output_atmosphere_zoom"> |
---|
15 | <field field_ref="field_A_atm" name="field_A_atm_zoom" /> |
---|
16 | </file> |
---|
17 | </file_definition> |
---|
18 | |
---|
19 | <axis_definition> |
---|
20 | <axis id="axis_atm"/> |
---|
21 | <axis id="axis_atm_zoom" axis_ref="axis_atm"> |
---|
22 | <zoom_axis zoom_size="2" zoom_end="2" /> |
---|
23 | </axis> |
---|
24 | </axis_definition> |
---|
25 | |
---|
26 | <domain_definition> |
---|
27 | <domain id="domain_atm" /> |
---|
28 | <domain id="domain_atm_zoom" domain_ref="domain_atm"> |
---|
29 | <zoom_domain zoom_ibegin="39" zoom_ni="20" zoom_jbegin="39" zoom_nj="5"/> |
---|
30 | </domain> |
---|
31 | </domain_definition> |
---|
32 | |
---|
33 | <grid_definition> |
---|
34 | <grid id="grid_A_atm"> |
---|
35 | <domain domain_ref="domain_atm" /> |
---|
36 | <axis axis_ref="axis_atm" /> |
---|
37 | </grid> |
---|
38 | <grid id="grid_A_atm_zoom"> |
---|
39 | <domain domain_ref="domain_atm_zoom" /> |
---|
40 | <axis axis_ref="axis_atm_zoom" /> |
---|
41 | </grid> |
---|
42 | </grid_definition> |
---|
43 | |
---|
44 | |
---|
45 | </context> |
---|
Note: See
TracBrowser
for help on using the repository browser.