source: codes/icosagcm/trunk/xml/iodef.xml @ 817

Last change on this file since 817 was 793, checked in by jgipsl, 6 years ago

Added xml files:
These files come initially from simualations done with DYANMICO-LMDZ for the grand challenge but have been updated for this revision on the trunk. Files have been named to follow the convention for xml files for other models at IPSL-cmc. Previsously files have been renamed as follow:

  • icosa.xml -> context_dynamico.xml
  • field_def.xml -> field_def_dynamcio.xml
  • filedef_dcmip2016.xml -> file_def_dynamico.xml
File size: 987 bytes
Line 
1<?xml version="1.0"?>
2<simulation> 
3       
4        <context  id="xios">
5                <variable_definition>
6                <variable id="print_file" type="bool"> true </variable> 
7                <!--variable id="min_buffer_size" type="double">1000000</variable--> 
8                <variable id="buffer_size_factor" type="double">4</variable>
9                <variable id="recv_field_timeout" type="double">100</variable>
10                <variable_group id="buffer">
11                </variable_group>
12
13                <variable_group id="parameters" >
14                   <variable id="info_level" type="int">100</variable>
15                   <variable id="using_server" type="bool">false</variable>
16                </variable_group>
17                </variable_definition>
18        </context>
19       
20
21   <context id="icosagcm" src="./context_dynamico.xml" /> 
22   <!-- For running with LMDZ, following line is added by dynamicolmdz.driver while using libIGCM:   -->
23   <!-- <context id="LMDZ" src="./context_lmdz.xml" />                                               -->
24
25
26</simulation>
27
Note: See TracBrowser for help on using the repository browser.