<?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=Lrosset</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=Lrosset"/>
		<link rel="alternate" type="text/html" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php/Special:Contributions/Lrosset"/>
		<updated>2026-06-11T11:14:24Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.7</generator>

	<entry>
		<id>http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Category:Titan-LMDZ&amp;diff=3244</id>
		<title>Category:Titan-LMDZ</title>
		<link rel="alternate" type="text/html" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Category:Titan-LMDZ&amp;diff=3244"/>
				<updated>2026-04-03T09:20:39Z</updated>
		
		<summary type="html">&lt;p&gt;Lrosset: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lrosset</name></author>	</entry>

	<entry>
		<id>http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Using_the_1D_version_of_the_Titan_PCM_(rcm1d)&amp;diff=3243</id>
		<title>Using the 1D version of the Titan PCM (rcm1d)</title>
		<link rel="alternate" type="text/html" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Using_the_1D_version_of_the_Titan_PCM_(rcm1d)&amp;diff=3243"/>
				<updated>2026-04-03T09:19:23Z</updated>
		
		<summary type="html">&lt;p&gt;Lrosset: Created page with &amp;quot;One can run a 1D version of the Titan LMDz PCM. It uses the same physics as the 3D PCM but without dynamics, and for a single column. Very useful for some studies and when deb...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;One can run a 1D version of the Titan LMDz PCM. It uses the same physics as the 3D PCM but without dynamics, and for a single column. Very useful for some studies and when debugging or developing parametrizations.&lt;br /&gt;
&lt;br /&gt;
== Compilation ==&lt;br /&gt;
&lt;br /&gt;
The model is initialized the same way &amp;lt;code&amp;gt;gcm.F&amp;lt;/code&amp;gt; does on 3D, but only on a single column. In practice, the simulation is controlled from a main program called &amp;lt;code&amp;gt;rcm1d.F&amp;lt;/code&amp;gt;, located in the phytitan/dyn1d directory, which, after initialization, calls the master subroutine of the physics &amp;lt;code&amp;gt;physiq mod.F90&amp;lt;/code&amp;gt;.&lt;br /&gt;
The '''rcm1d''' tool can be compiled sequentially, or in parallel if you want to obtain outputs via XIOS. However, '''it must always be run sequentially'''. In case of parallel compilation, make sure to run it on a single core.&lt;br /&gt;
* Compilation for 1D configuration for 55 pressure layers, with sequential execution :&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
./makelmdz_fcm -cpp CPP_1D -d 55 -b 23x23 -s 1 -p titan -j 8 rcm1d&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
* Compilation for 1D configuration for 55 pressure layers with XIOS enabled :&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
./makelmdz_fcm -cpp CPP_1D -parallel mpi -io xios -d 55 -b 23x23 -s 1 -p titan -j 8 rcm1d&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
You can find the executable &amp;lt;code&amp;gt;rcm1d.e&amp;lt;/code&amp;gt; (the compiled model) in the directory from which you ran the &amp;lt;code&amp;gt;makelmdz&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
== Input files ==&lt;br /&gt;
To run the 1D model, you need to retrieve the following files from the deftank and copy them into your working directory:&lt;br /&gt;
* '''rcm1d.def''' : controls the 1D run parameters and initializations. See the dedicated section of this page for more details.&lt;br /&gt;
* '''callphys.def''' : controls the options in the physics, just like for the 3D PCM.&lt;br /&gt;
* '''z2sig.def''' : controls the vertical discretization (no change needed, in general), functions as with the 3D PCM.&lt;br /&gt;
* '''traceur.def''' : controls the tracer names. This file may not be present, as long as you run without tracers (option &amp;lt;code&amp;gt;tracer=.false.&amp;lt;/code&amp;gt; in &amp;lt;code&amp;gt;callphys.def&amp;lt;/code&amp;gt;). In case you decide to run with tracers, initial profiles must be provided (else, it will be set to zero.)&lt;br /&gt;
* '''run.def''' : this is actually the file &amp;lt;code&amp;gt;run.def.1d&amp;lt;/code&amp;gt; in the deftank directory, which must be renamed &amp;lt;code&amp;gt;run.def&amp;lt;/code&amp;gt; to be read by the program. It is different from the 3D PCM’s &amp;lt;code&amp;gt;run.def&amp;lt;/code&amp;gt; input file, as it is only used to access &amp;lt;code&amp;gt;rcm1d.def&amp;lt;/code&amp;gt;.&lt;br /&gt;
* '''profile.def'''&lt;br /&gt;
* '''gases.def'''&lt;br /&gt;
Using these files and an initial temperature vertical profile defined in the &amp;lt;code&amp;gt;profile.F&amp;lt;/code&amp;gt; routine (with options available through &amp;lt;code&amp;gt;rcm1d.def&amp;lt;/code&amp;gt;), the model is initialized and a first &amp;lt;code&amp;gt;startfi.nc&amp;lt;/code&amp;gt; file is written, to be read again at the first call of &amp;lt;code&amp;gt;physiq&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tracer profiles ==&lt;br /&gt;
In case you decide to run with tracers, profiles must be provided to the model. In your working directory, each tracer defined in &amp;lt;code&amp;gt;traceur.def&amp;lt;/code&amp;gt; must have a corresponding &amp;lt;code&amp;gt;profile_&amp;lt;tracer_name&amp;gt; &amp;lt;/code&amp;gt; file, containing nlevels + 1 values : the first one for the tracer value at the surface and then one per pressure layer.&lt;br /&gt;
For all chemical tracers, a profile for the extended photochemistry (up to 1300km) must also be&lt;br /&gt;
provided : &amp;lt;code&amp;gt;profile_&amp;lt;species&amp;gt;_up&amp;lt;/code&amp;gt;.&lt;br /&gt;
'''BEWARE : mixing ratios must be in kg/kg'''&lt;br /&gt;
&lt;br /&gt;
== Specific rcm1d.def file ==&lt;br /&gt;
This file is read by &amp;lt;code&amp;gt;rcm1d&amp;lt;/code&amp;gt; during initialization. It can be found in the &amp;lt;code&amp;gt;deftank&amp;lt;/code&amp;gt; directory. Each line has a comment explaining what the parameter is.&lt;br /&gt;
The number of timestep per day (third parameter) is the number of calls to the physics per day, since no dynamics is involved here.&lt;br /&gt;
It also includes parameters for the temperature profile definition.&lt;br /&gt;
&lt;br /&gt;
== Outputs ==&lt;br /&gt;
All aspects of the outputs (name, units, file, post-processing operations, etc.) are controlled by XIOS. In order to be able to access the outputs, the model must be computed in parallel. The sequential compilation and run (without XIOS) only provides the temperature profile at the last timestep.&lt;br /&gt;
To run the model with XIOS, the working directory must contain two dedicated XML files which are read at run-time, and provided in the deftank directory : &amp;lt;code&amp;gt;iodef.xml&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;context_lmdz_physics.xml&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Titan-Model]]&lt;br /&gt;
[[Category:Titan-LMDZ]]&lt;/div&gt;</summary>
		<author><name>Lrosset</name></author>	</entry>

	<entry>
		<id>http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Overview_of_the_Titan_PCM&amp;diff=3242</id>
		<title>Overview of the Titan PCM</title>
		<link rel="alternate" type="text/html" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Overview_of_the_Titan_PCM&amp;diff=3242"/>
				<updated>2026-04-03T08:40:22Z</updated>
		
		<summary type="html">&lt;p&gt;Lrosset: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Titan PCM (Planetary Climate Model) ==&lt;br /&gt;
