source: LMDZ5/trunk/DefLists/context_lmdz.xml @ 2991

Last change on this file since 2991 was 2991, checked in by Laurent Fairhead, 7 years ago

Modifications following first try of LMDZ ping file in a "real" context

  1. Caubel
  • 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: 4.4 KB
Line 
1<!-- Context LMDZ -->
2<context id="LMDZ">
3<!--  <calendar type="D360" start_date="1980-01-01 00:00:00" /> -->
4 
5  <!-- Define available variables -->
6  <field_definition src="./field_def_lmdz.xml"/> 
7 
8  <!-- Define output files
9       Each file contains the list of variables and their output levels -->
10 
11  <file_definition src="./file_def_histday_lmdz.xml"/>
12  <file_definition src="./file_def_histhf_lmdz.xml"/>
13  <file_definition src="./file_def_histins_lmdz.xml"/>
14<!--  <file_definition src="./file_def_histLES_lmdz.xml"/> -->
15  <file_definition src="./file_def_histmth_lmdz.xml"/> 
16<!--  <file_definition src="./file_def_histstn_lmdz.xml"/> -->
17  <file_definition src="./file_def_histmthNMC_lmdz.xml"/>
18  <file_definition src="./file_def_histdayNMC_lmdz.xml"/>
19  <file_definition src="./file_def_histhfNMC_lmdz.xml"/>
20<!--  <file_definition src="./file_def_histmthCOSP_lmdz.xml"/> -->
21<!--  <file_definition src="./file_def_histdayCOSP_lmdz.xml"/> -->
22<!--  <file_definition src="./file_def_histhfCOSP_lmdz.xml"/> -->
23  <file_definition src="./file_def_histstrataer_lmdz.xml"/>
24 
25  <!-- Define domains and groups of domains -->
26  <domain_definition>
27    <domain id="dom_glo" data_dim="2" />
28  </domain_definition>
29 
30  <!-- Need to define a grid? Do it here -->
31<!--  <grid_definition>
32    <grid_group id="vertical" axis_ref="presnivs" />
33  </grid_> -->
34
35<!-- Define Scalar grid for GHG, orbital parameters and solar constants -->
36  <grid_definition>
37    <grid id="grid_scalar" >
38    <scalar/>
39    </grid>
40  </grid_definition>
41 
42  <!-- Define groups of vertical axes -->
43  <axis_definition>
44    <axis id="presnivs" standard_name="Vertical levels" unit="Pa">
45    </axis>
46    <axis id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa">
47    </axis> 
48    <axis id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit="">
49    </axis>
50    <axis id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km">
51    </axis>
52    <axis id="plev" standard_name="model_level_number" unit="Pa">
53    </axis>
54
55<!-- Cosp axis definitions-->
56    <axis id="height" standard_name="Cosp levels" unit="m"> 
57    </axis>
58    <axis id="height_mlev" standard_name="height_mlev" unit="m"> 
59    </axis>
60    <axis id="sza" standard_name="solar_zenith_angle" unit="degrees">
61    </axis>
62    <axis id="pressure2" standard_name="pressure" unit="mb">
63    </axis>
64    <axis id="column" standard_name="column" unit="count"> 
65    </axis> 
66    <axis id="temp" standard_name="temperature" unit="K"> 
67    </axis> 
68    <axis id="cth16" name="cth" standard_name="altitude" unit="m"> 
69    </axis> 
70    <axis id="ReffIce" standard_name="ReffIce" unit="microne" >
71    </axis>
72    <axis id="ReffLiq" standard_name="ReffLiq" unit="microne" >
73    </axis>
74    <axis id="scatratio" standard_name="scatratio" unit="1" >
75    </axis>
76    <axis id="dbze" standard_name="dbze" unit="dBZ" >
77    </axis>
78    <axis id="tau" standard_name="tau" unit="1" >
79    </axis>
80  </axis_definition>
81
82  <grid_definition>
83<!-- Define Scalar grid for GHG, orbital parameters and solar constants -->
84    <grid id="grid_scalar">
85    </grid>
86
87     <grid id="grid_glo">
88        <domain id="dom_glo" />
89     </grid>
90
91     <grid id="grid_glo_presnivs">
92        <domain id="dom_glo" />
93        <axis id="presnivs" />
94     </grid>
95
96
97     <grid id="grid_glo_plev">
98        <domain id="dom_glo" />
99        <axis id="plev" />
100     </grid>
101
102
103<!-- Define 4D grids for Cosp simulator -->
104     <grid id="grid4Dcol">
105        <domain id="dom_glo" />
106        <axis id="height_mlev" />
107        <axis id="column" />
108     </grid>
109
110     <grid id="grid4Dsrbin">
111        <domain id="dom_glo" />
112        <axis id="height" />
113        <axis id="scatratio" />
114     </grid>
115
116     <grid id="grid4Ddbze">
117        <domain id="dom_glo" />
118        <axis id="height" />
119        <axis id="dbze" />
120     </grid>
121
122     <grid id="grid4Dtau">
123        <domain id="dom_glo" />
124        <axis id="tau" />
125        <axis id="pressure2" />
126     </grid>
127
128     <grid id="grid4Dmisr">
129        <domain id="dom_glo" />
130        <axis id="tau" />
131        <axis id="cth16" />
132     </grid>
133
134     <grid id="grid4Dreffi">
135        <domain id="dom_glo" />
136        <axis id="tau" />
137        <axis id="ReffIce" />
138     </grid>
139
140     <grid id="grid4Dreffl">
141        <domain id="dom_glo" />
142        <axis id="tau" />
143        <axis id="ReffLiq" />
144     </grid>
145     <grid id="grid4Dcol2">
146        <domain id="dom_glo" />
147        <axis id="height" />
148        <axis id="column" />
149     </grid>
150
151  </grid_definition>
152
153</context>
Note: See TracBrowser for help on using the repository browser.