source: trunk/LMDZ.MARS/deftank/field_def_physics_mars.xml @ 3547

Last change on this file since 3547 was 3346, checked in by jbclement, 7 months ago

Mars PCM:
Correction of a variable name in the xml definition file causing an XIOS error because of a change in r3337.
JBC

File size: 54.2 KB
RevLine 
[2376]1<!-- =========================================================================================================== -->
2<!-- field_def_physics_mars.xml                                                                                  -->
3<!-- Definition of all existing variables that can be output from Martian physics                                -->
4<!-- =========================================================================================================== -->
5
[3122]6    <field_definition prec="4"
[2376]7                      freq_op="1ts"
8                      enabled=".TRUE.">
[3122]9
[2376]10        <!-- 0D variables -->
11        <field_group id="fields_0D" grid_ref="scalarpoint">
[2934]12            <field id="Ls"
[2376]13                   long_name="Solar longitude"
14                   unit="degrees" />
[2934]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
[3052]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
[3122]152        </field_group>
[2547]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
[3122]173
[2376]174        <!-- 2D variables -->
175        <field_group id="fields_2D" domain_ref="dom_glo">
[2934]176            <field id="area"
177                   long_name="Mesh area"
178                   unit="m2" />
179            <field id="phisfi"
[3122]180                   long_name="Surface geopotential"
[2934]181                   unit="m2.s-2" />
182            <field id="emis"
[3122]183                   long_name="Surface emissivity"
[2934]184                   unit="" />
185            <field id="emis_slope01"
[3122]186                   long_name="Surface emissivity of slope 01"
[2934]187                   unit="" />
[2963]188            <field id="emis_slope02"
[3122]189                   long_name="Surface emissivity of slope 02"
[2963]190                   unit="" />
191            <field id="emis_slope03"
[3122]192                   long_name="Surface emissivity of slope 03"
[2963]193                   unit="" />
194            <field id="emis_slope04"
[3122]195                   long_name="Surface emissivity of slope 04"
[2963]196                   unit="" />
197            <field id="emis_slope05"
[3122]198                   long_name="Surface emissivity of slope 05"
[2963]199                   unit="" />
200            <field id="emis_slope06"
[3122]201                   long_name="Surface emissivity of slope 06"
[2963]202                   unit="" />
203            <field id="emis_slope07"
[3122]204                   long_name="Surface emissivity of slope 07"
[2963]205                   unit="" />
[2934]206            <field id="albedo"
[3122]207                   long_name="Albedo of the surface"
[2934]208                   unit="" />
209            <field id="albedo_slope01"
[3122]210                   long_name="Albedo of the surface for slope 01"
[2934]211                   unit="" />
[2963]212            <field id="albedo_slope02"
[3122]213                   long_name="Albedo of the surface for slope 02"
[2963]214                   unit="" />
215            <field id="albedo_slope03"
[3122]216                   long_name="Albedo of the surface for slope 03"
[2963]217                   unit="" />
218            <field id="albedo_slope04"
[3122]219                   long_name="Albedo of the surface for slope 04"
[2963]220                   unit="" />
221            <field id="albedo_slope05"
[3122]222                   long_name="Albedo of the surface for slope 05"
[2963]223                   unit="" />
224            <field id="albedo_slope06"
[3122]225                   long_name="Albedo of the surface for slope 06"
[2963]226                   unit="" />
227            <field id="albedo_slope07"
[3122]228                   long_name="Albedo of the surface for slope 07"
[2963]229                   unit="" />
[2934]230            <field id="local_time"
[3122]231                   long_name="Local time"
[2934]232                   unit="sol" />
233
[2376]234            <field id="ps"
[3122]235                   long_name="Surface Pressure"
[2376]236                   unit="Pa" />
237            <field id="tsurf"
238                   long_name="Surface Temperature"
239                   unit="K" />
[2934]240            <field id="tsurf_slope01"
241                   long_name="Surface Temperature of slope 01"
242                   unit="K" />
[2963]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" />
[2934]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"
[3122]270                   long_name="Longwave radiation at the surface"
[2934]271                   unit="W.m-2" />
272            <field id="fluxsurf_lw_slope01"
[3122]273                   long_name="Longwave radiation at the surface on slope 01"
[2934]274                   unit="W.m-2" />
[2963]275            <field id="fluxsurf_lw_slope02"
[3122]276                   long_name="Longwave radiation at the surface on slope 02"
[2963]277                   unit="W.m-2" />
278            <field id="fluxsurf_lw_slope03"
[3122]279                   long_name="Longwave radiation at the surface on slope 03"
[2963]280                   unit="W.m-2" />
281            <field id="fluxsurf_lw_slope04"
[3122]282                   long_name="Longwave radiation at the surface on slope 04"
[2963]283                   unit="W.m-2" />
284            <field id="fluxsurf_lw_slope05"
[3122]285                   long_name="Longwave radiation at the surface on slope 05"
[2963]286                   unit="W.m-2" />
287            <field id="fluxsurf_lw_slope06"
[3122]288                   long_name="Longwave radiation at the surface on slope 06"
[2963]289                   unit="W.m-2" />
290            <field id="fluxsurf_lw_slope07"
[3122]291                   long_name="Longwave radiation at the surface on slope 07"
[2963]292                   unit="W.m-2" />
[3052]293
[2934]294            <field id="fluxtop_lw"
[3122]295                   long_name="Longwave radiation at the top of the atmosphere"
[2934]296                   unit="W.m-2" />
[3052]297            <field id="fluxtop_dn_sw"
[3122]298                   long_name="Incoming shortwave radiation at the top of the atmosphere"
[3052]299                   unit="W.m-2" />
[3038]300            <field id="fluxtop_up_sw"
[3122]301                   long_name="Upward shortwave radiation at the top of the atmosphere"
[3038]302                   unit="W.m-2" />
[2934]303
304            <field id="fluxsurf_dn_sw"
[3122]305                   long_name="Incoming shortwave radiation at the surface"
[2934]306                   unit="W.m-2" />
307            <field id="fluxsurf_dn_sw_slope01"
[3122]308                   long_name="Incoming shortwave radiation at the surface on slope 01"
[2934]309                   unit="W.m-2" />
[2963]310            <field id="fluxsurf_dn_sw_slope02"
[3122]311                   long_name="Incoming shortwave radiation at the surface on slope 02"
[2963]312                   unit="W.m-2" />
313            <field id="fluxsurf_dn_sw_slope03"
[3122]314                   long_name="Incoming shortwave radiation at the surface on slope 03"
[2963]315                   unit="W.m-2" />
316            <field id="fluxsurf_dn_sw_slope04"
[3122]317                   long_name="Incoming shortwave radiation at the surface on slope 04"
[2963]318                   unit="W.m-2" />
319            <field id="fluxsurf_dn_sw_slope05"
[3122]320                   long_name="Incoming shortwave radiation at the surface on slope 05"
[2963]321                   unit="W.m-2" />
322            <field id="fluxsurf_dn_sw_slope06"
[3122]323                   long_name="Incoming shortwave radiation at the surface on slope 06"
[2963]324                   unit="W.m-2" />
325            <field id="fluxsurf_dn_sw_slope07"
[3122]326                   long_name="Incoming shortwave radiation at the surface on slope 07"
[2963]327                   unit="W.m-2" />
[3122]328
[2934]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" />
[2963]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" />
[2934]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" />
[2963]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" />
[2934]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" />
[3122]411
[2934]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"
[3122]431                   unit="kg.m-2" />
[2934]432            <field id="watercap_slope01"
433                   long_name="Perennial water ice thickness of slope 01"
[3122]434                   unit="kg.m-2" />
[2963]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" />
[3122]453
[2934]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="" />
[3026]460            <field id="tauTESap"
461                   long_name="Water ice cloud opacity at TES abs 825 cm-1"
462                   unit="" />
[2934]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" />
[3112]481            <field id="h2o_ice_s"
482                   long_name="Mass of water ice on the surface"
483                   unit="kg.m-2" />
[2934]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" />
[2963]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" />
[3122]505            <field id="waterdensity_surface"
506                   long_name="waterdensity_surface"
[3112]507                   unit="kg.m-3" />
[3122]508            <field id="waterdensity_surface01"
509                   long_name="waterdensity_surface of slope 01"
[2965]510                   unit="kg.m-3" />
[3122]511            <field id="waterdensity_surface02"
512                   long_name="waterdensity_surface of slope 02"
[2965]513                   unit="kg.m-3" />
[3122]514            <field id="waterdensity_surface03"
515                   long_name="waterdensity_surface of slope 03"
[2965]516                   unit="kg.m-3" />
[3122]517            <field id="waterdensity_surface04"
518                   long_name="waterdensity_surface of slope 04"
[2965]519                   unit="kg.m-3" />
[3122]520            <field id="waterdensity_surface05"
521                   long_name="waterdensity_surface of slope 05"
[2965]522                   unit="kg.m-3" />
[3122]523            <field id="waterdensity_surface06"
524                   long_name="waterdensity_surface of slope 06"
[2965]525                   unit="kg.m-3" />
[3122]526            <field id="waterdensity_surface07"
527                   long_name="waterdensity_surface of slope 07"
[2965]528                   unit="kg.m-3" />
[2963]529            <field id="h2o_layer1"
[3122]530                   long_name="h2o in the first layer"
[2963]531                   unit="kg/kg" />
532            <field id="co2_layer1"
[3122]533                   long_name="co2 in the first layer"
[2963]534                   unit="kg/kg" />
[3253]535            <!-- Subsurface ice interactions -->
536            <field id="zdqsdif_ssi_frost_tot"
537                   long_name="Flux between frost and subsurface ice"
538                   unit="kg.m-2.s-1" />
539            <field id="zdqsdif_ssi_atm_tot"
540                   long_name="Flux between atmosphere and subsurface ice"
541                   unit="kg.m-2.s-1" />
542             <field id="zdqsdif_ssi_tot"
543                   long_name="Total flux echanged with subsurface ice"
[3331]544                   unit="kg.m-2.s-1" />
[2963]545
[3325]546            <!-- Water ice sublimation parameters -->
547            <field id="rib_dry_vdif_cd"
548                   long_name="Dry Richardson number in vdif_cd"
549                   unit="1" />
550            <field id="rib_vdif_cd"
551                   long_name="Richardson number in vdif_cd"
552                   unit="1" />
553            <field id="fm_vdif_cd"
554                   long_name="Momentum stability function  in vdif_cd"
555                   unit="1" />
556            <field id="fh_vdif_cd"
557                   long_name="Heat stability function  in vdif_cd"
558                   unit="1" />
559            <field id="z0t_vdif_cd"
560                   long_name="Thermal roughness length  in vdif_cd"
561                   unit="1" />   
562            <field id="z0_vdif_cd"
563                   long_name="Momentum roughness length  in vdif_cd"
564                   unit="1" />   
565            <field id="Reynolds_vdif_cd"
566                   long_name="Reynolds number in vdif_cd"
567                   unit="1" />   
568
[2934]569            <!-- CO2 cycle -->
[2376]570            <field id="co2ice"
571                   long_name="CO2 ice thickness"
[2934]572                   unit="kg.m-2" />
573            <field id="co2ice_slope01"
574                   long_name="CO2 ice thickness on slope 01"
575                   unit="kg.m-2" />
[2963]576            <field id="co2ice_slope02"
577                   long_name="CO2 ice thickness on slope 02"
578                   unit="kg/m2" />
579            <field id="co2ice_slope03"
580                   long_name="CO2 ice thickness on slope 03"
581                   unit="kg/m2" />
582            <field id="co2ice_slope04"
583                   long_name="CO2 ice thickness on slope 04"
584                   unit="kg/m2" />
585            <field id="co2ice_slope05"
586                   long_name="CO2 ice thickness on slope 05"
587                   unit="kg/m2" />
588            <field id="co2ice_slope06"
589                   long_name="CO2 ice thickness on slope 06"
590                   unit="kg/m2" />
591            <field id="co2ice_slope07"
592                   long_name="CO2 ice thickness on slope 07"
593                   unit="kg/m2" />
594
[3136]595            <field id="perennial_co2ice"
596                   long_name="Perennial co2 ice thickness"
597                   unit="kg.m-2" />
598            <field id="perennial_co2ice_slope01"
599                   long_name="Perennial co2 ice thickness of slope 01"
600                   unit="kg.m-2" />
601            <field id="perennial_co2ice_slope02"
602                   long_name="Perennial co2 ice thickness of slope 02"
603                   unit="kg/m2" />
604            <field id="perennial_co2ice_slope03"
605                   long_name="Perennial co2 ice thickness of slope 03"
606                   unit="kg/m2" />
607            <field id="perennial_co2ice_slope04"
608                   long_name="Perennial co2 ice thickness of slope 04"
609                   unit="kg/m2" />
610            <field id="perennial_co2ice_slope05"
611                   long_name="Perennial co2 ice thickness of slope 05"
612                   unit="kg/m2" />
613            <field id="perennial_co2ice_slope06"
614                   long_name="Perennial co2 ice thickness of slope 06"
615                   unit="kg/m2" />
616            <field id="perennial_co2ice_slope07"
617                   long_name="Perennial co2 ice thickness of slope 07"
618                   unit="kg/m2" />
619
[2934]620            <field id="co2condens_zfallice"
621                   long_name="CO2 ice tendency on the surface"
622                   unit="kg.m-2.s-1" />
623
[3052]624            <!-- tracer columns (chemistry) -->
[3122]625            <field id="c_co2"
626                   long_name="CO2 column"
[3052]627                   unit="mol.cm-2" />
[3122]628            <field id="c_co"
629                   long_name="CO column"
[3052]630                   unit="mol.cm-2" />
[3122]631            <field id="c_o"
632                   long_name="O column"
[3052]633                   unit="mol.cm-2" />
[3122]634            <field id="c_o1d"
635                   long_name="O1d column"
[3052]636                   unit="mol.cm-2" />
[3122]637            <field id="c_o2"
638                   long_name="O2 column"
[3052]639                   unit="mol.cm-2" />
[3122]640            <field id="c_o3"
641                   long_name="O3 column"
[3052]642                   unit="mol.cm-2" />
[3122]643            <field id="c_h"
644                   long_name="H column"
[3052]645                   unit="mol.cm-2" />
[3122]646            <field id="c_h2"
647                   long_name="H2 column"
[3052]648                   unit="mol.cm-2" />
[3122]649            <field id="c_oh"
650                   long_name="OH column"
[3052]651                   unit="mol.cm-2" />
[3122]652            <field id="c_ho2"
653                   long_name="HO2 column"
[3052]654                   unit="mol.cm-2" />
[3122]655            <field id="c_h2o2"
656                   long_name="H2 column"
[3052]657                   unit="mol.cm-2" />
[3122]658            <field id="c_n2"
659                   long_name="N2 column"
[3052]660                   unit="mol.cm-2" />
[3122]661            <field id="c_ar"
662                   long_name="Ar column"
[3052]663                   unit="mol.cm-2" />
[3122]664            <field id="c_h2o_ice"
665                   long_name="H2O_ice column"
[3052]666                   unit="mol.cm-2" />
[3122]667            <field id="c_h2o_vap"
668                   long_name="H2O_vap column"
[3052]669                   unit="mol.cm-2" />
[3122]670            <field id="c_n"
671                   long_name="N column"
[3052]672                   unit="mol.cm-2" />
[3122]673            <field id="c_no"
674                   long_name="NO column"
[3052]675                   unit="mol.cm-2" />
[3122]676            <field id="c_no2"
677                   long_name="NO2 column"
[3052]678                   unit="mol.cm-2" />
[3122]679            <field id="c_n2d"
680                   long_name="N2d column"
[3052]681                   unit="mol.cm-2" />
[3122]682            <field id="c_ch4"
683                   long_name="CH4 column"
[3052]684                   unit="mol.cm-2" />
[3122]685            <field id="c_he"
686                   long_name="He column"
[3052]687                   unit="mol.cm-2" />
688
689            <!-- ions -->
[3122]690            <field id="c_co2plus"
691                   long_name="CO2+ column"
[3052]692                   unit="mol.cm-2" />
[3122]693            <field id="c_oplus"
694                   long_name="O+ column"
[3052]695                   unit="mol.cm-2" />
[3122]696            <field id="c_o2plus"
697                   long_name="O2+ column"
[3052]698                   unit="mol.cm-2" />
[3122]699            <field id="c_coplus"
700                   long_name="CO+ column"
[3052]701                   unit="mol.cm-2" />
[3122]702            <field id="c_coplus"
703                   long_name="CO+ column"
[3052]704                   unit="mol.cm-2" />
[3122]705            <field id="c_cplus"
706                   long_name="C+ column"
[3052]707                   unit="mol.cm-2" />
[3122]708            <field id="c_nplus"
709                   long_name="N+ column"
[3052]710                   unit="mol.cm-2" />
[3122]711            <field id="c_noplus"
712                   long_name="NO+ column"
[3052]713                   unit="mol.cm-2" />
[3122]714            <field id="c_n2plus"
715                   long_name="N2+ column"
[3052]716                   unit="mol.cm-2" />
[3122]717            <field id="c_hplus"
718                   long_name="H+ column"
[3052]719                   unit="mol.cm-2" />
[3122]720            <field id="c_hco2plus"
721                   long_name="HCO2+ column"
[3052]722                   unit="mol.cm-2" />
[3122]723            <field id="c_hcoplus"
724                   long_name="HCO+ column"
[3052]725                   unit="mol.cm-2" />
[3122]726            <field id="c_h2oplus"
727                   long_name="H2O+ column"
[3052]728                   unit="mol.cm-2" />
[3122]729            <field id="c_h3oplus"
730                   long_name="H3O+ column"
[3052]731                   unit="mol.cm-2" />
[3122]732            <field id="c_ohplus"
733                   long_name="OH+ column"
[3052]734                   unit="mol.cm-2" />
[3122]735            <field id="c_elec"
736                   long_name="electron column"
[3052]737                   unit="mol.cm-2" />
738
[2934]739            <!-- Thermals parametrization -->
740            <field id="lmax_th"
741                   long_name="index of vertical extension of thermals"
742                   unit="grid level" />
743            <field id="zmax_th"
744                   long_name="vertical extension of thermals"
745                   unit="m" />
746            <field id="hfmax_th"
747                   long_name="maximum heat flux in thermals"
748                   unit="K.m/s" />
749            <field id="wstar"
750                   long_name="maximum vertical velocity in thermals"
751                   unit="m/s" />
752
[3115]753            <!-- Subsurface tracers  (adsorption) -->
754
755            <field id="flux_rego"
756                   long_name="flux of water from the regolith"
757                   unit="kg/m^2" />
758            <field id="mass_h2o_soil"
759                   long_name="Mass of subsurface water column at each point"
760                   unit="kg m-2" />
761            <field id="mass_ice_soil"
762                   long_name="Mass of subsurface ice at each point"
763                   unit="kg m-2" />
764            <field id="nsurf"
765                   long_name="surface water vapor density"
766                   unit="kg/m^3" />
767
768
[2376]769        </field_group>
770
771        <!-- 3D variables -->
772        <field_group id="fields_3D" domain_ref="dom_glo" axis_ref="altitude">
773        <!--<field_group id="fields_3D" grid_ref="grid_3d">-->
[2934]774
775            <field id="zzlay"
776                   long_name="Midlayer altitude"
777                   unit="m" />
778            <field id="zzlev"
779                   long_name="Interlayer altitude"
780                   unit="m" />
781            <field id="pphi"
782                   long_name="Geopotential"
783                   unit="m2.s-2" />
784
785            <!-- main meteorological fields -->
786            <field id="temp"
[2376]787                   long_name="Atmospheric temperature"
788                   unit="K" />
789            <field id="u"
790                   long_name="Eastward Zonal Wind"
[2934]791                   unit="m.s-1" />
[3122]792            <field id="v"
793                   long_name="Northward Meridional Wind"
[2934]794                   unit="m.s-1" />
[3122]795            <field id="w"
796                   long_name="Vertical Wind (positive when downward)"
[2934]797                   unit="m.s-1" />
[3122]798            <field id="rho"
799                   long_name="Atmospheric density"
[2934]800                   unit="kg.m-3" />
[3122]801            <field id="pressure"
802                   long_name="Atmospheric pressure"
[2934]803                   unit="Pa" />
[3122]804            <field id="zplev"
805                   long_name="Interlayer pressure"
[2934]806                   unit="Pa" />
807
808            <!-- heating rates -->
[3122]809            <field id="dtrad"
810                   long_name="total radiative heating rate"
[2934]811                   unit="K.s-1" />
[3122]812            <field id="sw_htrt"
813                   long_name="Shortwave heating rate"
[2934]814                   unit="K.s-1" />
[3122]815            <field id="lw_htrt"
816                   long_name="Longwave heating rate"
[2934]817                   unit="K.s-1" />
[3122]818            <field id="q15um"
819                   long_name="15 um cooling"
[2934]820                   unit="K.s-1" />
[3122]821            <field id="qnir"
822                   long_name="NIR heating rate"
[2934]823                   unit="K.s-1" />
[3122]824            <field id="quv"
825                   long_name="EUV heating rate"
[2934]826                   unit="K.s-1" />
[3122]827            <field id="cond"
828                   long_name="Thermal conduction heating rate"
[2934]829                   unit="K.s-1" />
830
[3052]831            <!-- tracers (CO2 and water) -->
[3122]832            <field id="co2"
833                   long_name="CO2 mass mixing ratio"
[2376]834                   unit="kg/kg" />
[3122]835            <field id="vmr_co2"
836                   long_name="CO2 volume mixing ratio"
[3052]837                   unit="mol/mol" />
[3122]838            <field id="num_co2"
839                   long_name="CO2 number density"
[3052]840                   unit="cm-3" />
[3122]841            <field id="h2o_ice"
842                   long_name="water ice mass mixing ratio"
[2934]843                   unit="kg/kg" />
[3122]844            <field id="vmr_h2oice"
845                   long_name="water ice volume mixing ratio"
[2934]846                   unit="mol/mol" />
[3122]847            <field id="vmr_h2o_ice"
848                   long_name="water ice volume mixing ratio"
[3052]849                   unit="mol/mol" />
[3122]850            <field id="num_h2o_ice"
851                   long_name="water ice number density"
[3052]852                   unit="cm-3" />
[3122]853            <field id="h2o_vap"
854                   long_name="water vapor mass mixing ratio"
[2934]855                   unit="kg/kg" />
[3122]856            <field id="vmr_h2ovap"
857                   long_name="water vapor volume mixing ratio"
[2934]858                   unit="mol/mol" />
[3122]859            <field id="vmr_h2o_vap"
860                   long_name="water vapor volume mixing ratio"
[3052]861                   unit="mol/mol" />
[3122]862            <field id="num_h2o_vap"
863                   long_name="water vapor number density"
[3052]864                   unit="cm-3" />
[3122]865
[3052]866            <!-- tracers (chemistry) -->
[3122]867            <field id="co"
868                   long_name="CO mass mixing ratio"
[3052]869                   unit="kg/kg" />
[3122]870            <field id="vmr_co"
871                   long_name="CO volume mixing ratio"
[3052]872                   unit="mol/mol" />
[3122]873            <field id="num_co"
874                   long_name="CO number density"
[3052]875                   unit="cm-3" />
[3122]876            <field id="o"
877                   long_name="O mass mixing ratio"
[3052]878                   unit="kg/kg" />
[3122]879            <field id="vmr_o"
880                   long_name="O volume mixing ratio"
[3052]881                   unit="mol/mol" />
[3122]882            <field id="num_o"
883                   long_name="O number density"
[3052]884                   unit="cm-3" />
[3122]885            <field id="o1d"
886                   long_name="O1d mass mixing ratio"
[3052]887                   unit="kg/kg" />
[3122]888            <field id="vmr_o1d"
889                   long_name="O1d volume mixing ratio"
[3052]890                   unit="mol/mol" />
[3122]891            <field id="num_o1d"
892                   long_name="O1d number density"
[3052]893                   unit="cm-3" />
[3122]894            <field id="o2"
895                   long_name="O2 mass mixing ratio"
[3052]896                   unit="kg/kg" />
[3122]897            <field id="vmr_o2"
898                   long_name="O2 volume mixing ratio"
[3052]899                   unit="mol/mol" />
[3122]900            <field id="num_o2"
901                   long_name="O2 number density"
[3052]902                   unit="cm-3" />
[3122]903            <field id="o3"
904                   long_name="O3 mass mixing ratio"
[3052]905                   unit="kg/kg" />
[3122]906            <field id="vmr_o3"
907                   long_name="O3 volume mixing ratio"
[3052]908                   unit="mol/mol" />
[3122]909            <field id="num_o3"
910                   long_name="O3 number density"
[3052]911                   unit="cm-3" />
[3122]912            <field id="h"
913                   long_name="H mass mixing ratio"
[3052]914                   unit="kg/kg" />
[3122]915            <field id="vmr_h"
916                   long_name="H volume mixing ratio"
[3052]917                   unit="mol/mol" />
[3122]918            <field id="num_h"
919                   long_name="H number density"
[3052]920                   unit="cm-3" />
[3122]921            <field id="h2"
922                   long_name="H2 mass mixing ratio"
[3052]923                   unit="kg/kg" />
[3122]924            <field id="vmr_h2"
925                   long_name="H2 volume mixing ratio"
[3052]926                   unit="mol/mol" />
[3122]927            <field id="num_h2"
928                   long_name="H2 number density"
[3052]929                   unit="cm-3" />
[3122]930            <field id="oh"
931                   long_name="OH mass mixing ratio"
[3052]932                   unit="kg/kg" />
[3122]933            <field id="vmr_oh"
934                   long_name="OH volume mixing ratio"
[3052]935                   unit="mol/mol" />
[3122]936            <field id="num_oh"
937                   long_name="OH number density"
[3052]938                   unit="cm-3" />
[3122]939            <field id="ho2"
940                   long_name="HO2 mass mixing ratio"
[3052]941                   unit="kg/kg" />
[3122]942            <field id="vmr_ho2"
943                   long_name="HO2 volume mixing ratio"
[3052]944                   unit="mol/mol" />
[3122]945            <field id="num_ho2"
946                   long_name="HO2 number density"
[3052]947                   unit="cm-3" />
[3122]948            <field id="h2o2"
949                   long_name="H2O2 mass mixing ratio"
[3052]950                   unit="kg/kg" />
[3122]951            <field id="vmr_h2o2"
952                   long_name="H2O2 volume mixing ratio"
[3052]953                   unit="mol/mol" />
[3122]954            <field id="num_h2o2"
955                   long_name="H2O2 number density"
[3052]956                   unit="cm-3" />
[3122]957            <field id="n2"
958                   long_name="N2 mass mixing ratio"
[3052]959                   unit="kg/kg" />
[3122]960            <field id="vmr_n2"
961                   long_name="N2 volume mixing ratio"
[3052]962                   unit="mol/mol" />
[3122]963            <field id="num_n2"
964                   long_name="N2 number density"
[3052]965                   unit="cm-3" />
[3122]966            <field id="ar"
967                   long_name="Ar mass mixing ratio"
[3052]968                   unit="kg/kg" />
[3122]969            <field id="vmr_ar"
970                   long_name="Ar volume mixing ratio"
[3052]971                   unit="mol/mol" />
[3122]972            <field id="num_ar"
973                   long_name="Ar number density"
[3052]974                   unit="cm-3" />
[3122]975            <field id="num_n"
976                   long_name="N number density"
[3052]977                   unit="cm-3" />
[3122]978            <field id="num_no"
979                   long_name="NO number density"
[3052]980                   unit="cm-3" />
[3122]981            <field id="num_no2"
982                   long_name="NO2 number density"
[3052]983                   unit="cm-3" />
[3122]984            <field id="num_n2d"
985                   long_name="N2d number density"
[3052]986                   unit="cm-3" />
[3122]987            <field id="ch4"
988                   long_name="CH4 mass mixing ratio"
[3052]989                   unit="kg/kg" />
[3122]990            <field id="vmr_ch4"
991                   long_name="CH4 volume mixing ratio"
[3052]992                   unit="mol/mol" />
[3122]993            <field id="num_ch4"
994                   long_name="CH4 number density"
[3052]995                   unit="cm-3" />
[3122]996            <field id="he"
997                   long_name="He mass mixing ratio"
[3052]998                   unit="kg/kg" />
[3122]999            <field id="vmr_he"
1000                   long_name="He volume mixing ratio"
[3052]1001                   unit="mol/mol" />
[3122]1002            <field id="num_he"
1003                   long_name="He number density"
[3052]1004                   unit="cm-3" />
1005
1006            <!-- ions -->
[3122]1007            <field id="num_co2plus"
1008                   long_name="CO2+ number density"
[3052]1009                   unit="cm-3" />
[3122]1010            <field id="num_oplus"
1011                   long_name="O+ number density"
[3052]1012                   unit="cm-3" />
[3122]1013            <field id="num_o2plus"
1014                   long_name="O2+ number density"
[3052]1015                   unit="cm-3" />
[3122]1016            <field id="num_coplus"
1017                   long_name="CO+ number density"
[3052]1018                   unit="cm-3" />
[3122]1019            <field id="num_coplus"
1020                   long_name="CO+ number density"
[3052]1021                   unit="cm-3" />
[3122]1022            <field id="num_cplus"
1023                   long_name="C+ number density"
[3052]1024                   unit="cm-3" />
[3122]1025            <field id="num_nplus"
1026                   long_name="N+ number density"
[3052]1027                   unit="cm-3" />
[3122]1028            <field id="num_noplus"
1029                   long_name="NO+ number density"
[3052]1030                   unit="cm-3" />
[3122]1031            <field id="num_n2plus"
1032                   long_name="N2+ number density"
[3052]1033                   unit="cm-3" />
[3122]1034            <field id="num_hplus"
1035                   long_name="H+ number density"
[3052]1036                   unit="cm-3" />
[3122]1037            <field id="num_hco2plus"
1038                   long_name="HCO2+ number density"
[3052]1039                   unit="cm-3" />
[3122]1040            <field id="num_hcoplus"
1041                   long_name="HCO+ number density"
[3052]1042                   unit="cm-3" />
[3122]1043            <field id="num_h2oplus"
1044                   long_name="H2O+ number density"
[3052]1045                   unit="cm-3" />
[3122]1046            <field id="num_h3oplus"
1047                   long_name="H3O+ number density"
[3052]1048                   unit="cm-3" />
[3122]1049            <field id="num_ohplus"
1050                   long_name="OH+ number density"
[3052]1051                   unit="cm-3" />
[3122]1052            <field id="num_elec"
1053                   long_name="electron number density"
[3052]1054                   unit="cm-3" />
1055
[2934]1056            <!-- Dust cycle parametrization -->
[3122]1057            <field id="reffdust"
1058                   long_name="Dust effective radius"
[2934]1059                   unit="m" />
[3122]1060            <field id="rdust"
1061                   long_name="Dust radius"
[2934]1062                   unit="m" />
[3122]1063            <field id="dustq"
1064                   long_name="Dust mass mixing ratio"
[2934]1065                   unit="kg/kg" />
[3122]1066            <field id="dustN"
1067                   long_name="Dust number mixing ratio"
[2934]1068                   unit="part/kg" />
[3122]1069            <field id="dsodust_TES"
1070                   long_name="Density scaled extinction opacity of std dust at 9.3um(TES)"
[2934]1071                   unit="m2.kg-1" />
[3122]1072            <field id="dso_TES"
1073                   long_name="Density scaled extinction opacity of all dust at 9.3um(TES)"
[2934]1074                   unit="m2.kg-1" />
[3122]1075            <field id="dsodust"
1076                   long_name="Density scaled extinction opacity of std dust at 21.6um(MCS)"
[2934]1077                   unit="m2.kg-1" />
[3122]1078            <field id="dso"
1079                   long_name="Density scaled extinction opacity of all dust at 21.6um(MCS)"
[2934]1080                   unit="m2.kg-1" />
[3122]1081            <field id="aerosol_dust"
1082                   long_name="Opacity of background dust"
[2934]1083                   unit="" />
1084
[3122]1085            <field id="reffstormdust"
1086                   long_name="Stormdust dust effective radius"
[2934]1087                   unit="m" />
[3122]1088            <field id="rstormdust"
1089                   long_name="Stormdust dust radius"
[2934]1090                   unit="m" />
[3122]1091            <field id="dsords_TES"
1092                   long_name="Density scaled extinction opacity of stormdust at 9.3um(TES)"
[2934]1093                   unit="m2.kg-1" />
[3122]1094            <field id="dsords"
1095                   long_name="Density scaled extinction opacity of stormdust at 21.6um(MCS)"
[2934]1096                   unit="m2.kg-1" />
[3122]1097            <field id="rdsdustq"
1098                   long_name="Stormdust dust mass mixing ratio"
[2934]1099                   unit="kg/kg" />
[3122]1100            <field id="rdsdustqmodel"
1101                   long_name="Stormdust dust mass mixing ratio"
[2934]1102                   unit="kg/kg" />
[3122]1103            <field id="rdsdustN"
1104                   long_name="Stormdust dust number mixing ratio"
[2934]1105                   unit="part/kg" />
[3122]1106            <field id="rdsdustN"
1107                   long_name="Stormdust dust number mixing ratio"
[2934]1108                   unit="part/kg" />
[3122]1109            <field id="wspeed_stormdust"
1110                   long_name="vertical velocity of stormdust"
[2934]1111                   unit="m/s" />
[3122]1112            <field id="zdqsed_dust_mass"
1113                   long_name="sedimentation tendency of background dust mmr"
[2934]1114                   unit="kg/kg.s-1" />
[3122]1115            <field id="zdqsed_dust_number"
1116                   long_name="sedimentation tendency of background dust number"
[2934]1117                   unit="nbr/kg.s-1" />
[3122]1118            <field id="zdqsed_stormdust_mass"
1119                   long_name="sedimentation tendency of stormdust dust mmr"
[2934]1120                   unit="kg/kg.s-1" />
[3122]1121            <field id="aerosol_stormdust"
1122                   long_name="Opacity of stormdust dust"
[2934]1123                   unit="" />
[3122]1124            <field id="rds_lapserate"
1125                   long_name="lapse rate in the rocket dust storm"
[2934]1126                   unit="K/m" />
[3122]1127            <field id="rds_deltahr"
1128                   long_name="extra heating rate in the rocket dust storm"
[2934]1129                   unit="K/s" />
1130
[3122]1131            <field id="topdustq"
1132                   long_name="Topdust dust mass mixing ratio"
[2934]1133                   unit="kg/kg" />
[3122]1134            <field id="topdustN"
1135                   long_name="Topdust dust number mixing ratio"
[2934]1136                   unit="part/kg" />
[3122]1137            <field id="refftopdust"
1138                   long_name="Topdust dust effective radius"
[2934]1139                   unit="m" />
[3122]1140            <field id="dsotop_TES"
1141                   long_name="Density scaled extinction opacity of topdust at 9.3um(TES)"
[2934]1142                   unit="m2.kg-1" />
[3122]1143            <field id="dsotop"
1144                   long_name="Density scaled extinction opacity of topdust at 21.6um(MCS)"
[2934]1145                   unit="m2.kg-1" />
1146
1147
1148            <!-- Water cycle parametrization -->
[3122]1149            <field id="rice"
1150                   long_name="Water ice particle size"
[2934]1151                   unit="m" />
[3122]1152            <field id="h2o_saturation"
1153                   long_name="h2o vapor saturation ratio"
[2934]1154                   unit="" />
[3122]1155            <field id="watercloud_pdqh2oice"
1156                   long_name="pdqcloud_h2o_ice after microphysics"
[2934]1157                   unit="kg/kg.s-1" />
[3122]1158            <field id="watercloud_pdqh2ovap"
1159                   long_name="pdqcloud_h2o_vap after microphysics"
[2934]1160                   unit="kg/kg.s-1" />
[3122]1161            <field id="watercloud_pdqhdoice"
1162                   long_name="pdqcloud_hdo_ice after microphysics"
[2934]1163                   unit="kg/kg.s-1" />
[3122]1164            <field id="watercloud_pdqhdovap"
1165                   long_name="pdqcloud_hdo_vap after microphysics"
[2934]1166                   unit="kg/kg.s-1" />
[3122]1167
1168            <field id="zpotcond_inst"
1169                   long_name="zpotcond_inst microphysics"
[2992]1170                   unit="(kg/kg)" />
[3122]1171            <field id="zpotcond_full"
1172                   long_name="zpotcond_full microphysics"
[2992]1173                   unit="(kg/kg)" />
[3122]1174            <field id="zpotcond"
1175                   long_name="zpotcond microphysics"
[2992]1176                   unit="(kg/kg)" />
[3122]1177            <field id="count_micro"
1178                   long_name="count_micro after microphysics"
[2976]1179                   unit="integer" />
[3026]1180
[3122]1181            <field id="zdqcloud_ice"
1182                   long_name="cloud ice"
[3026]1183                   unit="kg.m-2.s-1" />
1184            <field id="zdqcloud_vap"
1185                   long_name="cloud vap"
1186                   unit="kg.m-2.s-1" />
1187            <field id="zdqcloud"
1188                   long_name="cloud"
1189                   unit="kg.m-2.s-1" />
1190
[2934]1191            <!-- CO2 condensation parametrization -->
[3122]1192            <field id="co2condens_pdtc"
1193                   long_name="Temperature tendency due to CO2 condensation"
[2934]1194                   unit="K.s-1" />
[3122]1195
[2934]1196            <!-- Non-orographic GW parametrization -->
[3122]1197            <field id="nonoro_bv"
1198                   long_name="Brunt Vaisala frequency in nonoro"
[2934]1199                   unit="Hz" />
[3122]1200            <field id="nonoro_u_epflux_tot"
1201                   long_name="Total EP Flux along U in nonoro"
[2934]1202                   unit="" />
[3122]1203            <field id="nonoro_v_epflux_tot"
1204                   long_name="Total EP Flux along V in nonoro"
[2934]1205                   unit="" />
[3122]1206            <field id="du_nonoro_gwd"
1207                   long_name="Tendency on U due to nonoro GW"
[2934]1208                   unit="m.s-2" />
[3122]1209            <field id="dv_nonoro_gwd"
1210                   long_name="Tendency on V due to nonoro GW"
1211                   unit="m.s-2" />
1212
[2376]1213        </field_group>
1214
1215        <!-- soil variables -->
1216        <field_group id="fields_soil" domain_ref="dom_glo" axis_ref="soil_layers">
[2934]1217            <field id="soiltemp"
[2376]1218                   long_name="Soil temperature"
1219                   unit="K" />
[2934]1220            <field id="soiltemp_slope01"
1221                   long_name="Soil temperature for slope 01"
1222                   unit="K" />
[2963]1223            <field id="soiltemp_slope02"
1224                   long_name="Soil temperature for slope 02"
1225                   unit="K" />
1226            <field id="soiltemp_slope03"
1227                   long_name="Soil temperature for slope 03"
1228                   unit="K" />
1229            <field id="soiltemp_slope04"
1230                   long_name="Soil temperature for slope 04"
1231                   unit="K" />
1232            <field id="soiltemp_slope05"
1233                   long_name="Soil temperature for slope 05"
1234                   unit="K" />
1235            <field id="soiltemp_slope06"
1236                   long_name="Soil temperature for slope 06"
1237                   unit="K" />
1238            <field id="soiltemp_slope07"
1239                   long_name="Soil temperature for slope 07"
1240                   unit="K" />
[2376]1241            <field id="inertiedat"
1242                   long_name="Soil thermal inertia"
1243                   unit="J/kg/K" />
[2963]1244            <field id="inertiesoil_slope01"
1245                   long_name="Soil thermal inertia for slope 01"
1246                   unit="J/kg/K" />
1247            <field id="inertiesoil_slope02"
1248                   long_name="Soil thermal inertia for slope 02"
1249                   unit="J/kg/K" />
1250            <field id="inertiesoil_slope03"
1251                   long_name="Soil thermal inertia for slope 03"
1252                   unit="J/kg/K" />
1253            <field id="inertiesoil_slope04"
1254                   long_name="Soil thermal inertia for slope 04"
1255                   unit="J/kg/K" />
1256            <field id="inertiesoil_slope05"
1257                   long_name="Soil thermal inertia for slope 05"
1258                   unit="J/kg/K" />
1259            <field id="inertiesoil_slope06"
1260                   long_name="Soil thermal inertia for slope 06"
1261                   unit="J/kg/K" />
1262            <field id="inertiesoil_slope07"
1263                   long_name="Soil thermal inertia for slope 07"
1264                   unit="J/kg/K" />
[3122]1265            <field id="waterdensity_soil"
1266                   long_name="waterdensity_soil"
[3112]1267                   unit="kg.m-3" />
[3122]1268            <field id="waterdensity_soil_slope01"
1269                   long_name="waterdensity_soil of slope 01"
[2965]1270                   unit="kg.m-3" />
[3122]1271            <field id="waterdensity_soil_slope02"
1272                   long_name="waterdensity_soil of slope 02"
[2965]1273                   unit="kg.m-3" />
[3122]1274            <field id="waterdensity_soil_slope03"
1275                   long_name="waterdensity_soil of slope 03"
[2965]1276                   unit="kg.m-3" />
[3122]1277            <field id="waterdensity_soil_slope04"
1278                   long_name="waterdensity_soil of slope 04"
[2965]1279                   unit="kg.m-3" />
[3122]1280            <field id="waterdensity_soil_slope05"
1281                   long_name="waterdensity_soil of slope 05"
[2965]1282                   unit="kg.m-3" />
[3122]1283            <field id="waterdensity_soil_slope06"
1284                   long_name="waterdensity_soil of slope 06"
[2965]1285                   unit="kg.m-3" />
[3122]1286            <field id="waterdensity_soil_slope07"
1287                   long_name="waterdensity_soil of slope 07"
[3346]1288                   unit="kg.m-3" />
1289            <field id="nsubtimestep"
1290                   long_name="vdifc substimestep number"
[3107]1291                   unit="s" />
1292            <field id="zdq_subtimestep"
1293                   long_name="Actual flux zdqsdif*subtimestep"
1294                   unit="kg.m-2" />
1295            <field id="zdq_end"
1296                   long_name="Flux after all contributions"
1297                   unit="kg.m-2.s-1" />
[3115]1298            <field id="flux_soillayer"
1299                   long_name="flux of water between the soil layers"
1300                   unit="kg.m-2.s-1" />
1301            <field id="ice_saturation_soil"
1302                   long_name="Water ice saturation in the soil layers"
1303                   unit="Percent" />
1304            <field id="znsoil"
1305                   long_name="Water vapor soil concentration"
1306                   unit="kg m-3 of pore air" />
1307            <field id="nsatsoil"
1308                   long_name="subsurface water vapor saturation density"
1309                   unit="kg/m^3" />
1310            <field id="adswater"
1311                   long_name="subsurface adsorbed water"
1312                   unit="kg/m^3" />
1313            <field id="coeff_diffusion_soil"
1314                   long_name="interlayer diffusion coefficient"
1315                   unit="m^2/s" />
[2963]1316
[2376]1317        </field_group>
[2934]1318
[2376]1319    </field_definition>
Note: See TracBrowser for help on using the repository browser.