<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Streel</id>
		<title>Planets - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Streel"/>
		<link rel="alternate" type="text/html" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php/Special:Contributions/Streel"/>
		<updated>2026-06-11T20:01:57Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.7</generator>

	<entry>
		<id>http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Venus_PCM_-_Microphysical_scheme&amp;diff=3168</id>
		<title>Venus PCM - Microphysical scheme</title>
		<link rel="alternate" type="text/html" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Venus_PCM_-_Microphysical_scheme&amp;diff=3168"/>
				<updated>2026-01-08T01:53:08Z</updated>
		
		<summary type="html">&lt;p&gt;Streel: Add categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt; ! This is a work in progress to describe the microphysical scheme used in the Venus PCM ! &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to activate the microphysical scheme ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== In the '''physiq.def''' file ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the physiq.def file, you need to modify the flag :&lt;br /&gt;
&lt;br /&gt;
'''cl_scheme''' = 1 to '''cl_scheme''' = 2&lt;br /&gt;
&lt;br /&gt;
A new set of flags are now useful to you :&lt;br /&gt;
&lt;br /&gt;
'''debug_cloud''' = n -&amp;gt; get you a full set of information on what is happening in the microphysical scheme. &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt; ! Be careful it is intended for 1D for now, you can expect a lot of data in 3D (to be improved) ! &amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A set of flags to activate or not the individual processes of the microphysical scheme&lt;br /&gt;
&lt;br /&gt;
'''mode_merging''' = y&lt;br /&gt;
&lt;br /&gt;
'''hom_nuclea''' = y&lt;br /&gt;
&lt;br /&gt;
'''het_nuclea''' = y&lt;br /&gt;
&lt;br /&gt;
'''cond_evap''' =y&lt;br /&gt;
&lt;br /&gt;
'''coag''' = y&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You are able to modify the standard deviation of the size distribution of the mode 1 and mode 2 droplets&lt;br /&gt;
&lt;br /&gt;
'''sigma_mode1''' = 1.56&lt;br /&gt;
&lt;br /&gt;
'''sigma_mode2''' = 1.29&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Finally you have a set of flags and free parameters to change of the aerosols production (which serves as possible condensation nuclei for the droplets)&lt;br /&gt;
&lt;br /&gt;
First concerning the properties of the aerosols&lt;br /&gt;
&lt;br /&gt;
'''prod_aer''' = y If you want to include the aerosols or not&lt;br /&gt;
&lt;br /&gt;
'''rad_aer''' = 0.125e-6 (m) The mean radius of the aerosols produced&lt;br /&gt;
&lt;br /&gt;
'''sigma_aer''' = 1.56 The standard deviation of the size distribution of the aerosols&lt;br /&gt;
&lt;br /&gt;
'''rho_aer''' = 1800 (kg/m3) The density of the aerosols&lt;br /&gt;
&lt;br /&gt;
And then concerning the spatial distribution of the aerosols production. We're making the assumption that the vertical production follows a gaussian shape.&lt;br /&gt;
&lt;br /&gt;
'''alt_aer''' = 62000 (m) Altitude of the peak of production of the aerosols&lt;br /&gt;
&lt;br /&gt;
'''sigmaz_aer''' = 2000 (m) Vertical standard deviation of the gaussian distribution&lt;br /&gt;
&lt;br /&gt;
'''tx_prod_aer''' = 2.D-10 (/m2/s) Vertically integrated production rate of the aerosols&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== In the '''traceurs.def''' file ===&lt;br /&gt;
&lt;br /&gt;
You need to add a set of new traceurs &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;! You need to add it at the end of the traceurs list (Until the rework of the traceurs in the Venus PCM) !&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;	&lt;br /&gt;
10 10 m0_aer&lt;br /&gt;
10 10 m3_aer&lt;br /&gt;
10 10 m0_mode1drop&lt;br /&gt;
10 10 m0_mode1ccn&lt;br /&gt;
10 10 m3_mode1sa&lt;br /&gt;
10 10 m3_mode1wv&lt;br /&gt;
10 10 m3_mode1ccn&lt;br /&gt;
10 10 m0_mode2drop&lt;br /&gt;
10 10 m0_mode2ccn&lt;br /&gt;
10 10 m3_mode2sa&lt;br /&gt;
10 10 m3_mode2wv&lt;br /&gt;
10 10 m3_mode2ccn	&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Venus-Model]]&lt;br /&gt;
[[Category:Venus-LMDZ]]&lt;/div&gt;</summary>
		<author><name>Streel</name></author>	</entry>

	<entry>
		<id>http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Venus_PCM_-_Microphysical_scheme&amp;diff=3167</id>
		<title>Venus PCM - Microphysical scheme</title>
		<link rel="alternate" type="text/html" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Venus_PCM_-_Microphysical_scheme&amp;diff=3167"/>
				<updated>2026-01-08T01:46:51Z</updated>
		
		<summary type="html">&lt;p&gt;Streel: First iteration of the microphysical page for Venus PCM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt; ! This is a work in progress to describe the microphysical scheme used in the Venus PCM ! &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to activate the microphysical scheme ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== In the '''physiq.def''' file ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the physiq.def file, you need to modify the flag :&lt;br /&gt;
