source: branches/ORCHIDEE_2_2/ORCHIDEE_OL/SPINUP_ANALYTIC_FG1nd/PARAM/iodef_xios2.xml @ 7911

Last change on this file since 7911 was 7911, checked in by xiaoni.wang, 16 months ago

Add configuration files for the spinup and transient simulations by using the new driver in tag2.2

  • Property svn:mime-type set to application/xml
File size: 1.6 KB
Line 
1<?xml version="1.0"?>
2<!-- =========================================================================================================== -->
3<!-- iodef.xml : Configuration file for production of output files using XIOS 2.0                                    -->
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 id="info_level"                type="int">1</variable>
18          <variable id="using_server"              type="bool">false</variable>
19          <variable id="using_oasis"               type="bool">false</variable>
20          <variable id="oasis_codes_id"            type="string" >oceanx</variable>
21       
22      </variable_definition>
23               
24  </context>
25
26  <!-- =========================================================================================================== -->
27  <!-- COMPONENT CONTEXT : the model components context will be add automatically by the comp.driver               -->
28 
29</simulation>
Note: See TracBrowser for help on using the repository browser.