source: LMDZ5/trunk/DefLists/iodef.xml @ 2001

Last change on this file since 2001 was 2001, checked in by Ehouarn Millour, 10 years ago

Updates for XIOS outputs. NMC outputs now OK, as long as these are in output files number 6 and more (phys_out_filenames ordering in config.def).
Among things that need be worked on further with XIOS:

  • Station outputs form and format.
  • Extra axes can only be included in XIOS files if linked to given variables.
  • Further splitting of the XML files as iodef.xml, context_lmdz.xml, field_def_lmdz.xml and file_def_hist*_lmdz.xml.

EM

  • 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.0 KB
Line 
1<?xml version="1.0"?>
2<simulation> 
3       
4        <context  id="xios">
5                <variable_definition>
6                <variable_group id="buffer">
7                buffer_size = 85000000
8                buffer_server_factor_size = 2
9                </variable_group>
10
11                <variable_group id="parameters" >
12                        <variable id="using_server" type="boolean">true</variable>
13                        <variable id="info_level" type="int">0</variable>
14                </variable_group>
15                </variable_definition>
16        </context>
17       
18
19        <context id="LMDZ" calendar_type="D360" start_date="1980-01-01 00:00:00">
20
21        <!-- Define available variables -->
22        <field_definition src="./field_def_lmdz.xml"/> 
23               
24        <!-- Define output files
25             Each file contains the list of variables and their output levels -->
26 
27        <file_definition src="./file_def_histday_lmdz.xml"/>
28        <file_definition src="./file_def_histhf_lmdz.xml"/>
29        <file_definition src="./file_def_histins_lmdz.xml"/>
30        <file_definition src="./file_def_histLES_lmdz.xml"/>
31        <file_definition src="./file_def_histmth_lmdz.xml"/> 
32        <file_definition src="./file_def_histstn_lmdz.xml"/>
33        <file_definition src="./file_def_histmthNMC_lmdz.xml"/>
34        <file_definition src="./file_def_histdayNMC_lmdz.xml"/>
35        <file_definition src="./file_def_histhfNMC_lmdz.xml"/>
36
37        <!-- Define domains and groups of domains -->
38         <domain_definition>
39                <domain id="dom_glo" data_dim="2" />
40        </domain_definition>
41               
42        <!-- Need to define a grid? Do it here
43        <grid_definition>
44          <grid_group id="vertical" axis_ref="presnivs" />
45        </grid_definition>
46        -->
47               
48        <!-- Define groups of vertical axes -->
49        <axis_definition>
50                <axis_group id="presnivs" standard_name="Vertical levels" unit="Pa">
51                </axis_group>
52                <axis_group id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa">
53                </axis_group>
54                <axis_group id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit="">
55                </axis_group>
56                <axis_group id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km">
57                </axis_group>
58                <axis_group id="plev" standard_name="model_level_number" unit="Pa">
59                </axis_group>
60        </axis_definition>
61        </context>
62
63
64</simulation>
Note: See TracBrowser for help on using the repository browser.