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

Last change on this file since 3493 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
Line 
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            <!-- 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"
544                   unit="kg.m-2.s-1" />
545
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
569            <!-- CO2 cycle -->
570            <field id="co2ice"
571                   long_name="CO2 ice thickness"
572                   unit="kg.m-2" />
573            <field id="co2ice_slope01"
574                   long_name="CO2 ice thickness on slope 01"
575                   unit="kg.m-2" />
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
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
620            <field id="co2condens_zfallice"
621                   long_name="CO2 ice tendency on the surface"
622                   unit="kg.m-2.s-1" />
623
624            <!-- tracer columns (chemistry) -->
625            <field id="c_co2"
626                   long_name="CO2 column"
627                   unit="mol.cm-2" />
628            <field id="c_co"
629                   long_name="CO column"
630                   unit="mol.cm-2" />
631            <field id="c_o"
632                   long_name="O column"
633                   unit="mol.cm-2" />
634            <field id="c_o1d"
635                   long_name="O1d column"
636                   unit="mol.cm-2" />
637            <field id="c_o2"
638                   long_name="O2 column"
639                   unit="mol.cm-2" />
640            <field id="c_o3"
641                   long_name="O3 column"
642                   unit="mol.cm-2" />
643            <field id="c_h"
644                   long_name="H column"
645                   unit="mol.cm-2" />
646            <field id="c_h2"
647                   long_name="H2 column"
648                   unit="mol.cm-2" />
649            <field id="c_oh"
650                   long_name="OH column"
651                   unit="mol.cm-2" />
652            <field id="c_ho2"
653                   long_name="HO2 column"
654                   unit="mol.cm-2" />
655            <field id="c_h2o2"
656                   long_name="H2 column"
657                   unit="mol.cm-2" />
658            <field id="c_n2"
659                   long_name="N2 column"
660                   unit="mol.cm-2" />
661            <field id="c_ar"
662                   long_name="Ar column"
663                   unit="mol.cm-2" />
664            <field id="c_h2o_ice"
665                   long_name="H2O_ice column"
666                   unit="mol.cm-2" />
667            <field id="c_h2o_vap"
668                   long_name="H2O_vap column"
669                   unit="mol.cm-2" />
670            <field id="c_n"
671                   long_name="N column"
672                   unit="mol.cm-2" />
673            <field id="c_no"
674                   long_name="NO column"
675                   unit="mol.cm-2" />
676            <field id="c_no2"
677                   long_name="NO2 column"
678                   unit="mol.cm-2" />
679            <field id="c_n2d"
680                   long_name="N2d column"
681                   unit="mol.cm-2" />
682            <field id="c_ch4"
683                   long_name="CH4 column"
684                   unit="mol.cm-2" />
685            <field id="c_he"
686                   long_name="He column"
687                   unit="mol.cm-2" />
688
689            <!-- ions -->
690            <field id="c_co2plus"
691                   long_name="CO2+ column"
692                   unit="mol.cm-2" />
693            <field id="c_oplus"
694                   long_name="O+ column"
695                   unit="mol.cm-2" />
696            <field id="c_o2plus"
697                   long_name="O2+ column"
698                   unit="mol.cm-2" />
699            <field id="c_coplus"
700                   long_name="CO+ column"
701                   unit="mol.cm-2" />
702            <field id="c_coplus"
703                   long_name="CO+ column"
704                   unit="mol.cm-2" />
705            <field id="c_cplus"
706                   long_name="C+ column"
707                   unit="mol.cm-2" />
708            <field id="c_nplus"
709                   long_name="N+ column"
710                   unit="mol.cm-2" />
711            <field id="c_noplus"
712                   long_name="NO+ column"
713                   unit="mol.cm-2" />
714            <field id="c_n2plus"
715                   long_name="N2+ column"
716                   unit="mol.cm-2" />
717            <field id="c_hplus"
718                   long_name="H+ column"
719                   unit="mol.cm-2" />
720            <field id="c_hco2plus"
721                   long_name="HCO2+ column"
722                   unit="mol.cm-2" />
723            <field id="c_hcoplus"
724                   long_name="HCO+ column"
725                   unit="mol.cm-2" />
726            <field id="c_h2oplus"
727                   long_name="H2O+ column"
728                   unit="mol.cm-2" />
729            <field id="c_h3oplus"
730                   long_name="H3O+ column"
731                   unit="mol.cm-2" />
732            <field id="c_ohplus"
733                   long_name="OH+ column"
734                   unit="mol.cm-2" />
735            <field id="c_elec"
736                   long_name="electron column"
737                   unit="mol.cm-2" />
738
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
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
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">-->
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"
787                   long_name="Atmospheric temperature"
788                   unit="K" />
789            <field id="u"
790                   long_name="Eastward Zonal Wind"
791                   unit="m.s-1" />
792            <field id="v"
793                   long_name="Northward Meridional Wind"
794                   unit="m.s-1" />
795            <field id="w"
796                   long_name="Vertical Wind (positive when downward)"
797                   unit="m.s-1" />
798            <field id="rho"
799                   long_name="Atmospheric density"
800                   unit="kg.m-3" />
801            <field id="pressure"
802                   long_name="Atmospheric pressure"
803                   unit="Pa" />
804            <field id="zplev"
805                   long_name="Interlayer pressure"
806                   unit="Pa" />
807
808            <!-- heating rates -->
809            <field id="dtrad"
810                   long_name="total radiative heating rate"
811                   unit="K.s-1" />
812            <field id="sw_htrt"
813                   long_name="Shortwave heating rate"
814                   unit="K.s-1" />
815            <field id="lw_htrt"
816                   long_name="Longwave heating rate"
817                   unit="K.s-1" />
818            <field id="q15um"
819                   long_name="15 um cooling"
820                   unit="K.s-1" />
821            <field id="qnir"
822                   long_name="NIR heating rate"
823                   unit="K.s-1" />
824            <field id="quv"
825                   long_name="EUV heating rate"
826                   unit="K.s-1" />
827            <field id="cond"
828                   long_name="Thermal conduction heating rate"
829                   unit="K.s-1" />
830
831            <!-- tracers (CO2 and water) -->
832            <field id="co2"
833                   long_name="CO2 mass mixing ratio"
834                   unit="kg/kg" />
835            <field id="vmr_co2"
836                   long_name="CO2 volume mixing ratio"
837                   unit="mol/mol" />
838            <field id="num_co2"
839                   long_name="CO2 number density"
840                   unit="cm-3" />
841            <field id="h2o_ice"
842                   long_name="water ice mass mixing ratio"
843                   unit="kg/kg" />
844            <field id="vmr_h2oice"
845                   long_name="water ice volume mixing ratio"
846                   unit="mol/mol" />
847            <field id="vmr_h2o_ice"
848                   long_name="water ice volume mixing ratio"
849                   unit="mol/mol" />
850            <field id="num_h2o_ice"
851                   long_name="water ice number density"
852                   unit="cm-3" />
853            <field id="h2o_vap"
854                   long_name="water vapor mass mixing ratio"
855                   unit="kg/kg" />
856            <field id="vmr_h2ovap"
857                   long_name="water vapor volume mixing ratio"
858                   unit="mol/mol" />
859            <field id="vmr_h2o_vap"
860                   long_name="water vapor volume mixing ratio"
861                   unit="mol/mol" />
862            <field id="num_h2o_vap"
863                   long_name="water vapor number density"
864                   unit="cm-3" />
865
866            <!-- tracers (chemistry) -->
867            <field id="co"
868                   long_name="CO mass mixing ratio"
869                   unit="kg/kg" />
870            <field id="vmr_co"
871                   long_name="CO volume mixing ratio"
872                   unit="mol/mol" />
873            <field id="num_co"
874                   long_name="CO number density"
875                   unit="cm-3" />
876            <field id="o"
877                   long_name="O mass mixing ratio"
878                   unit="kg/kg" />
879            <field id="vmr_o"
880                   long_name="O volume mixing ratio"
881                   unit="mol/mol" />
882            <field id="num_o"
883                   long_name="O number density"
884                   unit="cm-3" />
885            <field id="o1d"
886                   long_name="O1d mass mixing ratio"
887                   unit="kg/kg" />
888            <field id="vmr_o1d"
889                   long_name="O1d volume mixing ratio"
890                   unit="mol/mol" />
891            <field id="num_o1d"
892                   long_name="O1d number density"
893                   unit="cm-3" />
894            <field id="o2"
895                   long_name="O2 mass mixing ratio"
896                   unit="kg/kg" />
897            <field id="vmr_o2"
898                   long_name="O2 volume mixing ratio"
899                   unit="mol/mol" />
900            <field id="num_o2"
901                   long_name="O2 number density"
902                   unit="cm-3" />
903            <field id="o3"
904                   long_name="O3 mass mixing ratio"
905                   unit="kg/kg" />
906            <field id="vmr_o3"
907                   long_name="O3 volume mixing ratio"
908                   unit="mol/mol" />
909            <field id="num_o3"
910                   long_name="O3 number density"
911                   unit="cm-3" />
912            <field id="h"
913                   long_name="H mass mixing ratio"
914                   unit="kg/kg" />
915            <field id="vmr_h"
916                   long_name="H volume mixing ratio"
917                   unit="mol/mol" />
918            <field id="num_h"
919                   long_name="H number density"
920                   unit="cm-3" />
921            <field id="h2"
922                   long_name="H2 mass mixing ratio"
923                   unit="kg/kg" />
924            <field id="vmr_h2"
925                   long_name="H2 volume mixing ratio"
926                   unit="mol/mol" />
927            <field id="num_h2"
928                   long_name="H2 number density"
929                   unit="cm-3" />
930            <field id="oh"
931                   long_name="OH mass mixing ratio"
932                   unit="kg/kg" />
933            <field id="vmr_oh"
934                   long_name="OH volume mixing ratio"
935                   unit="mol/mol" />
936            <field id="num_oh"
937                   long_name="OH number density"
938                   unit="cm-3" />
939            <field id="ho2"
940                   long_name="HO2 mass mixing ratio"
941                   unit="kg/kg" />
942            <field id="vmr_ho2"
943                   long_name="HO2 volume mixing ratio"
944                   unit="mol/mol" />
945            <field id="num_ho2"
946                   long_name="HO2 number density"
947                   unit="cm-3" />
948            <field id="h2o2"
949                   long_name="H2O2 mass mixing ratio"
950                   unit="kg/kg" />
951            <field id="vmr_h2o2"
952                   long_name="H2O2 volume mixing ratio"
953                   unit="mol/mol" />
954            <field id="num_h2o2"
955                   long_name="H2O2 number density"
956                   unit="cm-3" />
957            <field id="n2"
958                   long_name="N2 mass mixing ratio"
959                   unit="kg/kg" />
960            <field id="vmr_n2"
961                   long_name="N2 volume mixing ratio"
962                   unit="mol/mol" />
963            <field id="num_n2"
964                   long_name="N2 number density"
965                   unit="cm-3" />
966            <field id="ar"
967                   long_name="Ar mass mixing ratio"
968                   unit="kg/kg" />
969            <field id="vmr_ar"
970                   long_name="Ar volume mixing ratio"
971                   unit="mol/mol" />
972            <field id="num_ar"
973                   long_name="Ar number density"
974                   unit="cm-3" />
975            <field id="num_n"
976                   long_name="N number density"
977                   unit="cm-3" />
978            <field id="num_no"
979                   long_name="NO number density"
980                   unit="cm-3" />
981            <field id="num_no2"
982                   long_name="NO2 number density"
983                   unit="cm-3" />
984            <field id="num_n2d"
985                   long_name="N2d number density"
986                   unit="cm-3" />
987            <field id="ch4"
988                   long_name="CH4 mass mixing ratio"
989                   unit="kg/kg" />
990            <field id="vmr_ch4"
991                   long_name="CH4 volume mixing ratio"
992                   unit="mol/mol" />
993            <field id="num_ch4"
994                   long_name="CH4 number density"
995                   unit="cm-3" />
996            <field id="he"
997                   long_name="He mass mixing ratio"
998                   unit="kg/kg" />
999            <field id="vmr_he"
1000                   long_name="He volume mixing ratio"
1001                   unit="mol/mol" />
1002            <field id="num_he"
1003                   long_name="He number density"
1004                   unit="cm-3" />
1005
1006            <!-- ions -->
1007            <field id="num_co2plus"
1008                   long_name="CO2+ number density"
1009                   unit="cm-3" />
1010            <field id="num_oplus"
1011                   long_name="O+ number density"
1012                   unit="cm-3" />
1013            <field id="num_o2plus"
1014                   long_name="O2+ number density"
1015                   unit="cm-3" />
1016            <field id="num_coplus"
1017                   long_name="CO+ number density"
1018                   unit="cm-3" />
1019            <field id="num_coplus"
1020                   long_name="CO+ number density"
1021                   unit="cm-3" />
1022            <field id="num_cplus"
1023                   long_name="C+ number density"
1024                   unit="cm-3" />
1025            <field id="num_nplus"
1026                   long_name="N+ number density"
1027                   unit="cm-3" />
1028            <field id="num_noplus"
1029                   long_name="NO+ number density"
1030                   unit="cm-3" />
1031            <field id="num_n2plus"
1032                   long_name="N2+ number density"
1033                   unit="cm-3" />
1034            <field id="num_hplus"
1035                   long_name="H+ number density"
1036                   unit="cm-3" />
1037            <field id="num_hco2plus"
1038                   long_name="HCO2+ number density"
1039                   unit="cm-3" />
1040            <field id="num_hcoplus"
1041                   long_name="HCO+ number density"
1042                   unit="cm-3" />
1043            <field id="num_h2oplus"
1044                   long_name="H2O+ number density"
1045                   unit="cm-3" />
1046            <field id="num_h3oplus"
1047                   long_name="H3O+ number density"
1048                   unit="cm-3" />
1049            <field id="num_ohplus"
1050                   long_name="OH+ number density"
1051                   unit="cm-3" />
1052            <field id="num_elec"
1053                   long_name="electron number density"
1054                   unit="cm-3" />
1055
1056            <!-- Dust cycle parametrization -->
1057            <field id="reffdust"
1058                   long_name="Dust effective radius"
1059                   unit="m" />
1060            <field id="rdust"
1061                   long_name="Dust radius"
1062                   unit="m" />
1063            <field id="dustq"
1064                   long_name="Dust mass mixing ratio"
1065                   unit="kg/kg" />
1066            <field id="dustN"
1067                   long_name="Dust number mixing ratio"
1068                   unit="part/kg" />
1069            <field id="dsodust_TES"
1070                   long_name="Density scaled extinction opacity of std dust at 9.3um(TES)"
1071                   unit="m2.kg-1" />
1072            <field id="dso_TES"
1073                   long_name="Density scaled extinction opacity of all dust at 9.3um(TES)"
1074                   unit="m2.kg-1" />
1075            <field id="dsodust"
1076                   long_name="Density scaled extinction opacity of std dust at 21.6um(MCS)"
1077                   unit="m2.kg-1" />
1078            <field id="dso"
1079                   long_name="Density scaled extinction opacity of all dust at 21.6um(MCS)"
1080                   unit="m2.kg-1" />
1081            <field id="aerosol_dust"
1082                   long_name="Opacity of background dust"
1083                   unit="" />
1084
1085            <field id="reffstormdust"
1086                   long_name="Stormdust dust effective radius"
1087                   unit="m" />
1088            <field id="rstormdust"
1089                   long_name="Stormdust dust radius"
1090                   unit="m" />
1091            <field id="dsords_TES"
1092                   long_name="Density scaled extinction opacity of stormdust at 9.3um(TES)"
1093                   unit="m2.kg-1" />
1094            <field id="dsords"
1095                   long_name="Density scaled extinction opacity of stormdust at 21.6um(MCS)"
1096                   unit="m2.kg-1" />
1097            <field id="rdsdustq"
1098                   long_name="Stormdust dust mass mixing ratio"
1099                   unit="kg/kg" />
1100            <field id="rdsdustqmodel"
1101                   long_name="Stormdust dust mass mixing ratio"
1102                   unit="kg/kg" />
1103            <field id="rdsdustN"
1104                   long_name="Stormdust dust number mixing ratio"
1105                   unit="part/kg" />
1106            <field id="rdsdustN"
1107                   long_name="Stormdust dust number mixing ratio"
1108                   unit="part/kg" />
1109            <field id="wspeed_stormdust"
1110                   long_name="vertical velocity of stormdust"
1111                   unit="m/s" />
1112            <field id="zdqsed_dust_mass"
1113                   long_name="sedimentation tendency of background dust mmr"
1114                   unit="kg/kg.s-1" />
1115            <field id="zdqsed_dust_number"
1116                   long_name="sedimentation tendency of background dust number"
1117                   unit="nbr/kg.s-1" />
1118            <field id="zdqsed_stormdust_mass"
1119                   long_name="sedimentation tendency of stormdust dust mmr"
1120                   unit="kg/kg.s-1" />
1121            <field id="aerosol_stormdust"
1122                   long_name="Opacity of stormdust dust"
1123                   unit="" />
1124            <field id="rds_lapserate"
1125                   long_name="lapse rate in the rocket dust storm"
1126                   unit="K/m" />
1127            <field id="rds_deltahr"
1128                   long_name="extra heating rate in the rocket dust storm"
1129                   unit="K/s" />
1130
1131            <field id="topdustq"
1132                   long_name="Topdust dust mass mixing ratio"
1133                   unit="kg/kg" />
1134            <field id="topdustN"
1135                   long_name="Topdust dust number mixing ratio"
1136                   unit="part/kg" />
1137            <field id="refftopdust"
1138                   long_name="Topdust dust effective radius"
1139                   unit="m" />
1140            <field id="dsotop_TES"
1141                   long_name="Density scaled extinction opacity of topdust at 9.3um(TES)"
1142                   unit="m2.kg-1" />
1143            <field id="dsotop"
1144                   long_name="Density scaled extinction opacity of topdust at 21.6um(MCS)"
1145                   unit="m2.kg-1" />
1146
1147
1148            <!-- Water cycle parametrization -->
1149            <field id="rice"
1150                   long_name="Water ice particle size"
1151                   unit="m" />
1152            <field id="h2o_saturation"
1153                   long_name="h2o vapor saturation ratio"
1154                   unit="" />
1155            <field id="watercloud_pdqh2oice"
1156                   long_name="pdqcloud_h2o_ice after microphysics"
1157                   unit="kg/kg.s-1" />
1158            <field id="watercloud_pdqh2ovap"
1159                   long_name="pdqcloud_h2o_vap after microphysics"
1160                   unit="kg/kg.s-1" />
1161            <field id="watercloud_pdqhdoice"
1162                   long_name="pdqcloud_hdo_ice after microphysics"
1163                   unit="kg/kg.s-1" />
1164            <field id="watercloud_pdqhdovap"
1165                   long_name="pdqcloud_hdo_vap after microphysics"
1166                   unit="kg/kg.s-1" />
1167
1168            <field id="zpotcond_inst"
1169                   long_name="zpotcond_inst microphysics"
1170                   unit="(kg/kg)" />
1171            <field id="zpotcond_full"
1172                   long_name="zpotcond_full microphysics"
1173                   unit="(kg/kg)" />
1174            <field id="zpotcond"
1175                   long_name="zpotcond microphysics"
1176                   unit="(kg/kg)" />
1177            <field id="count_micro"
1178                   long_name="count_micro after microphysics"
1179                   unit="integer" />
1180
1181            <field id="zdqcloud_ice"
1182                   long_name="cloud ice"
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
1191            <!-- CO2 condensation parametrization -->
1192            <field id="co2condens_pdtc"
1193                   long_name="Temperature tendency due to CO2 condensation"
1194                   unit="K.s-1" />
1195
1196            <!-- Non-orographic GW parametrization -->
1197            <field id="nonoro_bv"
1198                   long_name="Brunt Vaisala frequency in nonoro"
1199                   unit="Hz" />
1200            <field id="nonoro_u_epflux_tot"
1201                   long_name="Total EP Flux along U in nonoro"
1202                   unit="" />
1203            <field id="nonoro_v_epflux_tot"
1204                   long_name="Total EP Flux along V in nonoro"
1205                   unit="" />
1206            <field id="du_nonoro_gwd"
1207                   long_name="Tendency on U due to nonoro GW"
1208                   unit="m.s-2" />
1209            <field id="dv_nonoro_gwd"
1210                   long_name="Tendency on V due to nonoro GW"
1211                   unit="m.s-2" />
1212
1213        </field_group>
1214
1215        <!-- soil variables -->
1216        <field_group id="fields_soil" domain_ref="dom_glo" axis_ref="soil_layers">
1217            <field id="soiltemp"
1218                   long_name="Soil temperature"
1219                   unit="K" />
1220            <field id="soiltemp_slope01"
1221                   long_name="Soil temperature for slope 01"
1222                   unit="K" />
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" />
1241            <field id="inertiedat"
1242                   long_name="Soil thermal inertia"
1243                   unit="J/kg/K" />
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" />
1265            <field id="waterdensity_soil"
1266                   long_name="waterdensity_soil"
1267                   unit="kg.m-3" />
1268            <field id="waterdensity_soil_slope01"
1269                   long_name="waterdensity_soil of slope 01"
1270                   unit="kg.m-3" />
1271            <field id="waterdensity_soil_slope02"
1272                   long_name="waterdensity_soil of slope 02"
1273                   unit="kg.m-3" />
1274            <field id="waterdensity_soil_slope03"
1275                   long_name="waterdensity_soil of slope 03"
1276                   unit="kg.m-3" />
1277            <field id="waterdensity_soil_slope04"
1278                   long_name="waterdensity_soil of slope 04"
1279                   unit="kg.m-3" />
1280            <field id="waterdensity_soil_slope05"
1281                   long_name="waterdensity_soil of slope 05"
1282                   unit="kg.m-3" />
1283            <field id="waterdensity_soil_slope06"
1284                   long_name="waterdensity_soil of slope 06"
1285                   unit="kg.m-3" />
1286            <field id="waterdensity_soil_slope07"
1287                   long_name="waterdensity_soil of slope 07"
1288                   unit="kg.m-3" />
1289            <field id="nsubtimestep"
1290                   long_name="vdifc substimestep number"
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" />
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" />
1316
1317        </field_group>
1318
1319    </field_definition>
Note: See TracBrowser for help on using the repository browser.