source: XIOS/dev/dev_trunk_omp/xios_test_suite/TEST_SUITE/iodef.xml.template @ 1844

Last change on this file since 1844 was 1844, checked in by yushan, 4 years ago

dev_trunk_omp : add xios_test_suite folder

File size: 2.7 KB
Line 
1<?xml version="1.0"?>
2
3<simulation>
4
5  <context id="atm">
6    <variable_definition>
7
8      <variable id="timestep"> 1h </variable>
9      <variable id="domain"> atm::domain </variable>
10      <variable id="domain_mask"> true </variable>
11      <variable id="axis_mask"> false </variable>
12      <variable id="init_field2D"> rank </variable>
13      <variable id="ni"> 36 </variable>
14      <variable id="nj"> 18 </variable>
15      <variable id="nlev"> 10 </variable>
16      <variable id="pressure_factor"> 0.10 </variable>
17      <variable id="mask3d"> false </variable>
18<!--      <variable id="domain_proc_frac">3</variable>
19      <variable id="axis_proc_frac">2</variable>
20      <variable id="axis_proc_n">2</variable>
21      <variable id="ensemble_proc_n">2</variable> -->
22     
23      <variable id="other_domain"> lmdz </variable>
24      <variable id="other_domain_mask"> false </variable>
25      <variable id="other_axis_mask"> false </variable>
26      <variable id="other_init_field2D"> academic </variable>
27      <variable id="other_ni"> 36 </variable>
28      <variable id="other_nj"> 18 </variable>
29      <variable id="other_nlev"> 10 </variable>
30      <variable id="other_pressure_factor"> 0.10 </variable>
31      <variable id="other_mask3d"> false </variable>
32<!--      <variable id="other_domain_proc_frac">3</variable>
33      <variable id="other_axis_proc_frac">2</variable>
34      <variable id="other_axis_proc_n">2</variable>
35      <variable id="other_ensemble_proc_n">2</variable> -->
36     
37    </variable_definition>
38  </context>
39
40
41
42  <context id="atm" src="./context_atm.xml"/>
43  <context id="grid_dynamico" src="./context_grid_dynamico.xml"/>
44 
45  <context id="xios">
46    <variable_definition>
47      <variable_group id="buffer">
48  <variable id="min_buffer_size" type="int">10000000</variable>
49  <variable id="optimal_buffer_size" type="string">performance</variable>
50  <variable id="buffer_factor_size" type="double">0.8</variable>
51      </variable_group>
52
53      <variable_group id="parameters" >
54        <variable id="using_server" type="bool">true</variable>
55        <variable id="info_level" type="int">100</variable>
56        <variable id="print_file" type="bool">true</variable>
57        <variable id="using_server2" type="bool">xios::usingSrv2</variable>
58        <variable id="ratio_server2" type="int">xios::ratioSrv2</variable>
59        <variable id="number_pools_server2" type="int">xios::nbplSrv2</variable>
60        <variable id="pure_one_sided" type="bool">false</variable>
61        <variable id="check_event_sync" type="bool">true</variable>
62      </variable_group>
63      <variable id="activate_non_distributed_transformation" type="bool">true</variable>
64    </variable_definition>
65  </context>
66
67</simulation>
Note: See TracBrowser for help on using the repository browser.