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

Last change on this file since 2270 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
RevLine 
[777]1<?xml version="1.0"?>
2<simulation> 
[821]3
[2270]4  <!-- =========================================================================================================== -->
5  <!-- XIOS context                                                                                                -->
6  <!-- =========================================================================================================== -->
[2061]7  <context id="xios">
[1021]8
[2270]9    <variable_definition>
[2061]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>
[2083]16          <variable id="info_level"                type="integer">1</variable>
[2061]17          <variable id="using_server"              type="boolean">false</variable>
[2083]18          <variable id="using_oasis"               type="boolean">true</variable>
[2061]19          <variable id="oasis_codes_id"            type="string" >oceanx</variable>
20       
21      </variable_definition>
22               
[777]23  </context>
[2270]24
25  <!-- =========================================================================================================== -->
26  <!-- COMPONENT CONTEXT : the model components context will be add automatically by the comp.driver               -->
[777]27 
28</simulation>
Note: See TracBrowser for help on using the repository browser.