source: LMDZ5/branches/testing/DefLists/iodef_dev.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: 2.8 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        <!-- Définition des variables -->
5        <field_definition prec="4" operation="average" freq_op="1ts" enabled=".TRUE.">
6            <field_group id="fields_2D" domain_ref="dom_glo">
7                <field id="u"           long_name="Eastward Zonal Wind"                 unit="m/s" />
8                <field id="v"           long_name="Northward Meridional Wind"           unit="m/s" />
9                <field id="ps"          long_name="Surface Pressure"                    unit="m/s" />
10            </field_group>
11
12            <field_group id="fields_3D" domain_ref="dom_glo">
13                <field id="temperature" long_name="Atmospheric temperature"             unit="K" />
14            </field_group>
15        </field_definition>
16
17        <!-- Définition des fichiers de sortie -->
18
19        <file_definition>
20            <file_group id="defile">
21                <file id="histins" name="Xhistins" output_freq="1ts" enabled=".TRUE.">
22                    <!-- VARS 2D -->
23                    <field_group operation="instant" freq_op="1ts">
24                        <field field_ref="ps" />
25                    </field_group>
26
27                    <!-- VARS 3D -->
28                    <field_group operation="instant" freq_op="1ts" axis_ref="presnivs_histins">
29                        <field field_ref="temperature" />
30                        <field field_ref="u" />
31                        <field field_ref="v" />
32                    </field_group>
33                </file>
34            </file_group>
35        </file_definition>
36
37
38
39
40        <!-- Définition des domaines et groupes de domaines -->
41        <domain_definition>
42            <domain id="dom_glo" data_dim="2" />
43        </domain_definition>
44       
45        <!-- Définition des axes verticaux -->
46        <axis_definition>
47            <axis_group id="presnivs" standard_name="Vertical levels" unit="Pa">
48            </axis_group>
49            <axis_group id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa">
50            </axis_group>
51            <axis_group id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit="">
52            </axis_group>
53            <axis_group id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="Km">
54            </axis_group>
55        </axis_definition>
56    </context>
57   
58    <context  id="xios">
59        <variable_definition>
60               <variable_group id="buffer">
61                buffer_size = 85000000
62                buffer_server_factor_size = 2
63             </variable_group>
64
65            <variable_group id="parameters" >
66                <variable id="using_server" type="boolean">true</variable>
67                <variable id="info_level" type="int">100</variable>
68            </variable_group>
69        </variable_definition>
70    </context>
71</simulation>
Note: See TracBrowser for help on using the repository browser.