source: LMDZ5/branches/testing/DefLists/iodef.xml @ 1910

Last change on this file since 1910 was 1910, checked in by Laurent Fairhead, 10 years ago

Merged trunk changes r1860:1909 into testing branch

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
File size: 1.9 KB
Line 
1<?xml version="1.0"?>
2<simulation> 
3        <context id="LMDZ" calendar_type="D360" start_date="1980-01-01 00:00:00">
4
5                <!-- Définition des variables -->
6                <field_definition src="./iodef_fields.xml"/> 
7               
8                <!-- Définition des fichiers de sortie
9                Chaque fichier contient la liste de toutes les variables
10                et leur niveau de sortie pour ce fichier, afin de coller
11                à l'utilisation des niveaux de sortie que fait LMDZ. -->
12 
13                <file_definition src="./iodef_file_histday.xml"/>
14                <file_definition src="./iodef_file_histhf.xml"/>
15                <file_definition src="./iodef_file_histins.xml"/>
16                <file_definition src="./iodef_file_histLES.xml"/>
17                <file_definition src="./iodef_file_histmth.xml"/> 
18                <file_definition src="./iodef_file_histstn.xml"/>
19
20                <!-- Définition des domaines et groupes de domaines -->
21                <domain_definition>
22                        <domain id="dom_glo" data_dim="2" />
23                </domain_definition>
24               
25                <!-- Définition des groupes d'axes verticaux
26                (LMDZ va ensuite déclarer dans chaque groupe un axe différent par fichier) -->
27                <axis_definition>
28                        <axis_group id="presnivs" standard_name="Vertical levels" unit="Pa">
29                        </axis_group>
30                        <axis_group id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa">
31                        </axis_group>
32                        <axis_group id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit="">
33                        </axis_group>
34                        <axis_group id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="Km">
35                        </axis_group>
36                </axis_definition>
37        </context>
38       
39        <context  id="xios">
40                <variable_definition>
41                <variable_group id="buffer">
42                buffer_size = 85000000
43                buffer_server_factor_size = 2
44                </variable_group>
45
46                <variable_group id="parameters" >
47                        <variable id="using_server" type="boolean">true</variable>
48                        <variable id="info_level" type="int">0</variable>
49                </variable_group>
50                </variable_definition>
51        </context>
52</simulation>
Note: See TracBrowser for help on using the repository browser.