&lt;br /&gt;
'''cl_scheme''' = 1 to '''cl_scheme''' = 2&lt;br /&gt;
&lt;br /&gt;
A new set of flags are now useful to you :&lt;br /&gt;
&lt;br /&gt;
'''debug_cloud''' = n -&amp;gt; get you a full set of information on what is happening in the microphysical scheme. &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt; ! Be careful it is intended for 1D for now, you can expect a lot of data in 3D (to be improved) ! &amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A set of flags to activate or not the individual processes of the microphysical scheme&lt;br /&gt;
&lt;br /&gt;
'''mode_merging''' = y&lt;br /&gt;
&lt;br /&gt;
'''hom_nuclea''' = y&lt;br /&gt;
&lt;br /&gt;
'''het_nuclea''' = y&lt;br /&gt;
&lt;br /&gt;
'''cond_evap''' =y&lt;br /&gt;
&lt;br /&gt;
'''coag''' = y&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You are able to modify the standard deviation of the size distribution of the mode 1 and mode 2 droplets&lt;br /&gt;
&lt;br /&gt;
'''sigma_mode1''' = 1.56&lt;br /&gt;
&lt;br /&gt;
'''sigma_mode2''' = 1.29&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Finally you have a set of flags and free parameters to change of the aerosols production (which serves as possible condensation nuclei for the droplets)&lt;br /&gt;
&lt;br /&gt;
First concerning the properties of the aerosols&lt;br /&gt;
&lt;br /&gt;
'''prod_aer''' = y If you want to include the aerosols or not&lt;br /&gt;
&lt;br /&gt;
'''rad_aer''' = 0.125e-6 (m) The mean radius of the aerosols produced&lt;br /&gt;
&lt;br /&gt;
'''sigma_aer''' = 1.56 The standard deviation of the size distribution of the aerosols&lt;br /&gt;
&lt;br /&gt;
'''rho_aer''' = 1800 (kg/m3) The density of the aerosols&lt;br /&gt;
&lt;br /&gt;
And then concerning the spatial distribution of the aerosols production. We're making the assumption that the vertical production follows a gaussian shape.&lt;br /&gt;
&lt;br /&gt;
'''alt_aer''' = 62000 (m) Altitude of the peak of production of the aerosols&lt;br /&gt;
&lt;br /&gt;
'''sigmaz_aer''' = 2000 (m) Vertical standard deviation of the gaussian distribution&lt;br /&gt;
&lt;br /&gt;
'''tx_prod_aer''' = 2.D-10 (/m2/s) Vertically integrated production rate of the aerosols&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== In the '''traceurs.def''' file ===&lt;br /&gt;
&lt;br /&gt;
You need to add a set of new traceurs &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;! You need to add it at the end of the traceurs list (Until the rework of the traceurs in the Venus PCM) !&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;	&lt;br /&gt;
10 10 m0_aer&lt;br /&gt;
10 10 m3_aer&lt;br /&gt;
10 10 m0_mode1drop&lt;br /&gt;
10 10 m0_mode1ccn&lt;br /&gt;
10 10 m3_mode1sa&lt;br /&gt;
10 10 m3_mode1wv&lt;br /&gt;
10 10 m3_mode1ccn&lt;br /&gt;
10 10 m0_mode2drop&lt;br /&gt;
10 10 m0_mode2ccn&lt;br /&gt;
10 10 m3_mode2sa&lt;br /&gt;
10 10 m3_mode2wv&lt;br /&gt;
10 10 m3_mode2ccn	&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Streel</name></author>	</entry>

	</feed>