Ignore:
Timestamp:
Feb 20, 2026, 11:39:45 AM (3 weeks ago)
Author:
streel
Message:

!!! 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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/deftank/field_def_physics.xml

    r3780 r4080  
    510510            <field id="o2_emis"
    511511                   long_name="Volume emission rate O2 emission"
    512                    unit="photons.cm-3.s-1" />
     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" />
    513519
    514        </field_group>
     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>
    515681
    516682    </field_definition>
Note: See TracChangeset for help on using the changeset viewer.