source: branches/publications/ORCHIDEE_gmd-2018-57/src_xml/iodef_driver2oasis.xml @ 7193

Last change on this file since 7193 was 4513, checked in by jan.polcher, 7 years ago

This commit corrects an error in the output of the largest rivers together with the location of the estuaries.

Now driver2oasis also outputs variables to XIOS. I has its own context and uses the same server as ORCHIDEE. For the moment only river flow to the estuaries is written to file.

File size: 1.9 KB
Line 
1<?xml version="1.0"?>
2<!-- =========================================================================================================== -->
3<!-- iodef.xml : Main configuration file for production of output files using XIOS                               -->
4<!--             A seperatate file context_orchidee.xml contains all specifications for ORCHIDEE                 -->
5<!-- =========================================================================================================== -->
6
7<simulation>
8
9  <!-- =========================================================================================================== -->
10  <!-- XIOS context                                                                                                -->
11  <!-- =========================================================================================================== -->
12  <context id="xios">
13    <variable_definition>
14          <variable id="info_level"                type="int">1</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" >LMDZ,oceanx</variable>
18          <variable id="optimal_buffer_size"       type="string">memory</variable>
19    </variable_definition>
20
21  </context>
22
23  <!-- =========================================================================================================== -->
24  <!-- ORCHIDEE context                                                                                            -->
25  <!-- The file context_orchidee.xml is included here. This file needs to exist during run time.                   -->
26  <!-- =========================================================================================================== -->
27  <context id="orchidee" src="./context_orchidee.xml"/>
28  <context id="driver2oasis" src="./context_driver2oasis.xml"/>
29</simulation>
Note: See TracBrowser for help on using the repository browser.