source: CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/iodef.xml @ 2900

Last change on this file since 2900 was 2893, checked in by jgipsl, 8 years ago

Updated LMDZOR_v6 as done for IPSLCM6.0.4 from revision [2876] uptil [2892] :

  • changed to use XIOS2 instead of XIOS1
  • LMDZ : added new physique as option NPv5.65, changed default value for solaire constant and pmagic. Added cosp in the compilation.
  • ORCHIDEE : change albedo background file, added new default options : soil freezing and explicitsnow in orchidee.def_CWRR

To be used with LMDZ/testing rev 2546 and ORCHIDEE/trunk ref 3525
See ticket #94

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