source: trunk/LMDZ.GENERIC/deftank/iodef.xml @ 3470

Last change on this file since 3470 was 3220, checked in by emillour, 9 months ago

Generic PCM:
Cleanup in deftank:

  • Update xml files: add missing variable definitions in field_def_physics.xml, extract file_def_physics.xml from context_lmdz_physics.xml (and rename it context_pcm_physics.xml)
  • remove "executable property" for def files

EM

File size: 1.2 KB
RevLine 
[1622]1<?xml version="1.0"?>
2<simulation> 
3       
4        <context  id="xios">
5            <variable_definition>
[2222]6                <!-- set print_file to true to have XIOS write its
7                     outputs in separate files -->
8                <variable id="print_file" type="bool"> false </variable>
9               
10                <variable id="buffer_size_factor" type="double">4</variable>
[1622]11                <variable_group id="buffer">
12                buffer_size = 85000000
13                buffer_server_factor_size = 2
14                </variable_group>
15
16                <variable_group id="parameters" >
[2222]17                    <!-- set using_server to true to run with XIOS
18                         in detached server/client mode -->
[1622]19                    <variable id="using_server" type="bool">false</variable>
[2222]20                    <!-- info_level is the verbosity level of XIOS
21                         0 for no messages; 100 for lots -->
[1622]22                    <variable id="info_level" type="int">100</variable>
23                </variable_group>
24            </variable_definition>
25        </context>
26       
27
[3220]28        <context id="LMDZ" src="./context_pcm_physics.xml"/>
[1622]29
30
31</simulation>
Note: See TracBrowser for help on using the repository browser.