1 | <!-- ============================================================== --> |
---|
2 | <!-- field_def_physics.xml --> |
---|
3 | <!-- Definition of all existing variables that can be outputed |
---|
4 | from Generic PCM physics --> |
---|
5 | <!-- ============================================================== --> |
---|
6 | |
---|
7 | <field_definition prec="4" |
---|
8 | freq_op="1ts" |
---|
9 | enabled="true"> |
---|
10 | |
---|
11 | <!-- 0D variables --> |
---|
12 | <field_group id="fields_0D" grid_ref="scalarpoint"> |
---|
13 | <field id="Ls" |
---|
14 | long_name="Solar longitude" |
---|
15 | unit="degrees" /> |
---|
16 | <field id="RA" |
---|
17 | long_name="Right Ascension" |
---|
18 | unit="degrees" /> |
---|
19 | <field id="Declin" |
---|
20 | long_name="Solar declination" |
---|
21 | unit="degrees" /> |
---|
22 | <field id="dist_star" |
---|
23 | long_name="Distance to star" |
---|
24 | unit="AU" /> |
---|
25 | </field_group> |
---|
26 | |
---|
27 | <field_group id="fields_controle" grid_ref="controle_grid"> |
---|
28 | <field id="controle" |
---|
29 | long_name="controle" /> |
---|
30 | </field_group> |
---|
31 | |
---|
32 | <field_group id="fields_altitude" grid_ref="altitude_grid"> |
---|
33 | <field id="aps" |
---|
34 | long_name="aps" /> |
---|
35 | <field id="bps" |
---|
36 | long_name="bps" /> |
---|
37 | </field_group> |
---|
38 | |
---|
39 | <field_group id="fields_interlayer" grid_ref="interlayer_grid"> |
---|
40 | <field id="ap" |
---|
41 | long_name="ap" /> |
---|
42 | <field id="bp" |
---|
43 | long_name="bp" /> |
---|
44 | </field_group> |
---|
45 | |
---|
46 | <!-- 1D variables (spectral)--> |
---|
47 | <field_group id="IR_fields" grid_ref="grid_IR"> |
---|
48 | <field id="IR_Bandwidth" |
---|
49 | long_name="Bandwidth in the infrared" |
---|
50 | unit="cm-1"/> |
---|
51 | </field_group> |
---|
52 | <field_group id="VI_field" grid_ref="grid_VI"> |
---|
53 | <field id="VI_Bandwidth" |
---|
54 | long_name="Bandwith in the visible" |
---|
55 | unit="cm-1"/> |
---|
56 | </field_group> |
---|
57 | <!-- 2D variables --> |
---|
58 | <field_group id="fields_2D" grid_ref="grid_2D"> |
---|
59 | <field id="area" |
---|
60 | long_name="Mesh area" |
---|
61 | unit="m2" /> |
---|
62 | <field id="phisfi" |
---|
63 | long_name="Surface geopotential" |
---|
64 | unit="m2.s-2" /> |
---|
65 | <field id="emis" |
---|
66 | long_name="Surface emissivity" |
---|
67 | unit="" /> |
---|
68 | <field id="ALB" |
---|
69 | long_name="Surface Albedo" |
---|
70 | unit="" /> |
---|
71 | |
---|
72 | <field id="ps" |
---|
73 | long_name="Surface Pressure" |
---|
74 | unit="Pa" /> |
---|
75 | <field id="tsurf" |
---|
76 | long_name="Surface Temperature" |
---|
77 | unit="K" /> |
---|
78 | |
---|
79 | <!-- Tracers --> |
---|
80 | <field id="n2_surf" |
---|
81 | long_name="N2 ice thickness" |
---|
82 | unit="kg/m2" /> |
---|
83 | <field id="ch4_gas_surf" |
---|
84 | long_name="CH4 vapor at surface" |
---|
85 | unit="kg/m2" /> |
---|
86 | <field id="ch4_ice_surf" |
---|
87 | long_name="CH4 ice at surface" |
---|
88 | unit="kg/m2" /> |
---|
89 | <field id="co_gas_surf" |
---|
90 | long_name="co vapor at surface" |
---|
91 | unit="kg/m2" /> |
---|
92 | <field id="co_ice_surf" |
---|
93 | long_name="co ice at surface" |
---|
94 | unit="kg/m2" /> |
---|
95 | <field id="haze_surf" |
---|
96 | long_name="haze at surface" |
---|
97 | unit="kg/m2" /> |
---|
98 | <field id="prec_haze_surf" |
---|
99 | long_name="precursor haze at surface" |
---|
100 | unit="kg/m2" /> |
---|
101 | |
---|
102 | <field id="n2_col" |
---|
103 | long_name="N2 vapor column" |
---|
104 | unit="kg/m2" /> |
---|
105 | <field id="ch4_gas_col" |
---|
106 | long_name="CH4 vapor column" |
---|
107 | unit="kg/m2" /> |
---|
108 | <field id="ch4_ice_col" |
---|
109 | long_name="CH4 ice column" |
---|
110 | unit="kg/m2" /> |
---|
111 | <field id="co_gas_col" |
---|
112 | long_name="co vapor column" |
---|
113 | unit="kg/m2" /> |
---|
114 | <field id="co_ice_col" |
---|
115 | long_name="co ice column" |
---|
116 | unit="kg/m2" /> |
---|
117 | <field id="haze_col" |
---|
118 | long_name="haze column" |
---|
119 | unit="kg/m2" /> |
---|
120 | <field id="prec_haze_col" |
---|
121 | long_name="precursor haze column" |
---|
122 | unit="kg/m2" /> |
---|
123 | |
---|
124 | <field id="n2_iceflux" |
---|
125 | long_name="N2 flux" |
---|
126 | unit="kg/m2/s" /> |
---|
127 | <field id="ch4_iceflux" |
---|
128 | long_name="CH4 ice flux" |
---|
129 | unit="kg/m2/s" /> |
---|
130 | <field id="co_iceflux" |
---|
131 | long_name="co ice flux" |
---|
132 | unit="kg/m2/s" /> |
---|
133 | |
---|
134 | <field id="vmr_ch4" |
---|
135 | long_name="CH4 volume mixing ratio" |
---|
136 | unit="" /> |
---|
137 | <field id="vmr_co" |
---|
138 | long_name="CO volume mixing ratio" |
---|
139 | unit="" /> |
---|
140 | |
---|
141 | <field id="tau_col" |
---|
142 | long_name="Total aerosol optical depth" |
---|
143 | unit="opacity" /> |
---|
144 | |
---|
145 | <field id="zdqsdif_ch4_ice" |
---|
146 | long_name="zdqsdif ch4" |
---|
147 | unit="" /> |
---|
148 | <field id="zdqssed_ch4" |
---|
149 | long_name="zdqssed ch4" |
---|
150 | unit="" /> |
---|
151 | <field id="zdqssed_haze" |
---|
152 | long_name="zdqssed haze" |
---|
153 | unit="" /> |
---|
154 | |
---|
155 | <!-- Radiation --> |
---|
156 | <field id="ASR" |
---|
157 | long_name="Absorbed stellar radiation" |
---|
158 | unit="W/m2" /> |
---|
159 | <field id="ISR" |
---|
160 | long_name="incoming solar radiation" |
---|
161 | unit="W/m2" /> |
---|
162 | <field id="OLR" |
---|
163 | long_name="outgoing longwave radiation" |
---|
164 | unit="W/m2" /> |
---|
165 | <field id="GND" |
---|
166 | long_name="Heat flux from ground" |
---|
167 | unit="W/m2" /> |
---|
168 | <field id="DYN" |
---|
169 | long_name="Dynamical heat input" |
---|
170 | unit="W/m2" /> |
---|
171 | <field id="fluxsurf_lw" |
---|
172 | long_name="Longwave radiation at the surface" |
---|
173 | unit="W.m-2" /> |
---|
174 | <field id="sensibFlux" |
---|
175 | long_name="Sensible heat flux" |
---|
176 | unit="W/m2" /> |
---|
177 | <field id="lscaledE" |
---|
178 | long_name="heat from largescale" |
---|
179 | unit="W/m2" /> |
---|
180 | <field id="madjdE" |
---|
181 | long_name="heat from moistadj" |
---|
182 | unit="W/m2" /> |
---|
183 | <field id="genericconddE" |
---|
184 | long_name="heat from generic condensation" |
---|
185 | unit="W/m2" /> |
---|
186 | |
---|
187 | </field_group> |
---|
188 | |
---|
189 | <!-- 3D variables --> |
---|
190 | <field_group id="fields_3D" grid_ref="grid_3D"> |
---|
191 | |
---|
192 | <field id="zzlay" |
---|
193 | long_name="Midlayer altitude" |
---|
194 | unit="m" /> |
---|
195 | <field id="zzlev" |
---|
196 | long_name="Interlayer altitude" |
---|
197 | unit="m" /> |
---|
198 | <field id="pphi" |
---|
199 | long_name="Geopotential" |
---|
200 | unit="m2.s-2" /> |
---|
201 | |
---|
202 | <field id="temperature" |
---|
203 | long_name="Atmospheric temperature" |
---|
204 | unit="K" /> |
---|
205 | <field id="teta" |
---|
206 | long_name="Potential temperature" |
---|
207 | unit="K" /> |
---|
208 | <field id="u" |
---|
209 | long_name="Eastward Zonal Wind" |
---|
210 | unit="m/s" /> |
---|
211 | <field id="v" |
---|
212 | long_name="Northward Meridional Wind" |
---|
213 | unit="m/s" /> |
---|
214 | <field id="w" |
---|
215 | long_name="Downward Vertical Wind" |
---|
216 | unit="m/s" /> |
---|
217 | <field id="omega" |
---|
218 | long_name="Downward omega velocity" |
---|
219 | unit="Pa/s" /> |
---|
220 | <field id="p" |
---|
221 | long_name="Atmospheric pressure" |
---|
222 | unit="Pa" /> |
---|
223 | <field id="detr" |
---|
224 | long_name="Detrainment" |
---|
225 | unit="kg/m2/s" /> |
---|
226 | <field id="entr" |
---|
227 | long_name="Entrainment" |
---|
228 | unit="kg/m2/s" /> |
---|
229 | <field id="w_plm" |
---|
230 | long_name="Plume vertical velocity" |
---|
231 | unit="m/s" /> |
---|
232 | <field id="q2" |
---|
233 | long_name="turbulent kinetic energy" |
---|
234 | unit="J.kg^-1" /> |
---|
235 | <field id="dEzradsw" |
---|
236 | long_name="radiative heating" |
---|
237 | unit="w.m^-2" /> |
---|
238 | <field id="dEzradlw" |
---|
239 | long_name="radiative heating" |
---|
240 | unit="w.m^-2" /> |
---|
241 | <field id="qsatatm" |
---|
242 | long_name="atm qsat" |
---|
243 | unit=" " /> |
---|
244 | <field id="dt_generic_condensation" |
---|
245 | long_name="heating from generic condensation" |
---|
246 | unit="K s-1" /> |
---|
247 | <field id="zdtsw" |
---|
248 | long_name="SW heating" |
---|
249 | unit="T s-1" /> |
---|
250 | <field id="zdtlw" |
---|
251 | long_name="LW heating" |
---|
252 | unit="T s-1" /> |
---|
253 | <field id="dtrad" |
---|
254 | long_name="radiative heating" |
---|
255 | unit="K s-1" /> |
---|
256 | <field id="zdtdyn" |
---|
257 | long_name="Dyn. heating" |
---|
258 | unit="T s-1" /> |
---|
259 | <field id="dtmoistadj" |
---|
260 | long_name="moist adj heating" |
---|
261 | unit="K s-1" /> |
---|
262 | <field id="dtdryadj" |
---|
263 | long_name="dry adj heating" |
---|
264 | unit="K s-1" /> |
---|
265 | |
---|
266 | <!--Tracers--> |
---|
267 | <field id="n2" |
---|
268 | long_name="N2 mass mixing ratio" |
---|
269 | unit="kg/kg" /> |
---|
270 | <field id="ch4_gas" |
---|
271 | long_name="CH4 vapor mass mixing ratio" |
---|
272 | unit="kg/kg" /> |
---|
273 | <field id="ch4_ice" |
---|
274 | long_name="CH4 ice mass mixing ratio" |
---|
275 | unit="kg/kg" /> |
---|
276 | <field id="co_gas" |
---|
277 | long_name="co vapor mass mixing ratio" |
---|
278 | unit="kg/kg" /> |
---|
279 | <field id="co_ice" |
---|
280 | long_name="co ice mass mixing ratio" |
---|
281 | unit="kg/kg" /> |
---|
282 | <field id="haze" |
---|
283 | long_name="haze mass mixing ratio" |
---|
284 | unit="kg/kg" /> |
---|
285 | <field id="prec_haze" |
---|
286 | long_name="precursor haze mass mixing ratio" |
---|
287 | unit="kg/kg" /> |
---|
288 | <field id="zdtc" |
---|
289 | long_name="tendancy T cond N2" |
---|
290 | unit="K" /> |
---|
291 | |
---|
292 | <field id="zrho_ch4" |
---|
293 | long_name="zrho_ch4" |
---|
294 | unit="kg/m3" /> |
---|
295 | <field id="zrho_co" |
---|
296 | long_name="zrho_co" |
---|
297 | unit="kg/m3" /> |
---|
298 | <field id="zrho_haze" |
---|
299 | long_name="zrho_haze" |
---|
300 | unit="kg/m3" /> |
---|
301 | <field id="zdqcn2_ch4" |
---|
302 | long_name="zdq condn2 ch4" |
---|
303 | unit="" /> |
---|
304 | <field id="zdqdif_ch4" |
---|
305 | long_name="zdqdif_ch4" |
---|
306 | unit="" /> |
---|
307 | <field id="zdqadj_ch4" |
---|
308 | long_name="zdqadj_ch4" |
---|
309 | unit="" /> |
---|
310 | <field id="zdqsed_ch4" |
---|
311 | long_name="zdqsed_ch4" |
---|
312 | unit="" /> |
---|
313 | <field id="zdtch4cloud" |
---|
314 | long_name="ch4 cloud" |
---|
315 | unit="T s-1" /> |
---|
316 | <field id="zdqch4cloud" |
---|
317 | long_name="ch4 cloud" |
---|
318 | unit="T s-1" /> |
---|
319 | <field id="zdqrho_photprec" |
---|
320 | long_name="zdqrho_photprec" |
---|
321 | unit="kg/m3/s" /> |
---|
322 | <field id="zdqphot_prec" |
---|
323 | long_name="zdqphot_prec" |
---|
324 | unit="" /> |
---|
325 | <field id="zdqphot_ch4" |
---|
326 | long_name="zdqphot_ch4" |
---|
327 | unit="" /> |
---|
328 | |
---|
329 | <field id="zdqhaze_ch4" |
---|
330 | long_name="zdqhaze_ch4" |
---|
331 | unit="" /> |
---|
332 | <field id="zdqhaze_prec" |
---|
333 | long_name="zdqhaze_prec" |
---|
334 | unit="" /> |
---|
335 | <field id="zdqhaze_haze" |
---|
336 | long_name="zdqhaze_haze" |
---|
337 | unit="" /> |
---|
338 | <field id="zdqconv_prec" |
---|
339 | long_name="zdqconv_prec" |
---|
340 | unit="" /> |
---|
341 | |
---|
342 | </field_group> |
---|
343 | |
---|
344 | <!--Spectral IR 3D variables--> |
---|
345 | <field_group id="spectral_IR_3D" grid_ref="grid_IR_3D"> |
---|
346 | <field id="OLR3D" |
---|
347 | long_name="OLR(lon,lat,band)" |
---|
348 | unit="W/m^2/cm^-1" /> |
---|
349 | </field_group> |
---|
350 | |
---|
351 | <!-- SPectral VI 3D variables--> |
---|
352 | <field_group id="spectral_VI_3D" grid_ref="grid_VI_3D"> |
---|
353 | <field id="OSR3D" |
---|
354 | long_name="OSR(lon,lat,band" |
---|
355 | unit="W/m^2/cm^-1"/> |
---|
356 | <field id="GSR3D" |
---|
357 | long_name="GSR(lon,lat,band)" |
---|
358 | unit="w/m^2/cm^-1"/> |
---|
359 | </field_group> |
---|
360 | </field_definition> |
---|
361 | |
---|
362 | |
---|