source: codes/icosagcm/devel/Python/test/xml/iodef.xml @ 622

Last change on this file since 622 was 622, checked in by dubos, 6 years ago

devel/unstructured : XIOS interface + test

File size: 807 bytes
Line 
1<?xml version="1.0"?>
2<simulation> 
3        <context  id="xios">
4                <variable_definition>
5                <variable id="print_file" type="bool"> true </variable> 
6                <variable_group id="buffer">
7                </variable_group>
8
9                <variable_group id="parameters" >
10                        <variable id="using_server" type="bool">false</variable>
11                        <variable id="info_level" type="int">100</variable>
12                </variable_group>
13                </variable_definition>
14        </context>
15        <context id="icosagcm" src="./context_icosa.xml" /> 
16</simulation>
17
18<!-- symlink either context_icosa_simple.xml or context_icosa_full.xml as context_icosa.xml ,
19             either field_def_simple.xml     or field_def_full.xml     as field_def.xml,
20         and either filedef_simple.xml       or fileddef_dcmip2016.xml as filedef.xml -->
Note: See TracBrowser for help on using the repository browser.