source: CMIP6/DAMIP/CM61-LR-hist-GHG-03.1950/Debug/CM61-LR-hist-GHG-03.1950_19830101_19831231_context_lmdz.xml @ 4385

Last change on this file since 4385 was 4385, checked in by ggalod, 5 years ago

sauvegarde exp DAMIP

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