source: trunk/LMDZ.PLUTO/deftank/dynamico/iodef.xml @ 3592

Last change on this file since 3592 was 3544, checked in by afalco, 7 weeks ago

Pluto: example files for DYNAMICO.
AF

File size: 1.4 KB
Line 
1
2<?xml version="1.0"?>
3<simulation>
4
5  <context  id="xios">
6    <variable_definition>
7      <variable id="print_file" type="bool"> true </variable>
8      <!--variable id="min_buffer_size" type="double">1000000</variable-->
9      <variable id="buffer_size_factor" type="double"> 4   </variable>
10      <variable id="recv_field_timeout" type="double"> 100 </variable>
11      <variable_group id="buffer">
12      </variable_group>
13
14      <variable_group id="parameters" >
15        <variable id="info_level"   type="int">  100   </variable>
16        <variable id="xios_stack"   type="bool"> true  </variable>
17        <variable id="system_stack" type="bool"> false </variable>
18        <variable id="using_server" type="bool"> false </variable>
19      </variable_group>
20    </variable_definition>
21  </context>
22
23  <context id="icosagcm_input"  src="./context_input_dynamico.xml" />
24  <context id="icosagcm"        src="./context_dynamico.xml" />
25  <context id="icosagcm"        src="./file_def_dynamico.xml" />
26  <!-- <context id="icosagcm"        src="./nudging_dynamico.xml" /> -->
27  <!-- <context id="icosagcm"        src="./tracers_dynamico.xml" /> -->
28
29  <!-- For running with LMDZ, following line is added by dynamicolmdz.driver while using libIGCM:   -->
30  <context id="LMDZ" src="./context_pcm_physics.xml" />
31
32
33</simulation>
34
35<!-- This file was generated by : python iodef.xml.py -->
36<!-- For help : python iodef.xml.py -h -->
37
Note: See TracBrowser for help on using the repository browser.