close Warning: Can't use blame annotator:
svn blame failed on trunk/LMDZ.MARS/deftank/iodef.xml: 195004 - Cannot calculate blame information for binary file 'file:///home/svnroot/Planeto/trunk/LMDZ.MARS/deftank/iodef.xml'

source: trunk/LMDZ.MARS/deftank/iodef.xml @ 3547

Last change on this file since 3547 was 3305, checked in by jbclement, 8 months ago

Mars PCM:

  • Addition of the "startfi" file name as an argument for "phys_state_var_init_mod.F90"/"iniphysiq_mod.F90" to be able to initialize correctly the 3D PEM with its dedicated "startfi" file name.
  • Small update of xml files for XIOS in the deftank, mainly to make the 3D PEM run with slopes.
  • Few cleanings in "phyetat0_mod.F90".

JBC

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