source: branches/publications/ORCHIDEE_gmd_2018_MICT-LEAK/src_xml/iodef.xml @ 7442

Last change on this file since 7442 was 4977, checked in by simon.bowring, 7 years ago

Currently running (13/02/2018) version includes all necessarily changes to include DOC in MICT code... further parametrisation necessary to equate soil pools with those of normal forcesoil restarts

File size: 2.0 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<!-- $HeadURL: svn://forge.ipsl.jussieu.fr/orchidee/perso/albert.jornet/MICT_LEAK/src_xml/iodef.xml $                      -->
7<!-- $Date: 2017-09-12 16:01:08 +0200 (mar. 12 sept. 2017) $                                                     -->
8<!-- $Revision: 4615 $                                                                                           -->
9<!-- =========================================================================================================== -->
10
11<simulation>
12
13  <!-- =========================================================================================================== -->
14  <!-- XIOS context                                                                                                -->
15  <!-- =========================================================================================================== -->
16  <context id="xios">
17
18    <variable_definition>
19       
20          <variable id="info_level"                type="int">1</variable>
21          <variable id="using_server"              type="bool">true</variable>
22          <variable id="using_oasis"               type="bool">false</variable>
23          <variable id="oasis_codes_id"            type="string" >oceanx</variable>
24       
25      </variable_definition>
26               
27  </context>
28
29  <!-- =========================================================================================================== -->
30  <!-- COMPONENT CONTEXT : the model components context will be add automatically by the comp.driver               -->
31<context id="orchidee" src="./context_orchidee.xml"/>
32 
33</simulation>
Note: See TracBrowser for help on using the repository browser.