Line | |
---|
1 | <?xml version="1.0"?> |
---|
2 | <simulation> |
---|
3 | |
---|
4 | <!-- ============================================================================================ --> |
---|
5 | <!-- XIOS context --> |
---|
6 | <!-- ============================================================================================ --> |
---|
7 | |
---|
8 | <context id="xios" > |
---|
9 | |
---|
10 | <variable_definition> |
---|
11 | |
---|
12 | <variable id="info_level" type="int">0</variable> |
---|
13 | <variable id="optimal_buffer_size" type="string">performance</variable> |
---|
14 | <variable id="recv_field_timeout" type="double">1800</variable> |
---|
15 | <variable id="using_server" type="bool">true</variable> |
---|
16 | <variable id="using_oasis" type="bool">false</variable> |
---|
17 | <variable id="oasis_codes_id" type="string" >oceanx</variable> |
---|
18 | |
---|
19 | </variable_definition> |
---|
20 | </context> |
---|
21 | |
---|
22 | <!-- ============================================================================================ --> |
---|
23 | <!-- NEMO CONTEXT add and suppress the components you need --> |
---|
24 | <!-- ============================================================================================ --> |
---|
25 | |
---|
26 | <context id="nemo" src="./context_nemo.xml"/> <!-- NEMO --> |
---|
27 | |
---|
28 | </simulation> |
---|
Note: See
TracBrowser
for help on using the repository browser.