source: CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/XML/iodef.xml @ 3941

Last change on this file since 3941 was 3941, checked in by cetlod, 6 years ago

Improvment of OMIP6 configurations

File size: 2.2 KB
Line 
1<?xml version="1.0"?>
2<!-- =========================================================================================================== -->
3<!-- iodef.xml : Configuration file for production of output files using XIOS                                    -->
4<!--             This file contains the context XIOS.                                                            -->
5<!--             The model components context will be add automatically by the comp.driver                       -->
6<!-- =========================================================================================================== -->
7
8<simulation>
9
10  <!-- =========================================================================================================== -->
11  <!-- XIOS context                                                                                                -->
12  <!-- =========================================================================================================== -->
13  <context id="xios">
14
15    <variable_definition>
16
17        <variable_group id="buffer">
18           <variable id="optimal_buffer_size" type="string">performance</variable>
19           <variable id="buffer_size_factor" type="double">1.0</variable>
20           <variable id="min_buffer_size" type="int">10000000</variable>
21         </variable_group>
22
23        <variable_group id="parameters" >
24          <variable id="using_server" type="bool">true</variable>
25          <variable id="info_level" type="int">100</variable>
26          <variable id="print_file" type="bool">true</variable>
27          <variable id="using_oasis" type="bool">false</variable>
28          <variable id="oasis_codes_id" type="string" >oceanx</variable>
29        </variable_group>
30
31    </variable_definition>
32
33  </context>
34
35  <!-- =========================================================================================================== -->
36  <!-- NEMO CONTEXT                                                                                                -->
37  <!-- =========================================================================================================== -->
38
39      <context id="nemo" src="./context_nemo.xml"/>
40      <context id="nemo" src="./ping_nemo.xml"/>
41      <context id="nemo" src="./dr2xml_opa9.xml"/>
42 
43</simulation>
Note: See TracBrowser for help on using the repository browser.