source: CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/iodef.xml @ 2295

Last change on this file since 2295 was 2270, checked in by aclsce, 10 years ago
  • Treatment of new oasis-MCT output files
  • Ouput of oasis-MCT output files in 2D (instead of 1D)
  • Use of new syntax for XIOS xml configuration file (only for NEMO)
File size: 1.3 KB
Line 
1<?xml version="1.0"?>
2<simulation> 
3
4  <!-- =========================================================================================================== -->
5  <!-- XIOS context                                                                                                -->
6  <!-- =========================================================================================================== -->
7  <context id="xios">
8
9    <variable_definition>
10       
11     <!--
12        We must have buffer_size > jpi*jpj*jpk*8 (with jpi and jpj the subdomain size)
13-->
14          <variable id="buffer_size"               type="integer">50000000</variable>
15          <variable id="buffer_server_factor_size" type="integer">2</variable>
16          <variable id="info_level"                type="integer">1</variable>
17          <variable id="using_server"              type="boolean">false</variable>
18          <variable id="using_oasis"               type="boolean">true</variable>
19          <variable id="oasis_codes_id"            type="string" >oceanx</variable>
20       
21      </variable_definition>
22               
23  </context>
24
25  <!-- =========================================================================================================== -->
26  <!-- COMPONENT CONTEXT : the model components context will be add automatically by the comp.driver               -->
27 
28</simulation>
Note: See TracBrowser for help on using the repository browser.