source: branches/publications/ORCHIDEE_CAN_r3069/src_xml/iodef.xml @ 5241

Last change on this file since 5241 was 2609, checked in by josefine.ghattas, 9 years ago

Correction for compiling with OpenMP:

  • !$OMP THREADPRIVATE should not be set on a variable declared PARAMETER
  • Lines beginning with !$ are interpreted as OMP directive. Change to !
  • Some variables were not correcte in OMP THREADPRIVATE statement

Update src_xml directory with trunk version rev 2605

File size: 1.8 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_group id="buffer">
15            buffer_size = 80000000
16            buffer_server_factor_size = 2
17         </variable_group>
18      <variable_group id="parameters">
19        <variable id="using_server" type="boolean">false</variable>
20        <variable id="info_level" type="int">0</variable>
21      </variable_group>
22    </variable_definition>
23  </context>
24
25  <!-- =========================================================================================================== -->
26  <!-- ORCHIDEE context                                                                                            -->
27  <!-- The file context_orchidee.xml is included here. This file needs to exist during run time.                   -->
28  <!-- =========================================================================================================== -->
29  <context id="orchidee" src="./context_orchidee.xml"/>
30
31</simulation>
Note: See TracBrowser for help on using the repository browser.