In a nutshell, the Titan Planetary Climate Model is a General Circulation Model (GCM) of the titanian atmosphere. It is in fact a suite of models which may be run in various configurations: with the historical lon-lat (LMDz) dynamics, or as a regional model using [[WRF dynamical core for LES/mesoscale simulations|'''WRF''']] (a limited area dynamical core), or even as a [[Using the 1D version of the Titan PCM (rcm1d)|'''1D (single column) model''']].&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
The traditional Titan LMDz PCM (formerly know as the IPSL Titan GCM) is the most commonly used version. For a first try at installing and running the Titan PCM we recommend you start from the [[Quick Install and Run Titan PCM]] page. You will also most likely be interested in all the pages tagged as &amp;quot;Titan-Model&amp;quot; or &amp;quot;Venus-LMDZ&amp;quot; in the [[Special:Categories|Categories]] section.&lt;br /&gt;
&lt;br /&gt;
== Bibliography ==&lt;br /&gt;
&lt;br /&gt;
==== 2025 ====&lt;br /&gt;
* Bruno De Batz De Trenquelléon, Lucie Rosset, Jan Vatant d’Ollone, Sébastien Lebonnois, Pascal Rannou, Jérémie Burgalat, et Sandrine Vinatier. « The New Titan Planetary Climate Model. I. Seasonal Variations of the Thermal Structure and Circulation in the Stratosphere ». The Planetary Science Journal 6, no 4 (1 avril 2025): 78. https://doi.org/10.3847/PSJ/adbbe7.&lt;br /&gt;
* Bruno De Batz De Trenquelléon, Pascal Rannou, Jérémie Burgalat, Sébastien Lebonnois, et Jan Vatant d’Ollone. « The New Titan Planetary Climate Model. II. Titan’s Haze and Cloud Cycles ». The Planetary Science Journal 6, no 4 (1 avril 2025): 79. https://doi.org/10.3847/PSJ/adbb6c.&lt;br /&gt;
==== 2020 ====&lt;br /&gt;
* Vatant d’Ollone, Jan. « Numerical modelling of the seasonal variations in Titan’s atmosphere ». These de doctorat, Sorbonne université, 2020. https://theses.fr/2020SORUS401.&lt;br /&gt;
==== 2019 ====&lt;br /&gt;
* Lora, J. M., T. Tokano, J. Vatant d'Ollone, S. Lebonnois, and R. D. Lorenz A model intercomparison of Titan's climate and low-latitude environment. Icarus, 333, 113. (2019) https://www.sciencedirect.com/science/article/pii/S0019103518307838?via%3Dihub&lt;br /&gt;
==== 2015 ====&lt;br /&gt;
* Charnay, Benjamin, Erika Barth, Scot Rafkin, Clément Narteau, Sébastien Lebonnois, Sébastien Rodriguez, Sylvain Courrech du Pont, et Antoine Lucas. « Methane Storms as a Driver of Titan’s Dune Orientation ». Nature Geoscience 8, no 5 (mai 2015): 362‑66. https://doi.org/10.1038/ngeo2406.&lt;br /&gt;
==== 2012 ====&lt;br /&gt;
* Lebonnois, Sébastien, Jérémie Burgalat, Pascal Rannou, et Benjamin Charnay. « Titan Global Climate Model: A New 3-Dimensional Version of the IPSL Titan GCM ». Icarus 218, no 1 (mars 2012): 707‑22. https://doi.org/10.1016/j.icarus.2011.11.032.&lt;br /&gt;
* Charnay, B. and S. Lebonnois Two boundary layers in Titan's lower troposphere inferred from a climate model. Nature Geoscience, 5, 106. (2012) https://www.nature.com/articles/ngeo1374&lt;br /&gt;
&lt;br /&gt;
[[Category:Titan-Model]]&lt;/div&gt;</summary>
		<author><name>Lrosset</name></author>	</entry>

	</feed>