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

Last change on this file since 3827 was 3530, checked in by oboucher, 5 years ago

Adding possibility for daily StratAer? outputs

  • 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.9 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  <file_definition src="./file_def_histdaystrataer_lmdz.xml"/>
25 
26  <!-- Define domains and groups of domains -->
27  <domain_definition>
28    <domain id="dom_glo" data_dim="2" />
29    <domain id="greordered"  domain_ref="dom_glo">
30      <reorder_domain invert_lat="true" shift_lon_fraction="0.5" min_lon="0" max_lon="360" />
31    </domain> 
32  </domain_definition>
33 
34  <!-- Need to define a grid? Do it here -->
35<!--  <grid_definition>
36    <grid_group id="vertical" axis_ref="presnivs" />
37  </grid_> -->
38
39<!-- Define Scalar grid for GHG, orbital parameters and solar constants -->
40  <grid_definition>
41    <grid id="grid_scalar" >
42    <scalar/>
43    </grid>
44  </grid_definition>
45 
46  <!-- Define groups of vertical axes -->
47  <axis_definition>
48    <axis id="presnivs" standard_name="Vertical levels" unit="Pa">
49    </axis>
50    <axis id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa">
51    </axis> 
52    <axis id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit="">
53    </axis>
54    <axis id="Ahyb_inter" standard_name="A comp of Hyb Cord at interface" unit="Pa">
55    </axis> 
56    <axis id="Bhyb_inter" standard_name="B comp of Hyb Cord at interface" unit="">
57    </axis>
58    <axis id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km">
59    </axis>
60    <axis id="plev" standard_name="model_level_number" unit="Pa">
61    </axis>
62    <axis id="klev"  prec="8" long_name = "number of layers"
63          standard_name ="number of layers" unit="1">
64    </axis>
65    <axis id="klevp1"  prec="8" long_name = "number of layer interfaces"
66          standard_name ="number of layer interfaces" unit="1">
67    </axis>
68    <axis id="bnds" standard_name="bounds" unit="1" >
69    </axis>
70    <axis id="spectband" standard_name="Sensor Band Central Radiation Wavenumber" unit="m-1">
71    </axis>
72    <axis id="axis_lat" standard_name="Latitude axis">
73           <reduce_domain operation="average" direction="iDir" />
74    </axis>
75
76<!-- Cosp axis definitions-->
77    <axis id="height" standard_name="Cosp levels" unit="m"> 
78    </axis>
79    <axis id="height_mlev" standard_name="height_mlev" unit="m"> 
80    </axis>
81    <axis id="sza" standard_name="solar_zenith_angle" unit="degrees">
82    </axis>
83    <axis id="pressure2" standard_name="pressure" unit="mb">
84    </axis>
85    <axis id="column" standard_name="column" unit="count"> 
86    </axis> 
87    <axis id="temp" standard_name="temperature" unit="K"> 
88    </axis> 
89    <axis id="cth" standard_name="altitude" unit="m"> 
90    </axis> 
91    <axis id="ReffIce" standard_name="ReffIce" unit="microne" >
92    </axis>
93    <axis id="ReffLiq" standard_name="ReffLiq" unit="microne" >
94    </axis>
95    <axis id="scatratio" standard_name="scatratio" unit="1" >
96    </axis>
97    <axis id="dbze" standard_name="dbze" unit="dBZ" >
98    </axis>
99    <axis id="tau" standard_name="tau" unit="1" >
100    </axis>
101  </axis_definition>
102
103  <grid_definition>
104
105    <grid id="klev_bnds"> <axis axis_ref="klev" /> <axis axis_ref="bnds" /> </grid>
106    <grid id="klevp1_bnds"> <axis axis_ref="klevp1" /> <axis axis_ref="bnds" /> </grid>
107
108     <grid id="grid_glo">
109        <domain domain_ref="dom_glo" />
110     </grid>
111
112     <grid id="grid_glo_presnivs">
113        <domain domain_ref="dom_glo" />
114        <axis axis_ref="presnivs" />
115     </grid>
116
117
118     <grid id="grid_glo_plev">
119        <domain domain_ref="dom_glo" />
120        <axis axis_ref="plev" />
121     </grid>
122
123     <grid id="grid_glo_spectband">
124        <domain domain_ref="dom_glo" />
125        <axis axis_ref="spectband" />
126     </grid>
127
128     <grid id="grid_glo_height">
129        <domain domain_ref="dom_glo" />
130        <axis axis_ref="height" />
131     </grid>
132
133     <grid id="grid_glo_heightmlev">
134        <domain domain_ref="dom_glo" />
135        <axis axis_ref="height_mlev" />
136     </grid>
137
138     <grid id="grid_glo_temp">
139        <domain domain_ref="dom_glo" />
140        <axis axis_ref="temp" />
141     </grid>
142
143     <grid id="grid_glo_sza">
144        <domain domain_ref="dom_glo" />
145        <axis axis_ref="sza" />
146     </grid>
147
148     <grid id="grid_glo_column">
149        <domain domain_ref="dom_glo" />
150        <axis axis_ref="column" />
151     </grid>
152
153
154<!-- Define 4D grids for Cosp simulator -->
155     <grid id="grid4Dcol">
156        <domain domain_ref="dom_glo" />
157        <axis axis_ref="column" />
158        <axis axis_ref="height_mlev" />
159     </grid>
160
161     <grid id="grid4Dsrbin">
162        <domain domain_ref="dom_glo" />
163        <axis axis_ref="height" />
164        <axis axis_ref="scatratio" />
165     </grid>
166
167     <grid id="grid4Ddbze">
168        <domain domain_ref="dom_glo" />
169        <axis axis_ref="height" />
170        <axis axis_ref="dbze" />
171     </grid>
172
173     <grid id="grid4Dtau">
174        <domain domain_ref="dom_glo" />
175        <axis axis_ref="tau" />
176        <axis axis_ref="pressure2" />
177     </grid>
178
179     <grid id="grid4Dmisr">
180        <domain domain_ref="dom_glo" />
181        <axis axis_ref="cth" />
182        <axis axis_ref="tau" />
183     </grid>
184
185     <grid id="grid4Dreffi">
186        <domain domain_ref="dom_glo" />
187        <axis axis_ref="tau" />
188        <axis axis_ref="ReffIce" />
189     </grid>
190
191     <grid id="grid4Dreffl">
192        <domain domain_ref="dom_glo" />
193        <axis axis_ref="tau" />
194        <axis axis_ref="ReffLiq" />
195     </grid>
196     <grid id="grid4Dcol2">
197        <domain domain_ref="dom_glo" />
198        <axis axis_ref="height" />
199        <axis axis_ref="column" />
200     </grid>
201
202 <!-- Grid definitions to allow summing of a 3D varaible -->   
203      <grid id="grid_3D" >
204         <domain domain_ref="dom_glo" />
205         <axis axis_ref="lev" />
206       </grid>
207
208       <grid id="grid_sum_axis">
209         <domain domain_ref="dom_glo" />
210         <scalar>
211            <reduce_axis operation="sum" />
212         </scalar>
213       </grid>
214
215       <grid id="grid_sum">
216         <scalar >
217        <reduce_domain operation="sum" local="true" />
218        <reduce_scalar operation="sum" />
219         </scalar>
220         <scalar>
221         </scalar>
222       </grid>
223
224  </grid_definition>
225
226</context>
Note: See TracBrowser for help on using the repository browser.