source: trunk/LMDZ.VENUS/deftank/field_def_physics.xml @ 4080

Last change on this file since 4080 was 4080, checked in by streel, 3 weeks ago

!!! Important : The microphysical scheme is still a work in progress, and I was trying to fix a bug prior this commit. Ehouarn is planning to review the tracers in the model and to facilitate his work I am now commiting an unfinished version of the microphysical scheme.
For users, the Aurélien Stolzenbach parametrization remains untouched with this commit, meaning that this commit will act as a transparent one for your current simulations. Thanks for your understanding. !!!

Patch note :

First deployment of the microphysical scheme.

Modifications of the Venus Physics

  • Removal of the old files / Addition of the new ones linked to the microphysical scheme in the cloud venus folder.
  • Modification of cles_phys_mod and conf_phys : Additions of the new keywords used by the microphysical scheme
  • Modification of chemparam_mod / phys_state_var_mod : Adding the new tracers and parameters used by the microphysical scheme.
  • Modification of phytrac_chimie : Adding the call to the microphysical scheme and computation of the tendencies.
  • Modification of physiq_mod : New sedimentation of the microphysical tracers replacing the older ones. Computation of the final mixing ratios of the microphysical tracers. Outputs of the new variables.

New definitions files for the simulations

  • New tracer_mic.def, traceur_ion_mic.def
  • Update of the differents physiq.def (with a new microphysical sub part)
  • Update of the xml files, with the new possible outputs

Miscellaneous

  • Fixed a typo in a comment in photolysis_mod

All the information related to the microphysical scheme will be sum-up and updated on the wiki page : https://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php/Venus_PCM_-_Microphysical_scheme

NS

