source: LMDZ6/branches/IPSLCM6.0.15/DefLists/context_lmdz.xml @ 3212

Last change on this file since 3212 was 3212, checked in by Laurent Fairhead, 6 years ago

Going back to previous revision of context file. Including COSP xml files
in the context but not going through COSP leads to a crash of the code.

  • 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: 6.2 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="Ahyb_inter" standard_name="A comp of Hyb Cord at interface" unit="Pa">
51    </axis> 
52    <axis id="Bhyb_inter" standard_name="B comp of Hyb Cord at interface" unit="">
53    </axis>
54    <axis id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km">
55    </axis>
56    <axis id="plev" standard_name="model_level_number" unit="Pa">
57    </axis>
58    <axis id="klev"  prec="8" long_name = "hybrid sigma pressure coordinate"
59          standard_name ="atmosphere_hybrid_sigma_pressure_coordinate" unit="1">
60    </axis>
61    <axis id="bnds" standard_name="bounds" unit="1" >
62    </axis>
63    <axis id="spectband" standard_name="Sensor Band Central Radiation Wavenumber" unit="m-1">
64    </axis>
65    <axis id="axis_lat" standard_name="Latitude axis">
66           <reduce_domain operation="average" direction="iDir" />
67    </axis>
68
69<!-- Cosp axis definitions-->
70    <axis id="height" standard_name="Cosp levels" unit="m"> 
71    </axis>
72    <axis id="height_mlev" standard_name="height_mlev" unit="m"> 
73    </axis>
74    <axis id="sza" standard_name="solar_zenith_angle" unit="degrees">
75    </axis>
76    <axis id="pressure2" standard_name="pressure" unit="mb">
77    </axis>
78    <axis id="column" standard_name="column" unit="count"> 
79    </axis> 
80    <axis id="temp" standard_name="temperature" unit="K"> 
81    </axis> 
82    <axis id="cth16" name="cth" standard_name="altitude" unit="m"> 
83    </axis> 
84    <axis id="ReffIce" standard_name="ReffIce" unit="microne" >
85    </axis>
86    <axis id="ReffLiq" standard_name="ReffLiq" unit="microne" >
87    </axis>
88    <axis id="scatratio" standard_name="scatratio" unit="1" >
89    </axis>
90    <axis id="dbze" standard_name="dbze" unit="dBZ" >
91    </axis>
92    <axis id="tau" standard_name="tau" unit="1" >
93    </axis>
94  </axis_definition>
95
96  <grid_definition>
97
98    <grid id="klev_bnds"> <axis axis_ref="klev" /> <axis axis_ref="bnds" /> </grid>
99
100     <grid id="grid_glo">
101        <domain id="dom_glo" />
102     </grid>
103
104     <grid id="grid_glo_presnivs">
105        <domain id="dom_glo" />
106        <axis id="presnivs" />
107     </grid>
108
109
110     <grid id="grid_glo_plev">
111        <domain id="dom_glo" />
112        <axis id="plev" />
113     </grid>
114
115     <grid id="grid_glo_spectband">
116        <domain id="dom_glo" />
117        <axis id="spectband" />
118     </grid>
119
120     <grid id="grid_glo_height">
121        <domain id="dom_glo" />
122        <axis id="height" />
123     </grid>
124
125     <grid id="grid_glo_heightmlev">
126        <domain id="dom_glo" />
127        <axis id="height_mlev" />
128     </grid>
129
130     <grid id="grid_glo_temp">
131        <domain id="dom_glo" />
132        <axis id="temp" />
133     </grid>
134
135     <grid id="grid_glo_sza">
136        <domain id="dom_glo" />
137        <axis id="sza" />
138     </grid>
139
140     <grid id="grid_glo_column">
141        <domain id="dom_glo" />
142        <axis id="column" />
143     </grid>
144
145
146<!-- Define 4D grids for Cosp simulator -->
147     <grid id="grid4Dcol">
148        <domain id="dom_glo" />
149        <axis id="height_mlev" />
150        <axis id="column" />
151     </grid>
152
153     <grid id="grid4Dsrbin">
154        <domain id="dom_glo" />
155        <axis id="height" />
156        <axis id="scatratio" />
157     </grid>
158
159     <grid id="grid4Ddbze">
160        <domain id="dom_glo" />
161        <axis id="height" />
162        <axis id="dbze" />
163     </grid>
164
165     <grid id="grid4Dtau">
166        <domain id="dom_glo" />
167        <axis id="tau" />
168        <axis id="pressure2" />
169     </grid>
170
171     <grid id="grid4Dmisr">
172        <domain id="dom_glo" />
173        <axis id="tau" />
174        <axis id="cth16" />
175     </grid>
176
177     <grid id="grid4Dreffi">
178        <domain id="dom_glo" />
179        <axis id="tau" />
180        <axis id="ReffIce" />
181     </grid>
182
183     <grid id="grid4Dreffl">
184        <domain id="dom_glo" />
185        <axis id="tau" />
186        <axis id="ReffLiq" />
187     </grid>
188     <grid id="grid4Dcol2">
189        <domain id="dom_glo" />
190        <axis id="height" />
191        <axis id="column" />
192     </grid>
193
194 <!-- Grid definitions to allow summing of a 3D varaible -->   
195      <grid id="grid_3D" >
196         <domain id="dom_glo" />
197         <axis id="lev" />
198       </grid>
199
200       <grid id="grid_sum_axis">
201         <domain id="dom_glo" />
202         <scalar>
203            <reduce_axis operation="sum" />
204         </scalar>
205       </grid>
206
207       <grid id="grid_sum">
208         <scalar >
209        <reduce_domain operation="sum" local="true" />
210        <reduce_scalar operation="sum" />
211         </scalar>
212         <scalar>
213         </scalar>
214       </grid>
215
216  </grid_definition>
217
218</context>
Note: See TracBrowser for help on using the repository browser.