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

Last change on this file since 3316 was 3305, checked in by jbclement, 10 months ago

Mars PCM:

  • Addition of the "startfi" file name as an argument for "phys_state_var_init_mod.F90"/"iniphysiq_mod.F90" to be able to initialize correctly the 3D PEM with its dedicated "startfi" file name.
  • Small update of xml files for XIOS in the deftank, mainly to make the 3D PEM run with slopes.
  • Few cleanings in "phyetat0_mod.F90".

JBC

File size: 53.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            <!-- CO2 cycle -->
547            <field id="co2ice"
548                   long_name="CO2 ice thickness"
549                   unit="kg.m-2" />
550            <field id="co2ice_slope01"
551                   long_name="CO2 ice thickness on slope 01"
552                   unit="kg.m-2" />
553            <field id="co2ice_slope02"
554                   long_name="CO2 ice thickness on slope 02"
555                   unit="kg/m2" />
556            <field id="co2ice_slope03"
557                   long_name="CO2 ice thickness on slope 03"
558                   unit="kg/m2" />
559            <field id="co2ice_slope04"
560                   long_name="CO2 ice thickness on slope 04"
561                   unit="kg/m2" />
562            <field id="co2ice_slope05"
563                   long_name="CO2 ice thickness on slope 05"
564                   unit="kg/m2" />
565            <field id="co2ice_slope06"
566                   long_name="CO2 ice thickness on slope 06"
567                   unit="kg/m2" />
568            <field id="co2ice_slope07"
569                   long_name="CO2 ice thickness on slope 07"
570                   unit="kg/m2" />
571
572            <field id="perennial_co2ice"
573                   long_name="Perennial co2 ice thickness"
574                   unit="kg.m-2" />
575            <field id="perennial_co2ice_slope01"
576                   long_name="Perennial co2 ice thickness of slope 01"
577                   unit="kg.m-2" />
578            <field id="perennial_co2ice_slope02"
579                   long_name="Perennial co2 ice thickness of slope 02"
580                   unit="kg/m2" />
581            <field id="perennial_co2ice_slope03"
582                   long_name="Perennial co2 ice thickness of slope 03"
583                   unit="kg/m2" />
584            <field id="perennial_co2ice_slope04"
585                   long_name="Perennial co2 ice thickness of slope 04"
586                   unit="kg/m2" />
587            <field id="perennial_co2ice_slope05"
588                   long_name="Perennial co2 ice thickness of slope 05"
589                   unit="kg/m2" />
590            <field id="perennial_co2ice_slope06"
591                   long_name="Perennial co2 ice thickness of slope 06"
592                   unit="kg/m2" />
593            <field id="perennial_co2ice_slope07"
594                   long_name="Perennial co2 ice thickness of slope 07"
595                   unit="kg/m2" />
596
597            <field id="co2condens_zfallice"
598                   long_name="CO2 ice tendency on the surface"
599                   unit="kg.m-2.s-1" />
600
601            <!-- tracer columns (chemistry) -->
602            <field id="c_co2"
603                   long_name="CO2 column"
604                   unit="mol.cm-2" />
605            <field id="c_co"
606                   long_name="CO column"
607                   unit="mol.cm-2" />
608            <field id="c_o"
609                   long_name="O column"
610                   unit="mol.cm-2" />
611            <field id="c_o1d"
612                   long_name="O1d column"
613                   unit="mol.cm-2" />
614            <field id="c_o2"
615                   long_name="O2 column"
616                   unit="mol.cm-2" />
617            <field id="c_o3"
618                   long_name="O3 column"
619                   unit="mol.cm-2" />
620            <field id="c_h"
621                   long_name="H column"
622                   unit="mol.cm-2" />
623            <field id="c_h2"
624                   long_name="H2 column"
625                   unit="mol.cm-2" />
626            <field id="c_oh"
627                   long_name="OH column"
628                   unit="mol.cm-2" />
629            <field id="c_ho2"
630                   long_name="HO2 column"
631                   unit="mol.cm-2" />
632            <field id="c_h2o2"
633                   long_name="H2 column"
634                   unit="mol.cm-2" />
635            <field id="c_n2"
636                   long_name="N2 column"
637                   unit="mol.cm-2" />
638            <field id="c_ar"
639                   long_name="Ar column"
640                   unit="mol.cm-2" />
641            <field id="c_h2o_ice"
642                   long_name="H2O_ice column"
643                   unit="mol.cm-2" />
644            <field id="c_h2o_vap"
645                   long_name="H2O_vap column"
646                   unit="mol.cm-2" />
647            <field id="c_n"
648                   long_name="N column"
649                   unit="mol.cm-2" />
650            <field id="c_no"
651                   long_name="NO column"
652                   unit="mol.cm-2" />
653            <field id="c_no2"
654                   long_name="NO2 column"
655                   unit="mol.cm-2" />
656            <field id="c_n2d"
657                   long_name="N2d column"
658                   unit="mol.cm-2" />
659            <field id="c_ch4"
660                   long_name="CH4 column"
661                   unit="mol.cm-2" />
662            <field id="c_he"
663                   long_name="He column"
664                   unit="mol.cm-2" />
665
666            <!-- ions -->
667            <field id="c_co2plus"
668                   long_name="CO2+ column"
669                   unit="mol.cm-2" />
670            <field id="c_oplus"
671                   long_name="O+ column"
672                   unit="mol.cm-2" />
673            <field id="c_o2plus"
674                   long_name="O2+ column"
675                   unit="mol.cm-2" />
676            <field id="c_coplus"
677                   long_name="CO+ column"
678                   unit="mol.cm-2" />
679            <field id="c_coplus"
680                   long_name="CO+ column"
681                   unit="mol.cm-2" />
682            <field id="c_cplus"
683                   long_name="C+ column"
684                   unit="mol.cm-2" />
685            <field id="c_nplus"
686                   long_name="N+ column"
687                   unit="mol.cm-2" />
688            <field id="c_noplus"
689                   long_name="NO+ column"
690                   unit="mol.cm-2" />
691            <field id="c_n2plus"
692                   long_name="N2+ column"
693                   unit="mol.cm-2" />
694            <field id="c_hplus"
695                   long_name="H+ column"
696                   unit="mol.cm-2" />
697            <field id="c_hco2plus"
698                   long_name="HCO2+ column"
699                   unit="mol.cm-2" />
700            <field id="c_hcoplus"
701                   long_name="HCO+ column"
702                   unit="mol.cm-2" />
703            <field id="c_h2oplus"
704                   long_name="H2O+ column"
705                   unit="mol.cm-2" />
706            <field id="c_h3oplus"
707                   long_name="H3O+ column"
708                   unit="mol.cm-2" />
709            <field id="c_ohplus"
710                   long_name="OH+ column"
711                   unit="mol.cm-2" />
712            <field id="c_elec"
713                   long_name="electron column"
714                   unit="mol.cm-2" />
715
716            <!-- Thermals parametrization -->
717            <field id="lmax_th"
718                   long_name="index of vertical extension of thermals"
719                   unit="grid level" />
720            <field id="zmax_th"
721                   long_name="vertical extension of thermals"
722                   unit="m" />
723            <field id="hfmax_th"
724                   long_name="maximum heat flux in thermals"
725                   unit="K.m/s" />
726            <field id="wstar"
727                   long_name="maximum vertical velocity in thermals"
728                   unit="m/s" />
729
730            <!-- Subsurface tracers  (adsorption) -->
731
732            <field id="flux_rego"
733                   long_name="flux of water from the regolith"
734                   unit="kg/m^2" />
735            <field id="mass_h2o_soil"
736                   long_name="Mass of subsurface water column at each point"
737                   unit="kg m-2" />
738            <field id="mass_ice_soil"
739                   long_name="Mass of subsurface ice at each point"
740                   unit="kg m-2" />
741            <field id="nsurf"
742                   long_name="surface water vapor density"
743                   unit="kg/m^3" />
744
745
746        </field_group>
747
748        <!-- 3D variables -->
749        <field_group id="fields_3D" domain_ref="dom_glo" axis_ref="altitude">
750        <!--<field_group id="fields_3D" grid_ref="grid_3d">-->
751
752            <field id="zzlay"
753                   long_name="Midlayer altitude"
754                   unit="m" />
755            <field id="zzlev"
756                   long_name="Interlayer altitude"
757                   unit="m" />
758            <field id="pphi"
759                   long_name="Geopotential"
760                   unit="m2.s-2" />
761
762            <!-- main meteorological fields -->
763            <field id="temp"
764                   long_name="Atmospheric temperature"
765                   unit="K" />
766            <field id="u"
767                   long_name="Eastward Zonal Wind"
768                   unit="m.s-1" />
769            <field id="v"
770                   long_name="Northward Meridional Wind"
771                   unit="m.s-1" />
772            <field id="w"
773                   long_name="Vertical Wind (positive when downward)"
774                   unit="m.s-1" />
775            <field id="rho"
776                   long_name="Atmospheric density"
777                   unit="kg.m-3" />
778            <field id="pressure"
779                   long_name="Atmospheric pressure"
780                   unit="Pa" />
781            <field id="zplev"
782                   long_name="Interlayer pressure"
783                   unit="Pa" />
784
785            <!-- heating rates -->
786            <field id="dtrad"
787                   long_name="total radiative heating rate"
788                   unit="K.s-1" />
789            <field id="sw_htrt"
790                   long_name="Shortwave heating rate"
791                   unit="K.s-1" />
792            <field id="lw_htrt"
793                   long_name="Longwave heating rate"
794                   unit="K.s-1" />
795            <field id="q15um"
796                   long_name="15 um cooling"
797                   unit="K.s-1" />
798            <field id="qnir"
799                   long_name="NIR heating rate"
800                   unit="K.s-1" />
801            <field id="quv"
802                   long_name="EUV heating rate"
803                   unit="K.s-1" />
804            <field id="cond"
805                   long_name="Thermal conduction heating rate"
806                   unit="K.s-1" />
807
808            <!-- tracers (CO2 and water) -->
809            <field id="co2"
810                   long_name="CO2 mass mixing ratio"
811                   unit="kg/kg" />
812            <field id="vmr_co2"
813                   long_name="CO2 volume mixing ratio"
814                   unit="mol/mol" />
815            <field id="num_co2"
816                   long_name="CO2 number density"
817                   unit="cm-3" />
818            <field id="h2o_ice"
819                   long_name="water ice mass mixing ratio"
820                   unit="kg/kg" />
821            <field id="vmr_h2oice"
822                   long_name="water ice volume mixing ratio"
823                   unit="mol/mol" />
824            <field id="vmr_h2o_ice"
825                   long_name="water ice volume mixing ratio"
826                   unit="mol/mol" />
827            <field id="num_h2o_ice"
828                   long_name="water ice number density"
829                   unit="cm-3" />
830            <field id="h2o_vap"
831                   long_name="water vapor mass mixing ratio"
832                   unit="kg/kg" />
833            <field id="vmr_h2ovap"
834                   long_name="water vapor volume mixing ratio"
835                   unit="mol/mol" />
836            <field id="vmr_h2o_vap"
837                   long_name="water vapor volume mixing ratio"
838                   unit="mol/mol" />
839            <field id="num_h2o_vap"
840                   long_name="water vapor number density"
841                   unit="cm-3" />
842
843            <!-- tracers (chemistry) -->
844            <field id="co"
845                   long_name="CO mass mixing ratio"
846                   unit="kg/kg" />
847            <field id="vmr_co"
848                   long_name="CO volume mixing ratio"
849                   unit="mol/mol" />
850            <field id="num_co"
851                   long_name="CO number density"
852                   unit="cm-3" />
853            <field id="o"
854                   long_name="O mass mixing ratio"
855                   unit="kg/kg" />
856            <field id="vmr_o"
857                   long_name="O volume mixing ratio"
858                   unit="mol/mol" />
859            <field id="num_o"
860                   long_name="O number density"
861                   unit="cm-3" />
862            <field id="o1d"
863                   long_name="O1d mass mixing ratio"
864                   unit="kg/kg" />
865            <field id="vmr_o1d"
866                   long_name="O1d volume mixing ratio"
867                   unit="mol/mol" />
868            <field id="num_o1d"
869                   long_name="O1d number density"
870                   unit="cm-3" />
871            <field id="o2"
872                   long_name="O2 mass mixing ratio"
873                   unit="kg/kg" />
874            <field id="vmr_o2"
875                   long_name="O2 volume mixing ratio"
876                   unit="mol/mol" />
877            <field id="num_o2"
878                   long_name="O2 number density"
879                   unit="cm-3" />
880            <field id="o3"
881                   long_name="O3 mass mixing ratio"
882                   unit="kg/kg" />
883            <field id="vmr_o3"
884                   long_name="O3 volume mixing ratio"
885                   unit="mol/mol" />
886            <field id="num_o3"
887                   long_name="O3 number density"
888                   unit="cm-3" />
889            <field id="h"
890                   long_name="H mass mixing ratio"
891                   unit="kg/kg" />
892            <field id="vmr_h"
893                   long_name="H volume mixing ratio"
894                   unit="mol/mol" />
895            <field id="num_h"
896                   long_name="H number density"
897                   unit="cm-3" />
898            <field id="h2"
899                   long_name="H2 mass mixing ratio"
900                   unit="kg/kg" />
901            <field id="vmr_h2"
902                   long_name="H2 volume mixing ratio"
903                   unit="mol/mol" />
904            <field id="num_h2"
905                   long_name="H2 number density"
906                   unit="cm-3" />
907            <field id="oh"
908                   long_name="OH mass mixing ratio"
909                   unit="kg/kg" />
910            <field id="vmr_oh"
911                   long_name="OH volume mixing ratio"
912                   unit="mol/mol" />
913            <field id="num_oh"
914                   long_name="OH number density"
915                   unit="cm-3" />
916            <field id="ho2"
917                   long_name="HO2 mass mixing ratio"
918                   unit="kg/kg" />
919            <field id="vmr_ho2"
920                   long_name="HO2 volume mixing ratio"
921                   unit="mol/mol" />
922            <field id="num_ho2"
923                   long_name="HO2 number density"
924                   unit="cm-3" />
925            <field id="h2o2"
926                   long_name="H2O2 mass mixing ratio"
927                   unit="kg/kg" />
928            <field id="vmr_h2o2"
929                   long_name="H2O2 volume mixing ratio"
930                   unit="mol/mol" />
931            <field id="num_h2o2"
932                   long_name="H2O2 number density"
933                   unit="cm-3" />
934            <field id="n2"
935                   long_name="N2 mass mixing ratio"
936                   unit="kg/kg" />
937            <field id="vmr_n2"
938                   long_name="N2 volume mixing ratio"
939                   unit="mol/mol" />
940            <field id="num_n2"
941                   long_name="N2 number density"
942                   unit="cm-3" />
943            <field id="ar"
944                   long_name="Ar mass mixing ratio"
945                   unit="kg/kg" />
946            <field id="vmr_ar"
947                   long_name="Ar volume mixing ratio"
948                   unit="mol/mol" />
949            <field id="num_ar"
950                   long_name="Ar number density"
951                   unit="cm-3" />
952            <field id="num_n"
953                   long_name="N number density"
954                   unit="cm-3" />
955            <field id="num_no"
956                   long_name="NO number density"
957                   unit="cm-3" />
958            <field id="num_no2"
959                   long_name="NO2 number density"
960                   unit="cm-3" />
961            <field id="num_n2d"
962                   long_name="N2d number density"
963                   unit="cm-3" />
964            <field id="ch4"
965                   long_name="CH4 mass mixing ratio"
966                   unit="kg/kg" />
967            <field id="vmr_ch4"
968                   long_name="CH4 volume mixing ratio"
969                   unit="mol/mol" />
970            <field id="num_ch4"
971                   long_name="CH4 number density"
972                   unit="cm-3" />
973            <field id="he"
974                   long_name="He mass mixing ratio"
975                   unit="kg/kg" />
976            <field id="vmr_he"
977                   long_name="He volume mixing ratio"
978                   unit="mol/mol" />
979            <field id="num_he"
980                   long_name="He number density"
981                   unit="cm-3" />
982
983            <!-- ions -->
984            <field id="num_co2plus"
985                   long_name="CO2+ number density"
986                   unit="cm-3" />
987            <field id="num_oplus"
988                   long_name="O+ number density"
989                   unit="cm-3" />
990            <field id="num_o2plus"
991                   long_name="O2+ number density"
992                   unit="cm-3" />
993            <field id="num_coplus"
994                   long_name="CO+ number density"
995                   unit="cm-3" />
996            <field id="num_coplus"
997                   long_name="CO+ number density"
998                   unit="cm-3" />
999            <field id="num_cplus"
1000                   long_name="C+ number density"
1001                   unit="cm-3" />
1002            <field id="num_nplus"
1003                   long_name="N+ number density"
1004                   unit="cm-3" />
1005            <field id="num_noplus"
1006                   long_name="NO+ number density"
1007                   unit="cm-3" />
1008            <field id="num_n2plus"
1009                   long_name="N2+ number density"
1010                   unit="cm-3" />
1011            <field id="num_hplus"
1012                   long_name="H+ number density"
1013                   unit="cm-3" />
1014            <field id="num_hco2plus"
1015                   long_name="HCO2+ number density"
1016                   unit="cm-3" />
1017            <field id="num_hcoplus"
1018                   long_name="HCO+ number density"
1019                   unit="cm-3" />
1020            <field id="num_h2oplus"
1021                   long_name="H2O+ number density"
1022                   unit="cm-3" />
1023            <field id="num_h3oplus"
1024                   long_name="H3O+ number density"
1025                   unit="cm-3" />
1026            <field id="num_ohplus"
1027                   long_name="OH+ number density"
1028                   unit="cm-3" />
1029            <field id="num_elec"
1030                   long_name="electron number density"
1031                   unit="cm-3" />
1032
1033            <!-- Dust cycle parametrization -->
1034            <field id="reffdust"
1035                   long_name="Dust effective radius"
1036                   unit="m" />
1037            <field id="rdust"
1038                   long_name="Dust radius"
1039                   unit="m" />
1040            <field id="dustq"
1041                   long_name="Dust mass mixing ratio"
1042                   unit="kg/kg" />
1043            <field id="dustN"
1044                   long_name="Dust number mixing ratio"
1045                   unit="part/kg" />
1046            <field id="dsodust_TES"
1047                   long_name="Density scaled extinction opacity of std dust at 9.3um(TES)"
1048                   unit="m2.kg-1" />
1049            <field id="dso_TES"
1050                   long_name="Density scaled extinction opacity of all dust at 9.3um(TES)"
1051                   unit="m2.kg-1" />
1052            <field id="dsodust"
1053                   long_name="Density scaled extinction opacity of std dust at 21.6um(MCS)"
1054                   unit="m2.kg-1" />
1055            <field id="dso"
1056                   long_name="Density scaled extinction opacity of all dust at 21.6um(MCS)"
1057                   unit="m2.kg-1" />
1058            <field id="aerosol_dust"
1059                   long_name="Opacity of background dust"
1060                   unit="" />
1061
1062            <field id="reffstormdust"
1063                   long_name="Stormdust dust effective radius"
1064                   unit="m" />
1065            <field id="rstormdust"
1066                   long_name="Stormdust dust radius"
1067                   unit="m" />
1068            <field id="dsords_TES"
1069                   long_name="Density scaled extinction opacity of stormdust at 9.3um(TES)"
1070                   unit="m2.kg-1" />
1071            <field id="dsords"
1072                   long_name="Density scaled extinction opacity of stormdust at 21.6um(MCS)"
1073                   unit="m2.kg-1" />
1074            <field id="rdsdustq"
1075                   long_name="Stormdust dust mass mixing ratio"
1076                   unit="kg/kg" />
1077            <field id="rdsdustqmodel"
1078                   long_name="Stormdust dust mass mixing ratio"
1079                   unit="kg/kg" />
1080            <field id="rdsdustN"
1081                   long_name="Stormdust dust number mixing ratio"
1082                   unit="part/kg" />
1083            <field id="rdsdustN"
1084                   long_name="Stormdust dust number mixing ratio"
1085                   unit="part/kg" />
1086            <field id="wspeed_stormdust"
1087                   long_name="vertical velocity of stormdust"
1088                   unit="m/s" />
1089            <field id="zdqsed_dust_mass"
1090                   long_name="sedimentation tendency of background dust mmr"
1091                   unit="kg/kg.s-1" />
1092            <field id="zdqsed_dust_number"
1093                   long_name="sedimentation tendency of background dust number"
1094                   unit="nbr/kg.s-1" />
1095            <field id="zdqsed_stormdust_mass"
1096                   long_name="sedimentation tendency of stormdust dust mmr"
1097                   unit="kg/kg.s-1" />
1098            <field id="aerosol_stormdust"
1099                   long_name="Opacity of stormdust dust"
1100                   unit="" />
1101            <field id="rds_lapserate"
1102                   long_name="lapse rate in the rocket dust storm"
1103                   unit="K/m" />
1104            <field id="rds_deltahr"
1105                   long_name="extra heating rate in the rocket dust storm"
1106                   unit="K/s" />
1107
1108            <field id="topdustq"
1109                   long_name="Topdust dust mass mixing ratio"
1110                   unit="kg/kg" />
1111            <field id="topdustN"
1112                   long_name="Topdust dust number mixing ratio"
1113                   unit="part/kg" />
1114            <field id="refftopdust"
1115                   long_name="Topdust dust effective radius"
1116                   unit="m" />
1117            <field id="dsotop_TES"
1118                   long_name="Density scaled extinction opacity of topdust at 9.3um(TES)"
1119                   unit="m2.kg-1" />
1120            <field id="dsotop"
1121                   long_name="Density scaled extinction opacity of topdust at 21.6um(MCS)"
1122                   unit="m2.kg-1" />
1123
1124
1125            <!-- Water cycle parametrization -->
1126            <field id="rice"
1127                   long_name="Water ice particle size"
1128                   unit="m" />
1129            <field id="h2o_saturation"
1130                   long_name="h2o vapor saturation ratio"
1131                   unit="" />
1132            <field id="watercloud_pdqh2oice"
1133                   long_name="pdqcloud_h2o_ice after microphysics"
1134                   unit="kg/kg.s-1" />
1135            <field id="watercloud_pdqh2ovap"
1136                   long_name="pdqcloud_h2o_vap after microphysics"
1137                   unit="kg/kg.s-1" />
1138            <field id="watercloud_pdqhdoice"
1139                   long_name="pdqcloud_hdo_ice after microphysics"
1140                   unit="kg/kg.s-1" />
1141            <field id="watercloud_pdqhdovap"
1142                   long_name="pdqcloud_hdo_vap after microphysics"
1143                   unit="kg/kg.s-1" />
1144
1145            <field id="zpotcond_inst"
1146                   long_name="zpotcond_inst microphysics"
1147                   unit="(kg/kg)" />
1148            <field id="zpotcond_full"
1149                   long_name="zpotcond_full microphysics"
1150                   unit="(kg/kg)" />
1151            <field id="zpotcond"
1152                   long_name="zpotcond microphysics"
1153                   unit="(kg/kg)" />
1154            <field id="count_micro"
1155                   long_name="count_micro after microphysics"
1156                   unit="integer" />
1157
1158            <field id="zdqcloud_ice"
1159                   long_name="cloud ice"
1160                   unit="kg.m-2.s-1" />
1161            <field id="zdqcloud_vap"
1162                   long_name="cloud vap"
1163                   unit="kg.m-2.s-1" />
1164            <field id="zdqcloud"
1165                   long_name="cloud"
1166                   unit="kg.m-2.s-1" />
1167
1168            <!-- CO2 condensation parametrization -->
1169            <field id="co2condens_pdtc"
1170                   long_name="Temperature tendency due to CO2 condensation"
1171                   unit="K.s-1" />
1172
1173            <!-- Non-orographic GW parametrization -->
1174            <field id="nonoro_bv"
1175                   long_name="Brunt Vaisala frequency in nonoro"
1176                   unit="Hz" />
1177            <field id="nonoro_u_epflux_tot"
1178                   long_name="Total EP Flux along U in nonoro"
1179                   unit="" />
1180            <field id="nonoro_v_epflux_tot"
1181                   long_name="Total EP Flux along V in nonoro"
1182                   unit="" />
1183            <field id="du_nonoro_gwd"
1184                   long_name="Tendency on U due to nonoro GW"
1185                   unit="m.s-2" />
1186            <field id="dv_nonoro_gwd"
1187                   long_name="Tendency on V due to nonoro GW"
1188                   unit="m.s-2" />
1189
1190        </field_group>
1191
1192        <!-- soil variables -->
1193        <field_group id="fields_soil" domain_ref="dom_glo" axis_ref="soil_layers">
1194            <field id="soiltemp"
1195                   long_name="Soil temperature"
1196                   unit="K" />
1197            <field id="soiltemp_slope01"
1198                   long_name="Soil temperature for slope 01"
1199                   unit="K" />
1200            <field id="soiltemp_slope02"
1201                   long_name="Soil temperature for slope 02"
1202                   unit="K" />
1203            <field id="soiltemp_slope03"
1204                   long_name="Soil temperature for slope 03"
1205                   unit="K" />
1206            <field id="soiltemp_slope04"
1207                   long_name="Soil temperature for slope 04"
1208                   unit="K" />
1209            <field id="soiltemp_slope05"
1210                   long_name="Soil temperature for slope 05"
1211                   unit="K" />
1212            <field id="soiltemp_slope06"
1213                   long_name="Soil temperature for slope 06"
1214                   unit="K" />
1215            <field id="soiltemp_slope07"
1216                   long_name="Soil temperature for slope 07"
1217                   unit="K" />
1218            <field id="inertiedat"
1219                   long_name="Soil thermal inertia"
1220                   unit="J/kg/K" />
1221            <field id="inertiesoil_slope01"
1222                   long_name="Soil thermal inertia for slope 01"
1223                   unit="J/kg/K" />
1224            <field id="inertiesoil_slope02"
1225                   long_name="Soil thermal inertia for slope 02"
1226                   unit="J/kg/K" />
1227            <field id="inertiesoil_slope03"
1228                   long_name="Soil thermal inertia for slope 03"
1229                   unit="J/kg/K" />
1230            <field id="inertiesoil_slope04"
1231                   long_name="Soil thermal inertia for slope 04"
1232                   unit="J/kg/K" />
1233            <field id="inertiesoil_slope05"
1234                   long_name="Soil thermal inertia for slope 05"
1235                   unit="J/kg/K" />
1236            <field id="inertiesoil_slope06"
1237                   long_name="Soil thermal inertia for slope 06"
1238                   unit="J/kg/K" />
1239            <field id="inertiesoil_slope07"
1240                   long_name="Soil thermal inertia for slope 07"
1241                   unit="J/kg/K" />
1242            <field id="waterdensity_soil"
1243                   long_name="waterdensity_soil"
1244                   unit="kg.m-3" />
1245            <field id="waterdensity_soil_slope01"
1246                   long_name="waterdensity_soil of slope 01"
1247                   unit="kg.m-3" />
1248            <field id="waterdensity_soil_slope02"
1249                   long_name="waterdensity_soil of slope 02"
1250                   unit="kg.m-3" />
1251            <field id="waterdensity_soil_slope03"
1252                   long_name="waterdensity_soil of slope 03"
1253                   unit="kg.m-3" />
1254            <field id="waterdensity_soil_slope04"
1255                   long_name="waterdensity_soil of slope 04"
1256                   unit="kg.m-3" />
1257            <field id="waterdensity_soil_slope05"
1258                   long_name="waterdensity_soil of slope 05"
1259                   unit="kg.m-3" />
1260            <field id="waterdensity_soil_slope06"
1261                   long_name="waterdensity_soil of slope 06"
1262                   unit="kg.m-3" />
1263            <field id="waterdensity_soil_slope07"
1264                   long_name="waterdensity_soil of slope 07"
1265                   unit="kg.m-3" />         
1266            <field id="subtimestep"
1267                   long_name="vdifc substimestep length"
1268                   unit="s" />
1269            <field id="zdq_subtimestep"
1270                   long_name="Actual flux zdqsdif*subtimestep"
1271                   unit="kg.m-2" />
1272            <field id="zdq_end"
1273                   long_name="Flux after all contributions"
1274                   unit="kg.m-2.s-1" />
1275            <field id="flux_soillayer"
1276                   long_name="flux of water between the soil layers"
1277                   unit="kg.m-2.s-1" />
1278            <field id="ice_saturation_soil"
1279                   long_name="Water ice saturation in the soil layers"
1280                   unit="Percent" />
1281            <field id="znsoil"
1282                   long_name="Water vapor soil concentration"
1283                   unit="kg m-3 of pore air" />
1284            <field id="nsatsoil"
1285                   long_name="subsurface water vapor saturation density"
1286                   unit="kg/m^3" />
1287            <field id="adswater"
1288                   long_name="subsurface adsorbed water"
1289                   unit="kg/m^3" />
1290            <field id="coeff_diffusion_soil"
1291                   long_name="interlayer diffusion coefficient"
1292                   unit="m^2/s" />
1293
1294        </field_group>
1295
1296    </field_definition>
Note: See TracBrowser for help on using the repository browser.