source: CMIP6/RFMIP/piClim-histall/CM619-LR-piClim-histall-3/PARAM/context_lmdz.xml_2RadCall @ 4986

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

Import of member 3 of "piClim-histall", with 2RadCall for aerosols and GHG (Tier 2, transitory)

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