source: dynamico_lmdz/aquaplanet/DEV_PHYSIC/RUN_LMDZ5/iodef.xml @ 4241

Last change on this file since 4241 was 4028, checked in by millour, 7 years ago

Rearrange ICOSAGCM/Physics interface so that multiple different LMDZ physics packages may be used.
So far only interfaces with 'lmd' and 'dev' physics are handled.
Added a 'DEV_PHYSICS' directory with sample def and xml files to test correct integration with 'dev' physics.
EM

File size: 698 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_group id="buffer">
10                </variable_group>
11
12                <variable_group id="parameters" >
13                   <variable id="using_server" type="bool">false</variable>
14                   <variable id="info_level" type="int">100</variable>
15                </variable_group>
16                </variable_definition>
17        </context>
18       
19
20        <context id="LMDZ" src="./context_lmdz.xml"/>
21
22
23</simulation>
Note: See TracBrowser for help on using the repository browser.