1 | <!-- =========================================================================================================== --> |
---|
2 | <!-- field_def_physics_mars.xml --> |
---|
3 | <!-- Definition of all existing variables that can be output from Martian physics --> |
---|
4 | <!-- =========================================================================================================== --> |
---|
5 | |
---|
6 | <field_definition prec="4" |
---|
7 | freq_op="1ts" |
---|
8 | enabled=".TRUE."> |
---|
9 | |
---|
10 | <!-- 0D variables --> |
---|
11 | <field_group id="fields_0D" grid_ref="scalarpoint"> |
---|
12 | <field id="Ls" |
---|
13 | long_name="Solar longitude" |
---|
14 | unit="degrees" /> |
---|
15 | <field id="Sols" |
---|
16 | long_name="Time" |
---|
17 | unit="sols" /> |
---|
18 | |
---|
19 | <!-- planetary escape fluxes --> |
---|
20 | <field id="PhiH" |
---|
21 | long_name="H escape flux" |
---|
22 | unit="s-1" /> |
---|
23 | <field id="PhiH2" |
---|
24 | long_name="H2 escape flux" |
---|
25 | unit="s-1" /> |
---|
26 | <field id="PhiD" |
---|
27 | long_name="D escape flux" |
---|
28 | unit="s-1" /> |
---|
29 | |
---|
30 | <field id="co2conservation" |
---|
31 | long_name="Total CO2 mass conservation in physic" |
---|
32 | unit="kg" /> |
---|
33 | |
---|
34 | <!-- tracer total mass (chemistry) --> |
---|
35 | <field id="mass_co2" |
---|
36 | long_name="CO2 global mass" |
---|
37 | unit="g" /> |
---|
38 | <field id="mass_co" |
---|
39 | long_name="CO global mass" |
---|
40 | unit="g" /> |
---|
41 | <field id="mass_o" |
---|
42 | long_name="O global mass" |
---|
43 | unit="g" /> |
---|
44 | <field id="mass_o1d" |
---|
45 | long_name="O1d global mass" |
---|
46 | unit="g" /> |
---|
47 | <field id="mass_o2" |
---|
48 | long_name="O2 global mass" |
---|
49 | unit="g" /> |
---|
50 | <field id="mass_o3" |
---|
51 | long_name="O3 global mass" |
---|
52 | unit="g" /> |
---|
53 | <field id="mass_h" |
---|
54 | long_name="H global mass" |
---|
55 | unit="g" /> |
---|
56 | <field id="mass_h2" |
---|
57 | long_name="H2 global mass" |
---|
58 | unit="g" /> |
---|
59 | <field id="mass_oh" |
---|
60 | long_name="OH global mass" |
---|
61 | unit="g" /> |
---|
62 | <field id="mass_ho2" |
---|
63 | long_name="HO2 global mass" |
---|
64 | unit="g" /> |
---|
65 | <field id="mass_h2o2" |
---|
66 | long_name="H2O2 global mass" |
---|
67 | unit="g" /> |
---|
68 | <field id="mass_n2" |
---|
69 | long_name="N2 global mass" |
---|
70 | unit="g" /> |
---|
71 | <field id="mass_ar" |
---|
72 | long_name="Ar global mass" |
---|
73 | unit="g" /> |
---|
74 | <field id="mass_h2o_ice" |
---|
75 | long_name="H2O_ice global mass" |
---|
76 | unit="g" /> |
---|
77 | <field id="mass_h2o_vap" |
---|
78 | long_name="H2O_vap global mass" |
---|
79 | unit="g" /> |
---|
80 | <field id="mass_n" |
---|
81 | long_name="N global mass" |
---|
82 | unit="g" /> |
---|
83 | <field id="mass_no" |
---|
84 | long_name="NO global mass" |
---|
85 | unit="g" /> |
---|
86 | <field id="mass_no2" |
---|
87 | long_name="NO2 global mass" |
---|
88 | unit="g" /> |
---|
89 | <field id="mass_n2d" |
---|
90 | long_name="N2d global mass" |
---|
91 | unit="g" /> |
---|
92 | <field id="mass_ch4" |
---|
93 | long_name="CH4 global mass" |
---|
94 | unit="g" /> |
---|
95 | <field id="mass_he" |
---|
96 | long_name="He global mass" |
---|
97 | unit="g" /> |
---|
98 | |
---|
99 | <!-- tracer total mass (ions) --> |
---|
100 | <field id="mass_co2plus" |
---|
101 | long_name="CO2+ global mass" |
---|
102 | unit="g" /> |
---|
103 | <field id="mass_oplus" |
---|
104 | long_name="O+ global mass" |
---|
105 | unit="g" /> |
---|
106 | <field id="mass_o2plus" |
---|
107 | long_name="O2+ global mass" |
---|
108 | unit="g" /> |
---|
109 | <field id="mass_coplus" |
---|
110 | long_name="CO+ global mass" |
---|
111 | unit="g" /> |
---|
112 | <field id="mass_o2plus" |
---|
113 | long_name="O2+ global mass" |
---|
114 | unit="g" /> |
---|
115 | <field id="mass_coplus" |
---|
116 | long_name="CO+ global mass" |
---|
117 | unit="g" /> |
---|
118 | <field id="mass_cplus" |
---|
119 | long_name="C+ global mass" |
---|
120 | unit="g" /> |
---|
121 | <field id="mass_nplus" |
---|
122 | long_name="N+ global mass" |
---|
123 | unit="g" /> |
---|
124 | <field id="mass_noplus" |
---|
125 | long_name="NO+ global mass" |
---|
126 | unit="g" /> |
---|
127 | <field id="mass_n2plus" |
---|
128 | long_name="N2+ global mass" |
---|
129 | unit="g" /> |
---|
130 | <field id="mass_hplus" |
---|
131 | long_name="H+ global mass" |
---|
132 | unit="g" /> |
---|
133 | <field id="mass_hco2plus" |
---|
134 | long_name="HCO2+ global mass" |
---|
135 | unit="g" /> |
---|
136 | <field id="mass_hcoplus" |
---|
137 | long_name="HCO+ global mass" |
---|
138 | unit="g" /> |
---|
139 | <field id="mass_h2oplus" |
---|
140 | long_name="H2O+ global mass" |
---|
141 | unit="g" /> |
---|
142 | <field id="mass_h3oplus" |
---|
143 | long_name="H3O+ global mass" |
---|
144 | unit="g" /> |
---|
145 | <field id="mass_ohplus" |
---|
146 | long_name="OH+ global mass" |
---|
147 | unit="g" /> |
---|
148 | <field id="mass_elec" |
---|
149 | long_name="electron global mass" |
---|
150 | unit="g" /> |
---|
151 | |
---|
152 | </field_group> |
---|
153 | |
---|
154 | <field_group id="fields_controle" grid_ref="controle_grid"> |
---|
155 | <field id="controle" |
---|
156 | long_name="controle" /> |
---|
157 | </field_group> |
---|
158 | |
---|
159 | <field_group id="fields_altitude" grid_ref="altitude_grid"> |
---|
160 | <field id="aps" |
---|
161 | long_name="aps" /> |
---|
162 | <field id="bps" |
---|
163 | long_name="bps" /> |
---|
164 | </field_group> |
---|
165 | |
---|
166 | <field_group id="fields_interlayer" grid_ref="interlayer_grid"> |
---|
167 | <field id="ap" |
---|
168 | long_name="ap" /> |
---|
169 | <field id="bp" |
---|
170 | long_name="bp" /> |
---|
171 | </field_group> |
---|
172 | |
---|
173 | |
---|
174 | <!-- 2D variables --> |
---|
175 | <field_group id="fields_2D" domain_ref="dom_glo"> |
---|
176 | <field id="area" |
---|
177 | long_name="Mesh area" |
---|
178 | unit="m2" /> |
---|
179 | <field id="phisfi" |
---|
180 | long_name="Surface geopotential" |
---|
181 | unit="m2.s-2" /> |
---|
182 | <field id="emis" |
---|
183 | long_name="Surface emissivity" |
---|
184 | unit="" /> |
---|
185 | <field id="emis_slope01" |
---|
186 | long_name="Surface emissivity of slope 01" |
---|
187 | unit="" /> |
---|
188 | <field id="emis_slope02" |
---|
189 | long_name="Surface emissivity of slope 02" |
---|
190 | unit="" /> |
---|
191 | <field id="emis_slope03" |
---|
192 | long_name="Surface emissivity of slope 03" |
---|
193 | unit="" /> |
---|
194 | <field id="emis_slope04" |
---|
195 | long_name="Surface emissivity of slope 04" |
---|
196 | unit="" /> |
---|
197 | <field id="emis_slope05" |
---|
198 | long_name="Surface emissivity of slope 05" |
---|
199 | unit="" /> |
---|
200 | <field id="emis_slope06" |
---|
201 | long_name="Surface emissivity of slope 06" |
---|
202 | unit="" /> |
---|
203 | <field id="emis_slope07" |
---|
204 | long_name="Surface emissivity of slope 07" |
---|
205 | unit="" /> |
---|
206 | <field id="albedo" |
---|
207 | long_name="Albedo of the surface" |
---|
208 | unit="" /> |
---|
209 | <field id="albedo_slope01" |
---|
210 | long_name="Albedo of the surface for slope 01" |
---|
211 | unit="" /> |
---|
212 | <field id="albedo_slope02" |
---|
213 | long_name="Albedo of the surface for slope 02" |
---|
214 | unit="" /> |
---|
215 | <field id="albedo_slope03" |
---|
216 | long_name="Albedo of the surface for slope 03" |
---|
217 | unit="" /> |
---|
218 | <field id="albedo_slope04" |
---|
219 | long_name="Albedo of the surface for slope 04" |
---|
220 | unit="" /> |
---|
221 | <field id="albedo_slope05" |
---|
222 | long_name="Albedo of the surface for slope 05" |
---|
223 | unit="" /> |
---|
224 | <field id="albedo_slope06" |
---|
225 | long_name="Albedo of the surface for slope 06" |
---|
226 | unit="" /> |
---|
227 | <field id="albedo_slope07" |
---|
228 | long_name="Albedo of the surface for slope 07" |
---|
229 | unit="" /> |
---|
230 | <field id="local_time" |
---|
231 | long_name="Local time" |
---|
232 | unit="sol" /> |
---|
233 | |
---|
234 | <field id="ps" |
---|
235 | long_name="Surface Pressure" |
---|
236 | unit="Pa" /> |
---|
237 | <field id="tsurf" |
---|
238 | long_name="Surface Temperature" |
---|
239 | unit="K" /> |
---|
240 | <field id="tsurf_slope01" |
---|
241 | long_name="Surface Temperature of slope 01" |
---|
242 | unit="K" /> |
---|
243 | <field id="tsurf_slope02" |
---|
244 | long_name="Surface Temperature of slope 02" |
---|
245 | unit="K" /> |
---|
246 | <field id="tsurf_slope03" |
---|
247 | long_name="Surface Temperature of slope 03" |
---|
248 | unit="K" /> |
---|
249 | <field id="tsurf_slope04" |
---|
250 | long_name="Surface Temperature of slope 04" |
---|
251 | unit="K" /> |
---|
252 | <field id="tsurf_slope05" |
---|
253 | long_name="Surface Temperature of slope 05" |
---|
254 | unit="K" /> |
---|
255 | <field id="tsurf_slope06" |
---|
256 | long_name="Surface Temperature of slope 06" |
---|
257 | unit="K" /> |
---|
258 | <field id="tsurf_slope07" |
---|
259 | long_name="Surface Temperature of slope 07" |
---|
260 | unit="K" /> |
---|
261 | <field id="temp_layer1" |
---|
262 | long_name="Temperature in layer 1" |
---|
263 | unit="K" /> |
---|
264 | <field id="temp7" |
---|
265 | long_name="Temperature in layer 7" |
---|
266 | unit="K" /> |
---|
267 | |
---|
268 | <!-- Radiation --> |
---|
269 | <field id="fluxsurf_lw" |
---|
270 | long_name="Longwave radiation at the surface" |
---|
271 | unit="W.m-2" /> |
---|
272 | <field id="fluxsurf_lw_slope01" |
---|
273 | long_name="Longwave radiation at the surface on slope 01" |
---|
274 | unit="W.m-2" /> |
---|
275 | <field id="fluxsurf_lw_slope02" |
---|
276 | long_name="Longwave radiation at the surface on slope 02" |
---|
277 | unit="W.m-2" /> |
---|
278 | <field id="fluxsurf_lw_slope03" |
---|
279 | long_name="Longwave radiation at the surface on slope 03" |
---|
280 | unit="W.m-2" /> |
---|
281 | <field id="fluxsurf_lw_slope04" |
---|
282 | long_name="Longwave radiation at the surface on slope 04" |
---|
283 | unit="W.m-2" /> |
---|
284 | <field id="fluxsurf_lw_slope05" |
---|
285 | long_name="Longwave radiation at the surface on slope 05" |
---|
286 | unit="W.m-2" /> |
---|
287 | <field id="fluxsurf_lw_slope06" |
---|
288 | long_name="Longwave radiation at the surface on slope 06" |
---|
289 | unit="W.m-2" /> |
---|
290 | <field id="fluxsurf_lw_slope07" |
---|
291 | long_name="Longwave radiation at the surface on slope 07" |
---|
292 | unit="W.m-2" /> |
---|
293 | |
---|
294 | <field id="fluxtop_lw" |
---|
295 | long_name="Longwave radiation at the top of the atmosphere" |
---|
296 | unit="W.m-2" /> |
---|
297 | <field id="fluxtop_dn_sw" |
---|
298 | long_name="Incoming shortwave radiation at the top of the atmosphere" |
---|
299 | unit="W.m-2" /> |
---|
300 | <field id="fluxtop_up_sw" |
---|
301 | long_name="Upward shortwave radiation at the top of the atmosphere" |
---|
302 | unit="W.m-2" /> |
---|
303 | |
---|
304 | <field id="fluxsurf_dn_sw" |
---|
305 | long_name="Incoming shortwave radiation at the surface" |
---|
306 | unit="W.m-2" /> |
---|
307 | <field id="fluxsurf_dn_sw_slope01" |
---|
308 | long_name="Incoming shortwave radiation at the surface on slope 01" |
---|
309 | unit="W.m-2" /> |
---|
310 | <field id="fluxsurf_dn_sw_slope02" |
---|
311 | long_name="Incoming shortwave radiation at the surface on slope 02" |
---|
312 | unit="W.m-2" /> |
---|
313 | <field id="fluxsurf_dn_sw_slope03" |
---|
314 | long_name="Incoming shortwave radiation at the surface on slope 03" |
---|
315 | unit="W.m-2" /> |
---|
316 | <field id="fluxsurf_dn_sw_slope04" |
---|
317 | long_name="Incoming shortwave radiation at the surface on slope 04" |
---|
318 | unit="W.m-2" /> |
---|
319 | <field id="fluxsurf_dn_sw_slope05" |
---|
320 | long_name="Incoming shortwave radiation at the surface on slope 05" |
---|
321 | unit="W.m-2" /> |
---|
322 | <field id="fluxsurf_dn_sw_slope06" |
---|
323 | long_name="Incoming shortwave radiation at the surface on slope 06" |
---|
324 | unit="W.m-2" /> |
---|
325 | <field id="fluxsurf_dn_sw_slope07" |
---|
326 | long_name="Incoming shortwave radiation at the surface on slope 07" |
---|
327 | unit="W.m-2" /> |
---|
328 | |
---|
329 | <!-- dust cycle --> |
---|
330 | <field id="tau_pref_scenario" |
---|
331 | long_name="Prescribed visible dust optical depth at 610Pa" |
---|
332 | unit="" /> |
---|
333 | <field id="tau_pref_gcm" |
---|
334 | long_name="Visible dust optical depth at 610Pa in the GCM" |
---|
335 | unit="" /> |
---|
336 | <field id="IRtoVIScoef" |
---|
337 | long_name="Conversion coeff for dust tau from abs9.3um to ext0.67um" |
---|
338 | unit="" /> |
---|
339 | <field id="IRtoVIScoef" |
---|
340 | long_name="Conversion coeff for dust tau from abs9.3um to ext0.67um" |
---|
341 | unit="" /> |
---|
342 | <field id="dust_rad_adjust" |
---|
343 | long_name="radiative adjustment coefficient for dust" |
---|
344 | unit="" /> |
---|
345 | |
---|
346 | <field id="dqsdust" |
---|
347 | long_name="deposited surface dust mass" |
---|
348 | unit="kg.m-2.s-1" /> |
---|
349 | <field id="dqndust" |
---|
350 | long_name="deposited surface dust number" |
---|
351 | unit="number.m-2.s-1" /> |
---|
352 | <field id="dqsdifdustq" |
---|
353 | long_name="tendency due to vertical diffusion of background dust on surface" |
---|
354 | unit="kg.m-2.s-1" /> |
---|
355 | <field id="dqsdifdustq_slope01" |
---|
356 | long_name="tendency due to vertical diffusion of background dust on surface" |
---|
357 | unit="kg.m-2.s-1" /> |
---|
358 | <field id="dqsdifdustq_slope02" |
---|
359 | long_name="tendency due to vertical diffusion of background dust on surface" |
---|
360 | unit="kg.m-2.s-1" /> |
---|
361 | <field id="dqsdifdustq_slope03" |
---|
362 | long_name="tendency due to vertical diffusion of background dust on surface" |
---|
363 | unit="kg.m-2.s-1" /> |
---|
364 | <field id="dqsdifdustq_slope04" |
---|
365 | long_name="tendency due to vertical diffusion of background dust on surface" |
---|
366 | unit="kg.m-2.s-1" /> |
---|
367 | <field id="dqsdifdustq_slope05" |
---|
368 | long_name="tendency due to vertical diffusion of background dust on surface" |
---|
369 | unit="kg.m-2.s-1" /> |
---|
370 | <field id="dqsdifdustq_slope06" |
---|
371 | long_name="tendency due to vertical diffusion of background dust on surface" |
---|
372 | unit="kg.m-2.s-1" /> |
---|
373 | <field id="dqsdifdustq_slope07" |
---|
374 | long_name="tendency due to vertical diffusion of background dust on surface" |
---|
375 | unit="kg.m-2.s-1" /> |
---|
376 | <field id="dqsdifrdsq" |
---|
377 | long_name="tendency due to vertical diffusion of stormdust on surface" |
---|
378 | unit="kg.m-2.s-1" /> |
---|
379 | <field id="dqsdifrdsq_slope01" |
---|
380 | long_name="tendency due to vertical diffusion of stormdust on surface" |
---|
381 | unit="kg.m-2.s-1" /> |
---|
382 | <field id="dqsdifrdsq_slope02" |
---|
383 | long_name="tendency due to vertical diffusion of stormdust on surface" |
---|
384 | unit="kg.m-2.s-1" /> |
---|
385 | <field id="dqsdifrdsq_slope03" |
---|
386 | long_name="tendency due to vertical diffusion of stormdust on surface" |
---|
387 | unit="kg.m-2.s-1" /> |
---|
388 | <field id="dqsdifrdsq_slope04" |
---|
389 | long_name="tendency due to vertical diffusion of stormdust on surface" |
---|
390 | unit="kg.m-2.s-1" /> |
---|
391 | <field id="dqsdifrdsq_slope05" |
---|
392 | long_name="tendency due to vertical diffusion of stormdust on surface" |
---|
393 | unit="kg.m-2.s-1" /> |
---|
394 | <field id="dqsdifrdsq_slope06" |
---|
395 | long_name="tendency due to vertical diffusion of stormdust on surface" |
---|
396 | unit="kg.m-2.s-1" /> |
---|
397 | <field id="dqsdifrdsq_slope07" |
---|
398 | long_name="tendency due to vertical diffusion of stormdust on surface" |
---|
399 | unit="kg.m-2.s-1" /> |
---|
400 | |
---|
401 | |
---|
402 | <field id="tau_pref_target" |
---|
403 | long_name="target visible dust opacity column at 610Pa" |
---|
404 | unit="" /> |
---|
405 | <field id="dtau" |
---|
406 | long_name="opacity difference wrt scenario" |
---|
407 | unit="" /> |
---|
408 | <field id="dustliftday" |
---|
409 | long_name="dust injection rate" |
---|
410 | unit="s-1" /> |
---|
411 | |
---|
412 | <field id="stormfract" |
---|
413 | long_name="fraction of the mesh with stormdust" |
---|
414 | unit="none" /> |
---|
415 | <field id="mstormdtot" |
---|
416 | long_name="total mass of stormdust in the column" |
---|
417 | unit="kg.m-2" /> |
---|
418 | <field id="mdusttot" |
---|
419 | long_name="total mass of background dust in the column" |
---|
420 | unit="kg.m-2" /> |
---|
421 | <field id="rdsdqsdust" |
---|
422 | long_name="deposited surface stormdust mass rate" |
---|
423 | unit="kg.m-2.s-1" /> |
---|
424 | <field id="zdqssed_dust_mass" |
---|
425 | long_name="sedimentation tendency of background dust on surface" |
---|
426 | unit="kg.m-2.s-1" /> |
---|
427 | |
---|
428 | <!-- water cycle --> |
---|
429 | <field id="watercap" |
---|
430 | long_name="Perennial water ice thickness" |
---|
431 | unit="kg.m-2" /> |
---|
432 | <field id="watercap_slope01" |
---|
433 | long_name="Perennial water ice thickness of slope 01" |
---|
434 | unit="kg.m-2" /> |
---|
435 | <field id="watercap_slope02" |
---|
436 | long_name="Perennial water ice thickness of slope 02" |
---|
437 | unit="kg/m2" /> |
---|
438 | <field id="watercap_slope03" |
---|
439 | long_name="Perennial water ice thickness of slope 03" |
---|
440 | unit="kg/m2" /> |
---|
441 | <field id="watercap_slope04" |
---|
442 | long_name="Perennial water ice thickness of slope 04" |
---|
443 | unit="kg/m2" /> |
---|
444 | <field id="watercap_slope05" |
---|
445 | long_name="Perennial water ice thickness of slope 05" |
---|
446 | unit="kg/m2" /> |
---|
447 | <field id="watercap_slope06" |
---|
448 | long_name="Perennial water ice thickness of slope 06" |
---|
449 | unit="kg/m2" /> |
---|
450 | <field id="watercap_slope07" |
---|
451 | long_name="Perennial water ice thickness of slope 07" |
---|
452 | unit="kg/m2" /> |
---|
453 | |
---|
454 | <field id="surf_h2o_lh" |
---|
455 | long_name="Ground ice latent heat flux" |
---|
456 | unit="W.m-2" /> |
---|
457 | <field id="tauTES" |
---|
458 | long_name="Water ice cloud opacity at TES abs 825 cm-1" |
---|
459 | unit="" /> |
---|
460 | <field id="tauTESap" |
---|
461 | long_name="Water ice cloud opacity at TES abs 825 cm-1" |
---|
462 | unit="" /> |
---|
463 | <field id="mtot" |
---|
464 | long_name="Total mass of water vapor in the column" |
---|
465 | unit="kg.m-2" /> |
---|
466 | <field id="icetot" |
---|
467 | long_name="Total mass of water ice in the atmospheric column" |
---|
468 | unit="kg.m-2" /> |
---|
469 | <field id="reffice" |
---|
470 | long_name="Mean effective radius of water ice in the atmospheric column" |
---|
471 | unit="m" /> |
---|
472 | <field id="Nccntot" |
---|
473 | long_name="Number of water condensation nuclei in the atmospheric column" |
---|
474 | unit="nbr.m-2" /> |
---|
475 | <field id="Mccntot" |
---|
476 | long_name="Mass of water condensation nuclei in the atmospheric column" |
---|
477 | unit="kg.m-2" /> |
---|
478 | <field id="h2o_ice_s" |
---|
479 | long_name="Mass of water ice on the surface" |
---|
480 | unit="kg.m-2" /> |
---|
481 | <field id="h2o_ice_s" |
---|
482 | long_name="Mass of water ice on the surface" |
---|
483 | unit="kg.m-2" /> |
---|
484 | <field id="h2o_ice_s_slope01" |
---|
485 | long_name="Mass of water ice on the surface of slope 01" |
---|
486 | unit="kg.m-2" /> |
---|
487 | <field id="h2o_ice_s_slope02" |
---|
488 | long_name="Mass of water ice on the surface of slope 02" |
---|
489 | unit="kg/m2" /> |
---|
490 | <field id="h2o_ice_s_slope03" |
---|
491 | long_name="Mass of water ice on the surface of slope 03" |
---|
492 | unit="kg/m2" /> |
---|
493 | <field id="h2o_ice_s_slope04" |
---|
494 | long_name="Mass of water ice on the surface of slope 04" |
---|
495 | unit="kg/m2" /> |
---|
496 | <field id="h2o_ice_s_slope05" |
---|
497 | long_name="Mass of water ice on the surface of slope 05" |
---|
498 | unit="kg/m2" /> |
---|
499 | <field id="h2o_ice_s_slope06" |
---|
500 | long_name="Mass of water ice on the surface of slope 06" |
---|
501 | unit="kg/m2" /> |
---|
502 | <field id="h2o_ice_s_slope07" |
---|
503 | long_name="Mass of water ice on the surface of slope 07" |
---|
504 | unit="kg/m2" /> |
---|
505 | <field id="Waterdensity_surface" |
---|
506 | long_name="Waterdensity_surface" |
---|
507 | unit="kg.m-3" /> |
---|
508 | <field id="Waterdensity_surface01" |
---|
509 | long_name="Waterdensity_surface of slope 01" |
---|
510 | unit="kg.m-3" /> |
---|
511 | <field id="Waterdensity_surface02" |
---|
512 | long_name="Waterdensity_surface of slope 02" |
---|
513 | unit="kg.m-3" /> |
---|
514 | <field id="Waterdensity_surface03" |
---|
515 | long_name="Waterdensity_surface of slope 03" |
---|
516 | unit="kg.m-3" /> |
---|
517 | <field id="Waterdensity_surface04" |
---|
518 | long_name="Waterdensity_surface of slope 04" |
---|
519 | unit="kg.m-3" /> |
---|
520 | <field id="Waterdensity_surface05" |
---|
521 | long_name="Waterdensity_surface of slope 05" |
---|
522 | unit="kg.m-3" /> |
---|
523 | <field id="Waterdensity_surface06" |
---|
524 | long_name="Waterdensity_surface of slope 06" |
---|
525 | unit="kg.m-3" /> |
---|
526 | <field id="Waterdensity_surface07" |
---|
527 | long_name="Waterdensity_surface of slope 07" |
---|
528 | unit="kg.m-3" /> |
---|
529 | <field id="h2o_layer1" |
---|
530 | long_name="h2o in the first layer" |
---|
531 | unit="kg/kg" /> |
---|
532 | <field id="co2_layer1" |
---|
533 | long_name="co2 in the first layer" |
---|
534 | unit="kg/kg" /> |
---|
535 | |
---|
536 | |
---|
537 | |
---|
538 | <!-- CO2 cycle --> |
---|
539 | <field id="co2ice" |
---|
540 | long_name="CO2 ice thickness" |
---|
541 | unit="kg.m-2" /> |
---|
542 | <field id="co2ice_slope01" |
---|
543 | long_name="CO2 ice thickness on slope 01" |
---|
544 | unit="kg.m-2" /> |
---|
545 | <field id="co2ice_slope02" |
---|
546 | long_name="CO2 ice thickness on slope 02" |
---|
547 | unit="kg/m2" /> |
---|
548 | <field id="co2ice_slope03" |
---|
549 | long_name="CO2 ice thickness on slope 03" |
---|
550 | unit="kg/m2" /> |
---|
551 | <field id="co2ice_slope04" |
---|
552 | long_name="CO2 ice thickness on slope 04" |
---|
553 | unit="kg/m2" /> |
---|
554 | <field id="co2ice_slope05" |
---|
555 | long_name="CO2 ice thickness on slope 05" |
---|
556 | unit="kg/m2" /> |
---|
557 | <field id="co2ice_slope06" |
---|
558 | long_name="CO2 ice thickness on slope 06" |
---|
559 | unit="kg/m2" /> |
---|
560 | <field id="co2ice_slope07" |
---|
561 | long_name="CO2 ice thickness on slope 07" |
---|
562 | unit="kg/m2" /> |
---|
563 | |
---|
564 | <field id="co2condens_zfallice" |
---|
565 | long_name="CO2 ice tendency on the surface" |
---|
566 | unit="kg.m-2.s-1" /> |
---|
567 | |
---|
568 | <!-- tracer columns (chemistry) --> |
---|
569 | <field id="c_co2" |
---|
570 | long_name="CO2 column" |
---|
571 | unit="mol.cm-2" /> |
---|
572 | <field id="c_co" |
---|
573 | long_name="CO column" |
---|
574 | unit="mol.cm-2" /> |
---|
575 | <field id="c_o" |
---|
576 | long_name="O column" |
---|
577 | unit="mol.cm-2" /> |
---|
578 | <field id="c_o1d" |
---|
579 | long_name="O1d column" |
---|
580 | unit="mol.cm-2" /> |
---|
581 | <field id="c_o2" |
---|
582 | long_name="O2 column" |
---|
583 | unit="mol.cm-2" /> |
---|
584 | <field id="c_o3" |
---|
585 | long_name="O3 column" |
---|
586 | unit="mol.cm-2" /> |
---|
587 | <field id="c_h" |
---|
588 | long_name="H column" |
---|
589 | unit="mol.cm-2" /> |
---|
590 | <field id="c_h2" |
---|
591 | long_name="H2 column" |
---|
592 | unit="mol.cm-2" /> |
---|
593 | <field id="c_oh" |
---|
594 | long_name="OH column" |
---|
595 | unit="mol.cm-2" /> |
---|
596 | <field id="c_ho2" |
---|
597 | long_name="HO2 column" |
---|
598 | unit="mol.cm-2" /> |
---|
599 | <field id="c_h2o2" |
---|
600 | long_name="H2 column" |
---|
601 | unit="mol.cm-2" /> |
---|
602 | <field id="c_n2" |
---|
603 | long_name="N2 column" |
---|
604 | unit="mol.cm-2" /> |
---|
605 | <field id="c_ar" |
---|
606 | long_name="Ar column" |
---|
607 | unit="mol.cm-2" /> |
---|
608 | <field id="c_h2o_ice" |
---|
609 | long_name="H2O_ice column" |
---|
610 | unit="mol.cm-2" /> |
---|
611 | <field id="c_h2o_vap" |
---|
612 | long_name="H2O_vap column" |
---|
613 | unit="mol.cm-2" /> |
---|
614 | <field id="c_n" |
---|
615 | long_name="N column" |
---|
616 | unit="mol.cm-2" /> |
---|
617 | <field id="c_no" |
---|
618 | long_name="NO column" |
---|
619 | unit="mol.cm-2" /> |
---|
620 | <field id="c_no2" |
---|
621 | long_name="NO2 column" |
---|
622 | unit="mol.cm-2" /> |
---|
623 | <field id="c_n2d" |
---|
624 | long_name="N2d column" |
---|
625 | unit="mol.cm-2" /> |
---|
626 | <field id="c_ch4" |
---|
627 | long_name="CH4 column" |
---|
628 | unit="mol.cm-2" /> |
---|
629 | <field id="c_he" |
---|
630 | long_name="He column" |
---|
631 | unit="mol.cm-2" /> |
---|
632 | |
---|
633 | <!-- ions --> |
---|
634 | <field id="c_co2plus" |
---|
635 | long_name="CO2+ column" |
---|
636 | unit="mol.cm-2" /> |
---|
637 | <field id="c_oplus" |
---|
638 | long_name="O+ column" |
---|
639 | unit="mol.cm-2" /> |
---|
640 | <field id="c_o2plus" |
---|
641 | long_name="O2+ column" |
---|
642 | unit="mol.cm-2" /> |
---|
643 | <field id="c_coplus" |
---|
644 | long_name="CO+ column" |
---|
645 | unit="mol.cm-2" /> |
---|
646 | <field id="c_coplus" |
---|
647 | long_name="CO+ column" |
---|
648 | unit="mol.cm-2" /> |
---|
649 | <field id="c_cplus" |
---|
650 | long_name="C+ column" |
---|
651 | unit="mol.cm-2" /> |
---|
652 | <field id="c_nplus" |
---|
653 | long_name="N+ column" |
---|
654 | unit="mol.cm-2" /> |
---|
655 | <field id="c_noplus" |
---|
656 | long_name="NO+ column" |
---|
657 | unit="mol.cm-2" /> |
---|
658 | <field id="c_n2plus" |
---|
659 | long_name="N2+ column" |
---|
660 | unit="mol.cm-2" /> |
---|
661 | <field id="c_hplus" |
---|
662 | long_name="H+ column" |
---|
663 | unit="mol.cm-2" /> |
---|
664 | <field id="c_hco2plus" |
---|
665 | long_name="HCO2+ column" |
---|
666 | unit="mol.cm-2" /> |
---|
667 | <field id="c_hcoplus" |
---|
668 | long_name="HCO+ column" |
---|
669 | unit="mol.cm-2" /> |
---|
670 | <field id="c_h2oplus" |
---|
671 | long_name="H2O+ column" |
---|
672 | unit="mol.cm-2" /> |
---|
673 | <field id="c_h3oplus" |
---|
674 | long_name="H3O+ column" |
---|
675 | unit="mol.cm-2" /> |
---|
676 | <field id="c_ohplus" |
---|
677 | long_name="OH+ column" |
---|
678 | unit="mol.cm-2" /> |
---|
679 | <field id="c_elec" |
---|
680 | long_name="electron column" |
---|
681 | unit="mol.cm-2" /> |
---|
682 | |
---|
683 | <!-- Thermals parametrization --> |
---|
684 | <field id="lmax_th" |
---|
685 | long_name="index of vertical extension of thermals" |
---|
686 | unit="grid level" /> |
---|
687 | <field id="zmax_th" |
---|
688 | long_name="vertical extension of thermals" |
---|
689 | unit="m" /> |
---|
690 | <field id="hfmax_th" |
---|
691 | long_name="maximum heat flux in thermals" |
---|
692 | unit="K.m/s" /> |
---|
693 | <field id="wstar" |
---|
694 | long_name="maximum vertical velocity in thermals" |
---|
695 | unit="m/s" /> |
---|
696 | |
---|
697 | <!-- Subsurface tracers (adsorption) --> |
---|
698 | |
---|
699 | <field id="flux_rego" |
---|
700 | long_name="flux of water from the regolith" |
---|
701 | unit="kg/m^2" /> |
---|
702 | <field id="mass_h2o_soil" |
---|
703 | long_name="Mass of subsurface water column at each point" |
---|
704 | unit="kg m-2" /> |
---|
705 | <field id="mass_ice_soil" |
---|
706 | long_name="Mass of subsurface ice at each point" |
---|
707 | unit="kg m-2" /> |
---|
708 | <field id="nsurf" |
---|
709 | long_name="surface water vapor density" |
---|
710 | unit="kg/m^3" /> |
---|
711 | |
---|
712 | |
---|
713 | </field_group> |
---|
714 | |
---|
715 | <!-- 3D variables --> |
---|
716 | <field_group id="fields_3D" domain_ref="dom_glo" axis_ref="altitude"> |
---|
717 | <!--<field_group id="fields_3D" grid_ref="grid_3d">--> |
---|
718 | |
---|
719 | <field id="zzlay" |
---|
720 | long_name="Midlayer altitude" |
---|
721 | unit="m" /> |
---|
722 | <field id="zzlev" |
---|
723 | long_name="Interlayer altitude" |
---|
724 | unit="m" /> |
---|
725 | <field id="pphi" |
---|
726 | long_name="Geopotential" |
---|
727 | unit="m2.s-2" /> |
---|
728 | |
---|
729 | <!-- main meteorological fields --> |
---|
730 | <field id="temp" |
---|
731 | long_name="Atmospheric temperature" |
---|
732 | unit="K" /> |
---|
733 | <field id="u" |
---|
734 | long_name="Eastward Zonal Wind" |
---|
735 | unit="m.s-1" /> |
---|
736 | <field id="v" |
---|
737 | long_name="Northward Meridional Wind" |
---|
738 | unit="m.s-1" /> |
---|
739 | <field id="w" |
---|
740 | long_name="Vertical Wind (positive when downward)" |
---|
741 | unit="m.s-1" /> |
---|
742 | <field id="rho" |
---|
743 | long_name="Atmospheric density" |
---|
744 | unit="kg.m-3" /> |
---|
745 | <field id="pressure" |
---|
746 | long_name="Atmospheric pressure" |
---|
747 | unit="Pa" /> |
---|
748 | <field id="zplev" |
---|
749 | long_name="Interlayer pressure" |
---|
750 | unit="Pa" /> |
---|
751 | |
---|
752 | <!-- heating rates --> |
---|
753 | <field id="dtrad" |
---|
754 | long_name="total radiative heating rate" |
---|
755 | unit="K.s-1" /> |
---|
756 | <field id="sw_htrt" |
---|
757 | long_name="Shortwave heating rate" |
---|
758 | unit="K.s-1" /> |
---|
759 | <field id="lw_htrt" |
---|
760 | long_name="Longwave heating rate" |
---|
761 | unit="K.s-1" /> |
---|
762 | <field id="q15um" |
---|
763 | long_name="15 um cooling" |
---|
764 | unit="K.s-1" /> |
---|
765 | <field id="qnir" |
---|
766 | long_name="NIR heating rate" |
---|
767 | unit="K.s-1" /> |
---|
768 | <field id="quv" |
---|
769 | long_name="EUV heating rate" |
---|
770 | unit="K.s-1" /> |
---|
771 | <field id="cond" |
---|
772 | long_name="Thermal conduction heating rate" |
---|
773 | unit="K.s-1" /> |
---|
774 | |
---|
775 | <!-- tracers (CO2 and water) --> |
---|
776 | <field id="co2" |
---|
777 | long_name="CO2 mass mixing ratio" |
---|
778 | unit="kg/kg" /> |
---|
779 | <field id="vmr_co2" |
---|
780 | long_name="CO2 volume mixing ratio" |
---|
781 | unit="mol/mol" /> |
---|
782 | <field id="num_co2" |
---|
783 | long_name="CO2 number density" |
---|
784 | unit="cm-3" /> |
---|
785 | <field id="h2o_ice" |
---|
786 | long_name="water ice mass mixing ratio" |
---|
787 | unit="kg/kg" /> |
---|
788 | <field id="vmr_h2oice" |
---|
789 | long_name="water ice volume mixing ratio" |
---|
790 | unit="mol/mol" /> |
---|
791 | <field id="vmr_h2o_ice" |
---|
792 | long_name="water ice volume mixing ratio" |
---|
793 | unit="mol/mol" /> |
---|
794 | <field id="num_h2o_ice" |
---|
795 | long_name="water ice number density" |
---|
796 | unit="cm-3" /> |
---|
797 | <field id="h2o_vap" |
---|
798 | long_name="water vapor mass mixing ratio" |
---|
799 | unit="kg/kg" /> |
---|
800 | <field id="vmr_h2ovap" |
---|
801 | long_name="water vapor volume mixing ratio" |
---|
802 | unit="mol/mol" /> |
---|
803 | <field id="vmr_h2o_vap" |
---|
804 | long_name="water vapor volume mixing ratio" |
---|
805 | unit="mol/mol" /> |
---|
806 | <field id="num_h2o_vap" |
---|
807 | long_name="water vapor number density" |
---|
808 | unit="cm-3" /> |
---|
809 | |
---|
810 | <!-- tracers (chemistry) --> |
---|
811 | <field id="co" |
---|
812 | long_name="CO mass mixing ratio" |
---|
813 | unit="kg/kg" /> |
---|
814 | <field id="vmr_co" |
---|
815 | long_name="CO volume mixing ratio" |
---|
816 | unit="mol/mol" /> |
---|
817 | <field id="num_co" |
---|
818 | long_name="CO number density" |
---|
819 | unit="cm-3" /> |
---|
820 | <field id="o" |
---|
821 | long_name="O mass mixing ratio" |
---|
822 | unit="kg/kg" /> |
---|
823 | <field id="vmr_o" |
---|
824 | long_name="O volume mixing ratio" |
---|
825 | unit="mol/mol" /> |
---|
826 | <field id="num_o" |
---|
827 | long_name="O number density" |
---|
828 | unit="cm-3" /> |
---|
829 | <field id="o1d" |
---|
830 | long_name="O1d mass mixing ratio" |
---|
831 | unit="kg/kg" /> |
---|
832 | <field id="vmr_o1d" |
---|
833 | long_name="O1d volume mixing ratio" |
---|
834 | unit="mol/mol" /> |
---|
835 | <field id="num_o1d" |
---|
836 | long_name="O1d number density" |
---|
837 | unit="cm-3" /> |
---|
838 | <field id="o2" |
---|
839 | long_name="O2 mass mixing ratio" |
---|
840 | unit="kg/kg" /> |
---|
841 | <field id="vmr_o2" |
---|
842 | long_name="O2 volume mixing ratio" |
---|
843 | unit="mol/mol" /> |
---|
844 | <field id="num_o2" |
---|
845 | long_name="O2 number density" |
---|
846 | unit="cm-3" /> |
---|
847 | <field id="o3" |
---|
848 | long_name="O3 mass mixing ratio" |
---|
849 | unit="kg/kg" /> |
---|
850 | <field id="vmr_o3" |
---|
851 | long_name="O3 volume mixing ratio" |
---|
852 | unit="mol/mol" /> |
---|
853 | <field id="num_o3" |
---|
854 | long_name="O3 number density" |
---|
855 | unit="cm-3" /> |
---|
856 | <field id="h" |
---|
857 | long_name="H mass mixing ratio" |
---|
858 | unit="kg/kg" /> |
---|
859 | <field id="vmr_h" |
---|
860 | long_name="H volume mixing ratio" |
---|
861 | unit="mol/mol" /> |
---|
862 | <field id="num_h" |
---|
863 | long_name="H number density" |
---|
864 | unit="cm-3" /> |
---|
865 | <field id="h2" |
---|
866 | long_name="H2 mass mixing ratio" |
---|
867 | unit="kg/kg" /> |
---|
868 | <field id="vmr_h2" |
---|
869 | long_name="H2 volume mixing ratio" |
---|
870 | unit="mol/mol" /> |
---|
871 | <field id="num_h2" |
---|
872 | long_name="H2 number density" |
---|
873 | unit="cm-3" /> |
---|
874 | <field id="oh" |
---|
875 | long_name="OH mass mixing ratio" |
---|
876 | unit="kg/kg" /> |
---|
877 | <field id="vmr_oh" |
---|
878 | long_name="OH volume mixing ratio" |
---|
879 | unit="mol/mol" /> |
---|
880 | <field id="num_oh" |
---|
881 | long_name="OH number density" |
---|
882 | unit="cm-3" /> |
---|
883 | <field id="ho2" |
---|
884 | long_name="HO2 mass mixing ratio" |
---|
885 | unit="kg/kg" /> |
---|
886 | <field id="vmr_ho2" |
---|
887 | long_name="HO2 volume mixing ratio" |
---|
888 | unit="mol/mol" /> |
---|
889 | <field id="num_ho2" |
---|
890 | long_name="HO2 number density" |
---|
891 | unit="cm-3" /> |
---|
892 | <field id="h2o2" |
---|
893 | long_name="H2O2 mass mixing ratio" |
---|
894 | unit="kg/kg" /> |
---|
895 | <field id="vmr_h2o2" |
---|
896 | long_name="H2O2 volume mixing ratio" |
---|
897 | unit="mol/mol" /> |
---|
898 | <field id="num_h2o2" |
---|
899 | long_name="H2O2 number density" |
---|
900 | unit="cm-3" /> |
---|
901 | <field id="n2" |
---|
902 | long_name="N2 mass mixing ratio" |
---|
903 | unit="kg/kg" /> |
---|
904 | <field id="vmr_n2" |
---|
905 | long_name="N2 volume mixing ratio" |
---|
906 | unit="mol/mol" /> |
---|
907 | <field id="num_n2" |
---|
908 | long_name="N2 number density" |
---|
909 | unit="cm-3" /> |
---|
910 | <field id="ar" |
---|
911 | long_name="Ar mass mixing ratio" |
---|
912 | unit="kg/kg" /> |
---|
913 | <field id="vmr_ar" |
---|
914 | long_name="Ar volume mixing ratio" |
---|
915 | unit="mol/mol" /> |
---|
916 | <field id="num_ar" |
---|
917 | long_name="Ar number density" |
---|
918 | unit="cm-3" /> |
---|
919 | <field id="num_n" |
---|
920 | long_name="N number density" |
---|
921 | unit="cm-3" /> |
---|
922 | <field id="num_no" |
---|
923 | long_name="NO number density" |
---|
924 | unit="cm-3" /> |
---|
925 | <field id="num_no2" |
---|
926 | long_name="NO2 number density" |
---|
927 | unit="cm-3" /> |
---|
928 | <field id="num_n2d" |
---|
929 | long_name="N2d number density" |
---|
930 | unit="cm-3" /> |
---|
931 | <field id="ch4" |
---|
932 | long_name="CH4 mass mixing ratio" |
---|
933 | unit="kg/kg" /> |
---|
934 | <field id="vmr_ch4" |
---|
935 | long_name="CH4 volume mixing ratio" |
---|
936 | unit="mol/mol" /> |
---|
937 | <field id="num_ch4" |
---|
938 | long_name="CH4 number density" |
---|
939 | unit="cm-3" /> |
---|
940 | <field id="he" |
---|
941 | long_name="He mass mixing ratio" |
---|
942 | unit="kg/kg" /> |
---|
943 | <field id="vmr_he" |
---|
944 | long_name="He volume mixing ratio" |
---|
945 | unit="mol/mol" /> |
---|
946 | <field id="num_he" |
---|
947 | long_name="He number density" |
---|
948 | unit="cm-3" /> |
---|
949 | |
---|
950 | <!-- ions --> |
---|
951 | <field id="num_co2plus" |
---|
952 | long_name="CO2+ number density" |
---|
953 | unit="cm-3" /> |
---|
954 | <field id="num_oplus" |
---|
955 | long_name="O+ number density" |
---|
956 | unit="cm-3" /> |
---|
957 | <field id="num_o2plus" |
---|
958 | long_name="O2+ number density" |
---|
959 | unit="cm-3" /> |
---|
960 | <field id="num_coplus" |
---|
961 | long_name="CO+ number density" |
---|
962 | unit="cm-3" /> |
---|
963 | <field id="num_coplus" |
---|
964 | long_name="CO+ number density" |
---|
965 | unit="cm-3" /> |
---|
966 | <field id="num_cplus" |
---|
967 | long_name="C+ number density" |
---|
968 | unit="cm-3" /> |
---|
969 | <field id="num_nplus" |
---|
970 | long_name="N+ number density" |
---|
971 | unit="cm-3" /> |
---|
972 | <field id="num_noplus" |
---|
973 | long_name="NO+ number density" |
---|
974 | unit="cm-3" /> |
---|
975 | <field id="num_n2plus" |
---|
976 | long_name="N2+ number density" |
---|
977 | unit="cm-3" /> |
---|
978 | <field id="num_hplus" |
---|
979 | long_name="H+ number density" |
---|
980 | unit="cm-3" /> |
---|
981 | <field id="num_hco2plus" |
---|
982 | long_name="HCO2+ number density" |
---|
983 | unit="cm-3" /> |
---|
984 | <field id="num_hcoplus" |
---|
985 | long_name="HCO+ number density" |
---|
986 | unit="cm-3" /> |
---|
987 | <field id="num_h2oplus" |
---|
988 | long_name="H2O+ number density" |
---|
989 | unit="cm-3" /> |
---|
990 | <field id="num_h3oplus" |
---|
991 | long_name="H3O+ number density" |
---|
992 | unit="cm-3" /> |
---|
993 | <field id="num_ohplus" |
---|
994 | long_name="OH+ number density" |
---|
995 | unit="cm-3" /> |
---|
996 | <field id="num_elec" |
---|
997 | long_name="electron number density" |
---|
998 | unit="cm-3" /> |
---|
999 | |
---|
1000 | <!-- Dust cycle parametrization --> |
---|
1001 | <field id="reffdust" |
---|
1002 | long_name="Dust effective radius" |
---|
1003 | unit="m" /> |
---|
1004 | <field id="rdust" |
---|
1005 | long_name="Dust radius" |
---|
1006 | unit="m" /> |
---|
1007 | <field id="dustq" |
---|
1008 | long_name="Dust mass mixing ratio" |
---|
1009 | unit="kg/kg" /> |
---|
1010 | <field id="dustN" |
---|
1011 | long_name="Dust number mixing ratio" |
---|
1012 | unit="part/kg" /> |
---|
1013 | <field id="dsodust_TES" |
---|
1014 | long_name="Density scaled extinction opacity of std dust at 9.3um(TES)" |
---|
1015 | unit="m2.kg-1" /> |
---|
1016 | <field id="dso_TES" |
---|
1017 | long_name="Density scaled extinction opacity of all dust at 9.3um(TES)" |
---|
1018 | unit="m2.kg-1" /> |
---|
1019 | <field id="dsodust" |
---|
1020 | long_name="Density scaled extinction opacity of std dust at 21.6um(MCS)" |
---|
1021 | unit="m2.kg-1" /> |
---|
1022 | <field id="dso" |
---|
1023 | long_name="Density scaled extinction opacity of all dust at 21.6um(MCS)" |
---|
1024 | unit="m2.kg-1" /> |
---|
1025 | <field id="aerosol_dust" |
---|
1026 | long_name="Opacity of background dust" |
---|
1027 | unit="" /> |
---|
1028 | |
---|
1029 | <field id="reffstormdust" |
---|
1030 | long_name="Stormdust dust effective radius" |
---|
1031 | unit="m" /> |
---|
1032 | <field id="rstormdust" |
---|
1033 | long_name="Stormdust dust radius" |
---|
1034 | unit="m" /> |
---|
1035 | <field id="dsords_TES" |
---|
1036 | long_name="Density scaled extinction opacity of stormdust at 9.3um(TES)" |
---|
1037 | unit="m2.kg-1" /> |
---|
1038 | <field id="dsords" |
---|
1039 | long_name="Density scaled extinction opacity of stormdust at 21.6um(MCS)" |
---|
1040 | unit="m2.kg-1" /> |
---|
1041 | <field id="rdsdustq" |
---|
1042 | long_name="Stormdust dust mass mixing ratio" |
---|
1043 | unit="kg/kg" /> |
---|
1044 | <field id="rdsdustqmodel" |
---|
1045 | long_name="Stormdust dust mass mixing ratio" |
---|
1046 | unit="kg/kg" /> |
---|
1047 | <field id="rdsdustN" |
---|
1048 | long_name="Stormdust dust number mixing ratio" |
---|
1049 | unit="part/kg" /> |
---|
1050 | <field id="rdsdustN" |
---|
1051 | long_name="Stormdust dust number mixing ratio" |
---|
1052 | unit="part/kg" /> |
---|
1053 | <field id="wspeed_stormdust" |
---|
1054 | long_name="vertical velocity of stormdust" |
---|
1055 | unit="m/s" /> |
---|
1056 | <field id="zdqsed_dust_mass" |
---|
1057 | long_name="sedimentation tendency of background dust mmr" |
---|
1058 | unit="kg/kg.s-1" /> |
---|
1059 | <field id="zdqsed_dust_number" |
---|
1060 | long_name="sedimentation tendency of background dust number" |
---|
1061 | unit="nbr/kg.s-1" /> |
---|
1062 | <field id="zdqsed_stormdust_mass" |
---|
1063 | long_name="sedimentation tendency of stormdust dust mmr" |
---|
1064 | unit="kg/kg.s-1" /> |
---|
1065 | <field id="aerosol_stormdust" |
---|
1066 | long_name="Opacity of stormdust dust" |
---|
1067 | unit="" /> |
---|
1068 | <field id="rds_lapserate" |
---|
1069 | long_name="lapse rate in the rocket dust storm" |
---|
1070 | unit="K/m" /> |
---|
1071 | <field id="rds_deltahr" |
---|
1072 | long_name="extra heating rate in the rocket dust storm" |
---|
1073 | unit="K/s" /> |
---|
1074 | |
---|
1075 | <field id="topdustq" |
---|
1076 | long_name="Topdust dust mass mixing ratio" |
---|
1077 | unit="kg/kg" /> |
---|
1078 | <field id="topdustN" |
---|
1079 | long_name="Topdust dust number mixing ratio" |
---|
1080 | unit="part/kg" /> |
---|
1081 | <field id="refftopdust" |
---|
1082 | long_name="Topdust dust effective radius" |
---|
1083 | unit="m" /> |
---|
1084 | <field id="dsotop_TES" |
---|
1085 | long_name="Density scaled extinction opacity of topdust at 9.3um(TES)" |
---|
1086 | unit="m2.kg-1" /> |
---|
1087 | <field id="dsotop" |
---|
1088 | long_name="Density scaled extinction opacity of topdust at 21.6um(MCS)" |
---|
1089 | unit="m2.kg-1" /> |
---|
1090 | |
---|
1091 | |
---|
1092 | <!-- Water cycle parametrization --> |
---|
1093 | <field id="rice" |
---|
1094 | long_name="Water ice particle size" |
---|
1095 | unit="m" /> |
---|
1096 | <field id="h2o_saturation" |
---|
1097 | long_name="h2o vapor saturation ratio" |
---|
1098 | unit="" /> |
---|
1099 | <field id="watercloud_pdqh2oice" |
---|
1100 | long_name="pdqcloud_h2o_ice after microphysics" |
---|
1101 | unit="kg/kg.s-1" /> |
---|
1102 | <field id="watercloud_pdqh2ovap" |
---|
1103 | long_name="pdqcloud_h2o_vap after microphysics" |
---|
1104 | unit="kg/kg.s-1" /> |
---|
1105 | <field id="watercloud_pdqhdoice" |
---|
1106 | long_name="pdqcloud_hdo_ice after microphysics" |
---|
1107 | unit="kg/kg.s-1" /> |
---|
1108 | <field id="watercloud_pdqhdovap" |
---|
1109 | long_name="pdqcloud_hdo_vap after microphysics" |
---|
1110 | unit="kg/kg.s-1" /> |
---|
1111 | |
---|
1112 | <field id="zpotcond_inst" |
---|
1113 | long_name="zpotcond_inst microphysics" |
---|
1114 | unit="(kg/kg)" /> |
---|
1115 | <field id="zpotcond_full" |
---|
1116 | long_name="zpotcond_full microphysics" |
---|
1117 | unit="(kg/kg)" /> |
---|
1118 | <field id="zpotcond" |
---|
1119 | long_name="zpotcond microphysics" |
---|
1120 | unit="(kg/kg)" /> |
---|
1121 | <field id="count_micro" |
---|
1122 | long_name="count_micro after microphysics" |
---|
1123 | unit="integer" /> |
---|
1124 | |
---|
1125 | <field id="zdqcloud_ice" |
---|
1126 | long_name="cloud ice" |
---|
1127 | unit="kg.m-2.s-1" /> |
---|
1128 | <field id="zdqcloud_vap" |
---|
1129 | long_name="cloud vap" |
---|
1130 | unit="kg.m-2.s-1" /> |
---|
1131 | <field id="zdqcloud" |
---|
1132 | long_name="cloud" |
---|
1133 | unit="kg.m-2.s-1" /> |
---|
1134 | |
---|
1135 | <!-- CO2 condensation parametrization --> |
---|
1136 | <field id="co2condens_pdtc" |
---|
1137 | long_name="Temperature tendency due to CO2 condensation" |
---|
1138 | unit="K.s-1" /> |
---|
1139 | |
---|
1140 | <!-- Non-orographic GW parametrization --> |
---|
1141 | <field id="nonoro_bv" |
---|
1142 | long_name="Brunt Vaisala frequency in nonoro" |
---|
1143 | unit="Hz" /> |
---|
1144 | <field id="nonoro_u_epflux_tot" |
---|
1145 | long_name="Total EP Flux along U in nonoro" |
---|
1146 | unit="" /> |
---|
1147 | <field id="nonoro_v_epflux_tot" |
---|
1148 | long_name="Total EP Flux along V in nonoro" |
---|
1149 | unit="" /> |
---|
1150 | <field id="du_nonoro_gwd" |
---|
1151 | long_name="Tendency on U due to nonoro GW" |
---|
1152 | unit="m.s-2" /> |
---|
1153 | <field id="dv_nonoro_gwd" |
---|
1154 | long_name="Tendency on V due to nonoro GW" |
---|
1155 | unit="m.s-2" /> |
---|
1156 | |
---|
1157 | </field_group> |
---|
1158 | |
---|
1159 | <!-- soil variables --> |
---|
1160 | <field_group id="fields_soil" domain_ref="dom_glo" axis_ref="soil_layers"> |
---|
1161 | <field id="soiltemp" |
---|
1162 | long_name="Soil temperature" |
---|
1163 | unit="K" /> |
---|
1164 | <field id="soiltemp_slope01" |
---|
1165 | long_name="Soil temperature for slope 01" |
---|
1166 | unit="K" /> |
---|
1167 | <field id="soiltemp_slope02" |
---|
1168 | long_name="Soil temperature for slope 02" |
---|
1169 | unit="K" /> |
---|
1170 | <field id="soiltemp_slope03" |
---|
1171 | long_name="Soil temperature for slope 03" |
---|
1172 | unit="K" /> |
---|
1173 | <field id="soiltemp_slope04" |
---|
1174 | long_name="Soil temperature for slope 04" |
---|
1175 | unit="K" /> |
---|
1176 | <field id="soiltemp_slope05" |
---|
1177 | long_name="Soil temperature for slope 05" |
---|
1178 | unit="K" /> |
---|
1179 | <field id="soiltemp_slope06" |
---|
1180 | long_name="Soil temperature for slope 06" |
---|
1181 | unit="K" /> |
---|
1182 | <field id="soiltemp_slope07" |
---|
1183 | long_name="Soil temperature for slope 07" |
---|
1184 | unit="K" /> |
---|
1185 | <field id="inertiedat" |
---|
1186 | long_name="Soil thermal inertia" |
---|
1187 | unit="J/kg/K" /> |
---|
1188 | <field id="inertiesoil_slope01" |
---|
1189 | long_name="Soil thermal inertia for slope 01" |
---|
1190 | unit="J/kg/K" /> |
---|
1191 | <field id="inertiesoil_slope02" |
---|
1192 | long_name="Soil thermal inertia for slope 02" |
---|
1193 | unit="J/kg/K" /> |
---|
1194 | <field id="inertiesoil_slope03" |
---|
1195 | long_name="Soil thermal inertia for slope 03" |
---|
1196 | unit="J/kg/K" /> |
---|
1197 | <field id="inertiesoil_slope04" |
---|
1198 | long_name="Soil thermal inertia for slope 04" |
---|
1199 | unit="J/kg/K" /> |
---|
1200 | <field id="inertiesoil_slope05" |
---|
1201 | long_name="Soil thermal inertia for slope 05" |
---|
1202 | unit="J/kg/K" /> |
---|
1203 | <field id="inertiesoil_slope06" |
---|
1204 | long_name="Soil thermal inertia for slope 06" |
---|
1205 | unit="J/kg/K" /> |
---|
1206 | <field id="inertiesoil_slope07" |
---|
1207 | long_name="Soil thermal inertia for slope 07" |
---|
1208 | unit="J/kg/K" /> |
---|
1209 | <field id="Waterdensity_soil" |
---|
1210 | long_name="Waterdensity_soil" |
---|
1211 | unit="kg.m-3" /> |
---|
1212 | <field id="Waterdensity_soil_slope01" |
---|
1213 | long_name="Waterdensity_soil of slope 01" |
---|
1214 | unit="kg.m-3" /> |
---|
1215 | <field id="Waterdensity_soil_slope02" |
---|
1216 | long_name="Waterdensity_soil of slope 02" |
---|
1217 | unit="kg.m-3" /> |
---|
1218 | <field id="Waterdensity_soil_slope03" |
---|
1219 | long_name="Waterdensity_soil of slope 03" |
---|
1220 | unit="kg.m-3" /> |
---|
1221 | <field id="Waterdensity_soil_slope04" |
---|
1222 | long_name="Waterdensity_soil of slope 04" |
---|
1223 | unit="kg.m-3" /> |
---|
1224 | <field id="Waterdensity_soil_slope05" |
---|
1225 | long_name="Waterdensity_soil of slope 05" |
---|
1226 | unit="kg.m-3" /> |
---|
1227 | <field id="Waterdensity_soil_slope06" |
---|
1228 | long_name="Waterdensity_soil of slope 06" |
---|
1229 | unit="kg.m-3" /> |
---|
1230 | <field id="Waterdensity_soil_slope07" |
---|
1231 | long_name="Waterdensity_soil of slope 07" |
---|
1232 | unit="kg.m-3" /> |
---|
1233 | <field id="zdqsdif_ssi_frost" |
---|
1234 | long_name="Flux between frost and subsurface" |
---|
1235 | unit="kg.m-2.s-1" /> |
---|
1236 | <field id="subtimestep" |
---|
1237 | long_name="vdifc substimestep length" |
---|
1238 | unit="s" /> |
---|
1239 | <field id="zdq_subtimestep" |
---|
1240 | long_name="Actual flux zdqsdif*subtimestep" |
---|
1241 | unit="kg.m-2" /> |
---|
1242 | <field id="zdq_end" |
---|
1243 | long_name="Flux after all contributions" |
---|
1244 | unit="kg.m-2.s-1" /> |
---|
1245 | <field id="flux_soillayer" |
---|
1246 | long_name="flux of water between the soil layers" |
---|
1247 | unit="kg.m-2.s-1" /> |
---|
1248 | <field id="ice_saturation_soil" |
---|
1249 | long_name="Water ice saturation in the soil layers" |
---|
1250 | unit="Percent" /> |
---|
1251 | <field id="znsoil" |
---|
1252 | long_name="Water vapor soil concentration" |
---|
1253 | unit="kg m-3 of pore air" /> |
---|
1254 | <field id="nsatsoil" |
---|
1255 | long_name="subsurface water vapor saturation density" |
---|
1256 | unit="kg/m^3" /> |
---|
1257 | <field id="adswater" |
---|
1258 | long_name="subsurface adsorbed water" |
---|
1259 | unit="kg/m^3" /> |
---|
1260 | <field id="coeff_diffusion_soil" |
---|
1261 | long_name="interlayer diffusion coefficient" |
---|
1262 | unit="m^2/s" /> |
---|
1263 | |
---|
1264 | |
---|
1265 | </field_group> |
---|
1266 | |
---|
1267 | </field_definition> |
---|