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

Last change on this file since 3203 was 3136, checked in by jbclement, 15 months ago

PEM:
Update of files in the deftank: addition of variables in the xml definition files, inclusion of "callphys.def" into "run_PEM.def" and minor typo in "launch_pem.sh".
JBC

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