source: CMIP6/RFMIP/piClim-4xCO2/CM616-LR-piClim-4xCO2-5-2RadCall/PARAM/context_lmdz.xml_2RadCall @ 4894

Last change on this file since 4894 was 4894, checked in by asima, 4 years ago

Import of r5 of "piClim-4xCO2", with 2RadCall for GHG (Tier 1, timeslice)

File size: 7.0 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     <grid id="grid_glo_presnivs0srf">
117        <domain domain_ref="dom_glo" />
118         <scalar>
119           <extract_axis position="0" />
120         </scalar>
121     </grid>
122
123     <grid id="grid_glo_plev">
124        <domain domain_ref="dom_glo" />
125        <axis axis_ref="plev" />
126     </grid>
127
128     <grid id="grid_glo_spectband">
129        <domain domain_ref="dom_glo" />
130        <axis axis_ref="spectband" />
131     </grid>
132
133     <grid id="grid_glo_height">
134        <domain domain_ref="dom_glo" />
135        <axis axis_ref="height" />
136     </grid>
137
138     <grid id="grid_glo_heightmlev">
139        <domain domain_ref="dom_glo" />
140        <axis axis_ref="height_mlev" />
141     </grid>
142
143     <grid id="grid_glo_temp">
144        <domain domain_ref="dom_glo" />
145        <axis axis_ref="temp" />
146     </grid>
147
148     <grid id="grid_glo_sza">
149        <domain domain_ref="dom_glo" />
150        <axis axis_ref="sza" />
151     </grid>
152
153     <grid id="grid_glo_column">
154        <domain domain_ref="dom_glo" />
155        <axis axis_ref="column" />
156     </grid>
157
158
159<!-- Define 4D grids for Cosp simulator -->
160     <grid id="grid4Dcol">
161        <domain domain_ref="dom_glo" />
162        <axis axis_ref="column" />
163        <axis axis_ref="height_mlev" />
164     </grid>
165
166     <grid id="grid4Dsrbin">
167        <domain domain_ref="dom_glo" />
168        <axis axis_ref="height" />
169        <axis axis_ref="scatratio" />
170     </grid>
171
172     <grid id="grid4Ddbze">
173        <domain domain_ref="dom_glo" />
174        <axis axis_ref="height" />
175        <axis axis_ref="dbze" />
176     </grid>
177
178     <grid id="grid4Dtau">
179        <domain domain_ref="dom_glo" />
180        <axis axis_ref="tau" />
181        <axis axis_ref="pressure2" />
182     </grid>
183
184     <grid id="grid4Dmisr">
185        <domain domain_ref="dom_glo" />
186        <axis axis_ref="cth" />
187        <axis axis_ref="tau" />
188     </grid>
189
190     <grid id="grid4Dreffi">
191        <domain domain_ref="dom_glo" />
192        <axis axis_ref="tau" />
193        <axis axis_ref="ReffIce" />
194     </grid>
195
196     <grid id="grid4Dreffl">
197        <domain domain_ref="dom_glo" />
198        <axis axis_ref="tau" />
199        <axis axis_ref="ReffLiq" />
200     </grid>
201     <grid id="grid4Dcol2">
202        <domain domain_ref="dom_glo" />
203        <axis axis_ref="height" />
204        <axis axis_ref="column" />
205     </grid>
206
207 <!-- Grid definitions to allow summing of a 3D varaible -->   
208      <grid id="grid_3D" >
209         <domain domain_ref="dom_glo" />
210         <axis axis_ref="lev" />
211       </grid>
212
213       <grid id="grid_sum_axis">
214         <domain domain_ref="dom_glo" />
215         <scalar>
216            <reduce_axis operation="sum" />
217         </scalar>
218       </grid>
219
220       <grid id="grid_sum">
221         <scalar >
222        <reduce_domain operation="sum" local="true" />
223        <reduce_scalar operation="sum" />
224         </scalar>
225         <scalar>
226         </scalar>
227       </grid>
228
229  </grid_definition>
230
231</context>
Note: See TracBrowser for help on using the repository browser.