File size: 26.1 KB
Line 
1
2<!-- Definition of model variables that may be outputed by XIOS
3     Important: these should match variables defined in the code that may
4     be sent to XIOS. Thus definitions here should be in sync with the code;
5     don't forget to update this file with the code -->
6
7    <field_definition prec="4" 
8                      freq_op="1ts"
9                      enabled=".TRUE.">
10       
11        <!-- 0D variables
12        <field_group id="fields_0D" grid_ref="scalarpoint">
13            <field id="ls"
14                   long_name="Solar longitude"
15                   unit="degrees" />
16        </field_group>    -->
17       
18        <!-- 2D variables -->
19        <field_group id="fields_2D" domain_ref="dom_glo">
20            <field id="phis"
21                   long_name="Surface geopotential (gz)" 
22                   unit="m2/s2" />
23            <field id="aire"
24                   long_name="Mesh area"
25                   unit="m2" />
26            <field id="tsol"
27                   long_name="Surface Temperature" 
28                   unit="K" />
29            <field id="psol"
30                   long_name="Surface Pressure" 
31                   unit="Pa" />
32            <field id="cdragh"
33                   long_name="Drag coef on T" 
34                   unit="-" />
35            <field id="cdragm"
36                   long_name="Drag coef on U" 
37                   unit="-" />
38            <field id="tops"
39                   long_name="Solar rad. at TOA" 
40                   unit="W/m2" />
41            <field id="topl"
42                   long_name="IR rad. at TOA" 
43                   unit="W/m2" />
44            <field id="sols"
45                   long_name="Solar rad. at surface" 
46                   unit="W/m2" />
47            <field id="soll"
48                   long_name="IR rad. at surface" 
49                   unit="W/m2" />
50            <field id="col_co2"
51                   long_name="Column density of CO2" 
52                   unit="kg/m2" />
53            <field id="col_co"
54                   long_name="Column density of CO" 
55                   unit="kg/m2" />
56            <field id="col_h2"
57                   long_name="Column density of H2" 
58                   unit="kg/m2" />
59            <field id="col_h2o"
60                   long_name="Column density of H2O" 
61                   unit="kg/m2" />
62            <field id="col_o1d"
63                   long_name="Column density of O(1D)" 
64                   unit="kg/m2" />
65            <field id="col_o"
66                   long_name="Column density of O" 
67                   unit="kg/m2" />
68            <field id="col_o2"
69                   long_name="Column density of O2" 
70                   unit="kg/m2" />
71            <field id="col_o2dg"
72                   long_name="Column density of O2(DG)" 
73                   unit="kg/m2" />
74            <field id="col_o3"
75                   long_name="Column density of O3" 
76                   unit="kg/m2" />
77            <field id="col_h"
78                   long_name="Column density of H" 
79                   unit="kg/m2" />
80            <field id="col_oh"
81                   long_name="Column density of OH" 
82                   unit="kg/m2" />
83            <field id="col_ho2"
84                   long_name="Column density of HO2" 
85                   unit="kg/m2" />
86            <field id="col_h2o2"
87                   long_name="Column density of H2O2" 
88                   unit="kg/m2" />
89            <field id="col_cl"
90                   long_name="Column density of Cl" 
91                   unit="kg/m2" />
92            <field id="col_clo"
93                   long_name="Column density of ClO" 
94                   unit="kg/m2" />
95            <field id="col_cl2"
96                   long_name="Column density of Cl2" 
97                   unit="kg/m2" />
98            <field id="col_hcl"
99                   long_name="Column density of HCl" 
100                   unit="kg/m2" />
101            <field id="col_hocl"
102                   long_name="Column density of HOCl" 
103                   unit="kg/m2" />
104            <field id="col_clco"
105                   long_name="Column density of ClCO" 
106                   unit="kg/m2" />
107            <field id="col_clco3"
108                   long_name="Column density of ClCO3" 
109                   unit="kg/m2" />
110            <field id="col_cocl2"
111                   long_name="Column density of COCl2" 
112                   unit="kg/m2" />
113            <field id="col_s"
114                   long_name="Column density of S" 
115                   unit="kg/m2" />
116            <field id="col_so"
117                   long_name="Column density of SO" 
118                   unit="kg/m2" />
119            <field id="col_so2"
120                   long_name="Column density of SO2" 
121                   unit="kg/m2" />
122            <field id="col_so3"
123                   long_name="Column density of SO3" 
124                   unit="kg/m2" />
125            <field id="col_osso_cis"
126                   long_name="Column density of OSSO CIS" 
127                   unit="kg/m2" />
128            <field id="col_osso_trans"
129                   long_name="Column density of OSSO TRANS" 
130                   unit="kg/m2" />
131            <field id="col_s2o2_cyc"
132                   long_name="Column density of S2O2 CYC"
133                   unit="kg/m2" />
134            <field id="col_ocs"
135                   long_name="Column density of OCS" 
136                   unit="kg/m2" />
137            <field id="col_hso3"
138                   long_name="Column density of HSO3" 
139                   unit="kg/m2" />
140            <field id="col_h2so4"
141                   long_name="Column density of H2SO4" 
142                   unit="kg/m2" />
143            <field id="col_s2"
144                   long_name="Column density of S2" 
145                   unit="kg/m2" />
146            <field id="col_clso2"
147                   long_name="Column density of ClSO2" 
148                   unit="kg/m2" />
149            <field id="col_cl2so2"
150                   long_name="Column density of Cl2SO2" 
151                   unit="kg/m2" />
152            <field id="col_oscl"
153                   long_name="Column density of OSCl" 
154                   unit="kg/m2" />
155            <field id="col_n2"
156                   long_name="Column density of N2" 
157                   unit="kg/m2" />
158            <field id="col_he"
159                   long_name="Column density of He" 
160                    unit="kg/m2" />
161            <field id="col_n"
162                   long_name="Column density of N" 
163                   unit="kg/m2" />         
164           <field id="col_n2d"
165                   long_name="Column density of N2D" 
166                   unit="kg/m2" />
167           <field id="col_no"
168                   long_name="Column density of NO" 
169                   unit="kg/m2" /> 
170           <field id="col_no2"
171                   long_name="Column density of NO2"
172                   unit="kg/m2" />
173
174        </field_group>
175
176        <!-- 3D variables -->
177        <field_group id="fields_3D" grid_ref="grid_3d">
178            <field id="temp"
179                   long_name="Atmospheric temperature"
180                   unit="K" />
181            <field id="pres"
182                   long_name="Atmospheric pressure" 
183                   unit="Pa" />
184            <field id="geop"
185                   long_name="Geopotential (gz)" 
186                   unit="m2/s2" />
187            <field id="vitu"
188                   long_name="Westward Zonal Wind"
189                   unit="m/s" />
190            <field id="vitv" 
191                   long_name="Northward Meridional Wind" 
192                   unit="m/s" />
193            <field id="vitw"
194                   long_name="Vertical wind" 
195                   unit="Pa/s" />
196            <field id="vitwz"
197                   long_name="Vertical wind (m/s)" 
198                   unit="m/s" />
199            <field id="Kz"
200                   long_name="vertical diffusion coef" 
201                   unit="m2/s" />
202            <field id="mmean"
203                   long_name="Mean molecular mass" 
204                   unit="g/mol" />
205            <field id="Cp"
206                   long_name="Specific heat" 
207                   unit="J/K/kg" />
208            <field id="rho"
209                   long_name="Atmospheric density" 
210                   unit="kg/m3" />
211            <field id="dudyn"
212                   long_name="Dynamics du" 
213                   unit="m/s2" />
214            <field id="duvdf"
215                   long_name="Boundary layer du" 
216                   unit="m/s2" />
217            <field id="dvvdf"
218                   long_name="Boundary layer dv" 
219                   unit="m/s2" />
220            <field id="duajs"
221                   long_name="Dry adj. du" 
222                   unit="m/s2" />
223            <field id="dugwo"
224                   long_name="GW oro du" 
225                   unit="m/s2" />
226            <field id="dugwno"
227                   long_name="GW non-oro du" 
228                    unit="m/s2" />
229            <field id="dvgwno"
230                   long_name="GW non-oro dv" 
231                   unit="m/s2" />                   
232            <field id="dumolvis"
233                   long_name="molec viscosity (u)" 
234                   unit="m/s2" />
235            <field id="dvmolvis"
236                   long_name="molec viscosity (v)" 
237                   unit="m/s2" />
238            <field id="dtdyn"
239                   long_name="Dynamics dT" 
240                   unit="K/s" />
241            <field id="dtphy"
242                   long_name="Physics dT" 
243                   unit="K/s" />
244            <field id="dtvdf"
245                   long_name="Boundary layer dT" 
246                   unit="K/s" />
247            <field id="dtajs"
248                   long_name="Dry adj. dT" 
249                   unit="K/s" />
250            <field id="dtswr"
251                   long_name="SW radiation dT" 
252                   unit="K/s" />
253            <field id="dtswrNLTE"
254                   long_name="SW radiation (NLTE) dT" 
255                   unit="K/s" />
256            <field id="dtswrLTE"
257                   long_name="SW radiation (LTE) dT" 
258                   unit="K/s" />
259            <field id="dtlwr"
260                   long_name="LW radiation dT" 
261                   unit="K/s" />
262            <field id="dtlwrNLTE"
263                   long_name="LW radiation (NLTE) dT" 
264                   unit="K/s" />
265            <field id="dtlwrLTE"
266                   long_name="LW radiation (LTE) dT" 
267                   unit="K/s" />
268            <field id="dteuv"
269                   long_name="EUV radiation dT" 
270                   unit="K/s" />
271            <field id="dtcond"
272                   long_name="Thermal conduction dT" 
273                   unit="K/s" />
274            <field id="dtec"
275                   long_name="Kinetic dissip dT" 
276                   unit="K/s" />
277            <field id="SWnet"
278                   long_name="Net SW flux" 
279                   unit="W/m2" />
280            <field id="LWnet"
281                   long_name="Net LW flux" 
282                   unit="W/m2" />
283            <field id="fluxvdf"
284                   long_name="PBL net flux" 
285                   unit="W/m2" />
286            <field id="fluxdyn"
287                   long_name="Dyn net flux" 
288                   unit="W/m2" />
289            <field id="fluxajs"
290                   long_name="Dry adj. net flux" 
291                   unit="W/m2" />
292            <field id="fluxec"
293                   long_name="Kinetic Energy net flux" 
294                   unit="W/m2" />
295            <field id="BV2"
296                   long_name="Freq Brunt Väisälä"
297                   unit="Hz^2" />
298           <!---- TRACERS ---->
299            <field id="age"
300                   long_name="Age of air" 
301                   unit="s" />
302            <field id="aoa"
303                   long_name="Age of air tracer" 
304                   unit="kg/kg" />
305           <!---- CHEMISTRY TRACERS ---->
306            <field id="co2"
307                   long_name="CO2" 
308                   unit="mol/mol" />
309            <field id="co"
310                   long_name="CO" 
311                   unit="mol/mol" />
312            <field id="h2"
313                   long_name="H2" 
314                   unit="mol/mol" />
315            <field id="h2o"
316                   long_name="H2O" 
317                   unit="mol/mol" />
318            <field id="o1d"
319                   long_name="O(1D)" 
320                   unit="mol/mol" />
321            <field id="o"
322                   long_name="O" 
323                   unit="mol/mol" />
324            <field id="o2"
325                   long_name="O2" 
326                   unit="mol/mol" />
327            <field id="o2dg"
328                   long_name="O2(DG)" 
329                   unit="mol/mol" />
330            <field id="o3"
331                   long_name="O3" 
332                   unit="mol/mol" />
333            <field id="h"
334                   long_name="H" 
335                   unit="mol/mol" />
336            <field id="oh"
337                   long_name="OH" 
338                   unit="mol/mol" />
339            <field id="ho2"
340                   long_name="HO2" 
341                   unit="mol/mol" />
342            <field id="h2o2"
343                   long_name="H2O2" 
344                   unit="mol/mol" />
345            <field id="cl"
346                   long_name="Cl" 
347                   unit="mol/mol" />
348            <field id="clo"
349                   long_name="ClO" 
350                   unit="mol/mol" />
351            <field id="cl2"
352                   long_name="Cl2" 
353                   unit="mol/mol" />
354            <field id="hcl"
355                   long_name="HCl" 
356                   unit="mol/mol" />
357            <field id="hocl"
358                   long_name="HOCl" 
359                   unit="mol/mol" />
360            <field id="clco"
361                   long_name="ClCO" 
362                   unit="mol/mol" />
363            <field id="clco3"
364                   long_name="ClCO3" 
365                   unit="mol/mol" />
366            <field id="cocl2"
367                   long_name="COCl2" 
368                   unit="mol/mol" />
369            <field id="s"
370                   long_name="S" 
371                   unit="mol/mol" />
372            <field id="so"
373                   long_name="SO" 
374                   unit="mol/mol" />
375            <field id="so2"
376                   long_name="SO2" 
377                   unit="mol/mol" />
378            <field id="so3"
379                   long_name="SO3" 
380                   unit="mol/mol" />
381            <field id="osso_cis"
382                   long_name="OSSO CIS" 
383                   unit="mol/mol" />
384            <field id="osso_trans"
385                   long_name="OSSO TRANS" 
386                   unit="mol/mol" />
387            <field id="s2o2_cyc"
388                   long_name="S2O2 CYC"
389                   unit="mol/mol" />
390            <field id="ocs"
391                   long_name="OCS" 
392                   unit="mol/mol" />
393            <field id="hso3"
394                   long_name="HSO3" 
395                   unit="mol/mol" />
396            <field id="h2so4"
397                   long_name="H2SO4" 
398                   unit="mol/mol" />
399            <field id="s2"
400                   long_name="S2" 
401                   unit="mol/mol" />
402            <field id="clso2"
403                   long_name="ClSO2" 
404                   unit="mol/mol" />
405            <field id="cl2so2"
406                   long_name="Cl2SO2" 
407                   unit="mol/mol" />
408            <field id="oscl"
409                   long_name="OSCl" 
410                   unit="mol/mol" />
411            <field id="n2"
412                   long_name="N2" 
413                   unit="mol/mol" />
414            <field id="he"
415                   long_name="He" 
416                    unit="mol/mol" />
417            <field id="n"
418                   long_name="N" 
419                   unit="mol/mol" />
420            <field id="n2d"
421                   long_name="N2D" 
422                   unit="mol/mol" />
423            <field id="no"
424                   long_name="NO" 
425                   unit="mol/mol" />
426            <field id="no2"
427                   long_name="NO2" 
428                   unit="mol/mol" />
429            <field id="co2plus"
430                   long_name="CO2PLUS"
431                   unit="mol/mol" />
432            <field id="coplus"
433                   long_name="COPLUS"
434                   unit="mol/mol" />
435            <field id="oplus"
436                   long_name="OPLUS"
437                   unit="mol/mol" />
438            <field id="o2plus"
439                   long_name="O2PLUS"
440                   unit="mol/mol" />
441            <field id="hplus"
442                   long_name="HPLUS"
443                   unit="mol/mol" />
444            <field id="n2plus"
445                   long_name="N2PLUS"
446                   unit="mol/mol" />
447            <field id="h2oplus"
448                   long_name="H2OPLUS"
449                   unit="mol/mol" />
450            <field id="ohplus"
451                   long_name="OHPLUS"
452                   unit="mol/mol" />
453            <field id="cplus"
454                   long_name="CPLUS"
455                   unit="mol/mol" />
456            <field id="hcoplus"
457                   long_name="HCOPLUS"
458                   unit="mol/mol" />
459            <field id="h3oplus"
460                   long_name="H3OPLUS"
461                   unit="mol/mol" />
462            <field id="hco2plus"
463                   long_name="HCO2PLUS"
464                   unit="mol/mol" />
465            <field id="nplus"
466                   long_name="NPLUS"
467                   unit="mol/mol" />
468            <field id="noplus"
469                   long_name="NOPLUS"
470                   unit="mol/mol" />
471            <field id="elec"
472                   long_name="ELEC"
473                   unit="mol/mol" />
474            <field id="h2oliq"
475                   long_name="H2Oliq" 
476                   unit="mol/mol" />
477            <field id="h2so4liq"
478                   long_name="H2SO4liq" 
479                   unit="mol/mol" />
480            <field id="prod_co"
481                   long_name="CO production" 
482                   unit="cm-3.s-1" />
483             <field id="prod_o"
484                   long_name="O production" 
485                   unit="cm-3.s-1" />
486            <field id="loss_co"
487                   long_name="CO loss" 
488                   unit="cm-3.s-1" />
489            <field id="loss_o"
490                   long_name="O loss" 
491                   unit="cm-3.s-1" />
492            <field id="Fsedim"
493                   long_name="tendency from sedim" 
494                   unit="kg.m-2.s-1" />
495            <field id="d_qmoldifCO2"
496                   long_name="Diff molec CO2" 
497                   unit="kg/kg" />
498            <field id="d_qmoldifO3p"
499                   long_name="Diff molec 0" 
500                   unit="kg/kg" />
501            <field id="d_qmoldifN2"
502                   long_name="Diff molec N2" 
503                   unit="kg/kg" />
504            <field id="iter"
505                   long_name="chemical iterations" 
506                   unit="" />
507            <field id="no_emis"
508                   long_name="Volume emission rate NO emission" 
509                    unit="photons.cm-3.s-1" />
510            <field id="o2_emis"
511                   long_name="Volume emission rate O2 emission"
512                    unit="photons.cm-3.s-1" />
513            <field id="h2otot"
514                   long_name="Total vmr of H2O"
515                    unit="mol/mol" />
516            <field id="h2so4tot"
517                   long_name="Total vmr of H2SO4"
518                    unit="mol/mol" />
519
520           <!---- MICROPHYSICS TRACERS ---->
521            <field id="m0_aer"
522                   long_name="Order 0 moment of the aerosols"
523                    unit="m-3" />
524            <field id="m0_mode1drop"
525                   long_name="Order 0 moment of mode 1 droplets"
526                    unit="m-3" />
527            <field id="m0_mode1ccn"
528                   long_name="Order 0 moment of mode 1 ccn"
529                    unit="m-3" />
530            <field id="m0_mode2drop"
531                   long_name="Order 0 moment of mode 2 droplets"
532                    unit="m-3" />
533            <field id="m0_mode2ccn"
534                   long_name="Order 0 moment of mode2 ccn"
535                    unit="m-3" />
536            <field id="m3_aer"
537                   long_name="Order 3 moment of the aerosols"
538                    unit="m-3/m-3" />
539            <field id="m3_mode1sa"
540                   long_name="Order 3 moment of mode 1 Sulfuric Acid"
541                    unit="m-3/m-3" />
542            <field id="m3_mode1wv"
543                   long_name="Order 3 moment of mode 1 Water Vapor"
544                    unit="m-3/m-3" />
545            <field id="m3_mode1ccn"
546                   long_name="Order 3 moment of mode 1 ccn"
547                    unit="m-3/m-3" />
548            <field id="m3_mode2sa"
549                   long_name="Order 3 moment of mode 2 Sulfuric Acid"
550                    unit="m-3/m-3" />
551            <field id="m3_mode2wv"
552                   long_name="Order 3 moment of mode 2 Water Vapor"
553                    unit="m-3/m-3" />
554            <field id="m3_mode2ccn"
555                   long_name="Order 3 moment of mode 2 ccn"
556                    unit="m-3/m-3" />
557            <field id="r1"
558                   long_name="Radius of mode 1 droplets"
559                    unit="m" />
560            <field id="r2"
561                   long_name="Radius of mode 2 droplets"
562                    unit="m" />
563            <field id="RHtab"
564                   long_name="Relative humidity of H2SO4"
565                    unit="" />
566            <field id="rhotab"
567                   long_name="Density of droplets"
568                    unit="kg/m3" />
569            <field id="WSAVtab"
570                   long_name="mass fraction of SA of droplets"
571                    unit="" />
572            <field id="dM0m1_hom"
573                   long_name="Tendencie of the numb of drop by hom nuc"
574                    unit="/m3" />
575            <field id="dM3m1_hom_h2so4"
576                   long_name="Tendencie of the volume of h2so4 by hom nuc"
577                    unit="m3/m3" />
578            <field id="dM3m1_hom_h2o"
579                   long_name="Tendencie of the volume of h2o by hom nuc"
580                    unit="m3/m3" />
581            <field id="dM0m1_het"
582                   long_name="Tendencie of the numb of drop by het nuc"
583                    unit="/m3" />
584            <field id="dM0m1_het_ccn"
585                   long_name="Tendencie of the numb of ccn by het nuc"
586                    unit="/m3" />
587            <field id="dM3m1_het_ccn"
588                   long_name="Tendencie of the volume of ccn by het nuc"
589                    unit="m3/m3" />
590            <field id="dM3m1_het_h2so4"
591                   long_name="Tendencie of the volume of h2so4 by het nuc"
592                    unit="m3/m3" />
593            <field id="dM3m1_het_h2o"
594                   long_name="Tendencie of the volume of h2o by het nuc"
595                    unit="m3/m3" />
596            <field id="dM0_het_aer"
597                   long_name="Tendencie of the numb of aer by het nuc"
598                    unit="/m3" />
599            <field id="dM3_het_aer"
600                   long_name="Tendencie of the volume of aer by het nuc"
601                    unit="/m3" />
602            <field id="dM3m1_cond_h2so4"
603                   long_name="Tendencie of the volume of h2so4 by cond"
604                    unit="/m3" />
605            <field id="dM3m1_cond_h2o"
606                   long_name="Tendencie of the volume of h2o by cond"
607                    unit="/m3" />
608            <field id="dM3m2_cond_h2so4"
609                   long_name="Tendencie of the volume of h2so4 by cond"
610                    unit="/m3" />
611            <field id="dM3m2_cond_h2o"
612                   long_name="Tendencie of the volume of h2o by cond"
613                    unit="/m3" />
614            <field id="dM0m1_coag"
615                   long_name="Tendencie of the numb of drop by coag"
616                    unit="/m3" />
617            <field id="dM0m1_coag_ccn"
618                   long_name="Tendencie of the numb of ccn by coag"
619                    unit="/m3" />
620            <field id="dM3m1_coag_ccn"
621                   long_name="Tendencie of the volume of ccn by coag"
622                    unit="m3/m3" />
623            <field id="dM3m1_coag_h2so4"
624                   long_name="Tendencie of the volume of h2so4 by coag"
625                    unit="m3/m3" />
626            <field id="dM3m1_coag_h2o"
627                   long_name="Tendencie of the volume of h2o by coag"
628                    unit="m3/m3" />
629            <field id="dM0m2_coag"
630                   long_name="Tendencie of the numb of drop by coag"
631                    unit="/m3" />
632            <field id="dM0m2_coag_ccn"
633                   long_name="Tendencie of the numb of ccn by coag"
634                    unit="/m3" />
635            <field id="dM3m2_coag_ccn"
636                   long_name="Tendencie of the volume of ccn by coag"
637                    unit="m3/m3" />
638            <field id="dM3m2_coag_h2so4"
639                   long_name="Tendencie of the volume of h2so4 by coag"
640                    unit="m3/m3" />
641            <field id="dM3m2_coag_h2o"
642                   long_name="Tendencie of the volume of h2o by coag"
643                    unit="m3/m3" />
644            <field id="dM0m1_merge"
645                   long_name="Tendencie of the numb of drop by mode-merge"
646                    unit="/m3" />
647            <field id="dM0m1_merge_ccn"
648                   long_name="Tendencie of the numb of ccn by mode-merge"
649                    unit="/m3" />
650            <field id="dM3m1_merge_ccn"
651                   long_name="Tendencie of the volume of ccn by mode-merge"
652                    unit="m3/m3" />
653            <field id="dM3m1_merge_h2so4"
654                   long_name="Tendencie of the volume of h2so4 by mode-merge"
655                    unit="m3/m3" />
656            <field id="dM3m1_merge_h2o"
657                   long_name="Tendencie of the volume of h2o by mode-merge"
658                    unit="m3/m3" />
659            <field id="dM0m2_merge"
660                   long_name="Tendencie of the numb of drop by mode-merge"
661                    unit="/m3" />
662            <field id="dM0m2_merge_ccn"
663                   long_name="Tendencie of the numb of ccn by mode-merge"
664                    unit="/m3" />
665            <field id="dM3m2_merge_ccn"
666                   long_name="Tendencie of the volume of ccn by mode-merge"
667                    unit="m3/m3" />
668            <field id="dM3m2_merge_h2so4"
669                   long_name="Tendencie of the volume of h2so4 by mode-merge"
670                    unit="m3/m3" />
671            <field id="dM3m2_merge_h2o"
672                   long_name="Tendencie of the volume of h2o by mode-merge"
673                    unit="m3/m3" />
674            <field id="satm1"
675                   long_name="sat ratio of mode 1"
676                    unit="" />
677            <field id="satm2"
678                   long_name="sat ratio of mode 2"
679                    unit="" />
680        </field_group>
681
682    </field_definition>
Note: See TracBrowser for help on using the repository browser.