<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.icon-art.kit.edu/userguide/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin+1</id>
	<title>icon-art guide - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.icon-art.kit.edu/userguide/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin+1"/>
	<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Special:Contributions/Admin_1"/>
	<updated>2026-05-07T00:30:29Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=333</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=333"/>
		<updated>2024-04-12T12:08:37Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: /* Installation */ added hint to GPL conditions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements to run ICON-ART ==&lt;br /&gt;
&lt;br /&gt;
As for most atmospheric models, it is strongly recommended to run ICON-ART on a High Performance Computing system such as Levante from the [https://www.dkrz.de/en DKRZ] or [https://www.scc.kit.edu/en/services/horeka.php HoreKA] from KIT. This usually requires an account which has to be obtained through the respective HPC Systems procedures.&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
&lt;br /&gt;
The source code for ART is available in the open-source ICON repository under [http://www.icon-model.org www.icon-model.org]&lt;br /&gt;
&lt;br /&gt;
To clone the ICON repository use :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git clone --recursive https://gitlab.dkrz.de/icon/icon-model.git&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will get the ICON reository. To get the all submodules (including ART): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git submodule update --init&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
ICON-ART is already included in the most recent ICON version. For Instructions on how to install ICON, please refer to the first chapter of the [https://www.dwd.de/DE/leistungen/nwv_icon_tutorial/nwv_icon_tutorial.html:official ICON Model Tutorial].&lt;br /&gt;
The only caveat is that during the configuration step the tag &amp;lt;code&amp;gt; --enable-art &amp;lt;/code&amp;gt; has to be included. In addition, to set up and use chemical mechanisms using the MECCA/KPP the related interfaces have to be included using the tag &amp;lt;code&amp;gt; --enable-art —enable-art-gpl &amp;lt;/code&amp;gt; (Be aware that you accept the GPL conditions for MECCA and KPP when you use this option).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;General step-by-step guide:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Navigate to your ICON main folder.&lt;br /&gt;
* Within this directory, you will find the &#039;config&#039; folder.&lt;br /&gt;
* Inside the &#039;config&#039; directory, there are several subfolders corresponding to different institutions.&lt;br /&gt;
* In each institutional folder, you will find configuration scripts tailored for various computers and compilers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Example for HoreKa at KIT:&amp;lt;/b&amp;gt;&lt;br /&gt;
# Access your ICON main folder.&lt;br /&gt;
# Run the following command: &amp;lt;code&amp;gt;config/kit/hk.intel-2022-openmpi-4.0 --enable-art --enable-ecrad&amp;lt;/code&amp;gt;&lt;br /&gt;
# Execute &amp;lt;code&amp;gt;make -j4&amp;lt;/code&amp;gt;&lt;br /&gt;
# You should now have a functional binary with ART integration. For other HPC systems, substitute the config script with the one relevant to your HPC system.&lt;br /&gt;
&lt;br /&gt;
== Creating a Runfile ==&lt;br /&gt;
&lt;br /&gt;
* Go to &amp;lt;code&amp;gt;icon-kit/run/checksuite.icon-kit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run bash-script &amp;lt;code&amp;gt;run_testsuite&amp;lt;/code&amp;gt; via &amp;lt;code&amp;gt;./run_testsuite&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The script creates the folder runscripts, which contains exemplary runfiles which are adapted to your HPC-System (if available in the config files). For the description of the runscripts see the table below.&lt;br /&gt;
&lt;br /&gt;
* in &amp;lt;code&amp;gt;icon-kit/run/checksuites.icon-kit/Test-&amp;lt;current_date&amp;gt;.info&amp;lt;/code&amp;gt; you will find a few informations to the ICON-ART Testsuite you just created, including your output directory when you perform the model runs in the next step&lt;br /&gt;
&lt;br /&gt;
* To run your chosen runscript just execute from the console, e.g. by typing &amp;lt;code&amp;gt;runscripts/NWP_LIFETIME.run&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! runscript !! description&lt;br /&gt;
|-&lt;br /&gt;
| NWP_OH_CHEMISTRY.run || Short example for simplified oh chemistry&lt;br /&gt;
|-&lt;br /&gt;
| NWP_GASPHASE.run || Example for MECCA chemistry based on https://gmd.copernicus.org/articles/11/4043/2018/&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME.run || Example for parameterized chemtracer chemistry including lifetime, simnoy, linoz and passive tracers, as well as regional tracers and PSCs&lt;br /&gt;
|-&lt;br /&gt;
| NWP_EXT_DATA.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME_lart.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NATAERO_NORAD.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| VOLAERO_RAD.run || tbd&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Running a Job ==&lt;br /&gt;
&lt;br /&gt;
For a user who succeeded in running the ICON model, there are only a few steps to run the ART extension along with the ICON model. A description how to run the ICON model can be found in .&lt;br /&gt;
&lt;br /&gt;
In order to run ICON-ART, one has to do the following steps:&lt;br /&gt;
&lt;br /&gt;
* Make sure you have everything required for an ICON run &lt;br /&gt;
&lt;br /&gt;
* Prepare the input data (see section [[:Input]] )&lt;br /&gt;
&lt;br /&gt;
* Inside the runscript in the namelist run_nml, set the main switch for ICON-ART to true: lart = .true.&lt;br /&gt;
&lt;br /&gt;
* Add a namelist art_nml and choose the namelist parameters for the ART setup as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Adapt the XML files for tracers, emi. The number of tracers related to a specific setup is equal to the number of possible prognostic output fields as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Add an output namelist as described in for the species you are interested in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Submit the job analogous to an ICON job.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=MECCA-based_(full)_Chemistry&amp;diff=332</id>
		<title>MECCA-based (full) Chemistry</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=MECCA-based_(full)_Chemistry&amp;diff=332"/>
		<updated>2024-04-12T12:01:48Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: /* Step4: Transfer MECCA mechanism to ICON */ fixed broken link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;- work in progress -&lt;br /&gt;
&lt;br /&gt;
In this configuration example a simulation with (full) MECCA-based chemistry is performed. If we talk about MECCA-based chemistry we mean a full gas phase chemistry that can be applied additionally to the existing standard parametrized chemistry from ICON-ART (explained in the article [[Atmospheric Chemistry]], example: [[Simplified Chemistry|click here]]). MECCA uses the Kinetic PreProcessor (KPP) to convert the chemical equations into differential equations that can be used then e.g., in ICON-ART. MECCA already contains a comprehensive chemical mech-&lt;br /&gt;
anism, but it also allows to create an own mechanism by changing equations or only picking a subset of equations.&lt;br /&gt;
To perform this example, a complete reaction mechanism is created and transferred to ICON-ART. &lt;br /&gt;
&lt;br /&gt;
This article teaches you...&lt;br /&gt;
*the implementation of (full) MECCA-based chemistry in ICON-ART&lt;br /&gt;
*the creation of a chemical mechanism and the selection of the respective desired chemical species and their reactions in MECCA&lt;br /&gt;
*the implementation of not yet in MECCA implemented reactions in your mechanism&lt;br /&gt;
*the creation of the to your mechanism belonging Mecca-xml data to link MECCA calculations with ICON-ART&lt;br /&gt;
&lt;br /&gt;
== Introductioin ==&lt;br /&gt;
The MECCA(=Module Efficiently Calculating the Chemistry of the Atmosphere) based chemistry describes a full gas phase chemistry that can be applied as an extension to the parametrized [[Atmospheric Chemistry|Simplified Chemistry]] (see above). MECCA based chemistry is generally more exact in the concentration values but the overall runtime is longer compared to purely simplified chemistry simulations. MECCA itself is originally a submodule of the CAABA box model where an air parcel is described as a box and outgoing from this model all exchange processes in- and outward of the box are calculated. As MECCA is part of this model, it contains a wide collection of the most important reactions, including Ozone-, Methane-, HOx-, NOx-, Carbonhydrogen-, Halogene- and Sulfur chemistry. MECCA is available in a [http://www.geosci-model-dev.net/4/373/2011/gmd-4-373-2011-supplement.zip supplement], available to download for free and containing all auxiliaries to perform MECCA-simulations.&lt;br /&gt;
&lt;br /&gt;
In this case we are going to have a look at the implementation of the fully available chemistry, meaning all in default mode available reactions will be implemented. This could also be adjusted easily if necessary and will be showed later. If we talk about &amp;quot;adding&amp;quot; MECCA chemistry to ICON-ART, it means that it is additionally calculated to the in any way calculated parametrized simplified chemistry in ICON-ART. &lt;br /&gt;
&lt;br /&gt;
(Note: Adding MECCA-chemistry to ICON-ART also means that some namelist parameters will be overwritten in the runscript which means that some extra options (e.g. LINOZ-chemistry) are only available by setting them manually in the ICON-ART code.)&lt;br /&gt;
&lt;br /&gt;
[In this configuration case a regular simulation with a MECCA chemistry implementation that will be applied in most cases is explained. The implementation and link to ICON-ART works with an xml-file that has to created with help of the [http://www.geosci-model-dev.net/4/373/2011/gmd-4-373-2011-supplement.zip caaba3.0-supplement]. The created xml-file has to be included in the runscript as well. To get a better overview about the upcoming steps you can also check out the MECCA chemistry part in the [[Atmospheric Chemistry]] article.&lt;br /&gt;
&lt;br /&gt;
== Preparing the MECCA-xml-file ==&lt;br /&gt;
&lt;br /&gt;
=== Step 0: Download and open the caaba3.0-supplement === &lt;br /&gt;
Once you have downloaded the [http://www.geosci-model-dev.net/4/373/2011/gmd-4-373-2011-supplement.zip caaba3.0-supplement], you can open it in your preferred directory browser or terminal.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Setting up the chemical mechanism ===&lt;br /&gt;
If you browse the &amp;lt;code&amp;gt;mecca&amp;lt;/code&amp;gt; directory you can check out the &amp;lt;code&amp;gt;gas.eqn&amp;lt;/code&amp;gt; file. Just use the text editor if you use the directory browser or use the command&lt;br /&gt;
 vi gas.eqn&lt;br /&gt;
in the terminal. Once you have opened it, you can see all available reactions implemented in MECCA with their respective reaction codes which represents the full MECCA mechanism. In this configuration case we will implement a MECCA chemistry with all available reactions. That&#039;s why the &amp;lt;code&amp;gt;gas.eqn&amp;lt;/code&amp;gt; can be left as it is.&lt;br /&gt;
&lt;br /&gt;
==== What to do if not all reactions are wanted ====&lt;br /&gt;
First, never edit the &amp;lt;code&amp;gt;gas.eqn&amp;lt;/code&amp;gt; itself! Better copy and rename it for your respective chemical mechanism that you want to create, e.g. &amp;lt;code&amp;gt;gas_Mechanism1.eqn&amp;lt;/code&amp;gt;. Afterwards you can open it and delete all reactions that are not wanted (for Terminal users: to activate writing inside vi, use command  &amp;lt;code&amp;gt;:w&amp;lt;/code&amp;gt;, for closing and saving: &amp;lt;code&amp;gt;:wq&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==== What to do if you want to edit existing reactions of the gas.eqn or add new reactions to your mechanism ====&lt;br /&gt;
If a reaction of the &amp;lt;code&amp;gt;gas.eqn&amp;lt;/code&amp;gt; is only similar to that one that you want to implement or a specific reaction is not implemented in the &amp;lt;code&amp;gt;gas.eqn&amp;lt;/code&amp;gt;, you can make use of replacement-files. Inside the &amp;lt;code&amp;gt;mecca&amp;lt;/code&amp;gt; directory, select the &amp;lt;code&amp;gt;rpl&amp;lt;/code&amp;gt; directory in which you can copy and rename the &amp;lt;code&amp;gt;example.rpl&amp;lt;/code&amp;gt; first of all. If you open it (again with the text editor or with the &amp;lt;code&amp;gt;vi&amp;lt;/code&amp;gt;-command you can edit and add your reactions, depending on your scientific goal. &lt;br /&gt;
If you want to edit a reaction, use the &amp;lt;code&amp;gt;#REPLACE&amp;lt;/code&amp;gt; command as well as the number of the respective reaction (e.g. &amp;lt;G4110&amp;gt;) in the first line, then write &amp;lt;code&amp;gt;&amp;lt;a&amp;gt;&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;b&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;c&amp;gt;&amp;lt;/code&amp;gt;,...) for your first (second, third,...) reaction which belongs to the same reaction number. Below some examples are shown.&lt;br /&gt;
* &amp;lt;u&amp;gt;Editing one reaction:&amp;lt;/u&amp;gt; Reaction &amp;lt;code&amp;gt;G4110&amp;lt;/code&amp;gt; originally looks like this inside the &amp;lt;code&amp;gt;gas.eqn&amp;lt;/code&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;G4110&amp;gt;  CO + OH = H + CO2           : {%StTrG} (1.57E-13+cair*3.54E-33){§1.15}; {&amp;amp;1628}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Inside the replacement file you can change it for example like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 #REPLACE &amp;lt;G4110&amp;gt;&lt;br /&gt;
 &amp;lt;a&amp;gt; CO + OH = HO2 + CO2 : {%StTrG} 1.57E-13 + cair*3.54E-33 {&amp;amp;1628}&lt;br /&gt;
 #ENDREPLACE&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* &amp;lt;u&amp;gt;Split one reaction into two (or more):&amp;lt;/u&amp;gt; If you want to split a reaction into several subreactions (e.g. reaction &amp;lt;code&amp;gt;G4101&amp;lt;/code&amp;gt;). Originally &amp;lt;code&amp;gt;G4110&amp;lt;/code&amp;gt; looks like this inside the &amp;lt;code&amp;gt;gas.eqn&amp;lt;/code&amp;gt;:&lt;br /&gt;
 &amp;lt;G4101&amp;gt;  CH4 + OH {+O2}= CH3O2 + H2O      : {%StTrG}  1.85E-20{§1.2}*EXP(2.82*log(temp)-987./temp); {&amp;amp;1627}&lt;br /&gt;
The splitting can then be written as:&lt;br /&gt;
 #REPLACE &amp;lt;G4101&amp;gt;&lt;br /&gt;
 &amp;lt;a&amp;gt; CH4 + OH = CH3 + H2O : {%StTrG} 1.85E-20*EXP(2.82*log(temp)-987./temp); {&amp;amp;&amp;amp;1627}&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;b&amp;gt;&amp;lt;/nowiki&amp;gt; CH3 + O2 = CH3O2 : {%StTrG} 1E-999; {&amp;amp;&amp;amp;}&lt;br /&gt;
 #ENDREPLACE&lt;br /&gt;
* &amp;lt;u&amp;gt;Adding new reaction:&amp;lt;/u&amp;gt; If you want to add a new reaction, define a not yet existing reaction number and write your new reaction:&lt;br /&gt;
 #REPLACE &amp;lt;&amp;gt;&lt;br /&gt;
 &amp;lt;G9876JD&amp;gt; XYZ + OH = RO2 + H2O : {%StG} 1.57E-13; {&amp;amp;&amp;amp;}&lt;br /&gt;
 #ENDREPLACE&lt;br /&gt;
Note:&lt;br /&gt;
* The added reaction only works for your specific project, it is not implemented in MECCA then and it can&#039;t be applied from the &amp;lt;code&amp;gt;gas.eqn&amp;lt;/code&amp;gt; afterwards.&lt;br /&gt;
* if you try to edit a reaction with a not existing reaction number, an error message will be given&lt;br /&gt;
&lt;br /&gt;
If you&#039;re finished, don&#039;t forget to save everything (for Terminal users: to activate writing inside vi, use command  &amp;lt;code&amp;gt;:w&amp;lt;/code&amp;gt;, for closing and saving: &amp;lt;code&amp;gt;:wq&amp;lt;/code&amp;gt;)!&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Setting up the batch file ===&lt;br /&gt;
Inside the &amp;lt;code&amp;gt;mecca&amp;lt;/code&amp;gt; directory of the supplement, check out the &amp;lt;code&amp;gt;example.bat&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;batch&amp;lt;/code&amp;gt; directory. The batch file is some kind of runscript of the respective MECCA-mechanism to create the belonging Fortran Code and the ICON-Code afterwards. Copy and rename it according to your project. After opening it afterwards you will see the following code lines:&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
Example batch file (&amp;lt;code&amp;gt;example.bat&amp;lt;/code&amp;gt;)&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
# -*- Shell-script -*-&lt;br /&gt;
&lt;br /&gt;
# The shell variables defined here will be used by xmecca &lt;br /&gt;
# when it is run in batch mode (i.e. not interactive).&lt;br /&gt;
&lt;br /&gt;
 set apn          = 2                 # number of aerosol phases [0...99, default=0]&lt;br /&gt;
 set gaseqnfile   = gas.eqn&lt;br /&gt;
 set rplfile      =                   # no replacements&lt;br /&gt;
 set wanted       = &amp;quot;Tr &amp;amp;&amp;amp; (G || (Aa &amp;amp;&amp;amp; Mbl)) &amp;amp;&amp;amp; \!I &amp;amp;&amp;amp; \!Hg&amp;quot;&lt;br /&gt;
 set mcfct        = n                 # Monte-Carlo factor?&lt;br /&gt;
 set diagtracfile =                   # diagnostic tracers?&lt;br /&gt;
 set rxnrates     = n                 # calculate accumulated reaction rates?&lt;br /&gt;
 set tagdbl       = n                 # tagging, doubling, both, none ??&lt;br /&gt;
 set kppoption    = k                 # k=kpp, 4=kp4, q=quit&lt;br /&gt;
 set integr       = rosenbrock_posdef # integrator&lt;br /&gt;
 set vlen         = 256               # only for kp4 and integr=rosenbrock_vec&lt;br /&gt;
 set decomp       = n                 # remove indirect indexing&lt;br /&gt;
                                      # kp4: 0/1/2/3/q; kpp: y/n/q&lt;br /&gt;
 set deltmpkp4    = y                 # delete temporary kp4 files&lt;br /&gt;
 set latex        = n                 # latex list of reactions&lt;br /&gt;
 set graphviz     = n                 # graphviz plots?&lt;br /&gt;
 set deltmp       = n                 # delete temporary xmecca files?&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
The most parameters can be left as they are. Important is to rename the gas-equation-file and the replacement-file (if you have created one?).&lt;br /&gt;
Here is a list added with a short explanation of each parameter:&lt;br /&gt;
* &amp;lt;b&amp;gt;apn:&amp;lt;/b&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;gaseqnfile:&amp;lt;/b&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;rplfile:&amp;lt;/b&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;wanted:&amp;lt;/b&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;mcfct:&amp;lt;/b&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;diagtracfile:&amp;lt;/b&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;rxnrates:&amp;lt;/b&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;tagdbl:&amp;lt;/b&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;kppoption:&amp;lt;/b&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;integr:&amp;lt;/b&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;vlen:&amp;lt;/b&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;decomp:&amp;lt;/b&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;deltmpkp4:&amp;lt;/b&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;latex:&amp;lt;/b&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;graphviz:&amp;lt;/b&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;deltmp:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you&#039;re finished, don&#039;t forget to save everything (for Terminal users: to activate writing inside vi, use command  &amp;lt;code&amp;gt;:w&amp;lt;/code&amp;gt;, for closing and saving: &amp;lt;code&amp;gt;:wq&amp;lt;/code&amp;gt;)!&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Execute the Mecca script ===&lt;br /&gt;
The first most important preparations are done now. Let&#039;s execute the &amp;lt;code&amp;gt;xmecca&amp;lt;/code&amp;gt; script by typing&lt;br /&gt;
 ./xmecca&lt;br /&gt;
inside the &amp;lt;code&amp;gt;mecca&amp;lt;/code&amp;gt; directory and follow the steps. Select your previously created batch file and run it. Now the Fortran files of the selected mechanism are created.&lt;br /&gt;
&lt;br /&gt;
=== Step4: Transfer MECCA mechanism to ICON ===&lt;br /&gt;
Since the created Fortran code is only located inside Mecca and not in ICON-ART so far, a transfer has to be carried out. A script that performs this transfer can be obtained via &lt;br /&gt;
 git clone https://gitlab.dkrz.de/art/mecca_preproc.git&lt;br /&gt;
Now a new directory &amp;lt;code&amp;gt;Mecca_preproc&amp;lt;/code&amp;gt; has been generated where the script &amp;lt;code&amp;gt;create_icon_code4.sh&amp;lt;/code&amp;gt; can be found. By executing &lt;br /&gt;
 ./create_icon_code4.sh -h&lt;br /&gt;
the following view will be provided:&lt;br /&gt;
 usage: ./create_icon_code4.sh [-m &amp;lt;mecca_home&amp;gt;] [-i &amp;lt;icon_home&amp;gt;] [-o &amp;lt;file_name&amp;gt;] [-h]&lt;br /&gt;
 -m &amp;lt;mecca_home&amp;gt; : path to Mecca home directory, e.g. &#039;~/caaba_3.0/mecca&#039;&lt;br /&gt;
 -i &amp;lt;icon_home&amp;gt;  : path to icon home directory, e.g. &#039;~/icon-kit/src/ICON-ART&#039;&lt;br /&gt;
 -o &amp;lt;file_name&amp;gt;  : name of the XML file for ICON-ART, e.g. &#039;tracers_full.xml&#039;&lt;br /&gt;
 -h              : display help&lt;br /&gt;
&lt;br /&gt;
Here all paths to the Mecca- and ICON home directories have to be provided (type &amp;lt;code&amp;gt;pwd&amp;lt;/code&amp;gt; in terminal to find out the path of your current directory) as well as a name for the XML-file that is going to be linked in the runscript later. &lt;br /&gt;
&lt;br /&gt;
Now the Mecca-XML-file is generated and can be found in ICON in the directory &amp;lt;code&amp;gt;/icon home&amp;gt;/runctrl examples/xml ctrl&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Involving Mecca chemistry in a ICON-ART simulation ==&lt;br /&gt;
Now, in the respective runscript the namelist parameter &amp;lt;code&amp;gt;lart_mecca&amp;lt;/code&amp;gt; has be set to &amp;lt;code&amp;gt;.TRUE&amp;lt;/code&amp;gt; and for &amp;lt;code&amp;gt;cart_mecca_xml&amp;lt;/code&amp;gt; the path to the Mecca file can be provided.&lt;br /&gt;
&#039;&#039;&#039;Important before executing the simulation:&#039;&#039;&#039; As a final step, the ICON code has to be recompiled with the command&lt;br /&gt;
 ./config/dkrz/levante.intel --enable-art --enable-ecrad&lt;br /&gt;
and executed afterwards with the command&lt;br /&gt;
 ./make -j8&lt;br /&gt;
&lt;br /&gt;
Afterwards the respective simulation can be executed, e.g. as explained in [[Lifetime Tracer Simulation]].&lt;br /&gt;
Double check all filled in paths and namelist - especially the ART-namelists. If every namelist parameter in the runscript is filled in correctly, the runscript has to be saved. Afterwards by typing&lt;br /&gt;
 ./exp.testsuite.meccasim_test.run&lt;br /&gt;
a job can be submitted to the respective HPC-System. Type the terminal command&lt;br /&gt;
 squeue&lt;br /&gt;
to view a list of your submitted and currently running and jobs.&lt;br /&gt;
By changing in the output directory you can check the slurm file for possible errors and run times after your job has been run through. In the output directory you can also find all output data for postprocessing in netCDF format.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=331</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=331"/>
		<updated>2024-03-25T09:48:13Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements to run ICON-ART ==&lt;br /&gt;
&lt;br /&gt;
As for most atmospheric models, it is strongly recommended to run ICON-ART on a High Performance Computing system such as Levante from the [https://www.dkrz.de/en DKRZ] or [https://www.scc.kit.edu/en/services/horeka.php HoreKA] from KIT. This usually requires an account which has to be obtained through the respective HPC Systems procedures.&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
&lt;br /&gt;
The source code for ART is available in the open-source ICON repository under [http://www.icon-model.org www.icon-model.org]&lt;br /&gt;
&lt;br /&gt;
To clone the ICON repository use :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git clone --recursive https://gitlab.dkrz.de/icon/icon-model.git&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will get the ICON reository. To get the all submodules (including ART): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git submodule update --init&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
ICON-ART is already included in the most recent ICON version. For Instructions on how to install ICON, please refer to the first chapter of the [https://www.dwd.de/DE/leistungen/nwv_icon_tutorial/nwv_icon_tutorial.html:official ICON Model Tutorial].&lt;br /&gt;
The only caveat is that during the configuration step the tag &amp;lt;code&amp;gt; --enable-art &amp;lt;/code&amp;gt; has to be included. In addition, to set-up and use chemical mechanisms using the MECCA/KPP the related interfaces has to be included using the tag &amp;lt;code&amp;gt; --enable-art —enable-art-gpl &amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;General step-by-step guide:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Navigate to your ICON main folder.&lt;br /&gt;
* Within this directory, you will find the &#039;config&#039; folder.&lt;br /&gt;
* Inside the &#039;config&#039; directory, there are several subfolders corresponding to different institutions.&lt;br /&gt;
* In each institutional folder, you will find configuration scripts tailored for various computers and compilers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Example for HoreKa at KIT:&amp;lt;/b&amp;gt;&lt;br /&gt;
# Access your ICON main folder.&lt;br /&gt;
# Run the following command: &amp;lt;code&amp;gt;config/kit/hk.intel-2022-openmpi-4.0 --enable-art --enable-ecrad&amp;lt;/code&amp;gt;&lt;br /&gt;
# Execute &amp;lt;code&amp;gt;make -j4&amp;lt;/code&amp;gt;&lt;br /&gt;
# You should now have a functional binary with ART integration. For other HPC systems, substitute the config script with the one relevant to your HPC system.&lt;br /&gt;
&lt;br /&gt;
== Creating a Runfile ==&lt;br /&gt;
&lt;br /&gt;
* Go to &amp;lt;code&amp;gt;icon-kit/run/checksuite.icon-kit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run bash-script &amp;lt;code&amp;gt;run_testsuite&amp;lt;/code&amp;gt; via &amp;lt;code&amp;gt;./run_testsuite&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The script creates the folder runscripts, which contains exemplary runfiles which are adapted to your HPC-System (if available in the config files). For the description of the runscripts see the table below.&lt;br /&gt;
&lt;br /&gt;
* in &amp;lt;code&amp;gt;icon-kit/run/checksuites.icon-kit/Test-&amp;lt;current_date&amp;gt;.info&amp;lt;/code&amp;gt; you will find a few informations to the ICON-ART Testsuite you just created, including your output directory when you perform the model runs in the next step&lt;br /&gt;
&lt;br /&gt;
* To run your chosen runscript just execute from the console, e.g. by typing &amp;lt;code&amp;gt;runscripts/NWP_LIFETIME.run&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! runscript !! description&lt;br /&gt;
|-&lt;br /&gt;
| NWP_OH_CHEMISTRY.run || Short example for simplified oh chemistry&lt;br /&gt;
|-&lt;br /&gt;
| NWP_GASPHASE.run || Example for MECCA chemistry based on https://gmd.copernicus.org/articles/11/4043/2018/&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME.run || Example for parameterized chemtracer chemistry including lifetime, simnoy, linoz and passive tracers, as well as regional tracers and PSCs&lt;br /&gt;
|-&lt;br /&gt;
| NWP_EXT_DATA.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME_lart.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NATAERO_NORAD.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| VOLAERO_RAD.run || tbd&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Running a Job ==&lt;br /&gt;
&lt;br /&gt;
For a user who succeeded in running the ICON model, there are only a few steps to run the ART extension along with the ICON model. A description how to run the ICON model can be found in .&lt;br /&gt;
&lt;br /&gt;
In order to run ICON-ART, one has to do the following steps:&lt;br /&gt;
&lt;br /&gt;
* Make sure you have everything required for an ICON run &lt;br /&gt;
&lt;br /&gt;
* Prepare the input data (see section [[:Input]] )&lt;br /&gt;
&lt;br /&gt;
* Inside the runscript in the namelist run_nml, set the main switch for ICON-ART to true: lart = .true.&lt;br /&gt;
&lt;br /&gt;
* Add a namelist art_nml and choose the namelist parameters for the ART setup as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Adapt the XML files for tracers, emi. The number of tracers related to a specific setup is equal to the number of possible prognostic output fields as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Add an output namelist as described in for the species you are interested in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Submit the job analogous to an ICON job.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=330</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=330"/>
		<updated>2024-02-14T17:06:06Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements to run ICON-ART ==&lt;br /&gt;
&lt;br /&gt;
As for most atmospheric models, it is strongly recommended to run ICON-ART on a High Performance Computing system such as Levante from the [https://www.dkrz.de/en DKRZ] or [https://www.scc.kit.edu/en/services/horeka.php HoreKA] from KIT. This usually requires an account which has to be obtained through the respective HPC Systems procedures.&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
&lt;br /&gt;
The source code for ART is available in the open-source ICON repository under [http://www.icon-model.org www.icon-model.org]&lt;br /&gt;
&lt;br /&gt;
To clone the ICON repository use :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git clone --recursive https://gitlab.dkrz.de/icon/icon-model.git&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will get the ICON reository. To get the all submodules (including ART): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git submodule update --init&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
ICON-ART is already included in the most recent ICON version. For Instructions on how to install ICON, please refer to the first chapter of the [https://www.dwd.de/DE/leistungen/nwv_icon_tutorial/nwv_icon_tutorial.html:official ICON Model Tutorial].&lt;br /&gt;
The only caveat is that during the configuration step the tag &amp;lt;code&amp;gt; --enable-art &amp;lt;/code&amp;gt; has to be included. In addition, to set-up and use chemical mechanisms using the MECCA/KPP the related interfaces has to be included using the tag &amp;lt;code&amp;gt; --enable-art —enable-art-gpl &amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;General step-by-step guide:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Navigate to your ICON main folder.&lt;br /&gt;
* Within this directory, you will find the &#039;config&#039; folder.&lt;br /&gt;
* Inside the &#039;config&#039; directory, there are several subfolders corresponding to different institutions.&lt;br /&gt;
* In each institutional folder, you will find configuration scripts tailored for various computers and compilers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Example for HoreKa at KIT:&amp;lt;/b&amp;gt;&lt;br /&gt;
# Access your ICON main folder.&lt;br /&gt;
# Run the following command: &amp;lt;code&amp;gt;config/kit/hk.intel-2022-openmpi-4.0 --enable-art&amp;lt;/code&amp;gt;&lt;br /&gt;
# Execute &amp;lt;code&amp;gt;make -j4&amp;lt;/code&amp;gt;&lt;br /&gt;
# You should now have a functional binary with ART integration. For other HPC systems, substitute the config script with the one relevant to your HPC system.&lt;br /&gt;
&lt;br /&gt;
== Creating a Runfile ==&lt;br /&gt;
&lt;br /&gt;
* Go to &amp;lt;code&amp;gt;icon-kit/run/checksuite.icon-kit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run bash-script &amp;lt;code&amp;gt;run_testsuite&amp;lt;/code&amp;gt; via &amp;lt;code&amp;gt;./run_testsuite&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The script creates the folder runscripts, which contains exemplary runfiles which are adapted to your HPC-System (if available in the config files). For the description of the runscripts see the table below.&lt;br /&gt;
&lt;br /&gt;
* in &amp;lt;code&amp;gt;icon-kit/run/checksuites.icon-kit/Test-&amp;lt;current_date&amp;gt;.info&amp;lt;/code&amp;gt; you will find a few informations to the ICON-ART Testsuite you just created, including your output directory when you perform the model runs in the next step&lt;br /&gt;
&lt;br /&gt;
* To run your chosen runscript just execute from the console, e.g. by typing &amp;lt;code&amp;gt;runscripts/NWP_LIFETIME.run&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! runscript !! description&lt;br /&gt;
|-&lt;br /&gt;
| NWP_OH_CHEMISTRY.run || Short example for simplified oh chemistry&lt;br /&gt;
|-&lt;br /&gt;
| NWP_GASPHASE.run || Example for MECCA chemistry based on https://gmd.copernicus.org/articles/11/4043/2018/&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME.run || Example for parameterized chemtracer chemistry including lifetime, simnoy, linoz and passive tracers, as well as regional tracers and PSCs&lt;br /&gt;
|-&lt;br /&gt;
| NWP_EXT_DATA.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME_lart.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NATAERO_NORAD.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| VOLAERO_RAD.run || tbd&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Running a Job ==&lt;br /&gt;
&lt;br /&gt;
For a user who succeeded in running the ICON model, there are only a few steps to run the ART extension along with the ICON model. A description how to run the ICON model can be found in .&lt;br /&gt;
&lt;br /&gt;
In order to run ICON-ART, one has to do the following steps:&lt;br /&gt;
&lt;br /&gt;
* Make sure you have everything required for an ICON run &lt;br /&gt;
&lt;br /&gt;
* Prepare the input data (see section [[:Input]] )&lt;br /&gt;
&lt;br /&gt;
* Inside the runscript in the namelist run_nml, set the main switch for ICON-ART to true: lart = .true.&lt;br /&gt;
&lt;br /&gt;
* Add a namelist art_nml and choose the namelist parameters for the ART setup as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Adapt the XML files for tracers, emi. The number of tracers related to a specific setup is equal to the number of possible prognostic output fields as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Add an output namelist as described in for the species you are interested in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Submit the job analogous to an ICON job.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=329</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=329"/>
		<updated>2024-02-06T09:32:16Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: /* Getting the source code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements to run ICON-ART ==&lt;br /&gt;
&lt;br /&gt;
As for most atmospheric models, it is strongly recommended to run ICON-ART on a High Performance Computing system such as Levante from the [https://www.dkrz.de/en DKRZ] or [https://www.scc.kit.edu/en/services/horeka.php HoreKA] from KIT. This usually requires an account which has to be obtained through the respective HPC Systems procedures.&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
&lt;br /&gt;
The source code for ART is available in the open-source ICON repository under [http://www.icon-model.org www.icon-model.org]&lt;br /&gt;
&lt;br /&gt;
To clone the ICON repository use :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git clone --recursive https://gitlab.dkrz.de/icon/icon-model.git&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will get the ICON reository. To get the all submodules (including ART): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git submodule update --init&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
ICON-ART is already included in the most recent ICON version. For Instructions on how to install ICON, please refer to the first chapter of the [https://www.dwd.de/DE/leistungen/nwv_icon_tutorial/nwv_icon_tutorial.html:official ICON Model Tutorial].&lt;br /&gt;
The only caveat is that during the configuration step the tag &amp;lt;code&amp;gt; --enable-art &amp;lt;/code&amp;gt; has to be included.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;General step-by-step guide:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Navigate to your ICON main folder.&lt;br /&gt;
* Within this directory, you will find the &#039;config&#039; folder.&lt;br /&gt;
* Inside the &#039;config&#039; directory, there are several subfolders corresponding to different institutions.&lt;br /&gt;
* In each institutional folder, you will find configuration scripts tailored for various computers and compilers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Example for HoreKa at KIT:&amp;lt;/b&amp;gt;&lt;br /&gt;
# Access your ICON main folder.&lt;br /&gt;
# Run the following command: &amp;lt;code&amp;gt;config/kit/hk.intel-2022-openmpi-4.0 --enable-art&amp;lt;/code&amp;gt;&lt;br /&gt;
# Execute &amp;lt;code&amp;gt;make -j4&amp;lt;/code&amp;gt;&lt;br /&gt;
# You should now have a functional binary with ART integration. For other HPC systems, substitute the config script with the one relevant to your HPC system.&lt;br /&gt;
&lt;br /&gt;
== Creating a Runfile ==&lt;br /&gt;
&lt;br /&gt;
* Go to &amp;lt;code&amp;gt;icon-kit/run/checksuite.icon-kit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run bash-script &amp;lt;code&amp;gt;run_testsuite&amp;lt;/code&amp;gt; via &amp;lt;code&amp;gt;./run_testsuite&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The script creates the folder runscripts, which contains exemplary runfiles which are adapted to your HPC-System (if available in the config files). For the description of the runscripts see the table below.&lt;br /&gt;
&lt;br /&gt;
* in &amp;lt;code&amp;gt;icon-kit/run/checksuites.icon-kit/Test-&amp;lt;current_date&amp;gt;.info&amp;lt;/code&amp;gt; you will find a few informations to the ICON-ART Testsuite you just created, including your output directory when you perform the model runs in the next step&lt;br /&gt;
&lt;br /&gt;
* To run your chosen runscript just execute from the console, e.g. by typing &amp;lt;code&amp;gt;runscripts/NWP_LIFETIME.run&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! runscript !! description&lt;br /&gt;
|-&lt;br /&gt;
| NWP_OH_CHEMISTRY.run || Short example for simplified oh chemistry&lt;br /&gt;
|-&lt;br /&gt;
| NWP_GASPHASE.run || Example for MECCA chemistry based on https://gmd.copernicus.org/articles/11/4043/2018/&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME.run || Example for parameterized chemtracer chemistry including lifetime, simnoy, linoz and passive tracers, as well as regional tracers and PSCs&lt;br /&gt;
|-&lt;br /&gt;
| NWP_EXT_DATA.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME_lart.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NATAERO_NORAD.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| VOLAERO_RAD.run || tbd&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Running a Job ==&lt;br /&gt;
&lt;br /&gt;
For a user who succeeded in running the ICON model, there are only a few steps to run the ART extension along with the ICON model. A description how to run the ICON model can be found in .&lt;br /&gt;
&lt;br /&gt;
In order to run ICON-ART, one has to do the following steps:&lt;br /&gt;
&lt;br /&gt;
* Make sure you have everything required for an ICON run &lt;br /&gt;
&lt;br /&gt;
* Prepare the input data (see section [[:Input]] )&lt;br /&gt;
&lt;br /&gt;
* Inside the runscript in the namelist run_nml, set the main switch for ICON-ART to true: lart = .true.&lt;br /&gt;
&lt;br /&gt;
* Add a namelist art_nml and choose the namelist parameters for the ART setup as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Adapt the XML files for tracers, emi. The number of tracers related to a specific setup is equal to the number of possible prognostic output fields as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Add an output namelist as described in for the species you are interested in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Submit the job analogous to an ICON job.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=328</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=328"/>
		<updated>2024-02-06T09:30:36Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: /* Getting the source code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements to run ICON-ART ==&lt;br /&gt;
&lt;br /&gt;
As for most atmospheric models, it is strongly recommended to run ICON-ART on a High Performance Computing system such as Levante from the [https://www.dkrz.de/en DKRZ] or [https://www.scc.kit.edu/en/services/horeka.php HoreKA] from KIT. This usually requires an account which has to be obtained through the respective HPC Systems procedures.&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
&lt;br /&gt;
The source code for ART is available in the open-source ICON repository under [http://www.icon-model.org www.icon-model.org]&lt;br /&gt;
&lt;br /&gt;
To clone the ICON repository use :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git clone --recursive https://gitlab.dkrz.de/icon/icon-model.git&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will get the ICON reository. To get the all submodules (including ART): &lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git submodule update --init&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
ICON-ART is already included in the most recent ICON version. For Instructions on how to install ICON, please refer to the first chapter of the [https://www.dwd.de/DE/leistungen/nwv_icon_tutorial/nwv_icon_tutorial.html:official ICON Model Tutorial].&lt;br /&gt;
The only caveat is that during the configuration step the tag &amp;lt;code&amp;gt; --enable-art &amp;lt;/code&amp;gt; has to be included.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;General step-by-step guide:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Navigate to your ICON main folder.&lt;br /&gt;
* Within this directory, you will find the &#039;config&#039; folder.&lt;br /&gt;
* Inside the &#039;config&#039; directory, there are several subfolders corresponding to different institutions.&lt;br /&gt;
* In each institutional folder, you will find configuration scripts tailored for various computers and compilers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Example for HoreKa at KIT:&amp;lt;/b&amp;gt;&lt;br /&gt;
# Access your ICON main folder.&lt;br /&gt;
# Run the following command: &amp;lt;code&amp;gt;config/kit/hk.intel-2022-openmpi-4.0 --enable-art&amp;lt;/code&amp;gt;&lt;br /&gt;
# Execute &amp;lt;code&amp;gt;make -j4&amp;lt;/code&amp;gt;&lt;br /&gt;
# You should now have a functional binary with ART integration. For other HPC systems, substitute the config script with the one relevant to your HPC system.&lt;br /&gt;
&lt;br /&gt;
== Creating a Runfile ==&lt;br /&gt;
&lt;br /&gt;
* Go to &amp;lt;code&amp;gt;icon-kit/run/checksuite.icon-kit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run bash-script &amp;lt;code&amp;gt;run_testsuite&amp;lt;/code&amp;gt; via &amp;lt;code&amp;gt;./run_testsuite&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The script creates the folder runscripts, which contains exemplary runfiles which are adapted to your HPC-System (if available in the config files). For the description of the runscripts see the table below.&lt;br /&gt;
&lt;br /&gt;
* in &amp;lt;code&amp;gt;icon-kit/run/checksuites.icon-kit/Test-&amp;lt;current_date&amp;gt;.info&amp;lt;/code&amp;gt; you will find a few informations to the ICON-ART Testsuite you just created, including your output directory when you perform the model runs in the next step&lt;br /&gt;
&lt;br /&gt;
* To run your chosen runscript just execute from the console, e.g. by typing &amp;lt;code&amp;gt;runscripts/NWP_LIFETIME.run&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! runscript !! description&lt;br /&gt;
|-&lt;br /&gt;
| NWP_OH_CHEMISTRY.run || Short example for simplified oh chemistry&lt;br /&gt;
|-&lt;br /&gt;
| NWP_GASPHASE.run || Example for MECCA chemistry based on https://gmd.copernicus.org/articles/11/4043/2018/&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME.run || Example for parameterized chemtracer chemistry including lifetime, simnoy, linoz and passive tracers, as well as regional tracers and PSCs&lt;br /&gt;
|-&lt;br /&gt;
| NWP_EXT_DATA.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME_lart.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NATAERO_NORAD.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| VOLAERO_RAD.run || tbd&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Running a Job ==&lt;br /&gt;
&lt;br /&gt;
For a user who succeeded in running the ICON model, there are only a few steps to run the ART extension along with the ICON model. A description how to run the ICON model can be found in .&lt;br /&gt;
&lt;br /&gt;
In order to run ICON-ART, one has to do the following steps:&lt;br /&gt;
&lt;br /&gt;
* Make sure you have everything required for an ICON run &lt;br /&gt;
&lt;br /&gt;
* Prepare the input data (see section [[:Input]] )&lt;br /&gt;
&lt;br /&gt;
* Inside the runscript in the namelist run_nml, set the main switch for ICON-ART to true: lart = .true.&lt;br /&gt;
&lt;br /&gt;
* Add a namelist art_nml and choose the namelist parameters for the ART setup as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Adapt the XML files for tracers, emi. The number of tracers related to a specific setup is equal to the number of possible prognostic output fields as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Add an output namelist as described in for the species you are interested in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Submit the job analogous to an ICON job.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=327</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=327"/>
		<updated>2024-02-06T09:29:15Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: /* Getting the source code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements to run ICON-ART ==&lt;br /&gt;
&lt;br /&gt;
As for most atmospheric models, it is strongly recommended to run ICON-ART on a High Performance Computing system such as Levante from the [https://www.dkrz.de/en DKRZ] or [https://www.scc.kit.edu/en/services/horeka.php HoreKA] from KIT. This usually requires an account which has to be obtained through the respective HPC Systems procedures.&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
&lt;br /&gt;
The source code for ART is available in the open-source ICON repository under [http://www.icon-model.org www.icon-model.org]&lt;br /&gt;
&lt;br /&gt;
To clone the ICON repository including all submodules (including ART) use :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git clone --recursive https://gitlab.dkrz.de/icon/icon-model.git&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git submodule update --init&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
ICON-ART is already included in the most recent ICON version. For Instructions on how to install ICON, please refer to the first chapter of the [https://www.dwd.de/DE/leistungen/nwv_icon_tutorial/nwv_icon_tutorial.html:official ICON Model Tutorial].&lt;br /&gt;
The only caveat is that during the configuration step the tag &amp;lt;code&amp;gt; --enable-art &amp;lt;/code&amp;gt; has to be included.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;General step-by-step guide:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Navigate to your ICON main folder.&lt;br /&gt;
* Within this directory, you will find the &#039;config&#039; folder.&lt;br /&gt;
* Inside the &#039;config&#039; directory, there are several subfolders corresponding to different institutions.&lt;br /&gt;
* In each institutional folder, you will find configuration scripts tailored for various computers and compilers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Example for HoreKa at KIT:&amp;lt;/b&amp;gt;&lt;br /&gt;
# Access your ICON main folder.&lt;br /&gt;
# Run the following command: &amp;lt;code&amp;gt;config/kit/hk.intel-2022-openmpi-4.0 --enable-art&amp;lt;/code&amp;gt;&lt;br /&gt;
# Execute &amp;lt;code&amp;gt;make -j4&amp;lt;/code&amp;gt;&lt;br /&gt;
# You should now have a functional binary with ART integration. For other HPC systems, substitute the config script with the one relevant to your HPC system.&lt;br /&gt;
&lt;br /&gt;
== Creating a Runfile ==&lt;br /&gt;
&lt;br /&gt;
* Go to &amp;lt;code&amp;gt;icon-kit/run/checksuite.icon-kit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run bash-script &amp;lt;code&amp;gt;run_testsuite&amp;lt;/code&amp;gt; via &amp;lt;code&amp;gt;./run_testsuite&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The script creates the folder runscripts, which contains exemplary runfiles which are adapted to your HPC-System (if available in the config files). For the description of the runscripts see the table below.&lt;br /&gt;
&lt;br /&gt;
* in &amp;lt;code&amp;gt;icon-kit/run/checksuites.icon-kit/Test-&amp;lt;current_date&amp;gt;.info&amp;lt;/code&amp;gt; you will find a few informations to the ICON-ART Testsuite you just created, including your output directory when you perform the model runs in the next step&lt;br /&gt;
&lt;br /&gt;
* To run your chosen runscript just execute from the console, e.g. by typing &amp;lt;code&amp;gt;runscripts/NWP_LIFETIME.run&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! runscript !! description&lt;br /&gt;
|-&lt;br /&gt;
| NWP_OH_CHEMISTRY.run || Short example for simplified oh chemistry&lt;br /&gt;
|-&lt;br /&gt;
| NWP_GASPHASE.run || Example for MECCA chemistry based on https://gmd.copernicus.org/articles/11/4043/2018/&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME.run || Example for parameterized chemtracer chemistry including lifetime, simnoy, linoz and passive tracers, as well as regional tracers and PSCs&lt;br /&gt;
|-&lt;br /&gt;
| NWP_EXT_DATA.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME_lart.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NATAERO_NORAD.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| VOLAERO_RAD.run || tbd&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Running a Job ==&lt;br /&gt;
&lt;br /&gt;
For a user who succeeded in running the ICON model, there are only a few steps to run the ART extension along with the ICON model. A description how to run the ICON model can be found in .&lt;br /&gt;
&lt;br /&gt;
In order to run ICON-ART, one has to do the following steps:&lt;br /&gt;
&lt;br /&gt;
* Make sure you have everything required for an ICON run &lt;br /&gt;
&lt;br /&gt;
* Prepare the input data (see section [[:Input]] )&lt;br /&gt;
&lt;br /&gt;
* Inside the runscript in the namelist run_nml, set the main switch for ICON-ART to true: lart = .true.&lt;br /&gt;
&lt;br /&gt;
* Add a namelist art_nml and choose the namelist parameters for the ART setup as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Adapt the XML files for tracers, emi. The number of tracers related to a specific setup is equal to the number of possible prognostic output fields as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Add an output namelist as described in for the species you are interested in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Submit the job analogous to an ICON job.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=326</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=326"/>
		<updated>2024-02-06T09:28:13Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: /* Getting the source code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements to run ICON-ART ==&lt;br /&gt;
&lt;br /&gt;
As for most atmospheric models, it is strongly recommended to run ICON-ART on a High Performance Computing system such as Levante from the [https://www.dkrz.de/en DKRZ] or [https://www.scc.kit.edu/en/services/horeka.php HoreKA] from KIT. This usually requires an account which has to be obtained through the respective HPC Systems procedures.&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
&lt;br /&gt;
The source code for ART is available in the open-source ICON repository under [http://www.icon-model.org www.icon-model.org]&lt;br /&gt;
&lt;br /&gt;
To clone the ICON repository including all submodules (including ART) use :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git clone --recursive https://gitlab.dkrz.de/icon/icon-model.git&lt;br /&gt;
git submodule update --init&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
ICON-ART is already included in the most recent ICON version. For Instructions on how to install ICON, please refer to the first chapter of the [https://www.dwd.de/DE/leistungen/nwv_icon_tutorial/nwv_icon_tutorial.html:official ICON Model Tutorial].&lt;br /&gt;
The only caveat is that during the configuration step the tag &amp;lt;code&amp;gt; --enable-art &amp;lt;/code&amp;gt; has to be included.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;General step-by-step guide:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Navigate to your ICON main folder.&lt;br /&gt;
* Within this directory, you will find the &#039;config&#039; folder.&lt;br /&gt;
* Inside the &#039;config&#039; directory, there are several subfolders corresponding to different institutions.&lt;br /&gt;
* In each institutional folder, you will find configuration scripts tailored for various computers and compilers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Example for HoreKa at KIT:&amp;lt;/b&amp;gt;&lt;br /&gt;
# Access your ICON main folder.&lt;br /&gt;
# Run the following command: &amp;lt;code&amp;gt;config/kit/hk.intel-2022-openmpi-4.0 --enable-art&amp;lt;/code&amp;gt;&lt;br /&gt;
# Execute &amp;lt;code&amp;gt;make -j4&amp;lt;/code&amp;gt;&lt;br /&gt;
# You should now have a functional binary with ART integration. For other HPC systems, substitute the config script with the one relevant to your HPC system.&lt;br /&gt;
&lt;br /&gt;
== Creating a Runfile ==&lt;br /&gt;
&lt;br /&gt;
* Go to &amp;lt;code&amp;gt;icon-kit/run/checksuite.icon-kit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run bash-script &amp;lt;code&amp;gt;run_testsuite&amp;lt;/code&amp;gt; via &amp;lt;code&amp;gt;./run_testsuite&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The script creates the folder runscripts, which contains exemplary runfiles which are adapted to your HPC-System (if available in the config files). For the description of the runscripts see the table below.&lt;br /&gt;
&lt;br /&gt;
* in &amp;lt;code&amp;gt;icon-kit/run/checksuites.icon-kit/Test-&amp;lt;current_date&amp;gt;.info&amp;lt;/code&amp;gt; you will find a few informations to the ICON-ART Testsuite you just created, including your output directory when you perform the model runs in the next step&lt;br /&gt;
&lt;br /&gt;
* To run your chosen runscript just execute from the console, e.g. by typing &amp;lt;code&amp;gt;runscripts/NWP_LIFETIME.run&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! runscript !! description&lt;br /&gt;
|-&lt;br /&gt;
| NWP_OH_CHEMISTRY.run || Short example for simplified oh chemistry&lt;br /&gt;
|-&lt;br /&gt;
| NWP_GASPHASE.run || Example for MECCA chemistry based on https://gmd.copernicus.org/articles/11/4043/2018/&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME.run || Example for parameterized chemtracer chemistry including lifetime, simnoy, linoz and passive tracers, as well as regional tracers and PSCs&lt;br /&gt;
|-&lt;br /&gt;
| NWP_EXT_DATA.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME_lart.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NATAERO_NORAD.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| VOLAERO_RAD.run || tbd&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Running a Job ==&lt;br /&gt;
&lt;br /&gt;
For a user who succeeded in running the ICON model, there are only a few steps to run the ART extension along with the ICON model. A description how to run the ICON model can be found in .&lt;br /&gt;
&lt;br /&gt;
In order to run ICON-ART, one has to do the following steps:&lt;br /&gt;
&lt;br /&gt;
* Make sure you have everything required for an ICON run &lt;br /&gt;
&lt;br /&gt;
* Prepare the input data (see section [[:Input]] )&lt;br /&gt;
&lt;br /&gt;
* Inside the runscript in the namelist run_nml, set the main switch for ICON-ART to true: lart = .true.&lt;br /&gt;
&lt;br /&gt;
* Add a namelist art_nml and choose the namelist parameters for the ART setup as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Adapt the XML files for tracers, emi. The number of tracers related to a specific setup is equal to the number of possible prognostic output fields as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Add an output namelist as described in for the species you are interested in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Submit the job analogous to an ICON job.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Input&amp;diff=325</id>
		<title>Input</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Input&amp;diff=325"/>
		<updated>2024-01-30T13:27:48Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
== Requirements for a Simulation ==&lt;br /&gt;
&lt;br /&gt;
To run a Simulation with ICON-ART there are three main points to consider: Setting the namelist parameters, preparing the xmls, and optionally prepare additional Input data.&lt;br /&gt;
&lt;br /&gt;
== Namelist Inputs ==&lt;br /&gt;
&lt;br /&gt;
To run a simulation with ICON-ART installed the first thing to prepare is the runfile. It is usually best to start with an existing and working runfile and adapt parts as needed. The runfile contains the majority of parameters to run a simulation, like the length, timesteps and grids used, as well as a variety of options for methods and parametrisations used in the model. The runfile contents are then split up in several namelists that the model reads at the beginning of a simulation. An overview of the Namelist Parameters can be found in [[Namelist]].&lt;br /&gt;
&lt;br /&gt;
To enable ART in an ICON simulation, the switch &amp;lt;code&amp;gt;lart = .TRUE.&amp;lt;/code&amp;gt; has to be set in the section &amp;lt;code&amp;gt;&amp;amp;amp;run_nml&amp;lt;/code&amp;gt;. This is the global on/off switch for ICON-ART. This is how this could look like in the context of a runfile:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
! run_nml: general switches ----------&lt;br /&gt;
&amp;amp;amp;run_nml&lt;br /&gt;
 ltestcase = .FALSE.&lt;br /&gt;
 num_lev = 50&lt;br /&gt;
 ltransport = .TRUE.&lt;br /&gt;
.............&lt;br /&gt;
 lart = .TRUE.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Generally the first letters of a namelist switch refer to its type, the &amp;amp;quot;l&amp;amp;quot; in &amp;amp;quot;lart&amp;amp;quot; stands for logical, meaning it has to be either True or False. Here are some examples.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:vartypes&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ Some namelist switches and their data types.&lt;br /&gt;
! namelist switch&lt;br /&gt;
! type&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;lart&amp;lt;/code&amp;gt;&lt;br /&gt;
| logical&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_aerosol_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| character&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;iart_init_aero &amp;lt;/code&amp;gt;&lt;br /&gt;
| integer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
The namelist &amp;lt;code&amp;gt;&amp;amp;amp;art_nml&amp;lt;/code&amp;gt; is used for general options of the ART simulation. To run a certain kind of simulation the according switch has to be set to &amp;lt;code&amp;gt;.TRUE.&amp;lt;/code&amp;gt;. For Example to include a point source the switch &amp;lt;code&amp;gt;cart_aerosol_xml&amp;lt;/code&amp;gt; has to be set to &amp;lt;code&amp;gt;.TRUE.&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== XML Inputs ==&lt;br /&gt;
&lt;br /&gt;
This enables the inclusion of a .xml file containing additional information like location and strength of the point source. The table [[#tab:art_nml-params|below]] contains the most important &amp;lt;code&amp;gt;&amp;amp;amp;art_nml&amp;lt;/code&amp;gt; namelist parameters and additional namelist parameters required if they are set to &amp;lt;code&amp;gt;.TRUE.&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:art_nml-params&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ XML files and their namelist dependencies&lt;br /&gt;
! XML File&lt;br /&gt;
! Description&lt;br /&gt;
! Namelist parameter dependency&lt;br /&gt;
! Default &lt;br /&gt;
! Further Information&lt;br /&gt;
|---&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_chemtracer_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Switch for simple OH chemistry&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_chemtracer&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
|[[#Chemistry Tracers|Chemistry Tracers]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_mecca_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Switch for kpp chemistry&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_mecca&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
|[[Atmospheric Chemistry]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_pntSrc_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Enables creation of point sources emitting given Aerosols at a given rate&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_pntSrc&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
|[[#Point Source|Point Source]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_aerosol_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Main switch for the treatment of  atmospheric aerosols&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_aerosol&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
|[[#Aerosol Tracers|Aerosol Tracers]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_modes_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Main switch for the treatment of  atmospheric aerosols&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_aerosol&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE. &lt;br /&gt;
|[[#Aerosol Modes|Aerosol Modes]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_diagnostics_xml&amp;lt;/code&amp;gt; &lt;br /&gt;
| Enables diagnostic output fields&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_diag_out&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_emiss_xml_file&amp;lt;/code&amp;gt;&lt;br /&gt;
| XML File for emission metadata&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|[[#Aerosol Emission|Aerosol Emission]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_ext_data_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| XML File for metadata of datasets prescribing tracers &lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt; cart_coag_xml &amp;lt;/code&amp;gt;&lt;br /&gt;
| XML File containing additional information about coagulation&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot; &lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Aerosol Tracers&amp;quot;&amp;gt;Aerosol Tracers&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   htop_proc&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   top height for processes&lt;br /&gt;
|-&lt;br /&gt;
|   initc&lt;br /&gt;
|   character&lt;br /&gt;
|   file&lt;br /&gt;
|   initialize from Input file&lt;br /&gt;
|-&lt;br /&gt;
|   inucl&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   H2SO4 nucleation for so4 tracer (default=1); 1 for so4_sol_ait, 0 for other so4 tracer)&lt;br /&gt;
|-&lt;br /&gt;
|   label&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., dusta&lt;br /&gt;
|   allows to name tracers individually&lt;br /&gt;
|-&lt;br /&gt;
|   latbc&lt;br /&gt;
|   character&lt;br /&gt;
|   file&lt;br /&gt;
|   read data for LBC&lt;br /&gt;
|-&lt;br /&gt;
|   lfeedback&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   child -&amp;gt; parent feedback in nested simulations (default=0)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;mode&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   insol_acc, mixed_acc,..&lt;br /&gt;
|   indicates in which modes the tracer occurs&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;mol_weight&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in kg/mol&lt;br /&gt;
|   value for molar weight&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;moment&#039;&#039;&#039;&lt;br /&gt;
|   integer&lt;br /&gt;
|   0, 3&lt;br /&gt;
|   zeroth (number) or third (mass) moment&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;rho&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in g/m3&lt;br /&gt;
|   density of tracer, not needed for zeroth moment&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;sol&#039;&#039;&#039;&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (no), 1 (yes)&lt;br /&gt;
|   indicates whether the tracer is soluble or not&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;transport&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   stdaero, stdchem, ..., off&lt;br /&gt;
|   choice of transport template&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;unit&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., mug kg-1, kg-1&lt;br /&gt;
|   unit of tracer&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;bold&#039;&#039;&#039; letters indicate which tags are always required. &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Aerosol Modes&amp;quot;&amp;gt;Aerosol Modes&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   condensation&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   condensation of H2SO4 on this mode?&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;d_gn&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   value for the initial median diameter of the number distribution&lt;br /&gt;
|-&lt;br /&gt;
|   dissfac_mean&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   dissociation factor (needed with ikoehler=1)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;icoag&#039;&#039;&#039;&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   mode involved in coagulation? If 1 for any mode, then provide coagulate.xml&lt;br /&gt;
|-&lt;br /&gt;
|   ikoehler&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   Activation via Köhler theory (warm clouds), needs dissfac_mean tag&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;kind&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   1mom or 2mom&lt;br /&gt;
|   1-moment or 2-moment description of distribution&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;sigma_g&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   standard deviation of the distribution&lt;br /&gt;
|-&lt;br /&gt;
|   shift2larger&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., sol_acc&lt;br /&gt;
|   Name of larger mode to be shifted to, when diameter threshold (shift_diam) exceeded&lt;br /&gt;
|-&lt;br /&gt;
|   shift2mixed&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., mixed_acc&lt;br /&gt;
|   Name of mixed mode to be shifted to, when soluble mass threshold of 5% exceeded&lt;br /&gt;
|-&lt;br /&gt;
|   shift_diam&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   diameter threshold for shift2larger&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Aerosol Emission&amp;quot;&amp;gt;Aerosol Emission&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;nmodes&#039;&#039;&#039;&lt;br /&gt;
|   integer&lt;br /&gt;
|  &lt;br /&gt;
|   number of emission modes&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;d_g0_*&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   median diameter of number distribution of mode * (e.g., d_g0_1, d_g0_2, d_g0_3)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;d_g3_*&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   median diameter of mass distribution of mode * (e.g., d_g3_1, d_g3_2, d_g3_3)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;rho&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in kg/m3&lt;br /&gt;
|   particle density (same for all modes)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;sigma_g_*&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   standard deviation of mode *&lt;br /&gt;
|-&lt;br /&gt;
|   substance&lt;br /&gt;
|   character&lt;br /&gt;
|   ash, dust, na, cl, soot&lt;br /&gt;
|   emitted substance  &lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;bold&#039;&#039;&#039; letters indicate which tags are always required. &amp;lt;br \&amp;gt; routine options: volc, volc fplume, dust, biomass burn, seas smith, seas monahan, seas martensson, seas mode1, seas mode2, seas mode3&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Point Source&amp;quot;&amp;gt;Point Source&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   dg3_emiss&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   median diameter of aerosol mass distribution&lt;br /&gt;
|-&lt;br /&gt;
|   emiss_profile&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   anti-derivative of emission profile&lt;br /&gt;
|-&lt;br /&gt;
|   endTime&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   end time of emission (default=9999-12-31T00:00:00)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;height&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   emission height&lt;br /&gt;
|-&lt;br /&gt;
|   height_bot&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   bottom height&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;lat&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in degree&lt;br /&gt;
|   latitude&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;lon&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in degree&lt;br /&gt;
|   longitude&lt;br /&gt;
|-&lt;br /&gt;
|   sigma_emiss&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   standard deviation of aerosol distribution&lt;br /&gt;
|-&lt;br /&gt;
|   startTime&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   start time of emission (default=1582-10-15T00:00:00)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;source_strength&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   emission source strength&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;substance&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., TRSO2&lt;br /&gt;
|   substance nme from tracer xml&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;unit&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., kg s-1&lt;br /&gt;
|   unit of source strength&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;bold&#039;&#039;&#039; letters indicate which tags are always required. &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Chemistry Tracers&amp;quot;&amp;gt;Chemistry Tracers&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;c_solve&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   param, lt, cold, OH, linoz, simnoy, passive&lt;br /&gt;
|   solving mechanism/strategy&lt;br /&gt;
|-&lt;br /&gt;
|   emissions&lt;br /&gt;
|  &lt;br /&gt;
|   anthropogenic, biogenic, biomassBurning&lt;br /&gt;
|   usage see in tracers_chemtracer_amip.xml (*)&lt;br /&gt;
|-&lt;br /&gt;
|   htop_proc&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   top height for processes&lt;br /&gt;
|-&lt;br /&gt;
|   iconv&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   transport by convection (default=1)&lt;br /&gt;
|-&lt;br /&gt;
|   initc&lt;br /&gt;
|   character&lt;br /&gt;
|   file&lt;br /&gt;
|   initialize from Input file&lt;br /&gt;
|-&lt;br /&gt;
|   init_mode&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   initialize tracer&lt;br /&gt;
|-&lt;br /&gt;
|   init_name&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   name of tracer in initialization file&lt;br /&gt;
|-&lt;br /&gt;
|   iturb&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   transport by turbulence (default=1)&lt;br /&gt;
|-&lt;br /&gt;
|   latbc&lt;br /&gt;
|   character&lt;br /&gt;
|   file&lt;br /&gt;
|   read data for LBC&lt;br /&gt;
|-&lt;br /&gt;
|   lfeedback&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   child -&amp;gt; parent feedback in nested simulations (default=0)&lt;br /&gt;
|-&lt;br /&gt;
|   lifetime&lt;br /&gt;
|   real&lt;br /&gt;
|   in s&lt;br /&gt;
|   value for lifetime&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;mol_weight&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in kg/mol&lt;br /&gt;
|   value for molar weight&lt;br /&gt;
|-&lt;br /&gt;
|   products&lt;br /&gt;
|   character&lt;br /&gt;
|   name of tracer&lt;br /&gt;
|   name of resulting tracer after depletion&lt;br /&gt;
|-&lt;br /&gt;
|   tag001,...&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   name of tag to be added to tracer name&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;transport&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   stdaero, stdchem, ..., off&lt;br /&gt;
|   choice of transport template&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;unit&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., mol mol-1&lt;br /&gt;
|   unit of tracer &lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;bold&#039;&#039;&#039; letters indicate which tags are always required. &amp;lt;br\&amp;gt; (*) in icon-kit/externals/art/runctrl_examples/xml_ctrl/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The reason for the use of those additional .xml files is that the ART variables they contain (sea salt, mineral dust etc.) might be different for every run which differs from the Icon Variables (Temperature, Pressure, etc.) which usually don’t change between runs. .xml files are readable for both humans and machines, which makes them easy to tweak and integrate. An Example for the contents of an .xml file adding ash particles can be seen below.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=xml line&amp;gt;&lt;br /&gt;
&amp;lt;modes&amp;gt;&lt;br /&gt;
  &amp;lt;aerosol id=&amp;quot;asha&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;kind type=&amp;quot;char&amp;quot;&amp;gt;2mom&amp;lt;/kind&amp;gt;&lt;br /&gt;
    &amp;lt;d_gn type=&amp;quot;real&amp;quot;&amp;gt;1.190E-6&amp;lt;/d_gn&amp;gt;&lt;br /&gt;
    &amp;lt;sigma_g type=&amp;quot;real&amp;quot;&amp;gt;1.410E+0&amp;lt;/sigma_g&amp;gt;&lt;br /&gt;
    &amp;lt;rho type=&amp;quot;real&amp;quot;&amp;gt;2.600E+3&amp;lt;/rho&amp;gt;&lt;br /&gt;
  &amp;lt;/aerosol&amp;gt;&lt;br /&gt;
&amp;lt;/modes&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is an example for a more complex .xml using [[AERODYN]]:&lt;br /&gt;
This is an example for the number and mass concentration of dust in a tracer .xml.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=xml line&amp;gt;&lt;br /&gt;
&amp;lt;tracers&amp;gt;  &lt;br /&gt;
    &amp;lt;aerosol id=&amp;quot;nmb&amp;quot;&amp;gt;    &lt;br /&gt;
      &amp;lt;moment type=&amp;quot;int&amp;quot;&amp;gt;0&amp;lt;/moment&amp;gt;    &lt;br /&gt;
      &amp;lt;mode type=&amp;quot;char&amp;quot;&amp;gt;insol_acc,insol_coa&amp;lt;/mode&amp;gt;    &lt;br /&gt;
      &amp;lt;unit type=&amp;quot;char&amp;quot;&amp;gt;kg-1&amp;lt;/unit&amp;gt;    &lt;br /&gt;
      &amp;lt;transport type=&amp;quot;char&amp;quot;&amp;gt;hadv52aero&amp;lt;/transport&amp;gt;  &lt;br /&gt;
    &amp;lt;/aerosol&amp;gt;  &lt;br /&gt;
    &amp;lt;aerosol id=&amp;quot;dust&amp;quot;&amp;gt;    &lt;br /&gt;
      &amp;lt;moment type=&amp;quot;int&amp;quot;&amp;gt;3&amp;lt;/moment&amp;gt;    &lt;br /&gt;
      &amp;lt;mode type=&amp;quot;char&amp;quot;&amp;gt;insol_acc,insol_coa&amp;lt;/mode&amp;gt;    &lt;br /&gt;
      &amp;lt;sol type=&amp;quot;real&amp;quot;&amp;gt;1.0&amp;lt;/sol&amp;gt;    &lt;br /&gt;
      &amp;lt;mol_weight type=&amp;quot;real&amp;quot;&amp;gt;50.00E-3&amp;lt;/mol_weight&amp;gt;    &lt;br /&gt;
      &amp;lt;rho type=&amp;quot;real&amp;quot;&amp;gt;2.650E3&amp;lt;/rho&amp;gt;    &lt;br /&gt;
      &amp;lt;unit type=&amp;quot;char&amp;quot;&amp;gt;mug kg-1&amp;lt;/unit&amp;gt;    &lt;br /&gt;
      &amp;lt;transport type=&amp;quot;char&amp;quot;&amp;gt;hadv52aero&amp;lt;/transport&amp;gt;  &lt;br /&gt;
    &amp;lt;/aerosol&amp;gt;&lt;br /&gt;
&amp;lt;/tracers&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Further .xml examples can be fount in &amp;lt;code&amp;gt;/your_ART_Directory/runctrl_examples/xml_ctrl. &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Input Data ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Depending on the type of simulation there might be additional input files required. These are essential files that are not contained in classical ICON initialisation data. For example for the emission of mineral dust there has to be information about the soil types supplied to the model. The additional input files should be renamed to a netcdf file and follow the naming convention shown in fig [[#input-names|1.1]]. Please note that the XXX has to be replaced by one of the indices mentionend in Table [[#tab:input-init|input-init]] and [[#tab:input-emissions|input-emissions]].&lt;br /&gt;
&lt;br /&gt;
[[File:input-names.png|800px|none|alt=ICON-ART input file naming convention.|ICON-ART input file naming convention.]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:input-init&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ Additional input files for the initialisation&lt;br /&gt;
! Species&lt;br /&gt;
! Namelist switch&lt;br /&gt;
! Options&lt;br /&gt;
! XXX&lt;br /&gt;
|-&lt;br /&gt;
| Gas&lt;br /&gt;
| &amp;lt;code&amp;gt;iart_init_gas&amp;lt;/code&amp;gt;&lt;br /&gt;
| 0 (cold start), 5 (from file)&lt;br /&gt;
| ICE&lt;br /&gt;
|-&lt;br /&gt;
| Aerosol&lt;br /&gt;
| &amp;lt;code&amp;gt;iart_init_aero&amp;lt;/code&amp;gt;&lt;br /&gt;
| 0 (cold start), 5 (from file)&lt;br /&gt;
| IAE&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:input-emissions&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Obtaining Input Data ===&lt;br /&gt;
&lt;br /&gt;
The 2 ways of obtaining input data are to generate it yourself or download it.&lt;br /&gt;
&lt;br /&gt;
[[How to generate input data]]&lt;br /&gt;
&lt;br /&gt;
[[How to download input data]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Emission Data ===&lt;br /&gt;
In every ICON-ART, there is the possibility to add additional input data like emission data that correspond with different sources. A quick overview about them can be found below.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ Additional input files for the emissions&lt;br /&gt;
! Type&lt;br /&gt;
! Data&lt;br /&gt;
! XXX&lt;br /&gt;
|-&lt;br /&gt;
| Point souces&lt;br /&gt;
| XML-file&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| Sea salt&lt;br /&gt;
| no extra data necessary&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| Mineral Dust&lt;br /&gt;
| Soil Type Data&lt;br /&gt;
| ART_STY&lt;br /&gt;
|-&lt;br /&gt;
| Biogenic VOCs&lt;br /&gt;
| Emissions or Vegetatiom&lt;br /&gt;
| ART_STY&lt;br /&gt;
|-&lt;br /&gt;
| Athropogenic emissions&lt;br /&gt;
| Emission data sets&lt;br /&gt;
| ART_BIO ART_ANT&lt;br /&gt;
|-&lt;br /&gt;
| Biomass burning&lt;br /&gt;
| Satellite data&lt;br /&gt;
| ART_BCF&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Chemical Tracer ====&lt;br /&gt;
Emission data can be obtained from several sources. The following table should give an overview about which emission data are available for a corresponding tracer. To find out when to use which emission data type we recommend respective further reading.&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Emission Data Sources&amp;quot;&amp;gt;Emission Data Sources&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Tracer !! Emission Type !! Emission !! Resolution&lt;br /&gt;
|-&lt;br /&gt;
| C2H6 || ANT || EDGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR+ || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR-monthly || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED3 || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| C3H8 || ANT || EDGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR+ || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR432-monthly || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED3 || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| C5H8 || BBE || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CFCl3 || ANT || GEIA || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CH3CN || BBE || GFED.1s_Akagi_daily || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED.1s_Akagi_monthly || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED.1s_Stockwell_daily || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED.1s_Stockwell_monthly || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CH3COCH3 || ANT || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || POET || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GICC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GUESS-ES || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || POET || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || RETRO || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGANv2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CH3I || BIO || Bell || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || Ziska || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CH4 || ANT || EDGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR+ || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR432-monthly || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B08_0049&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGARv4.2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGARv4.3.1 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
| CHBr3 || BIO || Liang || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || Ordonez || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || Ziska || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CO || ANT || EDGAR || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR+ || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR432-monthly || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGARv4.2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || POET || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GICC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GUESS-ES || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || RETRO || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGAN || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGANv2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CO2 || ANT || EDGARv4.2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0031_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| DMS || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| N2O || ANT || EDGARv4.2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| NH3 || ANT || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_agriculture || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_agric_waste || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_energy || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_industrial || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_residential || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_transport || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
| SF6 || ANT || EDGARLevin || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| SO2 || ANT || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Remapping Emissions ====&lt;br /&gt;
A comprehensible manual can be found [https://gitlab.dkrz.de/art/kit-wiki/-/wikis/uploads/44c05db0bff5da516d7812292de3dff8/MECCA_Emissions01.pdf here]. The document was provided by M. Weimer (June 2019).&lt;br /&gt;
This document provides an overview of the workflow to be done in order to remap a set of emission data onto your own ICON grid. The raw emission data can be taken from emission inventories such as Edgar, MACCity, etc. (see above).&lt;br /&gt;
The desired files can be copied to an own directory where they serve as input for the remap procedure described in the manual.&lt;br /&gt;
Additional remarks:&lt;br /&gt;
* The mentioned workflow was initially designed for FH2. Should be tested on other machines as well&lt;br /&gt;
* The automatic addition of emission tags to the tracer.xml (add_emissions_to_tracer_xml.py) is very sensitive to tracer names and emission species. In doubt, add emission tags manually.&lt;br /&gt;
* In any case, double check if all emission tags have been assigned to the correct tracer&lt;br /&gt;
&lt;br /&gt;
== Running a Limited Area Meteorology (LAM) Simulation ==&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
&lt;br /&gt;
Here are some notes on setting up an ICON-ART LAM simulation. Theses settings are important if you use initial data and boundary data from different sources. It is preferable to use data from the same source to be consistent. However, in certain situations this is not possible due to limitations of the model (e.g. initialization routines).&lt;br /&gt;
=== Required data for LAM domain ===&lt;br /&gt;
&lt;br /&gt;
Grid of LAM domain external parameters of LAM domain external parameters containing soil parameters (only necessary for dust simulations) initial data (ICON-ART or IFS)&lt;br /&gt;
&lt;br /&gt;
=== Required data for LAM boundaries ===&lt;br /&gt;
&lt;br /&gt;
Auxiliary grid (grid containing boundary area of the LAM domain, generated during remapping process with ICONtools) forcing data for the boundaries&lt;br /&gt;
&lt;br /&gt;
===Initialization ===&lt;br /&gt;
&lt;br /&gt;
There are two different possible methods to read in the dust during initialization. You can either pass a file containing meteorological variables and a second file containing dust data. The vertical levels may differ between these two files and the dust must be delivered as ART_IAE file. The corresponding namelist setting in&amp;lt;code&amp;gt;  &amp;amp;art_nml    &amp;lt;/code&amp;gt; is &amp;lt;code&amp;gt; iart_init_aero=5 &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The other possibility is to pass all variables required for the initialization in a single file. The vertical levels must all be consistent and the corresponding namelist setting in &amp;lt;code&amp;gt; &amp;amp;art_nml&amp;lt;/code&amp;gt; is &amp;lt;code&amp;gt; iart_init_aero=0 &amp;lt;/code&amp;gt;. Furthermore you have to add file in the tracer xml file.&lt;br /&gt;
&lt;br /&gt;
=== Boundary Data ===&lt;br /&gt;
&lt;br /&gt;
The boundary data can only be passed to the model as one single file per time step. The vertical levels for all time steps must be the same. Otherwise an error occurs. If you use data from a different source than the one used for initialization, it is crucial to decouple the reading of the boundary data from the reading of initial data. During the start of the simulation it is possible to read the first boundary data from the initial data when using ICON-ART data. To prevent this and to read the boundary data from a separate file during initialization, set &amp;lt;code&amp;gt;init_latbc_from_fg = .FALSE. &amp;lt;/code&amp;gt;in &amp;lt;code&amp;gt; &amp;amp;limarea_nml &amp;lt;/code&amp;gt;. Additionally you have to add file in the tracer xml file.&lt;br /&gt;
&lt;br /&gt;
------&lt;br /&gt;
[[#Aerosol Tracers]]&lt;br /&gt;
&lt;br /&gt;
== Creating A Nested ICON-Grid ==&lt;br /&gt;
There are four steps to create a grid. The steps have to be run separately as they are dependent on each other.&lt;br /&gt;
=== Graph Generation ===&lt;br /&gt;
The first step is creating the graph. Ensure that you specify R and B for the finest nest! I.e. if you plan a global R2B6 grid with a R2B7 Nest, you have to set R=2 and B=7.&lt;br /&gt;
An example namelist in a runscript looks like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
cat &amp;gt; NAMELIST_GRAPH &amp;lt;&amp;lt; EOF&lt;br /&gt;
&amp;amp;graph_ini&lt;br /&gt;
  nroot       = ${R}&lt;br /&gt;
  grid_levels = ${B}&lt;br /&gt;
/&lt;br /&gt;
EOF&lt;br /&gt;
&lt;br /&gt;
echo global_graph_generator null &amp;gt; $commandFile&lt;br /&gt;
job_submit -c p -p 1 -t 60 -m 32000 ${run_commmand}&lt;br /&gt;
&amp;lt;/Syntaxhighlight&amp;gt;&lt;br /&gt;
You might have to increase the allocated memory (-m 64000) if the process crashes (-p 1 is maximum because of lacking parallelization)&lt;br /&gt;
=== Grid generation ===&lt;br /&gt;
The second step is the generation of all (global) grids. I.e., if you choose R=2 and B=7, you get global grids for R2B1, R2B2, R2B3, R2B4, R2B5, R2B6 and R2B7. Even if you want R2B7 to be your nest, you have to do this step down to R2B7! This means, that the values of R and B for step 1 and 2 must not differ.&lt;br /&gt;
As far as I could figure out, the spring dynamics optimization is the one to choose. Therefore, you should choose @itype_optimize = 4@.&lt;br /&gt;
An example namelist looks like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
cat &amp;gt; NAMELIST_GRID &amp;lt;&amp;lt; EOF&lt;br /&gt;
&amp;amp;grid_ini&lt;br /&gt;
 nroot       = ${R}&lt;br /&gt;
 grid_levels = ${B}&lt;br /&gt;
/&lt;br /&gt;
&amp;amp;grid_options&lt;br /&gt;
 itype_optimize = 4&lt;br /&gt;
/&lt;br /&gt;
EOF&lt;br /&gt;
&lt;br /&gt;
echo global_grid_generator null &amp;gt; $commandFile&lt;br /&gt;
job_submit -c p -p 1 -t 600 -m 32000 ${run_commmand}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
If you want to generate a finer grid (e.g. R2B10) you might have to increase the allocated memory (-m 256000).&lt;br /&gt;
=== Modify the filenames ===&lt;br /&gt;
The spring-dynamics-optimized files carry this information within their filename. In order to continue, the names have to be changed to the standard names of grids. This can be done within a script as shown in the following. (@maxlev_optim@ is a parameter, that specifies the maximum level to which optimizations are applied. This is set in the previous step within the grid_options namelist. As the default is 100, there is usually no need to change this. You just have to set the variable @maxlev_optim@ within the script for the copying):&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
level=1;&lt;br /&gt;
while [[ $level -le $maxlev_optim ]] ; do&lt;br /&gt;
    cp iconR${R}B0${level}-grid_spr0.90.nc iconR${R}B0${level}-grid.nc&lt;br /&gt;
    ((level=$level+1))&lt;br /&gt;
done&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Nested grid creation ===&lt;br /&gt;
As a last step, you have to specify the nests. In the following example, three nests are added to a global R2B6 grid. Therefore, @start_lev = 6@ and @n_dom = 4@. As these nests are subsequent, the @parent_id@ of each nest is the one of the domain with one rank higher. I.e. R2B6 has the ID 1, therefore the @parent_id@ of R2B7 is 1. R2B8 has the ID of the R2B7 as @parent_id@ and therefore 2. The different domains are seperated by commas in the namelist. The global domain does of course not show up (you produced the global grid files in step 2).&lt;br /&gt;
In this example, the further namelist variables mean the following:&lt;br /&gt;
@l_circ@ gives the nests a circular instead of an rectangular shape.&lt;br /&gt;
@l_plot@ provides output which can be used to plot the grids with GMT scripts.&lt;br /&gt;
@radius, center_lon, center_lat@ define the location of the nests.&lt;br /&gt;
With @lsep_gridref_info = .true.@ the grid information is stored within an additional grid description file. This needs then to be specified within ICON!&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
cat &amp;gt; NAMELIST_GRIDREF &amp;lt;&amp;lt; EOF&lt;br /&gt;
&amp;amp;gridref_ini&lt;br /&gt;
  grid_root  = 2&lt;br /&gt;
  start_lev  = 6&lt;br /&gt;
  n_dom      = 4&lt;br /&gt;
  parent_id  = 1,2,3&lt;br /&gt;
  l_circ     = .true.&lt;br /&gt;
  l_plot     = .true.&lt;br /&gt;
  radius     =  20.,12.,12.&lt;br /&gt;
  center_lon =  10.,5.,5.&lt;br /&gt;
  center_lat =  40.,47.5,47.5&lt;br /&gt;
  bdy_indexing_depth = 14&lt;br /&gt;
  lsep_gridref_info = .false.&lt;br /&gt;
/&lt;br /&gt;
EOF&lt;br /&gt;
&lt;br /&gt;
echo global_grid_refine null &amp;gt; $commandFile&lt;br /&gt;
job_submit -c p -p 64 -t 60 -m 16000 ${run_commmand}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
If you want to generate a finer grid (e.g. R2B10) you might have to increase the allocated memory (-m 64000).&lt;br /&gt;
&lt;br /&gt;
== All input data required for standard configurations ==&lt;br /&gt;
=== XML data are art/runctrl_examples/xml_ctrl ===&lt;br /&gt;
=== Runscripts are art/runctrl_examples/run_scripts ===&lt;br /&gt;
=== All grid, IC, BC and emission data are [https://bwsyncandshare.kit.edu/s/YdaqfMDgJPfo8QF here] ===&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Input&amp;diff=324</id>
		<title>Input</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Input&amp;diff=324"/>
		<updated>2024-01-24T14:44:35Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
== Requirements for a Simulation ==&lt;br /&gt;
&lt;br /&gt;
To run a Simulation with ICON-ART there are three main points to consider: Setting the namelist parameters, preparing the xmls, and optionally prepare additional Input data.&lt;br /&gt;
&lt;br /&gt;
== Namelist Inputs ==&lt;br /&gt;
&lt;br /&gt;
To run a simulation with ICON-ART installed the first thing to prepare is the runfile. It is usually best to start with an existing and working runfile and adapt parts as needed. The runfile contains the majority of parameters to run a simulation, like the length, timesteps and grids used, as well as a variety of options for methods and parametrisations used in the model. The runfile contents are then split up in several namelists that the model reads at the beginning of a simulation. An overview of the Namelist Parameters can be found in [[Namelist]].&lt;br /&gt;
&lt;br /&gt;
To enable ART in an ICON simulation, the switch &amp;lt;code&amp;gt;lart = .TRUE.&amp;lt;/code&amp;gt; has to be set in the section &amp;lt;code&amp;gt;&amp;amp;amp;run_nml&amp;lt;/code&amp;gt;. This is the global on/off switch for ICON-ART. This is how this could look like in the context of a runfile:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
! run_nml: general switches ----------&lt;br /&gt;
&amp;amp;amp;run_nml&lt;br /&gt;
 ltestcase = .FALSE.&lt;br /&gt;
 num_lev = 50&lt;br /&gt;
 ltransport = .TRUE.&lt;br /&gt;
.............&lt;br /&gt;
 lart = .TRUE.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Generally the first letters of a namelist switch refer to its type, the &amp;amp;quot;l&amp;amp;quot; in &amp;amp;quot;lart&amp;amp;quot; stands for logical, meaning it has to be either True or False. Here are some examples.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:vartypes&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ Some namelist switches and their data types.&lt;br /&gt;
! namelist switch&lt;br /&gt;
! type&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;lart&amp;lt;/code&amp;gt;&lt;br /&gt;
| logical&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_aerosol_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| character&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;iart_init_aero &amp;lt;/code&amp;gt;&lt;br /&gt;
| integer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
The namelist &amp;lt;code&amp;gt;&amp;amp;amp;art_nml&amp;lt;/code&amp;gt; is used for general options of the ART simulation. To run a certain kind of simulation the according switch has to be set to &amp;lt;code&amp;gt;.TRUE.&amp;lt;/code&amp;gt;. For Example to include a point source the switch &amp;lt;code&amp;gt;cart_aerosol_xml&amp;lt;/code&amp;gt; has to be set to &amp;lt;code&amp;gt;.TRUE.&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== XML Inputs ==&lt;br /&gt;
&lt;br /&gt;
This enables the inclusion of a .xml file containing additional information like location and strength of the point source. The table [[#tab:art_nml-params|below]] contains the most important &amp;lt;code&amp;gt;&amp;amp;amp;art_nml&amp;lt;/code&amp;gt; namelist parameters and additional namelist parameters required if they are set to &amp;lt;code&amp;gt;.TRUE.&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:art_nml-params&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ XML files and their namelist dependencies&lt;br /&gt;
! XML File&lt;br /&gt;
! Description&lt;br /&gt;
! Namelist parameter dependency&lt;br /&gt;
! Default &lt;br /&gt;
! Further Information&lt;br /&gt;
|---&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_chemtracer_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Switch for simple OH chemistry&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_chemtracer&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
|[[#Chemistry Tracers|Chemistry Tracers]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_mecca_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Switch for kpp chemistry&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_mecca&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
|[[Atmospheric Chemistry]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_pntSrc_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Enables creation of point sources emitting given Aerosols at a given rate&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_pntSrc&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
|[[#Point Source|Point Source]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_aerosol_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Main switch for the treatment of  atmospheric aerosols&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_aerosol&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
|[[#Aerosol Tracers|Aerosol Tracers]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_modes_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Main switch for the treatment of  atmospheric aerosols&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_aerosol&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE. &lt;br /&gt;
|[[#Aerosol Modes|Aerosol Modes]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_diagnostics_xml&amp;lt;/code&amp;gt; &lt;br /&gt;
| Enables diagnostic output fields&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_diag_out&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_emiss_xml_file&amp;lt;/code&amp;gt;&lt;br /&gt;
| XML File for emission metadata&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|[[#Aerosol Emission|Aerosol Emission]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_ext_data_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| XML File for metadata of datasets prescribing tracers &lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt; cart_coag_xml &amp;lt;/code&amp;gt;&lt;br /&gt;
| XML File containing additional information about coagulation&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot; &lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Aerosol Tracers&amp;quot;&amp;gt;Aerosol Tracers&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   htop_proc&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   top height for processes&lt;br /&gt;
|-&lt;br /&gt;
|   initc&lt;br /&gt;
|   character&lt;br /&gt;
|   file&lt;br /&gt;
|   initialize from Input file&lt;br /&gt;
|-&lt;br /&gt;
|   inucl&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   H2SO4 nucleation for so4 tracer (default=1); 1 for so4_sol_ait, 0 for other so4 tracer)&lt;br /&gt;
|-&lt;br /&gt;
|   label&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., dusta&lt;br /&gt;
|   allows to name tracers individually&lt;br /&gt;
|-&lt;br /&gt;
|   latbc&lt;br /&gt;
|   character&lt;br /&gt;
|   file&lt;br /&gt;
|   read data for LBC&lt;br /&gt;
|-&lt;br /&gt;
|   lfeedback&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   child -&amp;gt; parent feedback in nested simulations (default=0)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;mode&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   insol_acc, mixed_acc,..&lt;br /&gt;
|   indicates in which modes the tracer occurs&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;mol_weight&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in kg/mol&lt;br /&gt;
|   value for molar weight&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;moment&#039;&#039;&#039;&lt;br /&gt;
|   integer&lt;br /&gt;
|   0, 3&lt;br /&gt;
|   zeroth (number) or third (mass) moment&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;rho&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in g/m3&lt;br /&gt;
|   density of tracer, not needed for zeroth moment&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;sol&#039;&#039;&#039;&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (no), 1 (yes)&lt;br /&gt;
|   indicates whether the tracer is soluble or not&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;transport&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   stdaero, stdchem, ..., off&lt;br /&gt;
|   choice of transport template&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;unit&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., mug kg-1, kg-1&lt;br /&gt;
|   unit of tracer&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;bold&#039;&#039;&#039; letters indicate which tags are always required. &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Aerosol Modes&amp;quot;&amp;gt;Aerosol Modes&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   condensation&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   condensation of H2SO4 on this mode?&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;d_gn&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   value for the initial median diameter of the number distribution&lt;br /&gt;
|-&lt;br /&gt;
|   dissfac_mean&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   dissociation factor (needed with ikoehler=1)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;icoag&#039;&#039;&#039;&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   mode involved in coagulation? If 1 for any mode, then provide coagulate.xml&lt;br /&gt;
|-&lt;br /&gt;
|   ikoehler&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   Activation via Köhler theory (warm clouds), needs dissfac_mean tag&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;kind&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   1mom or 2mom&lt;br /&gt;
|   1-moment or 2-moment description of distribution&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;sigma_g&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   standard deviation of the distribution&lt;br /&gt;
|-&lt;br /&gt;
|   shift2larger&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., sol_acc&lt;br /&gt;
|   Name of larger mode to be shifted to, when diameter threshold (shift_diam) exceeded&lt;br /&gt;
|-&lt;br /&gt;
|   shift2mixed&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., mixed_acc&lt;br /&gt;
|   Name of mixed mode to be shifted to, when soluble mass threshold of 5% exceeded&lt;br /&gt;
|-&lt;br /&gt;
|   shift_diam&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   diameter threshold for shift2larger&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Aerosol Emission&amp;quot;&amp;gt;Aerosol Emission&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;nmodes&#039;&#039;&#039;&lt;br /&gt;
|   integer&lt;br /&gt;
|  &lt;br /&gt;
|   number of emission modes&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;d_g0_*&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   median diameter of number distribution of mode * (e.g., d_g0_1, d_g0_2, d_g0_3)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;d_g3_*&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   median diameter of mass distribution of mode * (e.g., d_g3_1, d_g3_2, d_g3_3)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;rho&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in kg/m3&lt;br /&gt;
|   particle density (same for all modes)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;sigma_g_*&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   standard deviation of mode *&lt;br /&gt;
|-&lt;br /&gt;
|   substance&lt;br /&gt;
|   character&lt;br /&gt;
|   ash, dust, na, cl, soot&lt;br /&gt;
|   emitted substance  &lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;bold&#039;&#039;&#039; letters indicate which tags are always required. &amp;lt;br \&amp;gt; routine options: volc, volc fplume, dust, biomass burn, seas smith, seas monahan, seas martensson, seas mode1, seas mode2, seas mode3&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Point Source&amp;quot;&amp;gt;Point Source&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   dg3_emiss&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   median diameter of aerosol mass distribution&lt;br /&gt;
|-&lt;br /&gt;
|   emiss_profile&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   anti-derivative of emission profile&lt;br /&gt;
|-&lt;br /&gt;
|   endTime&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   end time of emission (default=9999-12-31T00:00:00)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;height&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   emission height&lt;br /&gt;
|-&lt;br /&gt;
|   height_bot&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   bottom height&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;lat&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in degree&lt;br /&gt;
|   latitude&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;lon&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in degree&lt;br /&gt;
|   longitude&lt;br /&gt;
|-&lt;br /&gt;
|   sigma_emiss&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   standard deviation of aerosol distribution&lt;br /&gt;
|-&lt;br /&gt;
|   startTime&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   start time of emission (default=1582-10-15T00:00:00)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;source_strength&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   emission source strength&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;substance&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., TRSO2&lt;br /&gt;
|   substance nme from tracer xml&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;unit&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., kg s-1&lt;br /&gt;
|   unit of source strength&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;bold&#039;&#039;&#039; letters indicate which tags are always required. &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Chemistry Tracers&amp;quot;&amp;gt;Chemistry Tracers&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;c_solve&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   param, lt, cold, OH, linoz, simnoy, passive&lt;br /&gt;
|   solving mechanism/strategy&lt;br /&gt;
|-&lt;br /&gt;
|   emissions&lt;br /&gt;
|  &lt;br /&gt;
|   anthropogenic, biogenic, biomassBurning&lt;br /&gt;
|   usage see in tracers_chemtracer_amip.xml (*)&lt;br /&gt;
|-&lt;br /&gt;
|   htop_proc&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   top height for processes&lt;br /&gt;
|-&lt;br /&gt;
|   iconv&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   transport by convection (default=1)&lt;br /&gt;
|-&lt;br /&gt;
|   initc&lt;br /&gt;
|   character&lt;br /&gt;
|   file&lt;br /&gt;
|   initialize from Input file&lt;br /&gt;
|-&lt;br /&gt;
|   init_mode&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   initialize tracer&lt;br /&gt;
|-&lt;br /&gt;
|   init_name&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   name of tracer in initialization file&lt;br /&gt;
|-&lt;br /&gt;
|   iturb&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   transport by turbulence (default=1)&lt;br /&gt;
|-&lt;br /&gt;
|   latbc&lt;br /&gt;
|   character&lt;br /&gt;
|   file&lt;br /&gt;
|   read data for LBC&lt;br /&gt;
|-&lt;br /&gt;
|   lfeedback&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   child -&amp;gt; parent feedback in nested simulations (default=0)&lt;br /&gt;
|-&lt;br /&gt;
|   lifetime&lt;br /&gt;
|   real&lt;br /&gt;
|   in s&lt;br /&gt;
|   value for lifetime&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;mol_weight&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in kg/mol&lt;br /&gt;
|   value for molar weight&lt;br /&gt;
|-&lt;br /&gt;
|   products&lt;br /&gt;
|   character&lt;br /&gt;
|   name of tracer&lt;br /&gt;
|   name of resulting tracer after depletion&lt;br /&gt;
|-&lt;br /&gt;
|   tag001,...&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   name of tag to be added to tracer name&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;transport&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   stdaero, stdchem, ..., off&lt;br /&gt;
|   choice of transport template&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;unit&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., mol mol-1&lt;br /&gt;
|   unit of tracer &lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;bold&#039;&#039;&#039; letters indicate which tags are always required. &amp;lt;br\&amp;gt; (*) in icon-kit/externals/art/runctrl_examples/xml_ctrl/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The reason for the use of those additional .xml files is that the ART variables they contain (sea salt, mineral dust etc.) might be different for every run which differs from the Icon Variables (Temperature, Pressure, etc.) which usually don’t change between runs. .xml files are readable for both humans and machines, which makes them easy to tweak and integrate. An Example for the contents of an .xml file adding ash particles can be seen below.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=xml line&amp;gt;&lt;br /&gt;
&amp;lt;modes&amp;gt;&lt;br /&gt;
  &amp;lt;aerosol id=&amp;quot;asha&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;kind type=&amp;quot;char&amp;quot;&amp;gt;2mom&amp;lt;/kind&amp;gt;&lt;br /&gt;
    &amp;lt;d_gn type=&amp;quot;real&amp;quot;&amp;gt;1.190E-6&amp;lt;/d_gn&amp;gt;&lt;br /&gt;
    &amp;lt;sigma_g type=&amp;quot;real&amp;quot;&amp;gt;1.410E+0&amp;lt;/sigma_g&amp;gt;&lt;br /&gt;
    &amp;lt;rho type=&amp;quot;real&amp;quot;&amp;gt;2.600E+3&amp;lt;/rho&amp;gt;&lt;br /&gt;
  &amp;lt;/aerosol&amp;gt;&lt;br /&gt;
&amp;lt;/modes&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is an example for a more complex .xml using [[AERODYN]]:&lt;br /&gt;
This is an example for the number and mass concentration of dust in a tracer .xml.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=xml line&amp;gt;&lt;br /&gt;
&amp;lt;tracers&amp;gt;  &lt;br /&gt;
    &amp;lt;aerosol id=&amp;quot;nmb&amp;quot;&amp;gt;    &lt;br /&gt;
      &amp;lt;moment type=&amp;quot;int&amp;quot;&amp;gt;0&amp;lt;/moment&amp;gt;    &lt;br /&gt;
      &amp;lt;mode type=&amp;quot;char&amp;quot;&amp;gt;insol_acc,insol_coa&amp;lt;/mode&amp;gt;    &lt;br /&gt;
      &amp;lt;unit type=&amp;quot;char&amp;quot;&amp;gt;kg-1&amp;lt;/unit&amp;gt;    &lt;br /&gt;
      &amp;lt;transport type=&amp;quot;char&amp;quot;&amp;gt;hadv52aero&amp;lt;/transport&amp;gt;  &lt;br /&gt;
    &amp;lt;/aerosol&amp;gt;  &lt;br /&gt;
    &amp;lt;aerosol id=&amp;quot;dust&amp;quot;&amp;gt;    &lt;br /&gt;
      &amp;lt;moment type=&amp;quot;int&amp;quot;&amp;gt;3&amp;lt;/moment&amp;gt;    &lt;br /&gt;
      &amp;lt;mode type=&amp;quot;char&amp;quot;&amp;gt;insol_acc,insol_coa&amp;lt;/mode&amp;gt;    &lt;br /&gt;
      &amp;lt;sol type=&amp;quot;real&amp;quot;&amp;gt;1.0&amp;lt;/sol&amp;gt;    &lt;br /&gt;
      &amp;lt;mol_weight type=&amp;quot;real&amp;quot;&amp;gt;50.00E-3&amp;lt;/mol_weight&amp;gt;    &lt;br /&gt;
      &amp;lt;rho type=&amp;quot;real&amp;quot;&amp;gt;2.650E3&amp;lt;/rho&amp;gt;    &lt;br /&gt;
      &amp;lt;unit type=&amp;quot;char&amp;quot;&amp;gt;mug kg-1&amp;lt;/unit&amp;gt;    &lt;br /&gt;
      &amp;lt;transport type=&amp;quot;char&amp;quot;&amp;gt;hadv52aero&amp;lt;/transport&amp;gt;  &lt;br /&gt;
    &amp;lt;/aerosol&amp;gt;&lt;br /&gt;
&amp;lt;/tracers&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Further .xml examples can be fount in &amp;lt;code&amp;gt;/your_ART_Directory/runctrl_examples/xml_ctrl. &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Input Data ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Depending on the type of simulation there might be additional input files required. These are essential files that are not contained in classical ICON initialisation data. For example for the emission of mineral dust there has to be information about the soil types supplied to the model. The additional input files should be renamed to a netcdf file and follow the naming convention shown in fig [[#input-names|1.1]]. Please note that the XXX has to be replaced by one of the indices mentionend in Table [[#tab:input-init|input-init]] and [[#tab:input-emissions|input-emissions]].&lt;br /&gt;
&lt;br /&gt;
[[File:input-names.png|800px|none|alt=ICON-ART input file naming convention.|ICON-ART input file naming convention.]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:input-init&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ Additional input files for the initialisation&lt;br /&gt;
! Species&lt;br /&gt;
! Namelist switch&lt;br /&gt;
! Options&lt;br /&gt;
! XXX&lt;br /&gt;
|-&lt;br /&gt;
| Gas&lt;br /&gt;
| &amp;lt;code&amp;gt;iart_init_gas&amp;lt;/code&amp;gt;&lt;br /&gt;
| 0 (cold start), 5 (from file)&lt;br /&gt;
| ICE&lt;br /&gt;
|-&lt;br /&gt;
| Aerosol&lt;br /&gt;
| &amp;lt;code&amp;gt;iart_init_aero&amp;lt;/code&amp;gt;&lt;br /&gt;
| 0 (cold start), 5 (from file)&lt;br /&gt;
| IAE&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:input-emissions&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Obtaining Input Data ===&lt;br /&gt;
&lt;br /&gt;
The 2 ways of obtaining input data are to generate it yourself or download it.&lt;br /&gt;
&lt;br /&gt;
[[How to generate input data]]&lt;br /&gt;
&lt;br /&gt;
[[How to download input data]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Emission Data ===&lt;br /&gt;
In every ICON-ART, there is the possibility to add additional input data like emission data that correspond with different sources. A quick overview about them can be found below.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ Additional input files for the emissions&lt;br /&gt;
! Type&lt;br /&gt;
! Data&lt;br /&gt;
! XXX&lt;br /&gt;
|-&lt;br /&gt;
| Point souces&lt;br /&gt;
| XML-file&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| Sea salt&lt;br /&gt;
| no extra data necessary&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| Mineral Dust&lt;br /&gt;
| Soil Type Data&lt;br /&gt;
| ART_STY&lt;br /&gt;
|-&lt;br /&gt;
| Biogenic VOCs&lt;br /&gt;
| Emissions or Vegetatiom&lt;br /&gt;
| ART_STY&lt;br /&gt;
|-&lt;br /&gt;
| Athropogenic emissions&lt;br /&gt;
| Emission data sets&lt;br /&gt;
| ART_BIO ART_ANT&lt;br /&gt;
|-&lt;br /&gt;
| Biomass burning&lt;br /&gt;
| Satellite data&lt;br /&gt;
| ART_BCF&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Chemical Tracer ====&lt;br /&gt;
Emission data can be obtained from several sources. The following table should give an overview about which emission data are available for a corresponding tracer. To find out when to use which emission data type we recommend respective further reading.&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Emission Data Sources&amp;quot;&amp;gt;Emission Data Sources&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Tracer !! Emission Type !! Emission !! Resolution&lt;br /&gt;
|-&lt;br /&gt;
| C2H6 || ANT || EDGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR+ || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR-monthly || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED3 || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| C3H8 || ANT || EDGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR+ || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR432-monthly || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED3 || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| C5H8 || BBE || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CFCl3 || ANT || GEIA || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CH3CN || BBE || GFED.1s_Akagi_daily || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED.1s_Akagi_monthly || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED.1s_Stockwell_daily || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED.1s_Stockwell_monthly || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CH3COCH3 || ANT || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || POET || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GICC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GUESS-ES || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || POET || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || RETRO || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGANv2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CH3I || BIO || Bell || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || Ziska || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CH4 || ANT || EDGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR+ || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR432-monthly || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B08_0049&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGARv4.2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGARv4.3.1 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
| CHBr3 || BIO || Liang || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || Ordonez || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || Ziska || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CO || ANT || EDGAR || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR+ || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR432-monthly || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGARv4.2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || POET || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GICC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GUESS-ES || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || RETRO || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGAN || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGANv2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CO2 || ANT || EDGARv4.2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0031_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| DMS || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| N2O || ANT || EDGARv4.2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| NH3 || ANT || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_agriculture || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_agric_waste || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_energy || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_industrial || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_residential || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_transport || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
| SF6 || ANT || EDGARLevin || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| SO2 || ANT || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Remapping Emissions ====&lt;br /&gt;
A comprehensible manual can be found [https://gitlab.dkrz.de/art/kit-wiki/-/wikis/uploads/44c05db0bff5da516d7812292de3dff8/MECCA_Emissions01.pdf here]. The document was provided by M. Weimer (June 2019).&lt;br /&gt;
This document provides an overview of the workflow to be done in order to remap a set of emission data onto your own ICON grid. The raw emission data can be taken from emission inventories such as Edgar, MACCity, etc. (see above).&lt;br /&gt;
The desired files can be copied to an own directory where they serve as input for the remap procedure described in the manual.&lt;br /&gt;
Additional remarks:&lt;br /&gt;
* The mentioned workflow was initially designed for FH2. Should be tested on other machines as well&lt;br /&gt;
* The automatic addition of emission tags to the tracer.xml (add_emissions_to_tracer_xml.py) is very sensitive to tracer names and emission species. In doubt, add emission tags manually.&lt;br /&gt;
* In any case, double check if all emission tags have been assigned to the correct tracer&lt;br /&gt;
&lt;br /&gt;
== Running a Limited Area Meteorology (LAM) Simulation ==&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
&lt;br /&gt;
Here are some notes on setting up an ICON-ART LAM simulation. Theses settings are important if you use initial data and boundary data from different sources. It is preferable to use data from the same source to be consistent. However, in certain situations this is not possible due to limitations of the model (e.g. initialization routines).&lt;br /&gt;
=== Required data for LAM domain ===&lt;br /&gt;
&lt;br /&gt;
Grid of LAM domain external parameters of LAM domain external parameters containing soil parameters (only necessary for dust simulations) initial data (ICON-ART or IFS)&lt;br /&gt;
&lt;br /&gt;
=== Required data for LAM boundaries ===&lt;br /&gt;
&lt;br /&gt;
Auxiliary grid (grid containing boundary area of the LAM domain, generated during remapping process with ICONtools) forcing data for the boundaries&lt;br /&gt;
&lt;br /&gt;
===Initialization ===&lt;br /&gt;
&lt;br /&gt;
There are two different possible methods to read in the dust during initialization. You can either pass a file containing meteorological variables and a second file containing dust data. The vertical levels may differ between these two files and the dust must be delivered as ART_IAE file. The corresponding namelist setting in&amp;lt;code&amp;gt;  &amp;amp;art_nml    &amp;lt;/code&amp;gt; is &amp;lt;code&amp;gt; iart_init_aero=5 &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The other possibility is to pass all variables required for the initialization in a single file. The vertical levels must all be consistent and the corresponding namelist setting in &amp;lt;code&amp;gt; &amp;amp;art_nml&amp;lt;/code&amp;gt; is &amp;lt;code&amp;gt; iart_init_aero=0 &amp;lt;/code&amp;gt;. Furthermore you have to add file in the tracer xml file.&lt;br /&gt;
&lt;br /&gt;
=== Boundary Data ===&lt;br /&gt;
&lt;br /&gt;
The boundary data can only be passed to the model as one single file per time step. The vertical levels for all time steps must be the same. Otherwise an error occurs. If you use data from a different source than the one used for initialization, it is crucial to decouple the reading of the boundary data from the reading of initial data. During the start of the simulation it is possible to read the first boundary data from the initial data when using ICON-ART data. To prevent this and to read the boundary data from a separate file during initialization, set &amp;lt;code&amp;gt;init_latbc_from_fg = .FALSE. &amp;lt;/code&amp;gt;in &amp;lt;code&amp;gt; &amp;amp;limarea_nml &amp;lt;/code&amp;gt;. Additionally you have to add file in the tracer xml file.&lt;br /&gt;
&lt;br /&gt;
------&lt;br /&gt;
[[#Aerosol Tracers]]&lt;br /&gt;
&lt;br /&gt;
== Creating A Nested ICON-Grid ==&lt;br /&gt;
There are four steps to create a grid. The steps have to be run separately as they are dependent on each other.&lt;br /&gt;
=== Graph Generation ===&lt;br /&gt;
The first step is creating the graph. Ensure that you specify R and B for the finest nest! I.e. if you plan a global R2B6 grid with a R2B7 Nest, you have to set R=2 and B=7.&lt;br /&gt;
An example namelist in a runscript looks like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
cat &amp;gt; NAMELIST_GRAPH &amp;lt;&amp;lt; EOF&lt;br /&gt;
&amp;amp;graph_ini&lt;br /&gt;
  nroot       = ${R}&lt;br /&gt;
  grid_levels = ${B}&lt;br /&gt;
/&lt;br /&gt;
EOF&lt;br /&gt;
&lt;br /&gt;
echo global_graph_generator null &amp;gt; $commandFile&lt;br /&gt;
job_submit -c p -p 1 -t 60 -m 32000 ${run_commmand}&lt;br /&gt;
&amp;lt;/Syntaxhighlight&amp;gt;&lt;br /&gt;
You might have to increase the allocated memory (-m 64000) if the process crashes (-p 1 is maximum because of lacking parallelization)&lt;br /&gt;
=== Grid generation ===&lt;br /&gt;
The second step is the generation of all (global) grids. I.e., if you choose R=2 and B=7, you get global grids for R2B1, R2B2, R2B3, R2B4, R2B5, R2B6 and R2B7. Even if you want R2B7 to be your nest, you have to do this step down to R2B7! This means, that the values of R and B for step 1 and 2 must not differ.&lt;br /&gt;
As far as I could figure out, the spring dynamics optimization is the one to choose. Therefore, you should choose @itype_optimize = 4@.&lt;br /&gt;
An example namelist looks like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
cat &amp;gt; NAMELIST_GRID &amp;lt;&amp;lt; EOF&lt;br /&gt;
&amp;amp;grid_ini&lt;br /&gt;
 nroot       = ${R}&lt;br /&gt;
 grid_levels = ${B}&lt;br /&gt;
/&lt;br /&gt;
&amp;amp;grid_options&lt;br /&gt;
 itype_optimize = 4&lt;br /&gt;
/&lt;br /&gt;
EOF&lt;br /&gt;
&lt;br /&gt;
echo global_grid_generator null &amp;gt; $commandFile&lt;br /&gt;
job_submit -c p -p 1 -t 600 -m 32000 ${run_commmand}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
If you want to generate a finer grid (e.g. R2B10) you might have to increase the allocated memory (-m 256000).&lt;br /&gt;
=== Modify the filenames ===&lt;br /&gt;
The spring-dynamics-optimized files carry this information within their filename. In order to continue, the names have to be changed to the standard names of grids. This can be done within a script as shown in the following. (@maxlev_optim@ is a parameter, that specifies the maximum level to which optimizations are applied. This is set in the previous step within the grid_options namelist. As the default is 100, there is usually no need to change this. You just have to set the variable @maxlev_optim@ within the script for the copying):&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
level=1;&lt;br /&gt;
while [[ $level -le $maxlev_optim ]] ; do&lt;br /&gt;
    cp iconR${R}B0${level}-grid_spr0.90.nc iconR${R}B0${level}-grid.nc&lt;br /&gt;
    ((level=$level+1))&lt;br /&gt;
done&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Nested grid creation ===&lt;br /&gt;
As a last step, you have to specify the nests. In the following example, three nests are added to a global R2B6 grid. Therefore, @start_lev = 6@ and @n_dom = 4@. As these nests are subsequent, the @parent_id@ of each nest is the one of the domain with one rank higher. I.e. R2B6 has the ID 1, therefore the @parent_id@ of R2B7 is 1. R2B8 has the ID of the R2B7 as @parent_id@ and therefore 2. The different domains are seperated by commas in the namelist. The global domain does of course not show up (you produced the global grid files in step 2).&lt;br /&gt;
In this example, the further namelist variables mean the following:&lt;br /&gt;
@l_circ@ gives the nests a circular instead of an rectangular shape.&lt;br /&gt;
@l_plot@ provides output which can be used to plot the grids with GMT scripts.&lt;br /&gt;
@radius, center_lon, center_lat@ define the location of the nests.&lt;br /&gt;
With @lsep_gridref_info = .true.@ the grid information is stored within an additional grid description file. This needs then to be specified within ICON!&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
cat &amp;gt; NAMELIST_GRIDREF &amp;lt;&amp;lt; EOF&lt;br /&gt;
&amp;amp;gridref_ini&lt;br /&gt;
  grid_root  = 2&lt;br /&gt;
  start_lev  = 6&lt;br /&gt;
  n_dom      = 4&lt;br /&gt;
  parent_id  = 1,2,3&lt;br /&gt;
  l_circ     = .true.&lt;br /&gt;
  l_plot     = .true.&lt;br /&gt;
  radius     =  20.,12.,12.&lt;br /&gt;
  center_lon =  10.,5.,5.&lt;br /&gt;
  center_lat =  40.,47.5,47.5&lt;br /&gt;
  bdy_indexing_depth = 14&lt;br /&gt;
  lsep_gridref_info = .false.&lt;br /&gt;
/&lt;br /&gt;
EOF&lt;br /&gt;
&lt;br /&gt;
echo global_grid_refine null &amp;gt; $commandFile&lt;br /&gt;
job_submit -c p -p 64 -t 60 -m 16000 ${run_commmand}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
If you want to generate a finer grid (e.g. R2B10) you might have to increase the allocated memory (-m 64000).&lt;br /&gt;
&lt;br /&gt;
== All input data required for standard configurations ==&lt;br /&gt;
=== XML data are art/runctrl_examples/xml_ctrl ===&lt;br /&gt;
=== Runscripts are art/runctrl_examples/run_scripts ===&lt;br /&gt;
=== All grid, IC, BC and emission data are in the following link ===&lt;br /&gt;
https://bwsyncandshare.kit.edu/s/YdaqfMDgJPfo8QF&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Input&amp;diff=323</id>
		<title>Input</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Input&amp;diff=323"/>
		<updated>2024-01-24T14:35:36Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
== Requirements for a Simulation ==&lt;br /&gt;
&lt;br /&gt;
To run a Simulation with ICON-ART there are three main points to consider: Setting the namelist parameters, preparing the xmls, and optionally prepare additional Input data.&lt;br /&gt;
&lt;br /&gt;
== Namelist Inputs ==&lt;br /&gt;
&lt;br /&gt;
To run a simulation with ICON-ART installed the first thing to prepare is the runfile. It is usually best to start with an existing and working runfile and adapt parts as needed. The runfile contains the majority of parameters to run a simulation, like the length, timesteps and grids used, as well as a variety of options for methods and parametrisations used in the model. The runfile contents are then split up in several namelists that the model reads at the beginning of a simulation. An overview of the Namelist Parameters can be found in [[Namelist]].&lt;br /&gt;
&lt;br /&gt;
To enable ART in an ICON simulation, the switch &amp;lt;code&amp;gt;lart = .TRUE.&amp;lt;/code&amp;gt; has to be set in the section &amp;lt;code&amp;gt;&amp;amp;amp;run_nml&amp;lt;/code&amp;gt;. This is the global on/off switch for ICON-ART. This is how this could look like in the context of a runfile:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
! run_nml: general switches ----------&lt;br /&gt;
&amp;amp;amp;run_nml&lt;br /&gt;
 ltestcase = .FALSE.&lt;br /&gt;
 num_lev = 50&lt;br /&gt;
 ltransport = .TRUE.&lt;br /&gt;
.............&lt;br /&gt;
 lart = .TRUE.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Generally the first letters of a namelist switch refer to its type, the &amp;amp;quot;l&amp;amp;quot; in &amp;amp;quot;lart&amp;amp;quot; stands for logical, meaning it has to be either True or False. Here are some examples.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:vartypes&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ Some namelist switches and their data types.&lt;br /&gt;
! namelist switch&lt;br /&gt;
! type&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;lart&amp;lt;/code&amp;gt;&lt;br /&gt;
| logical&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_aerosol_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| character&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;iart_init_aero &amp;lt;/code&amp;gt;&lt;br /&gt;
| integer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
The namelist &amp;lt;code&amp;gt;&amp;amp;amp;art_nml&amp;lt;/code&amp;gt; is used for general options of the ART simulation. To run a certain kind of simulation the according switch has to be set to &amp;lt;code&amp;gt;.TRUE.&amp;lt;/code&amp;gt;. For Example to include a point source the switch &amp;lt;code&amp;gt;cart_aerosol_xml&amp;lt;/code&amp;gt; has to be set to &amp;lt;code&amp;gt;.TRUE.&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== XML Inputs ==&lt;br /&gt;
&lt;br /&gt;
This enables the inclusion of a .xml file containing additional information like location and strength of the point source. The table [[#tab:art_nml-params|below]] contains the most important &amp;lt;code&amp;gt;&amp;amp;amp;art_nml&amp;lt;/code&amp;gt; namelist parameters and additional namelist parameters required if they are set to &amp;lt;code&amp;gt;.TRUE.&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:art_nml-params&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ XML files and their namelist dependencies&lt;br /&gt;
! XML File&lt;br /&gt;
! Description&lt;br /&gt;
! Namelist parameter dependency&lt;br /&gt;
! Default &lt;br /&gt;
! Further Information&lt;br /&gt;
|---&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_chemtracer_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Switch for simple OH chemistry&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_chemtracer&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
|[[#Chemistry Tracers|Chemistry Tracers]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_mecca_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Switch for kpp chemistry&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_mecca&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
|[[Atmospheric Chemistry]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_pntSrc_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Enables creation of point sources emitting given Aerosols at a given rate&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_pntSrc&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
|[[#Point Source|Point Source]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_aerosol_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Main switch for the treatment of  atmospheric aerosols&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_aerosol&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
|[[#Aerosol Tracers|Aerosol Tracers]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_modes_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Main switch for the treatment of  atmospheric aerosols&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_aerosol&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE. &lt;br /&gt;
|[[#Aerosol Modes|Aerosol Modes]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_diagnostics_xml&amp;lt;/code&amp;gt; &lt;br /&gt;
| Enables diagnostic output fields&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_diag_out&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_emiss_xml_file&amp;lt;/code&amp;gt;&lt;br /&gt;
| XML File for emission metadata&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|[[#Aerosol Emission|Aerosol Emission]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_ext_data_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| XML File for metadata of datasets prescribing tracers &lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt; cart_coag_xml &amp;lt;/code&amp;gt;&lt;br /&gt;
| XML File containing additional information about coagulation&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot; &lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Aerosol Tracers&amp;quot;&amp;gt;Aerosol Tracers&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   htop_proc&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   top height for processes&lt;br /&gt;
|-&lt;br /&gt;
|   initc&lt;br /&gt;
|   character&lt;br /&gt;
|   file&lt;br /&gt;
|   initialize from Input file&lt;br /&gt;
|-&lt;br /&gt;
|   inucl&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   H2SO4 nucleation for so4 tracer (default=1); 1 for so4_sol_ait, 0 for other so4 tracer)&lt;br /&gt;
|-&lt;br /&gt;
|   label&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., dusta&lt;br /&gt;
|   allows to name tracers individually&lt;br /&gt;
|-&lt;br /&gt;
|   latbc&lt;br /&gt;
|   character&lt;br /&gt;
|   file&lt;br /&gt;
|   read data for LBC&lt;br /&gt;
|-&lt;br /&gt;
|   lfeedback&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   child -&amp;gt; parent feedback in nested simulations (default=0)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;mode&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   insol_acc, mixed_acc,..&lt;br /&gt;
|   indicates in which modes the tracer occurs&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;mol_weight&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in kg/mol&lt;br /&gt;
|   value for molar weight&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;moment&#039;&#039;&#039;&lt;br /&gt;
|   integer&lt;br /&gt;
|   0, 3&lt;br /&gt;
|   zeroth (number) or third (mass) moment&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;rho&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in g/m3&lt;br /&gt;
|   density of tracer, not needed for zeroth moment&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;sol&#039;&#039;&#039;&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (no), 1 (yes)&lt;br /&gt;
|   indicates whether the tracer is soluble or not&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;transport&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   stdaero, stdchem, ..., off&lt;br /&gt;
|   choice of transport template&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;unit&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., mug kg-1, kg-1&lt;br /&gt;
|   unit of tracer&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;bold&#039;&#039;&#039; letters indicate which tags are always required. &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Aerosol Modes&amp;quot;&amp;gt;Aerosol Modes&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   condensation&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   condensation of H2SO4 on this mode?&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;d_gn&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   value for the initial median diameter of the number distribution&lt;br /&gt;
|-&lt;br /&gt;
|   dissfac_mean&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   dissociation factor (needed with ikoehler=1)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;icoag&#039;&#039;&#039;&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   mode involved in coagulation? If 1 for any mode, then provide coagulate.xml&lt;br /&gt;
|-&lt;br /&gt;
|   ikoehler&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   Activation via Köhler theory (warm clouds), needs dissfac_mean tag&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;kind&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   1mom or 2mom&lt;br /&gt;
|   1-moment or 2-moment description of distribution&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;sigma_g&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   standard deviation of the distribution&lt;br /&gt;
|-&lt;br /&gt;
|   shift2larger&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., sol_acc&lt;br /&gt;
|   Name of larger mode to be shifted to, when diameter threshold (shift_diam) exceeded&lt;br /&gt;
|-&lt;br /&gt;
|   shift2mixed&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., mixed_acc&lt;br /&gt;
|   Name of mixed mode to be shifted to, when soluble mass threshold of 5% exceeded&lt;br /&gt;
|-&lt;br /&gt;
|   shift_diam&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   diameter threshold for shift2larger&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Aerosol Emission&amp;quot;&amp;gt;Aerosol Emission&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;nmodes&#039;&#039;&#039;&lt;br /&gt;
|   integer&lt;br /&gt;
|  &lt;br /&gt;
|   number of emission modes&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;d_g0_*&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   median diameter of number distribution of mode * (e.g., d_g0_1, d_g0_2, d_g0_3)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;d_g3_*&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   median diameter of mass distribution of mode * (e.g., d_g3_1, d_g3_2, d_g3_3)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;rho&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in kg/m3&lt;br /&gt;
|   particle density (same for all modes)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;sigma_g_*&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   standard deviation of mode *&lt;br /&gt;
|-&lt;br /&gt;
|   substance&lt;br /&gt;
|   character&lt;br /&gt;
|   ash, dust, na, cl, soot&lt;br /&gt;
|   emitted substance  &lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;bold&#039;&#039;&#039; letters indicate which tags are always required. &amp;lt;br \&amp;gt; routine options: volc, volc fplume, dust, biomass burn, seas smith, seas monahan, seas martensson, seas mode1, seas mode2, seas mode3&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Point Source&amp;quot;&amp;gt;Point Source&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   dg3_emiss&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   median diameter of aerosol mass distribution&lt;br /&gt;
|-&lt;br /&gt;
|   emiss_profile&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   anti-derivative of emission profile&lt;br /&gt;
|-&lt;br /&gt;
|   endTime&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   end time of emission (default=9999-12-31T00:00:00)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;height&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   emission height&lt;br /&gt;
|-&lt;br /&gt;
|   height_bot&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   bottom height&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;lat&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in degree&lt;br /&gt;
|   latitude&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;lon&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in degree&lt;br /&gt;
|   longitude&lt;br /&gt;
|-&lt;br /&gt;
|   sigma_emiss&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   standard deviation of aerosol distribution&lt;br /&gt;
|-&lt;br /&gt;
|   startTime&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   start time of emission (default=1582-10-15T00:00:00)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;source_strength&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   emission source strength&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;substance&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., TRSO2&lt;br /&gt;
|   substance nme from tracer xml&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;unit&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., kg s-1&lt;br /&gt;
|   unit of source strength&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;bold&#039;&#039;&#039; letters indicate which tags are always required. &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Chemistry Tracers&amp;quot;&amp;gt;Chemistry Tracers&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;c_solve&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   param, lt, cold, OH, linoz, simnoy, passive&lt;br /&gt;
|   solving mechanism/strategy&lt;br /&gt;
|-&lt;br /&gt;
|   emissions&lt;br /&gt;
|  &lt;br /&gt;
|   anthropogenic, biogenic, biomassBurning&lt;br /&gt;
|   usage see in tracers_chemtracer_amip.xml (*)&lt;br /&gt;
|-&lt;br /&gt;
|   htop_proc&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   top height for processes&lt;br /&gt;
|-&lt;br /&gt;
|   iconv&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   transport by convection (default=1)&lt;br /&gt;
|-&lt;br /&gt;
|   initc&lt;br /&gt;
|   character&lt;br /&gt;
|   file&lt;br /&gt;
|   initialize from Input file&lt;br /&gt;
|-&lt;br /&gt;
|   init_mode&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   initialize tracer&lt;br /&gt;
|-&lt;br /&gt;
|   init_name&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   name of tracer in initialization file&lt;br /&gt;
|-&lt;br /&gt;
|   iturb&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   transport by turbulence (default=1)&lt;br /&gt;
|-&lt;br /&gt;
|   latbc&lt;br /&gt;
|   character&lt;br /&gt;
|   file&lt;br /&gt;
|   read data for LBC&lt;br /&gt;
|-&lt;br /&gt;
|   lfeedback&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   child -&amp;gt; parent feedback in nested simulations (default=0)&lt;br /&gt;
|-&lt;br /&gt;
|   lifetime&lt;br /&gt;
|   real&lt;br /&gt;
|   in s&lt;br /&gt;
|   value for lifetime&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;mol_weight&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in kg/mol&lt;br /&gt;
|   value for molar weight&lt;br /&gt;
|-&lt;br /&gt;
|   products&lt;br /&gt;
|   character&lt;br /&gt;
|   name of tracer&lt;br /&gt;
|   name of resulting tracer after depletion&lt;br /&gt;
|-&lt;br /&gt;
|   tag001,...&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   name of tag to be added to tracer name&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;transport&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   stdaero, stdchem, ..., off&lt;br /&gt;
|   choice of transport template&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;unit&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., mol mol-1&lt;br /&gt;
|   unit of tracer &lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;bold&#039;&#039;&#039; letters indicate which tags are always required. &amp;lt;br\&amp;gt; (*) in icon-kit/externals/art/runctrl_examples/xml_ctrl/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The reason for the use of those additional .xml files is that the ART variables they contain (sea salt, mineral dust etc.) might be different for every run which differs from the Icon Variables (Temperature, Pressure, etc.) which usually don’t change between runs. .xml files are readable for both humans and machines, which makes them easy to tweak and integrate. An Example for the contents of an .xml file adding ash particles can be seen below.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=xml line&amp;gt;&lt;br /&gt;
&amp;lt;modes&amp;gt;&lt;br /&gt;
  &amp;lt;aerosol id=&amp;quot;asha&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;kind type=&amp;quot;char&amp;quot;&amp;gt;2mom&amp;lt;/kind&amp;gt;&lt;br /&gt;
    &amp;lt;d_gn type=&amp;quot;real&amp;quot;&amp;gt;1.190E-6&amp;lt;/d_gn&amp;gt;&lt;br /&gt;
    &amp;lt;sigma_g type=&amp;quot;real&amp;quot;&amp;gt;1.410E+0&amp;lt;/sigma_g&amp;gt;&lt;br /&gt;
    &amp;lt;rho type=&amp;quot;real&amp;quot;&amp;gt;2.600E+3&amp;lt;/rho&amp;gt;&lt;br /&gt;
  &amp;lt;/aerosol&amp;gt;&lt;br /&gt;
&amp;lt;/modes&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is an example for a more complex .xml using [[AERODYN]]:&lt;br /&gt;
This is an example for the number and mass concentration of dust in a tracer .xml.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=xml line&amp;gt;&lt;br /&gt;
&amp;lt;tracers&amp;gt;  &lt;br /&gt;
    &amp;lt;aerosol id=&amp;quot;nmb&amp;quot;&amp;gt;    &lt;br /&gt;
      &amp;lt;moment type=&amp;quot;int&amp;quot;&amp;gt;0&amp;lt;/moment&amp;gt;    &lt;br /&gt;
      &amp;lt;mode type=&amp;quot;char&amp;quot;&amp;gt;insol_acc,insol_coa&amp;lt;/mode&amp;gt;    &lt;br /&gt;
      &amp;lt;unit type=&amp;quot;char&amp;quot;&amp;gt;kg-1&amp;lt;/unit&amp;gt;    &lt;br /&gt;
      &amp;lt;transport type=&amp;quot;char&amp;quot;&amp;gt;hadv52aero&amp;lt;/transport&amp;gt;  &lt;br /&gt;
    &amp;lt;/aerosol&amp;gt;  &lt;br /&gt;
    &amp;lt;aerosol id=&amp;quot;dust&amp;quot;&amp;gt;    &lt;br /&gt;
      &amp;lt;moment type=&amp;quot;int&amp;quot;&amp;gt;3&amp;lt;/moment&amp;gt;    &lt;br /&gt;
      &amp;lt;mode type=&amp;quot;char&amp;quot;&amp;gt;insol_acc,insol_coa&amp;lt;/mode&amp;gt;    &lt;br /&gt;
      &amp;lt;sol type=&amp;quot;real&amp;quot;&amp;gt;1.0&amp;lt;/sol&amp;gt;    &lt;br /&gt;
      &amp;lt;mol_weight type=&amp;quot;real&amp;quot;&amp;gt;50.00E-3&amp;lt;/mol_weight&amp;gt;    &lt;br /&gt;
      &amp;lt;rho type=&amp;quot;real&amp;quot;&amp;gt;2.650E3&amp;lt;/rho&amp;gt;    &lt;br /&gt;
      &amp;lt;unit type=&amp;quot;char&amp;quot;&amp;gt;mug kg-1&amp;lt;/unit&amp;gt;    &lt;br /&gt;
      &amp;lt;transport type=&amp;quot;char&amp;quot;&amp;gt;hadv52aero&amp;lt;/transport&amp;gt;  &lt;br /&gt;
    &amp;lt;/aerosol&amp;gt;&lt;br /&gt;
&amp;lt;/tracers&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Further .xml examples can be fount in &amp;lt;code&amp;gt;/your_ART_Directory/runctrl_examples/xml_ctrl. &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Input Data ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Depending on the type of simulation there might be additional input files required. These are essential files that are not contained in classical ICON initialisation data. For example for the emission of mineral dust there has to be information about the soil types supplied to the model. The additional input files should be renamed to a netcdf file and follow the naming convention shown in fig [[#input-names|1.1]]. Please note that the XXX has to be replaced by one of the indices mentionend in Table [[#tab:input-init|input-init]] and [[#tab:input-emissions|input-emissions]].&lt;br /&gt;
&lt;br /&gt;
[[File:input-names.png|800px|none|alt=ICON-ART input file naming convention.|ICON-ART input file naming convention.]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:input-init&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ Additional input files for the initialisation&lt;br /&gt;
! Species&lt;br /&gt;
! Namelist switch&lt;br /&gt;
! Options&lt;br /&gt;
! XXX&lt;br /&gt;
|-&lt;br /&gt;
| Gas&lt;br /&gt;
| &amp;lt;code&amp;gt;iart_init_gas&amp;lt;/code&amp;gt;&lt;br /&gt;
| 0 (cold start), 5 (from file)&lt;br /&gt;
| ICE&lt;br /&gt;
|-&lt;br /&gt;
| Aerosol&lt;br /&gt;
| &amp;lt;code&amp;gt;iart_init_aero&amp;lt;/code&amp;gt;&lt;br /&gt;
| 0 (cold start), 5 (from file)&lt;br /&gt;
| IAE&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:input-emissions&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Obtaining Input Data ===&lt;br /&gt;
&lt;br /&gt;
The 2 ways of obtaining input data are to generate it yourself or download it.&lt;br /&gt;
&lt;br /&gt;
[[How to generate input data]]&lt;br /&gt;
&lt;br /&gt;
[[How to download input data]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Emission Data ===&lt;br /&gt;
In every ICON-ART, there is the possibility to add additional input data like emission data that correspond with different sources. A quick overview about them can be found below.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ Additional input files for the emissions&lt;br /&gt;
! Type&lt;br /&gt;
! Data&lt;br /&gt;
! XXX&lt;br /&gt;
|-&lt;br /&gt;
| Point souces&lt;br /&gt;
| XML-file&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| Sea salt&lt;br /&gt;
| no extra data necessary&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| Mineral Dust&lt;br /&gt;
| Soil Type Data&lt;br /&gt;
| ART_STY&lt;br /&gt;
|-&lt;br /&gt;
| Biogenic VOCs&lt;br /&gt;
| Emissions or Vegetatiom&lt;br /&gt;
| ART_STY&lt;br /&gt;
|-&lt;br /&gt;
| Athropogenic emissions&lt;br /&gt;
| Emission data sets&lt;br /&gt;
| ART_BIO ART_ANT&lt;br /&gt;
|-&lt;br /&gt;
| Biomass burning&lt;br /&gt;
| Satellite data&lt;br /&gt;
| ART_BCF&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Chemical Tracer ====&lt;br /&gt;
Emission data can be obtained from several sources. The following table should give an overview about which emission data are available for a corresponding tracer. To find out when to use which emission data type we recommend respective further reading.&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Emission Data Sources&amp;quot;&amp;gt;Emission Data Sources&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Tracer !! Emission Type !! Emission !! Resolution&lt;br /&gt;
|-&lt;br /&gt;
| C2H6 || ANT || EDGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR+ || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR-monthly || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED3 || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| C3H8 || ANT || EDGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR+ || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR432-monthly || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED3 || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| C5H8 || BBE || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CFCl3 || ANT || GEIA || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CH3CN || BBE || GFED.1s_Akagi_daily || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED.1s_Akagi_monthly || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED.1s_Stockwell_daily || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED.1s_Stockwell_monthly || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CH3COCH3 || ANT || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || POET || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GICC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GUESS-ES || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || POET || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || RETRO || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGANv2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CH3I || BIO || Bell || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || Ziska || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CH4 || ANT || EDGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR+ || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR432-monthly || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B08_0049&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGARv4.2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGARv4.3.1 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
| CHBr3 || BIO || Liang || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || Ordonez || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || Ziska || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CO || ANT || EDGAR || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR+ || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR432-monthly || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGARv4.2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || POET || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GICC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GUESS-ES || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || RETRO || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGAN || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGANv2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CO2 || ANT || EDGARv4.2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0031_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| DMS || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| N2O || ANT || EDGARv4.2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| NH3 || ANT || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_agriculture || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_agric_waste || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_energy || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_industrial || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_residential || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_transport || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
| SF6 || ANT || EDGARLevin || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| SO2 || ANT || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Remapping Emissions ====&lt;br /&gt;
A comprehensible manual can be found [https://gitlab.dkrz.de/art/kit-wiki/-/wikis/uploads/44c05db0bff5da516d7812292de3dff8/MECCA_Emissions01.pdf here]. The document was provided by M. Weimer (June 2019).&lt;br /&gt;
This document provides an overview of the workflow to be done in order to remap a set of emission data onto your own ICON grid. The raw emission data can be taken from emission inventories such as Edgar, MACCity, etc. (see above).&lt;br /&gt;
The desired files can be copied to an own directory where they serve as input for the remap procedure described in the manual.&lt;br /&gt;
Additional remarks:&lt;br /&gt;
* The mentioned workflow was initially designed for FH2. Should be tested on other machines as well&lt;br /&gt;
* The automatic addition of emission tags to the tracer.xml (add_emissions_to_tracer_xml.py) is very sensitive to tracer names and emission species. In doubt, add emission tags manually.&lt;br /&gt;
* In any case, double check if all emission tags have been assigned to the correct tracer&lt;br /&gt;
&lt;br /&gt;
== Running a Limited Area Meteorology (LAM) Simulation ==&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
&lt;br /&gt;
Here are some notes on setting up an ICON-ART LAM simulation. Theses settings are important if you use initial data and boundary data from different sources. It is preferable to use data from the same source to be consistent. However, in certain situations this is not possible due to limitations of the model (e.g. initialization routines).&lt;br /&gt;
=== Required data for LAM domain ===&lt;br /&gt;
&lt;br /&gt;
Grid of LAM domain external parameters of LAM domain external parameters containing soil parameters (only necessary for dust simulations) initial data (ICON-ART or IFS)&lt;br /&gt;
&lt;br /&gt;
=== Required data for LAM boundaries ===&lt;br /&gt;
&lt;br /&gt;
Auxiliary grid (grid containing boundary area of the LAM domain, generated during remapping process with ICONtools) forcing data for the boundaries&lt;br /&gt;
&lt;br /&gt;
===Initialization ===&lt;br /&gt;
&lt;br /&gt;
There are two different possible methods to read in the dust during initialization. You can either pass a file containing meteorological variables and a second file containing dust data. The vertical levels may differ between these two files and the dust must be delivered as ART_IAE file. The corresponding namelist setting in&amp;lt;code&amp;gt;  &amp;amp;art_nml    &amp;lt;/code&amp;gt; is &amp;lt;code&amp;gt; iart_init_aero=5 &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The other possibility is to pass all variables required for the initialization in a single file. The vertical levels must all be consistent and the corresponding namelist setting in &amp;lt;code&amp;gt; &amp;amp;art_nml&amp;lt;/code&amp;gt; is &amp;lt;code&amp;gt; iart_init_aero=0 &amp;lt;/code&amp;gt;. Furthermore you have to add file in the tracer xml file.&lt;br /&gt;
&lt;br /&gt;
=== Boundary Data ===&lt;br /&gt;
&lt;br /&gt;
The boundary data can only be passed to the model as one single file per time step. The vertical levels for all time steps must be the same. Otherwise an error occurs. If you use data from a different source than the one used for initialization, it is crucial to decouple the reading of the boundary data from the reading of initial data. During the start of the simulation it is possible to read the first boundary data from the initial data when using ICON-ART data. To prevent this and to read the boundary data from a separate file during initialization, set &amp;lt;code&amp;gt;init_latbc_from_fg = .FALSE. &amp;lt;/code&amp;gt;in &amp;lt;code&amp;gt; &amp;amp;limarea_nml &amp;lt;/code&amp;gt;. Additionally you have to add file in the tracer xml file.&lt;br /&gt;
&lt;br /&gt;
------&lt;br /&gt;
[[#Aerosol Tracers]]&lt;br /&gt;
&lt;br /&gt;
== Creating A Nested ICON-Grid ==&lt;br /&gt;
There are four steps to create a grid. The steps have to be run separately as they are dependent on each other.&lt;br /&gt;
=== Graph Generation ===&lt;br /&gt;
The first step is creating the graph. Ensure that you specify R and B for the finest nest! I.e. if you plan a global R2B6 grid with a R2B7 Nest, you have to set R=2 and B=7.&lt;br /&gt;
An example namelist in a runscript looks like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
cat &amp;gt; NAMELIST_GRAPH &amp;lt;&amp;lt; EOF&lt;br /&gt;
&amp;amp;graph_ini&lt;br /&gt;
  nroot       = ${R}&lt;br /&gt;
  grid_levels = ${B}&lt;br /&gt;
/&lt;br /&gt;
EOF&lt;br /&gt;
&lt;br /&gt;
echo global_graph_generator null &amp;gt; $commandFile&lt;br /&gt;
job_submit -c p -p 1 -t 60 -m 32000 ${run_commmand}&lt;br /&gt;
&amp;lt;/Syntaxhighlight&amp;gt;&lt;br /&gt;
You might have to increase the allocated memory (-m 64000) if the process crashes (-p 1 is maximum because of lacking parallelization)&lt;br /&gt;
=== Grid generation ===&lt;br /&gt;
The second step is the generation of all (global) grids. I.e., if you choose R=2 and B=7, you get global grids for R2B1, R2B2, R2B3, R2B4, R2B5, R2B6 and R2B7. Even if you want R2B7 to be your nest, you have to do this step down to R2B7! This means, that the values of R and B for step 1 and 2 must not differ.&lt;br /&gt;
As far as I could figure out, the spring dynamics optimization is the one to choose. Therefore, you should choose @itype_optimize = 4@.&lt;br /&gt;
An example namelist looks like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
cat &amp;gt; NAMELIST_GRID &amp;lt;&amp;lt; EOF&lt;br /&gt;
&amp;amp;grid_ini&lt;br /&gt;
 nroot       = ${R}&lt;br /&gt;
 grid_levels = ${B}&lt;br /&gt;
/&lt;br /&gt;
&amp;amp;grid_options&lt;br /&gt;
 itype_optimize = 4&lt;br /&gt;
/&lt;br /&gt;
EOF&lt;br /&gt;
&lt;br /&gt;
echo global_grid_generator null &amp;gt; $commandFile&lt;br /&gt;
job_submit -c p -p 1 -t 600 -m 32000 ${run_commmand}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
If you want to generate a finer grid (e.g. R2B10) you might have to increase the allocated memory (-m 256000).&lt;br /&gt;
=== Modify the filenames ===&lt;br /&gt;
The spring-dynamics-optimized files carry this information within their filename. In order to continue, the names have to be changed to the standard names of grids. This can be done within a script as shown in the following. (@maxlev_optim@ is a parameter, that specifies the maximum level to which optimizations are applied. This is set in the previous step within the grid_options namelist. As the default is 100, there is usually no need to change this. You just have to set the variable @maxlev_optim@ within the script for the copying):&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
level=1;&lt;br /&gt;
while [[ $level -le $maxlev_optim ]] ; do&lt;br /&gt;
    cp iconR${R}B0${level}-grid_spr0.90.nc iconR${R}B0${level}-grid.nc&lt;br /&gt;
    ((level=$level+1))&lt;br /&gt;
done&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Nested grid creation ===&lt;br /&gt;
As a last step, you have to specify the nests. In the following example, three nests are added to a global R2B6 grid. Therefore, @start_lev = 6@ and @n_dom = 4@. As these nests are subsequent, the @parent_id@ of each nest is the one of the domain with one rank higher. I.e. R2B6 has the ID 1, therefore the @parent_id@ of R2B7 is 1. R2B8 has the ID of the R2B7 as @parent_id@ and therefore 2. The different domains are seperated by commas in the namelist. The global domain does of course not show up (you produced the global grid files in step 2).&lt;br /&gt;
In this example, the further namelist variables mean the following:&lt;br /&gt;
@l_circ@ gives the nests a circular instead of an rectangular shape.&lt;br /&gt;
@l_plot@ provides output which can be used to plot the grids with GMT scripts.&lt;br /&gt;
@radius, center_lon, center_lat@ define the location of the nests.&lt;br /&gt;
With @lsep_gridref_info = .true.@ the grid information is stored within an additional grid description file. This needs then to be specified within ICON!&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
cat &amp;gt; NAMELIST_GRIDREF &amp;lt;&amp;lt; EOF&lt;br /&gt;
&amp;amp;gridref_ini&lt;br /&gt;
  grid_root  = 2&lt;br /&gt;
  start_lev  = 6&lt;br /&gt;
  n_dom      = 4&lt;br /&gt;
  parent_id  = 1,2,3&lt;br /&gt;
  l_circ     = .true.&lt;br /&gt;
  l_plot     = .true.&lt;br /&gt;
  radius     =  20.,12.,12.&lt;br /&gt;
  center_lon =  10.,5.,5.&lt;br /&gt;
  center_lat =  40.,47.5,47.5&lt;br /&gt;
  bdy_indexing_depth = 14&lt;br /&gt;
  lsep_gridref_info = .false.&lt;br /&gt;
/&lt;br /&gt;
EOF&lt;br /&gt;
&lt;br /&gt;
echo global_grid_refine null &amp;gt; $commandFile&lt;br /&gt;
job_submit -c p -p 64 -t 60 -m 16000 ${run_commmand}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
If you want to generate a finer grid (e.g. R2B10) you might have to increase the allocated memory (-m 64000).&lt;br /&gt;
&lt;br /&gt;
== All input data required for standard configurations ==&lt;br /&gt;
&lt;br /&gt;
https://bwsyncandshare.kit.edu/s/YdaqfMDgJPfo8QF&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=314</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=314"/>
		<updated>2023-10-13T12:06:50Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements to run ICON-ART ==&lt;br /&gt;
&lt;br /&gt;
As for most atmospheric models, it is strongly recommended to run ICON-ART on a High Performance Computing system such as Levante from the [https://www.dkrz.de/en DKRZ] or [https://www.scc.kit.edu/en/services/horeka.php HoreKA] from KIT. This usually requires an account which has to be obtained through the respective HPC Systems procedures.&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A user who wants to work with ICON-ART has to sign the ICON license agreement with the German Weatherservice (DWD) and Max-Planck-Institute for Meteorology (MPI-M) first. Further information can be found on the following website:&lt;br /&gt;
&lt;br /&gt;
https://code.mpimet.mpg.de/projects/iconpublic&lt;br /&gt;
&lt;br /&gt;
Afterwards you also should get access to the DKRZ gitlab. If you have access you can clone ICON.&lt;br /&gt;
&lt;br /&gt;
Example for cloning the ICON-KIT repository including all submodules (including ART):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git clone --recursive git@gitlab.dkrz.de:icon/icon-kit.git&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
ICON-ART is already included in the most recent ICON version. For Instructions on how to install ICON, please refer to the first chapter of the [https://www.dwd.de/DE/leistungen/nwv_icon_tutorial/nwv_icon_tutorial.html:official ICON Model Tutorial].&lt;br /&gt;
The only caveat is that during the configuration step the tag &amp;lt;code&amp;gt; --enable-art &amp;lt;/code&amp;gt; has to be included.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;General step-by-step guide:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Navigate to your ICON main folder.&lt;br /&gt;
* Within this directory, you will find the &#039;config&#039; folder.&lt;br /&gt;
* Inside the &#039;config&#039; directory, there are several subfolders corresponding to different institutions.&lt;br /&gt;
* In each institutional folder, you will find configuration scripts tailored for various computers and compilers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Example for HoreKa at KIT:&amp;lt;/b&amp;gt;&lt;br /&gt;
# Access your ICON main folder.&lt;br /&gt;
# Run the following command: &amp;lt;code&amp;gt;config/kit/hk.intel-2022-openmpi-4.0 --enable-art&amp;lt;/code&amp;gt;&lt;br /&gt;
# Execute &amp;lt;code&amp;gt;make -j4&amp;lt;/code&amp;gt;&lt;br /&gt;
# You should now have a functional binary with ART integration. For other HPC systems, substitute the config script with the one relevant to your HPC system.&lt;br /&gt;
&lt;br /&gt;
== Creating a Runfile ==&lt;br /&gt;
&lt;br /&gt;
* Go to &amp;lt;code&amp;gt;icon-kit/run/checksuite.icon-kit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run bash-script &amp;lt;code&amp;gt;run_testsuite&amp;lt;/code&amp;gt; via &amp;lt;code&amp;gt;./run_testsuite&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The script creates the folder runscripts, which contains exemplary runfiles which are adapted to your HPC-System (if available in the config files). For the description of the runscripts see the table below.&lt;br /&gt;
&lt;br /&gt;
* in &amp;lt;code&amp;gt;icon-kit/run/checksuites.icon-kit/Test-&amp;lt;current_date&amp;gt;.info&amp;lt;/code&amp;gt; you will find a few informations to the ICON-ART Testsuite you just created, including your output directory when you perform the model runs in the next step&lt;br /&gt;
&lt;br /&gt;
* To run your chosen runscript just execute from the console, e.g. by typing &amp;lt;code&amp;gt;runscripts/NWP_LIFETIME.run&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! runscript !! description&lt;br /&gt;
|-&lt;br /&gt;
| NWP_OH_CHEMISTRY.run || Short example for simplified oh chemistry&lt;br /&gt;
|-&lt;br /&gt;
| NWP_GASPHASE.run || Example for MECCA chemistry based on https://gmd.copernicus.org/articles/11/4043/2018/&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME.run || Example for parameterized chemtracer chemistry including lifetime, simnoy, linoz and passive tracers, as well as regional tracers and PSCs&lt;br /&gt;
|-&lt;br /&gt;
| NWP_EXT_DATA.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME_lart.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NATAERO_NORAD.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| VOLAERO_RAD.run || tbd&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Running a Job ==&lt;br /&gt;
&lt;br /&gt;
For a user who succeeded in running the ICON model, there are only a few steps to run the ART extension along with the ICON model. A description how to run the ICON model can be found in .&lt;br /&gt;
&lt;br /&gt;
In order to run ICON-ART, one has to do the following steps:&lt;br /&gt;
&lt;br /&gt;
* Make sure you have everything required for an ICON run &lt;br /&gt;
&lt;br /&gt;
* Prepare the input data (see section [[:Input]] )&lt;br /&gt;
&lt;br /&gt;
* Inside the runscript in the namelist run_nml, set the main switch for ICON-ART to true: lart = .true.&lt;br /&gt;
&lt;br /&gt;
* Add a namelist art_nml and choose the namelist parameters for the ART setup as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Adapt the XML files for tracers, emi. The number of tracers related to a specific setup is equal to the number of possible prognostic output fields as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Add an output namelist as described in for the species you are interested in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Submit the job analogous to an ICON job.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=313</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=313"/>
		<updated>2023-10-13T10:50:01Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: /* Creating a Runfile */ typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements to run ICON-ART ==&lt;br /&gt;
&lt;br /&gt;
As for most atmospheric models, it is strongly recommended to run ICON-ART on a High Performance Computing system such as Levante from the [https://www.dkrz.de/en DKRZ] or [https://www.scc.kit.edu/en/services/horeka.php HoreKA] from KIT. This usually requires an account which has to be obtained through the respective HPC Systems procedures.&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A user who wants to work with ICON-ART has to sign the ICON license agreement with the German Weatherservice (DWD) and Max-Planck-Institute for Meteorology (MPI-M) first. Further information can be found on the following website:&lt;br /&gt;
&lt;br /&gt;
https://code.mpimet.mpg.de/projects/iconpublic&lt;br /&gt;
&lt;br /&gt;
Afterwards you also should get access to the DKRZ gitlab. If you have access you can clone ICON.&lt;br /&gt;
&lt;br /&gt;
Example for cloning the ICON-KIT repository including all submodules (including ART):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git clone --recursive git@gitlab.dkrz.de:icon/icon-kit.git&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
ICON-ART is already included in the most recent ICON version. For Instructions on how to install ICON, please refer to the first chapter of the [https://www.dwd.de/DE/leistungen/nwv_icon_tutorial/nwv_icon_tutorial.html:official ICON Model Tutorial].&lt;br /&gt;
The only caveat is that during the configuration step the tag &amp;lt;code&amp;gt; --enable-art &amp;lt;/code&amp;gt; has to be included.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Step-by-step guide:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Navigate to your ICON main folder.&lt;br /&gt;
* Within this directory, you will find the &#039;config&#039; folder.&lt;br /&gt;
* Inside the &#039;config&#039; directory, there are several subfolders corresponding to different institutions.&lt;br /&gt;
* In each institutional folder, you will find configuration scripts tailored for various computers and compilers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Example for HoreKa at KIT:&amp;lt;/b&amp;gt;&lt;br /&gt;
# Access your ICON main folder.&lt;br /&gt;
# Run the following command: &amp;lt;code&amp;gt;config/kit/hk.intel-2022-openmpi-4.0 --enable-art&amp;lt;/code&amp;gt;&lt;br /&gt;
# Execute &amp;lt;code&amp;gt;make -j4&amp;lt;/code&amp;gt;&lt;br /&gt;
# You should now have a functional binary with ART integration. For other HPC systems, substitute the config script with the one relevant to your HPC system.&lt;br /&gt;
&lt;br /&gt;
== Creating a Runfile ==&lt;br /&gt;
&lt;br /&gt;
* Go to &amp;lt;code&amp;gt;icon-kit/run/checksuite.icon-kit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run bash-script &amp;lt;code&amp;gt;run_testsuite&amp;lt;/code&amp;gt; via &amp;lt;code&amp;gt;./run_testsuite&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The script creates the folder runscripts, which contains exemplary runfiles which are adapted to your HPC-System (if available in the config files). For the description of the runscripts see the table below.&lt;br /&gt;
&lt;br /&gt;
* in &amp;lt;code&amp;gt;icon-kit/run/checksuites.icon-kit/Test-&amp;lt;current_date&amp;gt;.info&amp;lt;/code&amp;gt; you will find a few informations to the ICON-ART Testsuite you just created, including your output directory when you perform the model runs in the next step&lt;br /&gt;
&lt;br /&gt;
* To run your chosen runscript just execute from the console, e.g. by typing &amp;lt;code&amp;gt;runscripts/NWP_LIFETIME.run&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! runscript !! description&lt;br /&gt;
|-&lt;br /&gt;
| NWP_OH_CHEMISTRY.run || Short example for simplified oh chemistry&lt;br /&gt;
|-&lt;br /&gt;
| NWP_GASPHASE.run || Example for MECCA chemistry based on https://gmd.copernicus.org/articles/11/4043/2018/&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME.run || Example for parameterized chemtracer chemistry including lifetime, simnoy, linoz and passive tracers, as well as regional tracers and PSCs&lt;br /&gt;
|-&lt;br /&gt;
| NWP_EXT_DATA.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME_lart.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NATAERO_NORAD.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| VOLAERO_RAD.run || tbd&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Running a Job ==&lt;br /&gt;
&lt;br /&gt;
For a user who succeeded in running the ICON model, there are only a few steps to run the ART extension along with the ICON model. A description how to run the ICON model can be found in .&lt;br /&gt;
&lt;br /&gt;
In order to run ICON-ART, one has to do the following steps:&lt;br /&gt;
&lt;br /&gt;
* Make sure you have everything required for an ICON run &lt;br /&gt;
&lt;br /&gt;
* Prepare the input data (see section [[:Input]] )&lt;br /&gt;
&lt;br /&gt;
* Inside the runscript in the namelist run_nml, set the main switch for ICON-ART to true: lart = .true.&lt;br /&gt;
&lt;br /&gt;
* Add a namelist art_nml and choose the namelist parameters for the ART setup as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Adapt the XML files for tracers, emi. The number of tracers related to a specific setup is equal to the number of possible prognostic output fields as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Add an output namelist as described in for the species you are interested in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Submit the job analogous to an ICON job.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=312</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=312"/>
		<updated>2023-10-12T13:54:53Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: /* Creating a Runfile */ added more information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements to run ICON-ART ==&lt;br /&gt;
&lt;br /&gt;
As for most atmospheric models, it is strongly recommended to run ICON-ART on a High Performance Computing system such as Levante from the [https://www.dkrz.de/en DKRZ] or [https://www.scc.kit.edu/en/services/horeka.php HoreKA] from KIT. This usually requires an account which has to be obtained through the respective HPC Systems procedures.&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A user who wants to work with ICON-ART has to sign the ICON license agreement with the German Weatherservice (DWD) and Max-Planck-Institute for Meteorology (MPI-M) first. Further information can be found on the following website:&lt;br /&gt;
&lt;br /&gt;
https://code.mpimet.mpg.de/projects/iconpublic&lt;br /&gt;
&lt;br /&gt;
Afterwards you also should get access to the DKRZ gitlab. If you have access you can clone ICON.&lt;br /&gt;
&lt;br /&gt;
Example for cloning the ICON-KIT repository including all submodules (including ART):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git clone --recursive git@gitlab.dkrz.de:icon/icon-kit.git&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
ICON-ART is already included in the most recent ICON version. For Instructions on how to install ICON, please refer to the first chapter of the [https://www.dwd.de/DE/leistungen/nwv_icon_tutorial/nwv_icon_tutorial.html:official ICON Model Tutorial].&lt;br /&gt;
The only caveat is that during the configuration step the tag &amp;lt;code&amp;gt; --enable-art &amp;lt;/code&amp;gt; has to be included.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Step-by-step guide:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Navigate to your ICON main folder.&lt;br /&gt;
* Within this directory, you will find the &#039;config&#039; folder.&lt;br /&gt;
* Inside the &#039;config&#039; directory, there are several subfolders corresponding to different institutions.&lt;br /&gt;
* In each institutional folder, you will find configuration scripts tailored for various computers and compilers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Example for HoreKa at KIT:&amp;lt;/b&amp;gt;&lt;br /&gt;
# Access your ICON main folder.&lt;br /&gt;
# Run the following command: &amp;lt;code&amp;gt;config/kit/hk.intel-2022-openmpi-4.0 --enable-art&amp;lt;/code&amp;gt;&lt;br /&gt;
# Execute &amp;lt;code&amp;gt;make -j4&amp;lt;/code&amp;gt;&lt;br /&gt;
# You should now have a functional binary with ART integration. For other HPC systems, substitute the config script with the one relevant to your HPC system.&lt;br /&gt;
&lt;br /&gt;
== Creating a Runfile ==&lt;br /&gt;
&lt;br /&gt;
* Go to &amp;lt;code&amp;gt;icon-kit/run/checksuites.icon-kit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run bash-script &amp;lt;code&amp;gt;run_testsuite&amp;lt;/code&amp;gt; via &amp;lt;code&amp;gt;./run_testsuite&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The script creates the folder runscripts, which contains exemplary runfiles which are adapted to your HPC-System (if available in the config files). For the description of the runscripts see the table below.&lt;br /&gt;
&lt;br /&gt;
* in &amp;lt;code&amp;gt;icon-kit/run/checksuites.icon-kit/Test-&amp;lt;current_date&amp;gt;.info&amp;lt;/code&amp;gt; you will find a few informations to the ICON-ART Testsuite you just created, including your output directory when you perform the model runs in the next step&lt;br /&gt;
&lt;br /&gt;
* To run your chosen runscript just execute from the console, e.g. by typing &amp;lt;code&amp;gt;runscripts/NWP_LIFETIME.run&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! runscript !! description&lt;br /&gt;
|-&lt;br /&gt;
| NWP_OH_CHEMISTRY.run || Short example for simplified oh chemistry&lt;br /&gt;
|-&lt;br /&gt;
| NWP_GASPHASE.run || Example for MECCA chemistry based on https://gmd.copernicus.org/articles/11/4043/2018/&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME.run || Example for parameterized chemtracer chemistry including lifetime, simnoy, linoz and passive tracers, as well as regional tracers and PSCs&lt;br /&gt;
|-&lt;br /&gt;
| NWP_EXT_DATA.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NWP_LIFETIME_lart.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| NATAERO_NORAD.run || tbd&lt;br /&gt;
|-&lt;br /&gt;
| VOLAERO_RAD.run || tbd&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Running a Job ==&lt;br /&gt;
&lt;br /&gt;
For a user who succeeded in running the ICON model, there are only a few steps to run the ART extension along with the ICON model. A description how to run the ICON model can be found in .&lt;br /&gt;
&lt;br /&gt;
In order to run ICON-ART, one has to do the following steps:&lt;br /&gt;
&lt;br /&gt;
* Make sure you have everything required for an ICON run &lt;br /&gt;
&lt;br /&gt;
* Prepare the input data (see section [[:Input]] )&lt;br /&gt;
&lt;br /&gt;
* Inside the runscript in the namelist run_nml, set the main switch for ICON-ART to true: lart = .true.&lt;br /&gt;
&lt;br /&gt;
* Add a namelist art_nml and choose the namelist parameters for the ART setup as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Adapt the XML files for tracers, emi. The number of tracers related to a specific setup is equal to the number of possible prognostic output fields as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Add an output namelist as described in for the species you are interested in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Submit the job analogous to an ICON job.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=310</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=310"/>
		<updated>2023-10-12T05:29:19Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: /* Creating a Runfile */ added info for the info file&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements to run ICON-ART ==&lt;br /&gt;
&lt;br /&gt;
As for most atmospheric models, it is strongly recommended to run ICON-ART on a High Performance Computing system such as Levante from the [https://www.dkrz.de/en DKRZ] or [https://www.scc.kit.edu/en/services/horeka.php HoreKA] from KIT. This usually requires an account which has to be obtained through the respective HPC Systems procedures.&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A user who wants to work with ICON-ART has to sign the ICON license agreement with the German Weatherservice (DWD) and Max-Planck-Institute for Meteorology (MPI-M) first. Further information can be found on the following website:&lt;br /&gt;
&lt;br /&gt;
https://code.mpimet.mpg.de/projects/iconpublic&lt;br /&gt;
&lt;br /&gt;
Afterwards you also should get access to the DKRZ gitlab. If you have access you can clone ICON.&lt;br /&gt;
&lt;br /&gt;
Example for cloning the ICON-KIT repository including all submodules (including ART):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git clone --recursive git@gitlab.dkrz.de:icon/icon-kit.git&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
ICON-ART is already included in the most recent ICON version. For Instructions on how to install ICON, please refer to the first chapter of the [https://www.dwd.de/DE/leistungen/nwv_icon_tutorial/nwv_icon_tutorial.html:official ICON Model Tutorial].&lt;br /&gt;
The only caveat is that during the configuration step the tag &amp;lt;code&amp;gt; --enable-art &amp;lt;/code&amp;gt; has to be included.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Step-by-step guide:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Navigate to your ICON main folder.&lt;br /&gt;
* Within this directory, you will find the &#039;config&#039; folder.&lt;br /&gt;
* Inside the &#039;config&#039; directory, there are several subfolders corresponding to different institutions.&lt;br /&gt;
* In each institutional folder, you will find configuration scripts tailored for various computers and compilers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Example for HoreKa at KIT:&amp;lt;/b&amp;gt;&lt;br /&gt;
# Access your ICON main folder.&lt;br /&gt;
# Run the following command: &amp;lt;code&amp;gt;config/kit/hk.intel-2022-openmpi-4.0 --enable-art&amp;lt;/code&amp;gt;&lt;br /&gt;
# Execute &amp;lt;code&amp;gt;make -j4&amp;lt;/code&amp;gt;&lt;br /&gt;
# You should now have a functional binary with ART integration. For other HPC systems, substitute the config script with the one relevant to your HPC system.&lt;br /&gt;
&lt;br /&gt;
== Creating a Runfile ==&lt;br /&gt;
&lt;br /&gt;
* Go to &amp;lt;code&amp;gt;icon-kit/run/checksuites.icon-kit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run bash-script &amp;lt;code&amp;gt;run_testsuite&amp;lt;/code&amp;gt; via &amp;lt;code&amp;gt;./run_testsuite&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The script creates the folder runscripts, which contains exemplary runfiles which are adapted to some common HPC-Systems you might be using.&lt;br /&gt;
&lt;br /&gt;
* in &amp;lt;code&amp;gt;icon-kit/run/checksuites.icon-kit/Test-&amp;lt;current_date&amp;gt;.info&amp;lt;/code&amp;gt; you will find a few informations to the ICON-ART Testsuite you just created, including your output directory when you perform the model runs in the next step&lt;br /&gt;
&lt;br /&gt;
== Running a Job ==&lt;br /&gt;
&lt;br /&gt;
For a user who succeeded in running the ICON model, there are only a few steps to run the ART extension along with the ICON model. A description how to run the ICON model can be found in .&lt;br /&gt;
&lt;br /&gt;
In order to run ICON-ART, one has to do the following steps:&lt;br /&gt;
&lt;br /&gt;
* Make sure you have everything required for an ICON run &lt;br /&gt;
&lt;br /&gt;
* Prepare the input data (see section [[:Input]] )&lt;br /&gt;
&lt;br /&gt;
* Inside the runscript in the namelist run_nml, set the main switch for ICON-ART to true: lart = .true.&lt;br /&gt;
&lt;br /&gt;
* Add a namelist art_nml and choose the namelist parameters for the ART setup as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Adapt the XML files for tracers, emi. The number of tracers related to a specific setup is equal to the number of possible prognostic output fields as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Add an output namelist as described in for the species you are interested in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Submit the job analogous to an ICON job.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=309</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=309"/>
		<updated>2023-10-12T05:01:15Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: /* Installation */ included step-by-step guide&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements to run ICON-ART ==&lt;br /&gt;
&lt;br /&gt;
As for most atmospheric models, it is strongly recommended to run ICON-ART on a High Performance Computing system such as Levante from the [https://www.dkrz.de/en DKRZ] or [https://www.scc.kit.edu/en/services/horeka.php HoreKA] from KIT. This usually requires an account which has to be obtained through the respective HPC Systems procedures.&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A user who wants to work with ICON-ART has to sign the ICON license agreement with the German Weatherservice (DWD) and Max-Planck-Institute for Meteorology (MPI-M) first. Further information can be found on the following website:&lt;br /&gt;
&lt;br /&gt;
https://code.mpimet.mpg.de/projects/iconpublic&lt;br /&gt;
&lt;br /&gt;
Afterwards you also should get access to the DKRZ gitlab. If you have access you can clone ICON.&lt;br /&gt;
&lt;br /&gt;
Example for cloning the ICON-KIT repository including all submodules (including ART):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git clone --recursive git@gitlab.dkrz.de:icon/icon-kit.git&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
ICON-ART is already included in the most recent ICON version. For Instructions on how to install ICON, please refer to the first chapter of the [https://www.dwd.de/DE/leistungen/nwv_icon_tutorial/nwv_icon_tutorial.html:official ICON Model Tutorial].&lt;br /&gt;
The only caveat is that during the configuration step the tag &amp;lt;code&amp;gt; --enable-art &amp;lt;/code&amp;gt; has to be included.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Step-by-step guide:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Navigate to your ICON main folder.&lt;br /&gt;
* Within this directory, you will find the &#039;config&#039; folder.&lt;br /&gt;
* Inside the &#039;config&#039; directory, there are several subfolders corresponding to different institutions.&lt;br /&gt;
* In each institutional folder, you will find configuration scripts tailored for various computers and compilers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Example for HoreKa at KIT:&amp;lt;/b&amp;gt;&lt;br /&gt;
# Access your ICON main folder.&lt;br /&gt;
# Run the following command: &amp;lt;code&amp;gt;config/kit/hk.intel-2022-openmpi-4.0 --enable-art&amp;lt;/code&amp;gt;&lt;br /&gt;
# Execute &amp;lt;code&amp;gt;make -j4&amp;lt;/code&amp;gt;&lt;br /&gt;
# You should now have a functional binary with ART integration. For other HPC systems, substitute the config script with the one relevant to your HPC system.&lt;br /&gt;
&lt;br /&gt;
== Creating a Runfile ==&lt;br /&gt;
&lt;br /&gt;
* Go to &amp;lt;code&amp;gt;icon-kit/run/checksuites.icon-kit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run bash-script &amp;lt;code&amp;gt;run_testsuite&amp;lt;/code&amp;gt; via &amp;lt;code&amp;gt;./run_testsuite&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The script creates the folder runscripts, which contains exemplary runfiles which are adapted to some common HPC-Systems you might be using.&lt;br /&gt;
&lt;br /&gt;
== Running a Job ==&lt;br /&gt;
&lt;br /&gt;
For a user who succeeded in running the ICON model, there are only a few steps to run the ART extension along with the ICON model. A description how to run the ICON model can be found in .&lt;br /&gt;
&lt;br /&gt;
In order to run ICON-ART, one has to do the following steps:&lt;br /&gt;
&lt;br /&gt;
* Make sure you have everything required for an ICON run &lt;br /&gt;
&lt;br /&gt;
* Prepare the input data (see section [[:Input]] )&lt;br /&gt;
&lt;br /&gt;
* Inside the runscript in the namelist run_nml, set the main switch for ICON-ART to true: lart = .true.&lt;br /&gt;
&lt;br /&gt;
* Add a namelist art_nml and choose the namelist parameters for the ART setup as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Adapt the XML files for tracers, emi. The number of tracers related to a specific setup is equal to the number of possible prognostic output fields as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Add an output namelist as described in for the species you are interested in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Submit the job analogous to an ICON job.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=308</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=308"/>
		<updated>2023-10-12T04:49:38Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: /* Getting the source code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements to run ICON-ART ==&lt;br /&gt;
&lt;br /&gt;
As for most atmospheric models, it is strongly recommended to run ICON-ART on a High Performance Computing system such as Levante from the [https://www.dkrz.de/en DKRZ] or [https://www.scc.kit.edu/en/services/horeka.php HoreKA] from KIT. This usually requires an account which has to be obtained through the respective HPC Systems procedures.&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A user who wants to work with ICON-ART has to sign the ICON license agreement with the German Weatherservice (DWD) and Max-Planck-Institute for Meteorology (MPI-M) first. Further information can be found on the following website:&lt;br /&gt;
&lt;br /&gt;
https://code.mpimet.mpg.de/projects/iconpublic&lt;br /&gt;
&lt;br /&gt;
Afterwards you also should get access to the DKRZ gitlab. If you have access you can clone ICON.&lt;br /&gt;
&lt;br /&gt;
Example for cloning the ICON-KIT repository including all submodules (including ART):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git clone --recursive git@gitlab.dkrz.de:icon/icon-kit.git&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
ICON-ART is already included in the most recent ICON version. For Instructions on how to install ICON, please refer to the first chapter of the [https://www.dwd.de/DE/leistungen/nwv_icon_tutorial/nwv_icon_tutorial.html:official ICON Model Tutorial].&lt;br /&gt;
The only caveat is that during the configuration step the tag &amp;lt;code&amp;gt; --enable-art &amp;lt;/code&amp;gt; has to be included.&lt;br /&gt;
&lt;br /&gt;
== Creating a Runfile ==&lt;br /&gt;
&lt;br /&gt;
* Go to &amp;lt;code&amp;gt;icon-kit/run/checksuites.icon-kit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run bash-script &amp;lt;code&amp;gt;run_testsuite&amp;lt;/code&amp;gt; via &amp;lt;code&amp;gt;./run_testsuite&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The script creates the folder runscripts, which contains exemplary runfiles which are adapted to some common HPC-Systems you might be using.&lt;br /&gt;
&lt;br /&gt;
== Running a Job ==&lt;br /&gt;
&lt;br /&gt;
For a user who succeeded in running the ICON model, there are only a few steps to run the ART extension along with the ICON model. A description how to run the ICON model can be found in .&lt;br /&gt;
&lt;br /&gt;
In order to run ICON-ART, one has to do the following steps:&lt;br /&gt;
&lt;br /&gt;
* Make sure you have everything required for an ICON run &lt;br /&gt;
&lt;br /&gt;
* Prepare the input data (see section [[:Input]] )&lt;br /&gt;
&lt;br /&gt;
* Inside the runscript in the namelist run_nml, set the main switch for ICON-ART to true: lart = .true.&lt;br /&gt;
&lt;br /&gt;
* Add a namelist art_nml and choose the namelist parameters for the ART setup as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Adapt the XML files for tracers, emi. The number of tracers related to a specific setup is equal to the number of possible prognostic output fields as described in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Add an output namelist as described in for the species you are interested in [[:Input]].&lt;br /&gt;
&lt;br /&gt;
* Submit the job analogous to an ICON job.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Input&amp;diff=307</id>
		<title>Input</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Input&amp;diff=307"/>
		<updated>2023-09-28T12:44:57Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: /* Input Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
== Requirements for a Simulation ==&lt;br /&gt;
&lt;br /&gt;
To run a Simulation with ICON-ART there are three main points to consider: Setting the namelist parameters, preparing the xmls, and optionally prepare additional Input data.&lt;br /&gt;
&lt;br /&gt;
== Namelist Inputs ==&lt;br /&gt;
&lt;br /&gt;
To run a simulation with ICON-ART installed the first thing to prepare is the runfile. It is usually best to start with an existing and working runfile and adapt parts as needed. The runfile contains the majority of parameters to run a simulation, like the length, timesteps and grids used, as well as a variety of options for methods and parametrisations used in the model. The runfile contents are then split up in several namelists that the model reads at the beginning of a simulation. An overview of the Namelist Parameters can be found in [[Namelist]].&lt;br /&gt;
&lt;br /&gt;
To enable ART in an ICON simulation, the switch &amp;lt;code&amp;gt;lart = .TRUE.&amp;lt;/code&amp;gt; has to be set in the section &amp;lt;code&amp;gt;&amp;amp;amp;run_nml&amp;lt;/code&amp;gt;. This is the global on/off switch for ICON-ART. This is how this could look like in the context of a runfile:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
! run_nml: general switches ----------&lt;br /&gt;
&amp;amp;amp;run_nml&lt;br /&gt;
 ltestcase = .FALSE.&lt;br /&gt;
 num_lev = 50&lt;br /&gt;
 ltransport = .TRUE.&lt;br /&gt;
.............&lt;br /&gt;
 lart = .TRUE.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Generally the first letters of a namelist switch refer to its type, the &amp;amp;quot;l&amp;amp;quot; in &amp;amp;quot;lart&amp;amp;quot; stands for logical, meaning it has to be either True or False. Here are some examples.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:vartypes&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ Some namelist switches and their data types.&lt;br /&gt;
! namelist switch&lt;br /&gt;
! type&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;lart&amp;lt;/code&amp;gt;&lt;br /&gt;
| logical&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_aerosol_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| character&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;iart_init_aero &amp;lt;/code&amp;gt;&lt;br /&gt;
| integer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
The namelist &amp;lt;code&amp;gt;&amp;amp;amp;art_nml&amp;lt;/code&amp;gt; is used for general options of the ART simulation. To run a certain kind of simulation the according switch has to be set to &amp;lt;code&amp;gt;.TRUE.&amp;lt;/code&amp;gt;. For Example to include a point source the switch &amp;lt;code&amp;gt;cart_aerosol_xml&amp;lt;/code&amp;gt; has to be set to &amp;lt;code&amp;gt;.TRUE.&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== XML Inputs ==&lt;br /&gt;
&lt;br /&gt;
This enables the inclusion of a .xml file containing additional information like location and strength of the point source. The table [[#tab:art_nml-params|below]] contains the most important &amp;lt;code&amp;gt;&amp;amp;amp;art_nml&amp;lt;/code&amp;gt; namelist parameters and additional namelist parameters required if they are set to &amp;lt;code&amp;gt;.TRUE.&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:art_nml-params&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ XML files and their namelist dependencies&lt;br /&gt;
! XML File&lt;br /&gt;
! Description&lt;br /&gt;
! Namelist parameter dependency&lt;br /&gt;
! Default &lt;br /&gt;
! Further Information&lt;br /&gt;
|---&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_chemtracer_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Switch for simple OH chemistry&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_chemtracer&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
|[[#Chemistry Tracers|Chemistry Tracers]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_mecca_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Switch for kpp chemistry&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_mecca&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
|[[Atmospheric Chemistry]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_pntSrc_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Enables creation of point sources emitting given Aerosols at a given rate&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_pntSrc&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
|[[#Point Source|Point Source]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_aerosol_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Main switch for the treatment of  atmospheric aerosols&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_aerosol&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
|[[#Aerosol Tracers|Aerosol Tracers]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_modes_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| Main switch for the treatment of  atmospheric aerosols&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_aerosol&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE. &lt;br /&gt;
|[[#Aerosol Modes|Aerosol Modes]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_diagnostics_xml&amp;lt;/code&amp;gt; &lt;br /&gt;
| Enables diagnostic output fields&lt;br /&gt;
| &amp;lt;code&amp;gt;lart_diag_out&amp;lt;/code&amp;gt;&lt;br /&gt;
| .FALSE.&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_emiss_xml_file&amp;lt;/code&amp;gt;&lt;br /&gt;
| XML File for emission metadata&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|[[#Aerosol Emission|Aerosol Emission]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cart_ext_data_xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| XML File for metadata of datasets prescribing tracers &lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt; cart_coag_xml &amp;lt;/code&amp;gt;&lt;br /&gt;
| XML File containing additional information about coagulation&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot; &lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Aerosol Tracers&amp;quot;&amp;gt;Aerosol Tracers&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   htop_proc&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   top height for processes&lt;br /&gt;
|-&lt;br /&gt;
|   initc&lt;br /&gt;
|   character&lt;br /&gt;
|   file&lt;br /&gt;
|   initialize from Input file&lt;br /&gt;
|-&lt;br /&gt;
|   inucl&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   H2SO4 nucleation for so4 tracer (default=1); 1 for so4_sol_ait, 0 for other so4 tracer)&lt;br /&gt;
|-&lt;br /&gt;
|   label&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., dusta&lt;br /&gt;
|   allows to name tracers individually&lt;br /&gt;
|-&lt;br /&gt;
|   latbc&lt;br /&gt;
|   character&lt;br /&gt;
|   file&lt;br /&gt;
|   read data for LBC&lt;br /&gt;
|-&lt;br /&gt;
|   lfeedback&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   child -&amp;gt; parent feedback in nested simulations (default=0)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;mode&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   insol_acc, mixed_acc,..&lt;br /&gt;
|   indicates in which modes the tracer occurs&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;mol_weight&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in kg/mol&lt;br /&gt;
|   value for molar weight&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;moment&#039;&#039;&#039;&lt;br /&gt;
|   integer&lt;br /&gt;
|   0, 3&lt;br /&gt;
|   zeroth (number) or third (mass) moment&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;rho&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in g/m3&lt;br /&gt;
|   density of tracer, not needed for zeroth moment&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;sol&#039;&#039;&#039;&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (no), 1 (yes)&lt;br /&gt;
|   indicates whether the tracer is soluble or not&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;transport&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   stdaero, stdchem, ..., off&lt;br /&gt;
|   choice of transport template&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;unit&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., mug kg-1, kg-1&lt;br /&gt;
|   unit of tracer&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;bold&#039;&#039;&#039; letters indicate which tags are always required. &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Aerosol Modes&amp;quot;&amp;gt;Aerosol Modes&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   condensation&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   condensation of H2SO4 on this mode?&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;d_gn&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   value for the initial median diameter of the number distribution&lt;br /&gt;
|-&lt;br /&gt;
|   dissfac_mean&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   dissociation factor (needed with ikoehler=1)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;icoag&#039;&#039;&#039;&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   mode involved in coagulation? If 1 for any mode, then provide coagulate.xml&lt;br /&gt;
|-&lt;br /&gt;
|   ikoehler&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   Activation via Köhler theory (warm clouds), needs dissfac_mean tag&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;kind&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   1mom or 2mom&lt;br /&gt;
|   1-moment or 2-moment description of distribution&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;sigma_g&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   standard deviation of the distribution&lt;br /&gt;
|-&lt;br /&gt;
|   shift2larger&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., sol_acc&lt;br /&gt;
|   Name of larger mode to be shifted to, when diameter threshold (shift_diam) exceeded&lt;br /&gt;
|-&lt;br /&gt;
|   shift2mixed&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., mixed_acc&lt;br /&gt;
|   Name of mixed mode to be shifted to, when soluble mass threshold of 5% exceeded&lt;br /&gt;
|-&lt;br /&gt;
|   shift_diam&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   diameter threshold for shift2larger&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Aerosol Emission&amp;quot;&amp;gt;Aerosol Emission&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;nmodes&#039;&#039;&#039;&lt;br /&gt;
|   integer&lt;br /&gt;
|  &lt;br /&gt;
|   number of emission modes&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;d_g0_*&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   median diameter of number distribution of mode * (e.g., d_g0_1, d_g0_2, d_g0_3)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;d_g3_*&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   median diameter of mass distribution of mode * (e.g., d_g3_1, d_g3_2, d_g3_3)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;rho&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in kg/m3&lt;br /&gt;
|   particle density (same for all modes)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;sigma_g_*&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   standard deviation of mode *&lt;br /&gt;
|-&lt;br /&gt;
|   substance&lt;br /&gt;
|   character&lt;br /&gt;
|   ash, dust, na, cl, soot&lt;br /&gt;
|   emitted substance  &lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;bold&#039;&#039;&#039; letters indicate which tags are always required. &amp;lt;br \&amp;gt; routine options: volc, volc fplume, dust, biomass burn, seas smith, seas monahan, seas martensson, seas mode1, seas mode2, seas mode3&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Point Source&amp;quot;&amp;gt;Point Source&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   dg3_emiss&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   median diameter of aerosol mass distribution&lt;br /&gt;
|-&lt;br /&gt;
|   emiss_profile&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   anti-derivative of emission profile&lt;br /&gt;
|-&lt;br /&gt;
|   endTime&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   end time of emission (default=9999-12-31T00:00:00)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;height&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   emission height&lt;br /&gt;
|-&lt;br /&gt;
|   height_bot&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   bottom height&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;lat&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in degree&lt;br /&gt;
|   latitude&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;lon&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in degree&lt;br /&gt;
|   longitude&lt;br /&gt;
|-&lt;br /&gt;
|   sigma_emiss&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   standard deviation of aerosol distribution&lt;br /&gt;
|-&lt;br /&gt;
|   startTime&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   start time of emission (default=1582-10-15T00:00:00)&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;source_strength&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|  &lt;br /&gt;
|   emission source strength&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;substance&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., TRSO2&lt;br /&gt;
|   substance nme from tracer xml&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;unit&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., kg s-1&lt;br /&gt;
|   unit of source strength&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;bold&#039;&#039;&#039; letters indicate which tags are always required. &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Chemistry Tracers&amp;quot;&amp;gt;Chemistry Tracers&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!   tag&lt;br /&gt;
!   type&lt;br /&gt;
!   options&lt;br /&gt;
!   description&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;c_solve&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   param, lt, cold, OH, linoz, simnoy, passive&lt;br /&gt;
|   solving mechanism/strategy&lt;br /&gt;
|-&lt;br /&gt;
|   emissions&lt;br /&gt;
|  &lt;br /&gt;
|   anthropogenic, biogenic, biomassBurning&lt;br /&gt;
|   usage see in tracers_chemtracer_amip.xml (*)&lt;br /&gt;
|-&lt;br /&gt;
|   htop_proc&lt;br /&gt;
|   real&lt;br /&gt;
|   in m&lt;br /&gt;
|   top height for processes&lt;br /&gt;
|-&lt;br /&gt;
|   iconv&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   transport by convection (default=1)&lt;br /&gt;
|-&lt;br /&gt;
|   initc&lt;br /&gt;
|   character&lt;br /&gt;
|   file&lt;br /&gt;
|   initialize from Input file&lt;br /&gt;
|-&lt;br /&gt;
|   init_mode&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   initialize tracer&lt;br /&gt;
|-&lt;br /&gt;
|   init_name&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   name of tracer in initialization file&lt;br /&gt;
|-&lt;br /&gt;
|   iturb&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   transport by turbulence (default=1)&lt;br /&gt;
|-&lt;br /&gt;
|   latbc&lt;br /&gt;
|   character&lt;br /&gt;
|   file&lt;br /&gt;
|   read data for LBC&lt;br /&gt;
|-&lt;br /&gt;
|   lfeedback&lt;br /&gt;
|   integer&lt;br /&gt;
|   0 (off), 1 (on)&lt;br /&gt;
|   child -&amp;gt; parent feedback in nested simulations (default=0)&lt;br /&gt;
|-&lt;br /&gt;
|   lifetime&lt;br /&gt;
|   real&lt;br /&gt;
|   in s&lt;br /&gt;
|   value for lifetime&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;mol_weight&#039;&#039;&#039;&lt;br /&gt;
|   real&lt;br /&gt;
|   in kg/mol&lt;br /&gt;
|   value for molar weight&lt;br /&gt;
|-&lt;br /&gt;
|   products&lt;br /&gt;
|   character&lt;br /&gt;
|   name of tracer&lt;br /&gt;
|   name of resulting tracer after depletion&lt;br /&gt;
|-&lt;br /&gt;
|   tag001,...&lt;br /&gt;
|   character&lt;br /&gt;
|  &lt;br /&gt;
|   name of tag to be added to tracer name&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;transport&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   stdaero, stdchem, ..., off&lt;br /&gt;
|   choice of transport template&lt;br /&gt;
|-&lt;br /&gt;
|   &#039;&#039;&#039;unit&#039;&#039;&#039;&lt;br /&gt;
|   character&lt;br /&gt;
|   e.g., mol mol-1&lt;br /&gt;
|   unit of tracer &lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;bold&#039;&#039;&#039; letters indicate which tags are always required. &amp;lt;br\&amp;gt; (*) in icon-kit/externals/art/runctrl_examples/xml_ctrl/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The reason for the use of those additional .xml files is that the ART variables they contain (sea salt, mineral dust etc.) might be different for every run which differs from the Icon Variables (Temperature, Pressure, etc.) which usually don’t change between runs. .xml files are readable for both humans and machines, which makes them easy to tweak and integrate. An Example for the contents of an .xml file adding ash particles can be seen below.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=xml line&amp;gt;&lt;br /&gt;
&amp;lt;modes&amp;gt;&lt;br /&gt;
  &amp;lt;aerosol id=&amp;quot;asha&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;kind type=&amp;quot;char&amp;quot;&amp;gt;2mom&amp;lt;/kind&amp;gt;&lt;br /&gt;
    &amp;lt;d_gn type=&amp;quot;real&amp;quot;&amp;gt;1.190E-6&amp;lt;/d_gn&amp;gt;&lt;br /&gt;
    &amp;lt;sigma_g type=&amp;quot;real&amp;quot;&amp;gt;1.410E+0&amp;lt;/sigma_g&amp;gt;&lt;br /&gt;
    &amp;lt;rho type=&amp;quot;real&amp;quot;&amp;gt;2.600E+3&amp;lt;/rho&amp;gt;&lt;br /&gt;
  &amp;lt;/aerosol&amp;gt;&lt;br /&gt;
&amp;lt;/modes&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is an example for a more complex .xml using [[AERODYN]]:&lt;br /&gt;
This is an example for the number and mass concentration of dust in a tracer .xml.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=xml line&amp;gt;&lt;br /&gt;
&amp;lt;tracers&amp;gt;  &lt;br /&gt;
    &amp;lt;aerosol id=&amp;quot;nmb&amp;quot;&amp;gt;    &lt;br /&gt;
      &amp;lt;moment type=&amp;quot;int&amp;quot;&amp;gt;0&amp;lt;/moment&amp;gt;    &lt;br /&gt;
      &amp;lt;mode type=&amp;quot;char&amp;quot;&amp;gt;insol_acc,insol_coa&amp;lt;/mode&amp;gt;    &lt;br /&gt;
      &amp;lt;unit type=&amp;quot;char&amp;quot;&amp;gt;kg-1&amp;lt;/unit&amp;gt;    &lt;br /&gt;
      &amp;lt;transport type=&amp;quot;char&amp;quot;&amp;gt;hadv52aero&amp;lt;/transport&amp;gt;  &lt;br /&gt;
    &amp;lt;/aerosol&amp;gt;  &lt;br /&gt;
    &amp;lt;aerosol id=&amp;quot;dust&amp;quot;&amp;gt;    &lt;br /&gt;
      &amp;lt;moment type=&amp;quot;int&amp;quot;&amp;gt;3&amp;lt;/moment&amp;gt;    &lt;br /&gt;
      &amp;lt;mode type=&amp;quot;char&amp;quot;&amp;gt;insol_acc,insol_coa&amp;lt;/mode&amp;gt;    &lt;br /&gt;
      &amp;lt;sol type=&amp;quot;real&amp;quot;&amp;gt;1.0&amp;lt;/sol&amp;gt;    &lt;br /&gt;
      &amp;lt;mol_weight type=&amp;quot;real&amp;quot;&amp;gt;50.00E-3&amp;lt;/mol_weight&amp;gt;    &lt;br /&gt;
      &amp;lt;rho type=&amp;quot;real&amp;quot;&amp;gt;2.650E3&amp;lt;/rho&amp;gt;    &lt;br /&gt;
      &amp;lt;unit type=&amp;quot;char&amp;quot;&amp;gt;mug kg-1&amp;lt;/unit&amp;gt;    &lt;br /&gt;
      &amp;lt;transport type=&amp;quot;char&amp;quot;&amp;gt;hadv52aero&amp;lt;/transport&amp;gt;  &lt;br /&gt;
    &amp;lt;/aerosol&amp;gt;&lt;br /&gt;
&amp;lt;/tracers&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Further .xml examples can be fount in &amp;lt;code&amp;gt;/your_ART_Directory/runctrl_examples/xml_ctrl. &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Input Data ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Depending on the type of simulation there might be additional input files required. These are essential files that are not contained in classical ICON initialisation data. For example for the emission of mineral dust there has to be information about the soil types supplied to the model. The additional input files should be renamed to a netcdf file and follow the naming convention shown in fig [[#input-names|1.1]]. Please note that the XXX has to be replaced by one of the indices mentionend in Table [[#tab:input-init|input-init]] and [[#tab:input-emissions|input-emissions]].&lt;br /&gt;
&lt;br /&gt;
[[File:input-names.png|800px|none|alt=ICON-ART input file naming convention.|ICON-ART input file naming convention.]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:input-init&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ Additional input files for the initialisation&lt;br /&gt;
! Species&lt;br /&gt;
! Namelist switch&lt;br /&gt;
! Options&lt;br /&gt;
! XXX&lt;br /&gt;
|-&lt;br /&gt;
| Gas&lt;br /&gt;
| &amp;lt;code&amp;gt;iart_init_gas&amp;lt;/code&amp;gt;&lt;br /&gt;
| 0 (cold start), 5 (from file)&lt;br /&gt;
| ICE&lt;br /&gt;
|-&lt;br /&gt;
| Aerosol&lt;br /&gt;
| &amp;lt;code&amp;gt;iart_init_aero&amp;lt;/code&amp;gt;&lt;br /&gt;
| 0 (cold start), 5 (from file)&lt;br /&gt;
| IAE&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:input-emissions&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Obtaining Input Data ===&lt;br /&gt;
&lt;br /&gt;
The 2 ways of obtaining input data are to generate it yourself or download it.&lt;br /&gt;
&lt;br /&gt;
[[How to generate input data]]&lt;br /&gt;
&lt;br /&gt;
[[How to download input data]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Emission Data ===&lt;br /&gt;
In every ICON-ART, there is the possibility to add additional input data like emission data that correspond with different sources. A quick overview about them can be found below.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ Additional input files for the emissions&lt;br /&gt;
! Type&lt;br /&gt;
! Data&lt;br /&gt;
! XXX&lt;br /&gt;
|-&lt;br /&gt;
| Point souces&lt;br /&gt;
| XML-file&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| Sea salt&lt;br /&gt;
| no extra data necessary&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| Mineral Dust&lt;br /&gt;
| Soil Type Data&lt;br /&gt;
| ART_STY&lt;br /&gt;
|-&lt;br /&gt;
| Biogenic VOCs&lt;br /&gt;
| Emissions or Vegetatiom&lt;br /&gt;
| ART_STY&lt;br /&gt;
|-&lt;br /&gt;
| Athropogenic emissions&lt;br /&gt;
| Emission data sets&lt;br /&gt;
| ART_BIO ART_ANT&lt;br /&gt;
|-&lt;br /&gt;
| Biomass burning&lt;br /&gt;
| Satellite data&lt;br /&gt;
| ART_BCF&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Chemical Tracer ====&lt;br /&gt;
Emission data can be obtained from several sources. The following table should give an overview about which emission data are available for a corresponding tracer. To find out when to use which emission data type we recommend respective further reading.&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|+ style=white-space:nowrap | &amp;lt;span id=&amp;quot;Emission Data Sources&amp;quot;&amp;gt;Emission Data Sources&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Tracer !! Emission Type !! Emission !! Resolution&lt;br /&gt;
|-&lt;br /&gt;
| C2H6 || ANT || EDGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR+ || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR-monthly || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED3 || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| C3H8 || ANT || EDGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR+ || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR432-monthly || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED3 || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| C5H8 || BBE || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CFCl3 || ANT || GEIA || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CH3CN || BBE || GFED.1s_Akagi_daily || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED.1s_Akagi_monthly || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED.1s_Stockwell_daily || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED.1s_Stockwell_monthly || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CH3COCH3 || ANT || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || POET || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GICC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GUESS-ES || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || POET || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || RETRO || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGANv2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CH3I || BIO || Bell || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || Ziska || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CH4 || ANT || EDGA || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR+ || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR432-monthly || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B08_0049&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGARv4.2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGARv4.3.1 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
| CHBr3 || BIO || Liang || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || Ordonez || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || Ziska || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CO || ANT || EDGAR || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR+ || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGAR432-monthly || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B2B06_EU_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_NSR_D_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || EDGARv4.2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || POET || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GICC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GUESS-ES || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || RETRO || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BIO || MEGAN || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGAN-MACC || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MEGANv2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| CO2 || ANT || EDGARv4.2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0024&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0031_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || B3B07_0026&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| DMS || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| N2O || ANT || EDGARv4.2 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  || BBE || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_polstrNest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| NH3 || ANT || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_agriculture || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_agric_waste || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_energy || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_industrial || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_residential || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || MACCity_transport || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
| SF6 || ANT || EDGARLevin || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
| SO2 || ANT || MACCity || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_nest&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|-&lt;br /&gt;
|  ||  || GFED3 || R2B04_0012&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B04_ECHAM&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B05_0014&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B06_0016&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R2B07_0018&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  || R3B07_0022&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Remapping Emissions ====&lt;br /&gt;
A comprehensible manual can be found [https://gitlab.dkrz.de/art/kit-wiki/-/wikis/uploads/44c05db0bff5da516d7812292de3dff8/MECCA_Emissions01.pdf here]. The document was provided by M. Weimer (June 2019).&lt;br /&gt;
This document provides an overview of the workflow to be done in order to remap a set of emission data onto your own ICON grid. The raw emission data can be taken from emission inventories such as Edgar, MACCity, etc. (see above).&lt;br /&gt;
The desired files can be copied to an own directory where they serve as input for the remap procedure described in the manual.&lt;br /&gt;
Additional remarks:&lt;br /&gt;
* The mentioned workflow was initially designed for FH2. Should be tested on other machines as well&lt;br /&gt;
* The automatic addition of emission tags to the tracer.xml (add_emissions_to_tracer_xml.py) is very sensitive to tracer names and emission species. In doubt, add emission tags manually.&lt;br /&gt;
* In any case, double check if all emission tags have been assigned to the correct tracer&lt;br /&gt;
&lt;br /&gt;
== Running a Limited Area Meteorology (LAM) Simulation ==&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
&lt;br /&gt;
Here are some notes on setting up an ICON-ART LAM simulation. Theses settings are important if you use initial data and boundary data from different sources. It is preferable to use data from the same source to be consistent. However, in certain situations this is not possible due to limitations of the model (e.g. initialization routines).&lt;br /&gt;
=== Required data for LAM domain ===&lt;br /&gt;
&lt;br /&gt;
Grid of LAM domain external parameters of LAM domain external parameters containing soil parameters (only necessary for dust simulations) initial data (ICON-ART or IFS)&lt;br /&gt;
&lt;br /&gt;
=== Required data for LAM boundaries ===&lt;br /&gt;
&lt;br /&gt;
Auxiliary grid (grid containing boundary area of the LAM domain, generated during remapping process with ICONtools) forcing data for the boundaries&lt;br /&gt;
&lt;br /&gt;
===Initialization ===&lt;br /&gt;
&lt;br /&gt;
There are two different possible methods to read in the dust during initialization. You can either pass a file containing meteorological variables and a second file containing dust data. The vertical levels may differ between these two files and the dust must be delivered as ART_IAE file. The corresponding namelist setting in&amp;lt;code&amp;gt;  &amp;amp;art_nml    &amp;lt;/code&amp;gt; is &amp;lt;code&amp;gt; iart_init_aero=5 &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The other possibility is to pass all variables required for the initialization in a single file. The vertical levels must all be consistent and the corresponding namelist setting in &amp;lt;code&amp;gt; &amp;amp;art_nml&amp;lt;/code&amp;gt; is &amp;lt;code&amp;gt; iart_init_aero=0 &amp;lt;/code&amp;gt;. Furthermore you have to add file in the tracer xml file.&lt;br /&gt;
&lt;br /&gt;
=== Boundary Data ===&lt;br /&gt;
&lt;br /&gt;
The boundary data can only be passed to the model as one single file per time step. The vertical levels for all time steps must be the same. Otherwise an error occurs. If you use data from a different source than the one used for initialization, it is crucial to decouple the reading of the boundary data from the reading of initial data. During the start of the simulation it is possible to read the first boundary data from the initial data when using ICON-ART data. To prevent this and to read the boundary data from a separate file during initialization, set &amp;lt;code&amp;gt;init_latbc_from_fg = .FALSE. &amp;lt;/code&amp;gt;in &amp;lt;code&amp;gt; &amp;amp;limarea_nml &amp;lt;/code&amp;gt;. Additionally you have to add file in the tracer xml file.&lt;br /&gt;
&lt;br /&gt;
------&lt;br /&gt;
[[#Aerosol Tracers]]&lt;br /&gt;
&lt;br /&gt;
== Creating A Nested ICON-Grid ==&lt;br /&gt;
There are four steps to create a grid. The steps have to be run separately as they are dependent on each other.&lt;br /&gt;
=== Graph Generation ===&lt;br /&gt;
The first step is creating the graph. Ensure that you specify R and B for the finest nest! I.e. if you plan a global R2B6 grid with a R2B7 Nest, you have to set R=2 and B=7.&lt;br /&gt;
An example namelist in a runscript looks like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
cat &amp;gt; NAMELIST_GRAPH &amp;lt;&amp;lt; EOF&lt;br /&gt;
&amp;amp;graph_ini&lt;br /&gt;
  nroot       = ${R}&lt;br /&gt;
  grid_levels = ${B}&lt;br /&gt;
/&lt;br /&gt;
EOF&lt;br /&gt;
&lt;br /&gt;
echo global_graph_generator null &amp;gt; $commandFile&lt;br /&gt;
job_submit -c p -p 1 -t 60 -m 32000 ${run_commmand}&lt;br /&gt;
&amp;lt;/Syntaxhighlight&amp;gt;&lt;br /&gt;
You might have to increase the allocated memory (-m 64000) if the process crashes (-p 1 is maximum because of lacking parallelization)&lt;br /&gt;
=== Grid generation ===&lt;br /&gt;
The second step is the generation of all (global) grids. I.e., if you choose R=2 and B=7, you get global grids for R2B1, R2B2, R2B3, R2B4, R2B5, R2B6 and R2B7. Even if you want R2B7 to be your nest, you have to do this step down to R2B7! This means, that the values of R and B for step 1 and 2 must not differ.&lt;br /&gt;
As far as I could figure out, the spring dynamics optimization is the one to choose. Therefore, you should choose @itype_optimize = 4@.&lt;br /&gt;
An example namelist looks like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
cat &amp;gt; NAMELIST_GRID &amp;lt;&amp;lt; EOF&lt;br /&gt;
&amp;amp;grid_ini&lt;br /&gt;
 nroot       = ${R}&lt;br /&gt;
 grid_levels = ${B}&lt;br /&gt;
/&lt;br /&gt;
&amp;amp;grid_options&lt;br /&gt;
 itype_optimize = 4&lt;br /&gt;
/&lt;br /&gt;
EOF&lt;br /&gt;
&lt;br /&gt;
echo global_grid_generator null &amp;gt; $commandFile&lt;br /&gt;
job_submit -c p -p 1 -t 600 -m 32000 ${run_commmand}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
If you want to generate a finer grid (e.g. R2B10) you might have to increase the allocated memory (-m 256000).&lt;br /&gt;
=== Modify the filenames ===&lt;br /&gt;
The spring-dynamics-optimized files carry this information within their filename. In order to continue, the names have to be changed to the standard names of grids. This can be done within a script as shown in the following. (@maxlev_optim@ is a parameter, that specifies the maximum level to which optimizations are applied. This is set in the previous step within the grid_options namelist. As the default is 100, there is usually no need to change this. You just have to set the variable @maxlev_optim@ within the script for the copying):&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
level=1;&lt;br /&gt;
while [[ $level -le $maxlev_optim ]] ; do&lt;br /&gt;
    cp iconR${R}B0${level}-grid_spr0.90.nc iconR${R}B0${level}-grid.nc&lt;br /&gt;
    ((level=$level+1))&lt;br /&gt;
done&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Nested grid creation ===&lt;br /&gt;
As a last step, you have to specify the nests. In the following example, three nests are added to a global R2B6 grid. Therefore, @start_lev = 6@ and @n_dom = 4@. As these nests are subsequent, the @parent_id@ of each nest is the one of the domain with one rank higher. I.e. R2B6 has the ID 1, therefore the @parent_id@ of R2B7 is 1. R2B8 has the ID of the R2B7 as @parent_id@ and therefore 2. The different domains are seperated by commas in the namelist. The global domain does of course not show up (you produced the global grid files in step 2).&lt;br /&gt;
In this example, the further namelist variables mean the following:&lt;br /&gt;
@l_circ@ gives the nests a circular instead of an rectangular shape.&lt;br /&gt;
@l_plot@ provides output which can be used to plot the grids with GMT scripts.&lt;br /&gt;
@radius, center_lon, center_lat@ define the location of the nests.&lt;br /&gt;
With @lsep_gridref_info = .true.@ the grid information is stored within an additional grid description file. This needs then to be specified within ICON!&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash line&amp;gt;&lt;br /&gt;
cat &amp;gt; NAMELIST_GRIDREF &amp;lt;&amp;lt; EOF&lt;br /&gt;
&amp;amp;gridref_ini&lt;br /&gt;
  grid_root  = 2&lt;br /&gt;
  start_lev  = 6&lt;br /&gt;
  n_dom      = 4&lt;br /&gt;
  parent_id  = 1,2,3&lt;br /&gt;
  l_circ     = .true.&lt;br /&gt;
  l_plot     = .true.&lt;br /&gt;
  radius     =  20.,12.,12.&lt;br /&gt;
  center_lon =  10.,5.,5.&lt;br /&gt;
  center_lat =  40.,47.5,47.5&lt;br /&gt;
  bdy_indexing_depth = 14&lt;br /&gt;
  lsep_gridref_info = .false.&lt;br /&gt;
/&lt;br /&gt;
EOF&lt;br /&gt;
&lt;br /&gt;
echo global_grid_refine null &amp;gt; $commandFile&lt;br /&gt;
job_submit -c p -p 64 -t 60 -m 16000 ${run_commmand}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
If you want to generate a finer grid (e.g. R2B10) you might have to increase the allocated memory (-m 64000).&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=38</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=38"/>
		<updated>2022-09-18T21:17:22Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: /* Running a Job */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Getting Started =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
ICON-ART is a state-of-the-science seamless model system for the whole atmosphere (physics and composition) that comprises the key components of the next generation Earth system model in Germany. ICON is a global weather and climate model solves the full three-dimensional non-hydrostatic and compressible Navier-Stokes equations on an icosahedral grid and allows seamless predictions from local to global scales. Aerosol and Reactive Trace gases (ART), as a submodule of ICON, supplements the model by including emissions, transport, gas phase chemistry, and aerosol dynamics in the troposphere and stratosphere (as seen in figure [[#ART-capabilities|1.1]]).&lt;br /&gt;
&lt;br /&gt;
[[File:ART-capabilities.png|thumb|none|alt=Capabilities of ICON-ART and how they relate to each other.|Capabilities of ICON-ART and how they relate to each other.]]&lt;br /&gt;
&lt;br /&gt;
Being a seamless model makes it possible to use ART to simulate processes overarching multiple scales, like the emission of greenhouse gases, aerosol-cloud interactions and atmospheric chemistry as indicated in figure [[#ART-seamless|1.2]]. It also enables its use as a prediction tool for the production of renewable energy.&lt;br /&gt;
&lt;br /&gt;
[[File:ART-seamless.png|thumb|none|alt=ICON-ART’s cpabilities for seamless prediction.|ICON-ART’s cpabilities for seamless prediction.]]&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A user who wants to work with ICON-ART has to sign the ICON license agreement with the German Weatherservice (DWD) and Max-Planck-Institute for Meteorology (MPI-M) first. Further information can be found on the following website:&lt;br /&gt;
&lt;br /&gt;
https://code.mpimet.mpg.de/projects/iconpublic&lt;br /&gt;
&lt;br /&gt;
In order to obtain the ART code, the institution that wants to use ICON-ART has to sign an additional license agreement with Karlsruhe Institute of Technology (KIT). Further information can be found on the following website:&lt;br /&gt;
&lt;br /&gt;
http://icon-art.imk-tro.kit.edu&lt;br /&gt;
&lt;br /&gt;
After you have signed the license agreement, you will be provided with a compressed file with the recent source code of ART which is called ART-v&amp;amp;lt;X&amp;amp;gt;.&amp;amp;lt;YY&amp;amp;gt;.tar.gz. &amp;amp;lt;X&amp;amp;gt; and &amp;amp;lt;YY&amp;amp;gt; indicate the version numbers.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
In this section, a brief description of how to compile ICON-ART is given. The user has to do the same steps as compiling ICON with a few additions. The reader is referred to  in order to compile ICON successfully. First, the ART-v&amp;amp;lt;X&amp;amp;gt;.&amp;amp;lt;YY&amp;amp;gt;.tar.gz file has to uncompressed. You will obtain a directory, which should be copied inside the ICON source directory $ICON-DIR/src/. In the following, we refer to this directory&amp;lt;br /&amp;gt;&lt;br /&gt;
$ICON-DIR/src/ART-v&amp;amp;lt;X&amp;amp;gt;.&amp;amp;lt;YY&amp;amp;gt; as $ARTDIR.&lt;br /&gt;
&lt;br /&gt;
If you have compiled ICON as recommended first without ART, you have to do clean up first:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;   make distclean&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In order to compile ICON-ART, an additional flag has to be set at the configuration command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;   ./config/dkrz/mistral.intel --enable-art&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
By setting –with-art a compiler flag -D__ICON_ART is set. This flag tells the preprocessor to compile the code inside the ART interfaces and hence connect the ICON code with the ART code. As soon as the configuration is finished, you can start to compile the ICON-ART code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;   make -j8&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
== Running a Job ==&lt;br /&gt;
&lt;br /&gt;
For a user who succeeded in running the ICON model, there are only a few steps to run the ART extension along with the ICON model. A description how to run the ICON model can be found in .&lt;br /&gt;
&lt;br /&gt;
In order to run ICON-ART, one has to do the following steps:&lt;br /&gt;
&lt;br /&gt;
* Make sure you have everything required for an ICON run &lt;br /&gt;
&lt;br /&gt;
* Configure the code with the additional flag –enable-art as described above&lt;br /&gt;
&lt;br /&gt;
* Prepare the input data (see section [[https://www.icon-art.kit.edu/userguide/index.php?title=Input]]&lt;br /&gt;
&lt;br /&gt;
* Inside the runscript in the namelist run_nml, set the main switch for ICON-ART to true: lart = .true.&lt;br /&gt;
&lt;br /&gt;
* Add a namelist art_nml and choose the namelist parameters for the ART setup as described in .&lt;br /&gt;
&lt;br /&gt;
* Adapt the XML files for tracers, emi. The number of tracers related to a specific setup is equal to the number of possible prognostic output fields as described in .&lt;br /&gt;
&lt;br /&gt;
* Add an output namelist as described in for the species you are interested in.&lt;br /&gt;
&lt;br /&gt;
* Submit the job analogous to an ICON job.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=37</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=37"/>
		<updated>2022-09-18T21:15:19Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Getting Started =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
ICON-ART is a state-of-the-science seamless model system for the whole atmosphere (physics and composition) that comprises the key components of the next generation Earth system model in Germany. ICON is a global weather and climate model solves the full three-dimensional non-hydrostatic and compressible Navier-Stokes equations on an icosahedral grid and allows seamless predictions from local to global scales. Aerosol and Reactive Trace gases (ART), as a submodule of ICON, supplements the model by including emissions, transport, gas phase chemistry, and aerosol dynamics in the troposphere and stratosphere (as seen in figure [[#ART-capabilities|1.1]]).&lt;br /&gt;
&lt;br /&gt;
[[File:ART-capabilities.png|thumb|none|alt=Capabilities of ICON-ART and how they relate to each other.|Capabilities of ICON-ART and how they relate to each other.]]&lt;br /&gt;
&lt;br /&gt;
Being a seamless model makes it possible to use ART to simulate processes overarching multiple scales, like the emission of greenhouse gases, aerosol-cloud interactions and atmospheric chemistry as indicated in figure [[#ART-seamless|1.2]]. It also enables its use as a prediction tool for the production of renewable energy.&lt;br /&gt;
&lt;br /&gt;
[[File:ART-seamless.png|thumb|none|alt=ICON-ART’s cpabilities for seamless prediction.|ICON-ART’s cpabilities for seamless prediction.]]&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A user who wants to work with ICON-ART has to sign the ICON license agreement with the German Weatherservice (DWD) and Max-Planck-Institute for Meteorology (MPI-M) first. Further information can be found on the following website:&lt;br /&gt;
&lt;br /&gt;
https://code.mpimet.mpg.de/projects/iconpublic&lt;br /&gt;
&lt;br /&gt;
In order to obtain the ART code, the institution that wants to use ICON-ART has to sign an additional license agreement with Karlsruhe Institute of Technology (KIT). Further information can be found on the following website:&lt;br /&gt;
&lt;br /&gt;
http://icon-art.imk-tro.kit.edu&lt;br /&gt;
&lt;br /&gt;
After you have signed the license agreement, you will be provided with a compressed file with the recent source code of ART which is called ART-v&amp;amp;lt;X&amp;amp;gt;.&amp;amp;lt;YY&amp;amp;gt;.tar.gz. &amp;amp;lt;X&amp;amp;gt; and &amp;amp;lt;YY&amp;amp;gt; indicate the version numbers.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
In this section, a brief description of how to compile ICON-ART is given. The user has to do the same steps as compiling ICON with a few additions. The reader is referred to  in order to compile ICON successfully. First, the ART-v&amp;amp;lt;X&amp;amp;gt;.&amp;amp;lt;YY&amp;amp;gt;.tar.gz file has to uncompressed. You will obtain a directory, which should be copied inside the ICON source directory $ICON-DIR/src/. In the following, we refer to this directory&amp;lt;br /&amp;gt;&lt;br /&gt;
$ICON-DIR/src/ART-v&amp;amp;lt;X&amp;amp;gt;.&amp;amp;lt;YY&amp;amp;gt; as $ARTDIR.&lt;br /&gt;
&lt;br /&gt;
If you have compiled ICON as recommended first without ART, you have to do clean up first:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;   make distclean&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In order to compile ICON-ART, an additional flag has to be set at the configuration command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;   ./config/dkrz/mistral.intel --enable-art&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
By setting –with-art a compiler flag -D__ICON_ART is set. This flag tells the preprocessor to compile the code inside the ART interfaces and hence connect the ICON code with the ART code. As soon as the configuration is finished, you can start to compile the ICON-ART code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;   make -j8&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
== Running a Job ==&lt;br /&gt;
&lt;br /&gt;
For a user who succeeded in running the ICON model, there are only a few steps to run the ART extension along with the ICON model. A description how to run the ICON model can be found in .&lt;br /&gt;
&lt;br /&gt;
In order to run ICON-ART, one has to do the following steps:&lt;br /&gt;
&lt;br /&gt;
* Make sure you have everything required for an ICON run &lt;br /&gt;
&lt;br /&gt;
* Configure the code with the additional flag –enable-art as described above&lt;br /&gt;
&lt;br /&gt;
* Prepare the input data (see section [[Inputs]]&lt;br /&gt;
&lt;br /&gt;
* Inside the runscript in the namelist run_nml, set the main switch for ICON-ART to true: lart = .true.&lt;br /&gt;
&lt;br /&gt;
* Add a namelist art_nml and choose the namelist parameters for the ART setup as described in .&lt;br /&gt;
&lt;br /&gt;
* Adapt the XML files for tracers, emi. The number of tracers related to a specific setup is equal to the number of possible prognostic output fields as described in .&lt;br /&gt;
&lt;br /&gt;
* Add an output namelist as described in for the species you are interested in.&lt;br /&gt;
&lt;br /&gt;
* Submit the job analogous to an ICON job.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Main_Page&amp;diff=36</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Main_Page&amp;diff=36"/>
		<updated>2022-09-18T21:10:44Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;ICON-ART Wiki is under construction!&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started Getting Started]&lt;br /&gt;
* [https://www.icon-art.kit.edu/userguide/index.php?title=Input Input]&lt;br /&gt;
* [https://www.icon-art.kit.edu/userguide/index.php?title=Namelist Namelist]&lt;br /&gt;
* [https://www.icon-art.kit.edu/userguide/index.php?title=Output Output]&lt;br /&gt;
* [https://www.icon-art.kit.edu/userguide/index.php?title=Programming_ART Programming ART]&lt;br /&gt;
* [https://www.icon-art.kit.edu/userguide/index.php?title=tutorial_Examples Tutorial Examples]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Namelist&amp;diff=33</id>
		<title>Namelist</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Namelist&amp;diff=33"/>
		<updated>2022-09-15T09:27:33Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Recommended ICON Namelist Settings =&lt;br /&gt;
&lt;br /&gt;
It is necessary for the user to choose the ICON settings carefully. Part of the values listed in are recommended to obtain a stable ICON-ART simulation with scientifically reasonable results. Another part is necessary to enable ART features like aerosol-cloud-interactions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:icon_tracer_nml&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Recommended ICON namelist settings for ART tracers.&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| dtime&lt;br /&gt;
| -&lt;br /&gt;
| run_nml&lt;br /&gt;
| If facing stability problems, it is recommended to use a shorter time step as recommended by operational setups (e.g. &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\frac{3}{5}\cdot&amp;lt;/math&amp;gt;dtime&amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;_{oper}&amp;lt;/math&amp;gt;).&lt;br /&gt;
|-&lt;br /&gt;
| ndyn_substeps&lt;br /&gt;
| -&lt;br /&gt;
| run_nml&lt;br /&gt;
| There is no need to call the dynamics more often than in operational setup. Adjust it according to your dtime choice.&lt;br /&gt;
|-&lt;br /&gt;
| inwp_gscp&lt;br /&gt;
|&lt;br /&gt;
| &#039;&#039;&#039;•&#039;&#039;&#039; nwp_phy_nml&lt;br /&gt;
| In order to enable aerosol-cloud-interactions within ICON-ART, you have to specify this. Note, that you will still need to set iart_aci_warm and iart_aci_cold from .&lt;br /&gt;
|-&lt;br /&gt;
| irad_aero&lt;br /&gt;
|&lt;br /&gt;
| radiation_nml&lt;br /&gt;
| aerosol optical properties are taken from climatology&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| optical properties depend on aerosol concentrations (set iart_ari = 1 in art_nml )&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
= ART Namelists =&lt;br /&gt;
&lt;br /&gt;
ICON-ART has an own namelist to modify the setup of ART simulations at runtime. The main switch for ART, lart, is located inside run_nml. The namelist for the other ART switches is called art_nml.&lt;br /&gt;
&lt;br /&gt;
A naming convention is used in order to show the type of data. An INTEGER namelist parameter starts with iart_, a REAL namelist parameter starts with rart_, a LOGICAL namelist parameter starts with lart_, and a CHARACTER namelist parameter starts with cart_.&lt;br /&gt;
&lt;br /&gt;
The ICON-ART namelist is located in the module src/namelists/mo_art_nml.f90. General namelist parameters are listed and explained within . Namelist parameters for ART input are listed within . Namelist parameters related to atmospheric chemistry are listed within . Namelist parameters related to aerosol physics are listed within . Namelist parameters related to feedback processes between aerosols and meteorological variables are listed in . Finally, namelist parameters related to physics parameterizations in ICON are listed in .&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:art_nml_gen&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ General namelist parameters to control the ART routines. For naming conventions, see . These switches are - with the exception of lart- located inside art_nml.&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| lart&lt;br /&gt;
| .FALSE.&lt;br /&gt;
| Main switch which enables the ART modules. Located in the namelist run_nml .&lt;br /&gt;
|-&lt;br /&gt;
| iart_init_aero&lt;br /&gt;
|&lt;br /&gt;
| Initialization of aerosol species. Possible values: : Initialization with 0. : Initialization with Climatology1 (not yet implemented) : Initialization from files (see )&lt;br /&gt;
|-&lt;br /&gt;
| iart_init_gas&lt;br /&gt;
|&lt;br /&gt;
| Initialization of gaseous species. Possible values: : Initialization with 0. : Initialization with Climatology1 (not yet implemented) : Initialization in modus, given by the .xml file input declaration &amp;lt;code&amp;gt;init_mode&amp;lt;/code&amp;gt;(see ) : Initialization from files (see )&lt;br /&gt;
|-&lt;br /&gt;
| lart_chem&lt;br /&gt;
| .FALSE.&lt;br /&gt;
| Enables chemistry. The chemical mechanism and the according species are set via &amp;lt;code&amp;gt;lart_chemtracer&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;lart_mecca&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| lart_pntSrc&lt;br /&gt;
| .FALSE.&lt;br /&gt;
| Enables addition of point sources for passive tracer. The sources are controled via &amp;lt;code&amp;gt;cart_pntSrc_xml&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| lart_aerosol&lt;br /&gt;
| .FALSE.&lt;br /&gt;
| Main switch for the treatment of atmospheric aerosol.&lt;br /&gt;
|-&lt;br /&gt;
| lart_diag_out&lt;br /&gt;
| .FALSE.&lt;br /&gt;
| If this switch is set to &amp;lt;code&amp;gt;.TRUE.&amp;lt;/code&amp;gt;, diagnostic output fields are available. Set it to &amp;lt;code&amp;gt;.FALSE.&amp;lt;/code&amp;gt; when facing memory problems.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:art_nml_io&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Namelist parameters to control ART input. These switches are located inside art_nml.&lt;br /&gt;
! cart_io_suffix(ndom)&lt;br /&gt;
! ’grid-number’&lt;br /&gt;
! Specifies the grid specification in ART input file name convention (see section [[#sec:name_concept|[sec:name_concept]]]). With default grid-number it is replaced by the four character string due to ICON parameter number_of_grid_used . Any other string can be included for each domain.&lt;br /&gt;
|-&lt;br /&gt;
| cart_input_folder&lt;br /&gt;
| ”&lt;br /&gt;
| Absolute path where input files, like initialization files are located.&lt;br /&gt;
|-&lt;br /&gt;
| cart_emiss_xml_file&lt;br /&gt;
| ”&lt;br /&gt;
| Path and file name to the XML file for specifying emission metadata.&lt;br /&gt;
|-&lt;br /&gt;
| cart_chemtracer_xml&lt;br /&gt;
| ”&lt;br /&gt;
| Path and file name to the XML file for specifying chemical and passive tracer.&lt;br /&gt;
|-&lt;br /&gt;
| cart_mecca_xml&lt;br /&gt;
| ”&lt;br /&gt;
| Path and file name to the XML file for specifying tracers of the MECCA chemical mechanism.&lt;br /&gt;
|-&lt;br /&gt;
| cart_aerosol_xml&lt;br /&gt;
| ”&lt;br /&gt;
| Path and file name to the XML file for specifying aerosol tracer.&lt;br /&gt;
|-&lt;br /&gt;
| cart_modes_xml&lt;br /&gt;
| ”&lt;br /&gt;
| Path and file name to the XML file for specifying aerosol modes.&lt;br /&gt;
|-&lt;br /&gt;
| cart_pntSrc_xml&lt;br /&gt;
| ”&lt;br /&gt;
| Path and file name to the XML file for specifying point source emissions.&lt;br /&gt;
|-&lt;br /&gt;
| cart_diagnostics_xml&lt;br /&gt;
| ”&lt;br /&gt;
| Path and file name to the XML file for specifying (mainly GRIB2) metadata for diagnostic output variables. Not needed for NetCDF output at the moment.&lt;br /&gt;
|-&lt;br /&gt;
| cart_ext_data_xml&lt;br /&gt;
| ”&lt;br /&gt;
| Path and file name to the XML file for specifying metadata of external datasets for prescribing tracers.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:art_nml_chem&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Namelist parameters related to atmospheric chemistry. For naming conventions, see . These switches art located inside art_nml.&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| lart_chemtracer&lt;br /&gt;
| .FALSE.&lt;br /&gt;
| Enables the computation of simplified chemistry and passive tracers.&lt;br /&gt;
|-&lt;br /&gt;
| lart_mecca&lt;br /&gt;
| .FALSE.&lt;br /&gt;
| Enables the computation of full chemistry via the MECCA package.&lt;br /&gt;
|-&lt;br /&gt;
| cart_vortex_init_date&lt;br /&gt;
| ’ ’&lt;br /&gt;
| Date of vortex initialization&lt;br /&gt;
|-&lt;br /&gt;
| cart_cheminit_file&lt;br /&gt;
| ’ ’&lt;br /&gt;
| Path to chemical initialization file&lt;br /&gt;
|-&lt;br /&gt;
| cart_cheminit_coord&lt;br /&gt;
| ’ ’&lt;br /&gt;
| Path to chemical initialization coordinate file&lt;br /&gt;
|-&lt;br /&gt;
| cart_cheminit_type&lt;br /&gt;
| ’ ’&lt;br /&gt;
| Type of chemical initialization coordinate file&lt;br /&gt;
|-&lt;br /&gt;
| lart_psc&lt;br /&gt;
| .FALSE.&lt;br /&gt;
| Switch if polar stratospheric clouds should be calculated&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:art_nml_aero&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Namelist parameters related to aerosol physics. For naming conventions, see . These switches are located in art_nml .&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| iart_seasalt&lt;br /&gt;
|&lt;br /&gt;
| Treatment of sea salt aerosol. Possible values: : No treatment. : As specified in . Add 6 to iart_ntracer .&lt;br /&gt;
|-&lt;br /&gt;
| iart_dust&lt;br /&gt;
|&lt;br /&gt;
| Treatment of mineral dust aerosol. Possible values: : No treatment. : As specified in . : Simplified version of .&lt;br /&gt;
|-&lt;br /&gt;
| iart_volcano&lt;br /&gt;
|&lt;br /&gt;
| Treatment of volcanic ash particles. Possible values: : No treatment. : 1-moment treatment. As described in . Add 6 to iart_ntracer . : 2-moment treatment. Add 6 to iart_ntracer .&lt;br /&gt;
|-&lt;br /&gt;
| cart_volcano_file&lt;br /&gt;
| ”&lt;br /&gt;
| Path and filename of the input file for the geographical position and the type of volcanoes.&lt;br /&gt;
|-&lt;br /&gt;
| iart_radioact&lt;br /&gt;
|&lt;br /&gt;
| Treatment of radioactive nuclei. Possible values: : No treatment. : As described in the ICON-ART technical documentation. An input file has to be specified via cart_radioact_file. Add 9 to iart_ntracer .&lt;br /&gt;
|-&lt;br /&gt;
| cart_radioact_file&lt;br /&gt;
| ”&lt;br /&gt;
| Path and filename of the input file for the dispersion of radioactive nuclei.&lt;br /&gt;
|-&lt;br /&gt;
| iart_pollen&lt;br /&gt;
|&lt;br /&gt;
| Treatment of pollen. Possible values: : No treatment. :&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:art_nml_iact&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Namelist parameters related to feedback processes between aerosols and meteorological variables. For naming conventions, see .&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| iart_aci_warm&lt;br /&gt;
|&lt;br /&gt;
| Treatment of warm-phase activation. Note, that inwp_gscp = 6 is a prerequisite for aerosol-cloud-interactions. Possible values: : Constant &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;qni = 200\,\mathrm{cm}^{-3}&amp;lt;/math&amp;gt; as for inwp_gscp = 4. :  with extensions .&lt;br /&gt;
|-&lt;br /&gt;
| iart_aci_cold&lt;br /&gt;
|&lt;br /&gt;
| Treatment of cold-phase nucleation. Note, that inwp_gscp = 6 is a prerequisite for aerosol-cloud-interactions. Possible values: :  scheme with constant IN properties as for inwp_gscp = 4. :  scheme with  scheme for het. nucleation. :  scheme with  scheme for het. nucleation. :  scheme with  scheme for het. nucleation. :  scheme with  scheme for het. nucleation. :  scheme with Ullrich et al. scheme for het. nucleation. :  scheme with  scheme for het. nucleation and budget variable for activated dust IN. :  scheme with prognostic mineral dust IN and budget variable for activated dust IN.&lt;br /&gt;
|-&lt;br /&gt;
| iart_ari&lt;br /&gt;
|&lt;br /&gt;
| Direct interaction of simulated aerosol with radiation (here default: irad_aero = 6 ).: no interaction : with interaction. Set irad_aero = 9 in radiation_nml&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:art_nml_physparam&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;|+ Namelist parameters related to physics parameterizations in ICON. For naming conventions, see . These switches art located inside art_nml .&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| lart_conv&lt;br /&gt;
| .TRUE.&lt;br /&gt;
| Consider tendencies due to the convection parameterization.&lt;br /&gt;
|-&lt;br /&gt;
| lart_turb&lt;br /&gt;
| .TRUE.&lt;br /&gt;
| Consider tendencies due to the turbulent diffusion parameterization.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=32</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=32"/>
		<updated>2022-09-15T09:18:54Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Getting Started =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
ICON-ART is a state-of-the-science seamless model system for the whole atmosphere (physics and composition) that comprises the key components of the next generation Earth system model in Germany. ICON is a global weather and climate model solves the full three-dimensional non-hydrostatic and compressible Navier-Stokes equations on an icosahedral grid and allows seamless predictions from local to global scales. Aerosol and Reactive Trace gases (ART), as a submodule of ICON, supplements the model by including emissions, transport, gas phase chemistry, and aerosol dynamics in the troposphere and stratosphere (as seen in figure [[#ART-capabilities|1.1]]).&lt;br /&gt;
&lt;br /&gt;
[[File:ART-capabilities.png|thumb|none|alt=Capabilities of ICON-ART and how they relate to each other.|Capabilities of ICON-ART and how they relate to each other.]]&lt;br /&gt;
&lt;br /&gt;
Being a seamless model makes it possible to use ART to simulate processes overarching multiple scales, like the emission of greenhouse gases, aerosol-cloud interactions and atmospheric chemistry as indicated in figure [[#ART-seamless|1.2]]. It also enables its use as a prediction tool for the production of renewable energy.&lt;br /&gt;
&lt;br /&gt;
[[File:ART-seamless.png|thumb|none|alt=ICON-ART’s cpabilities for seamless prediction.|ICON-ART’s cpabilities for seamless prediction.]]&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A user who wants to work with ICON-ART has to sign the ICON license agreement with the German Weatherservice (DWD) and Max-Planck-Institute for Meteorology (MPI-M) first. Further information can be found on the following website:&lt;br /&gt;
&lt;br /&gt;
https://code.mpimet.mpg.de/projects/iconpublic&lt;br /&gt;
&lt;br /&gt;
In order to obtain the ART code, the institution that wants to use ICON-ART has to sign an additional license agreement with Karlsruhe Institute of Technology (KIT). Further information can be found on the following website:&lt;br /&gt;
&lt;br /&gt;
http://icon-art.imk-tro.kit.edu&lt;br /&gt;
&lt;br /&gt;
After you have signed the license agreement, you will be provided with a compressed file with the recent source code of ART which is called ART-v&amp;amp;lt;X&amp;amp;gt;.&amp;amp;lt;YY&amp;amp;gt;.tar.gz. &amp;amp;lt;X&amp;amp;gt; and &amp;amp;lt;YY&amp;amp;gt; indicate the version numbers.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
In this section, a brief description of how to compile ICON-ART is given. The user has to do the same steps as compiling ICON with a few additions. The reader is referred to  in order to compile ICON successfully. First, the ART-v&amp;amp;lt;X&amp;amp;gt;.&amp;amp;lt;YY&amp;amp;gt;.tar.gz file has to uncompressed. You will obtain a directory, which should be copied inside the ICON source directory $ICON-DIR/src/. In the following, we refer to this directory&amp;lt;br /&amp;gt;&lt;br /&gt;
$ICON-DIR/src/ART-v&amp;amp;lt;X&amp;amp;gt;.&amp;amp;lt;YY&amp;amp;gt; as $ARTDIR.&lt;br /&gt;
&lt;br /&gt;
If you have compiled ICON as recommended first without ART, you have to do clean up first:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;   make distclean&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In order to compile ICON-ART, an additional flag has to be set at the configuration command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;   ./config/dkrz/mistral.intel --enable-art&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
By setting –with-art a compiler flag -D__ICON_ART is set. This flag tells the preprocessor to compile the code inside the ART interfaces and hence connect the ICON code with the ART code. As soon as the configuration is finished, you can start to compile the ICON-ART code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;   make -j8&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
== Running a Job ==&lt;br /&gt;
&lt;br /&gt;
For a user who succeeded in running the ICON model, there are only a few steps to run the ART extension along with the ICON model. A description how to run the ICON model can be found in .&lt;br /&gt;
&lt;br /&gt;
In order to run ICON-ART, one has to do the following steps:&lt;br /&gt;
&lt;br /&gt;
* Configure the code with the additional flag –enable-art as described in .&lt;br /&gt;
* Prepare the input data&lt;br /&gt;
* Inside the runscript in the namelist run_nml, set the main switch for ICON-ART to true: lart = .true.&lt;br /&gt;
* Add a namelist art_nml and choose the namelist parameters for the ART setup as described in .&lt;br /&gt;
* Adapt the XML files for tracers, emi. The number of tracers related to a specific setup is equal to the number of possible prognostic output fields as described in .&lt;br /&gt;
* Add an output namelist as described in for the species you are interested in.&lt;br /&gt;
* Submit the job analogous to an ICON job.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=29</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=29"/>
		<updated>2022-09-08T09:19:17Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Getting Started =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
ICON-ART is a state-of-the-science seamless model system for the whole atmosphere (physics and composition) that comprises the key components of the next generation Earth system model in Germany. ICON is a global weather and climate model solves the full three-dimensional non-hydrostatic and compressible Navier-Stokes equations on an icosahedral grid and allows seamless predictions from local to global scales. Aerosol and Reactive Trace gases (ART), as a submodule of ICON, supplements the model by including emissions, transport, gas phase chemistry, and aerosol dynamics in the troposphere and stratosphere (as seen in figure [[#ART-capabilities|1.1]]).&lt;br /&gt;
&lt;br /&gt;
[[File:ART-capabilities.png|thumb|none|alt=Capabilities of ICON-ART and how they relate to each other.|Capabilities of ICON-ART and how they relate to each other.]]&lt;br /&gt;
&lt;br /&gt;
Being a seamless model makes it possible to use ART to simulate processes overarching multiple scales, like the emission of greenhouse gases, aerosol-cloud interactions and atmospheric chemistry as indicated in figure [[#ART-seamless|1.2]]. It also enables its use as a prediction tool for the production of renewable energy.&lt;br /&gt;
&lt;br /&gt;
[[File:ART-seamless.png|thumb|none|alt=ICON-ART’s cpabilities for seamless prediction.|ICON-ART’s cpabilities for seamless prediction.]]&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Last Update: 2014/06/18 Daniel Rieger&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A user who wants to work with ICON-ART has to sign the ICON license agreement with the German Weatherservice (DWD) and Max-Planck-Institute for Meteorology (MPI-M) first. Further information can be found on the following website:&lt;br /&gt;
&lt;br /&gt;
https://code.mpimet.mpg.de/projects/iconpublic&lt;br /&gt;
&lt;br /&gt;
In order to obtain the ART code, the institution that wants to use ICON-ART has to sign an additional license agreement with Karlsruhe Institute of Technology (KIT). Further information can be found on the following website:&lt;br /&gt;
&lt;br /&gt;
http://icon-art.imk-tro.kit.edu&lt;br /&gt;
&lt;br /&gt;
After you have signed the license agreement, you will be provided with a compressed file with the recent source code of ART which is called ART-v&amp;amp;lt;X&amp;amp;gt;.&amp;amp;lt;YY&amp;amp;gt;.tar.gz. &amp;amp;lt;X&amp;amp;gt; and &amp;amp;lt;YY&amp;amp;gt; indicate the version numbers.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Last Update: 2016/05/25 Jonas Straub&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In this section, a brief description of how to compile ICON-ART is given. The user has to do the same steps as compiling ICON with a few additions. The reader is referred to  in order to compile ICON successfully. First, the ART-v&amp;amp;lt;X&amp;amp;gt;.&amp;amp;lt;YY&amp;amp;gt;.tar.gz file has to uncompressed. You will obtain a directory, which should be copied inside the ICON source directory $ICON-DIR/src/. In the following, we refer to this directory&amp;lt;br /&amp;gt;&lt;br /&gt;
$ICON-DIR/src/ART-v&amp;amp;lt;X&amp;amp;gt;.&amp;amp;lt;YY&amp;amp;gt; as $ARTDIR.&lt;br /&gt;
&lt;br /&gt;
If you have compiled ICON as recommended first without ART, you have to do clean up first:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;   make distclean&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In order to compile ICON-ART, an additional flag has to be set at the configuration command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;   ./config/dkrz/mistral.intel --enable-art&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
By setting –with-art a compiler flag -D__ICON_ART is set. This flag tells the preprocessor to compile the code inside the ART interfaces and hence connect the ICON code with the ART code. As soon as the configuration is finished, you can start to compile the ICON-ART code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;   make -j8&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
== Running a Job ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Last Update: 2016/05/25 Jonas Straub&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For a user who succeeded in running the ICON model, there are only a few steps to run the ART extension along with the ICON model. A description how to run the ICON model can be found in .&lt;br /&gt;
&lt;br /&gt;
In order to run ICON-ART, one has to do the following steps:&lt;br /&gt;
&lt;br /&gt;
* Configure the code with the additional flag –enable-art as described in .&lt;br /&gt;
* Prepare the input data&lt;br /&gt;
* Inside the runscript in the namelist run_nml, set the main switch for ICON-ART to true: lart = .true.&lt;br /&gt;
* Add a namelist art_nml and choose the namelist parameters for the ART setup as described in .&lt;br /&gt;
* Adapt the XML files for tracers, emi. The number of tracers related to a specific setup is equal to the number of possible prognostic output fields as described in .&lt;br /&gt;
* Add an output namelist as described in for the species you are interested in.&lt;br /&gt;
* Submit the job analogous to an ICON job.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=28</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=28"/>
		<updated>2022-09-08T09:18:28Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Getting Started =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
ICON-ART is a state-of-the-science seamless model system for the whole atmosphere (physics and composition) that comprises the key components of the next generation Earth system model in Germany. ICON is a global weather and climate model solves the full three-dimensional non-hydrostatic and compressible Navier-Stokes equations on an icosahedral grid and allows seamless predictions from local to global scales. Aerosol and Reactive Trace gases (ART), as a submodule of ICON, supplements the model by including emissions, transport, gas phase chemistry, and aerosol dynamics in the troposphere and stratosphere (as seen in figure [[#ART-capabilities|1.1]]).&lt;br /&gt;
&lt;br /&gt;
[[File:ART-capabilities.png|thumb|none|alt=Capabilities of ICON-ART and how they relate to each other.|Capabilities of ICON-ART and how they relate to each other.]]&lt;br /&gt;
&lt;br /&gt;
Being a seamless model makes it possible to use ART to simulate processes overarching multiple scales, like the emission of greenhouse gases, aerosol-cloud interactions and atmospheric chemistry as indicated in figure [[#ART-seamless|1.2]]. It also enables its use as a prediction tool for the production of renewable energy.&lt;br /&gt;
&lt;br /&gt;
[[File:ART-seamless.png|thumb|none|alt=ICON-ART’s cpabilities for seamless prediction.|ICON-ART’s cpabilities for seamless prediction.]]&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Last Update: 2014/06/18 Daniel Rieger&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A user who wants to work with ICON-ART has to sign the ICON license agreement with the German Weatherservice (DWD) and Max-Planck-Institute for Meteorology (MPI-M) first. Further information can be found on the following website:&lt;br /&gt;
&lt;br /&gt;
https://code.mpimet.mpg.de/projects/iconpublic&lt;br /&gt;
&lt;br /&gt;
In order to obtain the ART code, the institution that wants to use ICON-ART has to sign an additional license agreement with Karlsruhe Institute of Technology (KIT). Further information can be found on the following website:&lt;br /&gt;
&lt;br /&gt;
http://icon-art.imk-tro.kit.edu&lt;br /&gt;
&lt;br /&gt;
After you have signed the license agreement, you will be provided with a compressed file with the recent source code of ART which is called ART-v&amp;amp;lt;X&amp;amp;gt;.&amp;amp;lt;YY&amp;amp;gt;.tar.gz. &amp;amp;lt;X&amp;amp;gt; and &amp;amp;lt;YY&amp;amp;gt; indicate the version numbers.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Last Update: 2016/05/25 Jonas Straub&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In this section, a brief description of how to compile ICON-ART is given. The user has to do the same steps as compiling ICON with a few additions. The reader is referred to  in order to compile ICON successfully. First, the ART-v&amp;amp;lt;X&amp;amp;gt;.&amp;amp;lt;YY&amp;amp;gt;.tar.gz file has to uncompressed. You will obtain a directory, which should be copied inside the ICON source directory $ICON-DIR/src/. In the following, we refer to this directory&amp;lt;br /&amp;gt;&lt;br /&gt;
$ICON-DIR/src/ART-v&amp;amp;lt;X&amp;amp;gt;.&amp;amp;lt;YY&amp;amp;gt; as $ARTDIR.&lt;br /&gt;
&lt;br /&gt;
If you have compiled ICON as recommended first without ART, you have to do clean up first:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;   make distclean&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In order to compile ICON-ART, an additional flag has to be set at the configuration command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;   ./config/dkrz/mistral.intel --enable-art&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
By setting –with-art a compiler flag -D__ICON_ART is set. This flag tells the preprocessor to compile the code inside the ART interfaces and hence connect the ICON code with the ART code. As soon as the configuration is finished, you can start to compile the ICON-ART code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;   ./build_command&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
== Running a Job ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Last Update: 2016/05/25 Jonas Straub&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For a user who succeeded in running the ICON model, there are only a few steps to run the ART extension along with the ICON model. A description how to run the ICON model can be found in .&lt;br /&gt;
&lt;br /&gt;
In order to run ICON-ART, one has to do the following steps:&lt;br /&gt;
&lt;br /&gt;
* Configure the code with the additional flag –enable-art as described in .&lt;br /&gt;
* Prepare the input data&lt;br /&gt;
* Inside the runscript in the namelist run_nml, set the main switch for ICON-ART to true: lart = .true.&lt;br /&gt;
* Add a namelist art_nml and choose the namelist parameters for the ART setup as described in .&lt;br /&gt;
* Adapt the XML files for tracers, emi. The number of tracers related to a specific setup is equal to the number of possible prognostic output fields as described in .&lt;br /&gt;
* Add an output namelist as described in for the species you are interested in.&lt;br /&gt;
* Submit the job analogous to an ICON job.&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Main_Page&amp;diff=27</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Main_Page&amp;diff=27"/>
		<updated>2022-09-08T09:10:01Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;ICON-ART Wiki is under construction!&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started Getting Started]&lt;br /&gt;
* [https://www.icon-art.kit.edu/userguide/index.php?title=Input Input]&lt;br /&gt;
* [https://www.icon-art.kit.edu/userguide/index.php?title=Namelist Namelist]&lt;br /&gt;
* [https://www.icon-art.kit.edu/userguide/index.php?title=Output Output]&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
	<entry>
		<id>https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=12</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.icon-art.kit.edu/userguide/index.php?title=Getting_Started&amp;diff=12"/>
		<updated>2022-09-02T11:01:29Z</updated>

		<summary type="html">&lt;p&gt;Admin 1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;h1 id=&amp;quot;chap:gettingstarted&amp;quot;&amp;gt;Getting Started&amp;lt;/h1&amp;gt;                                                                       &amp;lt;h2 id=&amp;quot;overview&amp;quot;&amp;gt;Overview&amp;lt;/h2&amp;gt;                                                                                         &amp;lt;p&amp;gt;ICON-ART is a state-of-the-science seamless model system for the                                                     whole atmosphere (physics and composition) that comprises the key                                                       components of the next generation Earth system model in Germany. ICON is                                                a global weather and climate model solves the full three-dimensional                                                    non-hydrostatic and compressible Navier-Stokes equations on an                                                          icosahedral grid and allows seamless predictions from local to global                                                   scales. Aerosol and Reactive Trace gases (ART), as a submodule of ICON,                                                 supplements the model by including emissions, transport, gas phase                                                      chemistry, and aerosol dynamics in the troposphere and stratosphere (as                                                 seen in figure &amp;lt;a href=&amp;quot;#ART-capabilities&amp;quot; data-reference-type=&amp;quot;ref&amp;quot;                                                    data-reference=&amp;quot;ART-capabilities&amp;quot;&amp;gt;1.1&amp;lt;/a&amp;gt;).&amp;lt;/p&amp;gt;                                                                         &amp;lt;figure&amp;gt;                                                                                                                &amp;lt;img src=&amp;quot;figures/ART-capabilities.png&amp;quot; id=&amp;quot;ART-capabilities&amp;quot;                                                           alt=&amp;quot;Capabilities of ICON-ART and how they relate to each other.&amp;quot; /&amp;gt;                                                    &amp;lt;figcaption aria-hidden=&amp;quot;true&amp;quot;&amp;gt;Capabilities of ICON-ART and how they                                                    relate to each other.&amp;lt;/figcaption&amp;gt;                                                                                      &amp;lt;/figure&amp;gt;                                                                                                               &amp;lt;p&amp;gt;Being a seamless model makes it possible to use ART to simulate                                                      processes overarching multiple scales, like the emission of greenhouse                                                  gases, aerosol-cloud interactions and atmospheric chemistry as indicated                                                in figure &amp;lt;a href=&amp;quot;#ART-seamless&amp;quot; data-reference-type=&amp;quot;ref&amp;quot;                                                             data-reference=&amp;quot;ART-seamless&amp;quot;&amp;gt;1.2&amp;lt;/a&amp;gt;. It also enables its use as a                                                     prediction tool for the production of renewable energy.&amp;lt;/p&amp;gt;                                                             &amp;lt;figure&amp;gt;                                                                                                                &amp;lt;img src=&amp;quot;figures/ART-seamless.png&amp;quot; id=&amp;quot;ART-seamless&amp;quot;                                                                   alt=&amp;quot;ICON-ARTÔÇÖs cpabilities for seamless prediction.&amp;quot; /&amp;gt;                                                              &amp;lt;figcaption aria-hidden=&amp;quot;true&amp;quot;&amp;gt;ICON-ARTÔÇÖs cpabilities for seamless                                                    prediction.&amp;lt;/figcaption&amp;gt;                                                                                                &amp;lt;/figure&amp;gt;                                                                                                               &amp;lt;h2 id=&amp;quot;sec:general_remarks&amp;quot;&amp;gt;Getting the source code&amp;lt;/h2&amp;gt;                                                                                                                                  &amp;lt;p&amp;gt;A user who wants to work with ICON-ART has to sign the ICON license                                                  agreement with the German Weatherservice (DWD) and Max-Planck-Institute                                                 for Meteorology (MPI-M) first. Further information can be found on the                                                  following website:&amp;lt;/p&amp;gt;                                                                                                  &amp;lt;p&amp;gt;&amp;lt;a                                                                                                                   href=&amp;quot;https://code.mpimet.mpg.de/projects/iconpublic&amp;quot;&amp;gt;https://code.mpimet.mpg.de/projects/iconpublic&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;            &amp;lt;p&amp;gt;In order to obtain the ART code, the institution that wants to use                                                   ICON-ART has to sign an additional license agreement with Karlsruhe                                                     Institute of Technology (KIT). Further information can be found on the                                                  following website:&amp;lt;/p&amp;gt;                                                                                                  &amp;lt;p&amp;gt;&amp;lt;a                                                                                                                   href=&amp;quot;http://icon-art.imk-tro.kit.edu&amp;quot;&amp;gt;http://icon-art.imk-tro.kit.edu&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;                                          &amp;lt;p&amp;gt;After you have signed the license agreement, you will be provided                                                    with a compressed file with the recent source code of ART which is                                                      called ART-v&amp;amp;lt;X&amp;amp;gt;.&amp;amp;lt;YY&amp;amp;gt;.tar.gz. &amp;amp;lt;X&amp;amp;gt; and &amp;amp;lt;YY&amp;amp;gt;                                                       indicate the version numbers.&amp;lt;/p&amp;gt;                                                                                       &amp;lt;h2 id=&amp;quot;sec:installation&amp;quot;&amp;gt;Installation&amp;lt;/h2&amp;gt;                                                                                                                                                 &amp;lt;p&amp;gt;In this section, a brief description of how to compile ICON-ART is                                                   given. The user has to do the same steps as compiling ICON with a few                                                   additions. The reader is referred to &amp;lt;span class=&amp;quot;citation&amp;quot;                                                             data-cites=&amp;quot;icon:user_guide&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; in order to compile ICON                                                           successfully. First, the ART-v&amp;amp;lt;X&amp;amp;gt;.&amp;amp;lt;YY&amp;amp;gt;.tar.gz file has to                                                   uncompressed. You will obtain a directory, which should be copied inside                                                the ICON source directory $ICON-DIR/src/. In the following, we refer to                                                 this directory&amp;lt;br /&amp;gt;                                                                                                    $ICON-DIR/src/ART-v&amp;amp;lt;X&amp;amp;gt;.&amp;amp;lt;YY&amp;amp;gt; as $ARTDIR.&amp;lt;/p&amp;gt;                                                                 &amp;lt;p&amp;gt;If you have compiled ICON as recommended first without ART, you have                                                 to do clean up first:&amp;lt;/p&amp;gt;                                                                                               &amp;lt;div class=&amp;quot;small&amp;quot;&amp;gt;                                                                                                     &amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;   make distclean&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;                                                                               &amp;lt;/div&amp;gt;                                                                                                                  &amp;lt;p&amp;gt;In order to compile ICON-ART, an additional flag has to be set at the                                                configuration command:&amp;lt;/p&amp;gt;                                                                                              &amp;lt;div class=&amp;quot;small&amp;quot;&amp;gt;                                                                                                     &amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;   ./configure --with-fortran=cray --with-art&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;                                                   &amp;lt;/div&amp;gt;                                                                                                                  &amp;lt;p&amp;gt;By setting ÔÇôwith-art a compiler flag -D__ICON_ART is set. This flag                                                tells the preprocessor to compile the code inside the ART interfaces and                                                hence connect the ICON code with the ART code. As soon as the                                                           configuration is finished, you can start to compile the ICON-ART                                                        code:&amp;lt;/p&amp;gt;                                                                                                               &amp;lt;div class=&amp;quot;small&amp;quot;&amp;gt;                                                                                                     &amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;   ./build_command&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;                                                                              &amp;lt;/div&amp;gt;                                                                                                                  &amp;lt;h2 id=&amp;quot;running-a-job&amp;quot;&amp;gt;Running a Job&amp;lt;/h2&amp;gt;                                                                               &amp;lt;p&amp;gt;For a user who succeeded in running the ICON model, there are only a                                                 few steps to run the ART extension along with the ICON model. A                                                         description how to run the ICON model can be found in &amp;lt;span                                                             class=&amp;quot;citation&amp;quot; data-cites=&amp;quot;icon:user_guide&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;/p&amp;gt;                                                              &amp;lt;p&amp;gt;In order to run ICON-ART, one has to do the following steps:&amp;lt;/p&amp;gt;                                                     &amp;lt;ul&amp;gt;                                                                                                                    &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Configure the code with the additional flag ÔÇôenable-art as                                                     described in &amp;lt;a href=&amp;quot;#sec:installation&amp;quot; data-reference-type=&amp;quot;autoref&amp;quot;                                                  data-reference=&amp;quot;sec:installation&amp;quot;&amp;gt;[sec:installation]&amp;lt;/a&amp;gt;.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;                                                      &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Prepare the input data&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;                                                                                  &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Inside the runscript in the namelist run_nml, set the main switch                                                for ICON-ART to true: lart = .true.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;                                                                            &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Add a namelist art_nml and choose the namelist parameters for the                                                ART setup as described in &amp;lt;a href=&amp;quot;#chap:namelist&amp;quot;                                                                      data-reference-type=&amp;quot;autoref&amp;quot;                                                                                           data-reference=&amp;quot;chap:namelist&amp;quot;&amp;gt;[chap:namelist]&amp;lt;/a&amp;gt;.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;                                                            &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Adapt the XML files for tracers, emi. The number of tracers                                                      related to a specific setup is equal to the number of possible                                                          prognostic output fields as described in &amp;lt;a href=&amp;quot;#chap:output&amp;quot;                                                         data-reference-type=&amp;quot;autoref&amp;quot;                                                                                           data-reference=&amp;quot;chap:output&amp;quot;&amp;gt;[chap:output]&amp;lt;/a&amp;gt;.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;                                                                &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Add an output namelist as described in &amp;lt;a href=&amp;quot;#chap:output&amp;quot;                                                    data-reference-type=&amp;quot;autoref&amp;quot;                                                                                           data-reference=&amp;quot;chap:output&amp;quot;&amp;gt;[chap:output]&amp;lt;/a&amp;gt; for the species you are                                                  interested in.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;                                                                                                 &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Submit the job analogous to an ICON job.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;                                                                &amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin 1</name></author>
	</entry>
</feed>