Namelist: Difference between revisions
(Created page with "<h1 id="chap:namelist">Recommended ICON Namelist Settings</h1> <p><em>Last Update: 2017/01/30 Daniel Rieger</em></p>...") |
(used the pandoc -> mediawiki markdown converted text instead of pandoc -> html and added some formatting to the tables) |
||
Line 1: | Line 1: | ||
= Recommended ICON Namelist Settings = |
|||
<h1 id="chap:namelist">Recommended ICON Namelist Settings</h1> <p><em>Last Update: 2017/01/30 Daniel Rieger</em></p> <p>It is necessary for the user to choose the ICON settings carefully. Part of the values listed in <a href="#tab:icon_tracer_nml" data-reference-type="autoref" data-reference="tab:icon_tracer_nml">[tab:icon_tracer_nml]</a> 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.</p> <div id="tab:icon_tracer_nml"> <table> <caption>Recommended ICON namelist settings for ART tracers.</caption> <thead> <tr class="header"> <th style="text-align: left;"></th> <th style="text-align: left;"></th> <th style="text-align: left;"></th> <th style="text-align: left;"><strong>Description</strong></th> </tr> </thead> <tbody> <tr class="odd"> <td style="text-align: left;">dtime</td> <td style="text-align: left;">-</td> <td style="text-align: left;">run_nml</td> <td style="text-align: left;">If facing stability problems, it is recommended to use a shorter time step as recommended by operational setups (e.g. <span class="math inline">$\frac{3}{5}\cdot$</span>dtime<span class="math inline"><sub><em>o</em><em>p</em><em>e</em><em>r</em></sub></span>).</td> </tr> <tr class="even"> <td style="text-align: left;">ndyn_substeps</td> <td style="text-align: left;">-</td> <td style="text-align: left;">run_nml</td> <td style="text-align: left;">There is no need to call the dynamics more often than in operational setup. Adjust it according to your dtime choice.</td> </tr> <tr class="odd"> <td style="text-align: left;">inwp_gscp</td> <td style="text-align: left;"></td> <td style="text-align: left;"><strong></strong> nwp_phy_nml</td> <td style="text-align: left;">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 <a href="#tab:art_nml_iact" data-reference-type="autoref" data-reference="tab:art_nml_iact">[tab:art_nml_iact]</a>.</td> </tr> <tr class="even"> <td style="text-align: left;">irad_aero</td> <td style="text-align: left;"></td> <td style="text-align: left;">radiation_nml</td> <td style="text-align: left;">aerosol optical properties are taken from climatology</td> </tr> <tr class="odd"> <td style="text-align: left;"></td> <td style="text-align: left;"></td> <td style="text-align: left;"></td> <td style="text-align: left;">optical properties depend on aerosol concentrations (set iart_ari = 1 in art_nml )</td> </tr> </tbody> </table> </div> <h1 id="sec:artnamelist">ART Namelists</h1> <p><em>Last Update: 2020/06/30 Michael Weimer</em></p> <p>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.</p> <p>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_.</p> <p>The ICON-ART namelist is located in the module src/namelists/mo_art_nml.f90. General namelist parameters are listed and explained within <a href="#tab:art_nml_gen" data-reference-type="autoref" data-reference="tab:art_nml_gen">[tab:art_nml_gen]</a>. Namelist parameters for ART input are listed within <a href="#tab:art_nml_io" data-reference-type="autoref" data-reference="tab:art_nml_io">[tab:art_nml_io]</a>. Namelist parameters related to atmospheric chemistry are listed within <a href="#tab:art_nml_chem" data-reference-type="autoref" data-reference="tab:art_nml_chem">[tab:art_nml_chem]</a>. Namelist parameters related to aerosol physics are listed within <a href="#tab:art_nml_aero" data-reference-type="autoref" data-reference="tab:art_nml_aero">[tab:art_nml_aero]</a>. Namelist parameters related to feedback processes between aerosols and meteorological variables are listed in <a href="#tab:art_nml_iact" data-reference-type="autoref" data-reference="tab:art_nml_iact">[tab:art_nml_iact]</a>. Finally, namelist parameters related to physics parameterizations in ICON are listed in <a href="#tab:art_nml_physparam" data-reference-type="autoref" data-reference="tab:art_nml_physparam">[tab:art_nml_physparam]</a>.</p> <div id="tab:art_nml_gen"> <table> <caption>General namelist parameters to control the ART routines. For naming conventions, see <a href="#sec:artnamelist" data-reference-type="autoref" data-reference="sec:artnamelist">[sec:artnamelist]</a>. These switches are - with the exception of lart- located inside art_nml.</caption> <thead> <tr class="header"> <th style="text-align: left;"></th> <th style="text-align: left;"></th> <th style="text-align: left;"><strong>Description</strong></th> </tr> </thead> <tbody> <tr class="odd"> <td style="text-align: left;">lart</td> <td style="text-align: left;">.FALSE.</td> <td style="text-align: left;">Main switch which enables the ART modules. Located in the namelist run_nml .</td> </tr> <tr class="even"> <td style="text-align: left;">iart_init_aero</td> <td style="text-align: left;"></td> <td style="text-align: left;">Initialization of aerosol species. Possible values: : Initialization with 0. : Initialization with Climatology1 (not yet implemented) : Initialization from files (see <a href="#sec:init" data-reference-type="autoref" data-reference="sec:init">[sec:init]</a>)</td> </tr> <tr class="odd"> <td style="text-align: left;">iart_init_gas</td> <td style="text-align: left;"></td> <td style="text-align: left;">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 <code>init_mode</code>(see <a href="#sec:init" data-reference-type="autoref" data-reference="sec:init">[sec:init]</a>) : Initialization from files (see <a href="#sec:init" data-reference-type="autoref" data-reference="sec:init">[sec:init]</a>)</td> </tr> <tr class="even"> <td style="text-align: left;">lart_chem</td> <td style="text-align: left;">.FALSE.</td> <td style="text-align: left;">Enables chemistry. The chemical mechanism and the according species are set via <code>lart_chemtracer</code> and <code>lart_mecca</code>.</td> </tr> <tr class="odd"> <td style="text-align: left;">lart_pntSrc</td> <td style="text-align: left;">.FALSE.</td> <td style="text-align: left;">Enables addition of point sources for passive tracer. The sources are controled via <code>cart_pntSrc_xml</code>.</td> </tr> <tr class="even"> <td style="text-align: left;">lart_aerosol</td> <td style="text-align: left;">.FALSE.</td> <td style="text-align: left;">Main switch for the treatment of atmospheric aerosol.</td> </tr> <tr class="odd"> <td style="text-align: left;">lart_diag_out</td> <td style="text-align: left;">.FALSE.</td> <td style="text-align: left;">If this switch is set to <code>.TRUE.</code>, diagnostic output fields are available. Set it to <code>.FALSE.</code> when facing memory problems.</td> </tr> </tbody> </table> </div> <div id="tab:art_nml_io"> <table> <caption>Namelist parameters to control ART input. These switches are located inside art_nml.</caption> <thead> <tr class="header"> <th style="text-align: left;">cart_io_suffix(ndom)</th> <th style="text-align: left;">grid-number</th> <th style="text-align: left;">Specifies the grid specification in ART input file name convention (see section <a href="#sec:name_concept" data-reference-type="ref" data-reference="sec:name_concept">[sec:name_concept]</a>). 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.</th> </tr> </thead> <tbody> <tr class="odd"> <td style="text-align: left;">cart_input_folder</td> <td style="text-align: left;"></td> <td style="text-align: left;">Absolute path where input files, like initialization files are located.</td> </tr> <tr class="even"> <td style="text-align: left;">cart_emiss_xml_file</td> <td style="text-align: left;"></td> <td style="text-align: left;">Path and file name to the XML file for specifying emission metadata.</td> </tr> <tr class="odd"> <td style="text-align: left;">cart_chemtracer_xml</td> <td style="text-align: left;"></td> <td style="text-align: left;">Path and file name to the XML file for specifying chemical and passive tracer.</td> </tr> <tr class="even"> <td style="text-align: left;">cart_mecca_xml</td> <td style="text-align: left;"></td> <td style="text-align: left;">Path and file name to the XML file for specifying tracers of the MECCA chemical mechanism.</td> </tr> <tr class="odd"> <td style="text-align: left;">cart_aerosol_xml</td> <td style="text-align: left;"></td> <td style="text-align: left;">Path and file name to the XML file for specifying aerosol tracer.</td> </tr> <tr class="even"> <td style="text-align: left;">cart_modes_xml</td> <td style="text-align: left;"></td> <td style="text-align: left;">Path and file name to the XML file for specifying aerosol modes.</td> </tr> <tr class="odd"> <td style="text-align: left;">cart_pntSrc_xml</td> <td style="text-align: left;"></td> <td style="text-align: left;">Path and file name to the XML file for specifying point source emissions.</td> </tr> <tr class="even"> <td style="text-align: left;">cart_diagnostics_xml</td> <td style="text-align: left;"></td> <td style="text-align: left;">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.</td> </tr> <tr class="odd"> <td style="text-align: left;">cart_ext_data_xml</td> <td style="text-align: left;"></td> <td style="text-align: left;">Path and file name to the XML file for specifying metadata of external datasets for prescribing tracers.</td> </tr> </tbody> </table> </div> <div id="tab:art_nml_chem"> <table> <caption>Namelist parameters related to atmospheric chemistry. For naming conventions, see <a href="#sec:artnamelist" data-reference-type="autoref" data-reference="sec:artnamelist">[sec:artnamelist]</a>. These switches art located inside art_nml.</caption> <thead> <tr class="header"> <th style="text-align: left;"></th> <th style="text-align: left;"></th> <th style="text-align: left;"><strong>Description</strong></th> </tr> </thead> <tbody> <tr class="odd"> <td style="text-align: left;">lart_chemtracer</td> <td style="text-align: left;">.FALSE.</td> <td style="text-align: left;">Enables the computation of simplified chemistry and passive tracers.</td> </tr> <tr class="even"> <td style="text-align: left;">lart_mecca</td> <td style="text-align: left;">.FALSE.</td> <td style="text-align: left;">Enables the computation of full chemistry via the MECCA package.</td> </tr> <tr class="odd"> <td style="text-align: left;">cart_vortex_init_date</td> <td style="text-align: left;"> </td> <td style="text-align: left;">Date of vortex initialization</td> </tr> <tr class="even"> <td style="text-align: left;">cart_cheminit_file</td> <td style="text-align: left;"> </td> <td style="text-align: left;">Path to chemical initialization file</td> </tr> <tr class="odd"> <td style="text-align: left;">cart_cheminit_coord</td> <td style="text-align: left;"> </td> <td style="text-align: left;">Path to chemical initialization coordinate file</td> </tr> <tr class="even"> <td style="text-align: left;">cart_cheminit_type</td> <td style="text-align: left;"> </td> <td style="text-align: left;">Type of chemical initialization coordinate file</td> </tr> <tr class="odd"> <td style="text-align: left;">lart_psc</td> <td style="text-align: left;">.FALSE.</td> <td style="text-align: left;">Switch if polar stratospheric clouds should be calculated</td> </tr> </tbody> </table> </div> <div id="tab:art_nml_aero"> <table> <caption>Namelist parameters related to aerosol physics. For naming conventions, see <a href="#sec:artnamelist" data-reference-type="autoref" data-reference="sec:artnamelist">[sec:artnamelist]</a>. These switches are located in art_nml .</caption> <thead> <tr class="header"> <th style="text-align: left;"></th> <th style="text-align: left;"></th> <th style="text-align: left;"><strong>Description</strong></th> </tr> </thead> <tbody> <tr class="odd"> <td style="text-align: left;">iart_seasalt</td> <td style="text-align: left;"></td> <td style="text-align: left;">Treatment of sea salt aerosol. Possible values: : No treatment. : As specified in <span class="citation" data-cites="lundgren06"></span>. Add 6 to iart_ntracer .</td> </tr> <tr class="even"> <td style="text-align: left;">iart_dust</td> <td style="text-align: left;"></td> <td style="text-align: left;">Treatment of mineral dust aerosol. Possible values: : No treatment. : As specified in <span class="citation" data-cites="rieger2014_dust Vogel_2006"></span>. : Simplified version of <span class="citation" data-cites="rieger2014_dust Vogel_2006"></span>.</td> </tr> <tr class="odd"> <td style="text-align: left;">iart_volcano</td> <td style="text-align: left;"></td> <td style="text-align: left;">Treatment of volcanic ash particles. Possible values: : No treatment. : 1-moment treatment. As described in <span class="citation" data-cites="rieger2014_iconart"></span>. Add 6 to iart_ntracer . : 2-moment treatment. Add 6 to iart_ntracer .</td> </tr> <tr class="even"> <td style="text-align: left;">cart_volcano_file</td> <td style="text-align: left;"></td> <td style="text-align: left;">Path and filename of the input file for the geographical position and the type of volcanoes.</td> </tr> <tr class="odd"> <td style="text-align: left;">iart_radioact</td> <td style="text-align: left;"></td> <td style="text-align: left;">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 .</td> </tr> <tr class="even"> <td style="text-align: left;">cart_radioact_file</td> <td style="text-align: left;"></td> <td style="text-align: left;">Path and filename of the input file for the dispersion of radioactive nuclei.</td> </tr> <tr class="odd"> <td style="text-align: left;">iart_pollen</td> <td style="text-align: left;"></td> <td style="text-align: left;">Treatment of pollen. Possible values: : No treatment. :</td> </tr> </tbody> </table> </div> <div id="tab:art_nml_iact"> <table> <caption>Namelist parameters related to feedback processes between aerosols and meteorological variables. For naming conventions, see <a href="#sec:artnamelist" data-reference-type="autoref" data-reference="sec:artnamelist">[sec:artnamelist]</a>.</caption> <thead> <tr class="header"> <th style="text-align: left;"></th> <th style="text-align: left;"></th> <th style="text-align: left;"><strong>Description</strong></th> </tr> </thead> <tbody> <tr class="odd"> <td style="text-align: left;">iart_aci_warm</td> <td style="text-align: left;"></td> <td style="text-align: left;">Treatment of warm-phase activation. Note, that inwp_gscp = 6 is a prerequisite for aerosol-cloud-interactions. Possible values: : Constant <span class="math inline"><em>q</em><em>n</em><em>i</em>=200cm<sup>3</sup></span> as for inwp_gscp = 4. : <span class="citation" data-cites="fountoukis2005"></span> with extensions <span class="citation" data-cites="kumar2009 barahona2010"></span>.</td> </tr> <tr class="even"> <td style="text-align: left;">iart_aci_cold</td> <td style="text-align: left;"></td> <td style="text-align: left;">Treatment of cold-phase nucleation. Note, that inwp_gscp = 6 is a prerequisite for aerosol-cloud-interactions. Possible values: : <span class="citation" data-cites="karcher2006"></span> scheme with constant IN properties as for inwp_gscp = 4. : <span class="citation" data-cites="barahona2009"></span> scheme with <span class="citation" data-cites="meyers1992"></span> scheme for het. nucleation. : <span class="citation" data-cites="barahona2009"></span> scheme with <span class="citation" data-cites="philips2007"></span> scheme for het. nucleation. : <span class="citation" data-cites="barahona2009"></span> scheme with <span class="citation" data-cites="barahona2010b"></span> scheme for het. nucleation. : <span class="citation" data-cites="barahona2009"></span> scheme with <span class="citation" data-cites="phillips2008"></span> scheme for het. nucleation. : <span class="citation" data-cites="barahona2009"></span> scheme with Ullrich et al. scheme for het. nucleation. : <span class="citation" data-cites="barahona2009"></span> scheme with <span class="citation" data-cites="phillips2008"></span> scheme for het. nucleation and budget variable for activated dust IN. : <span class="citation" data-cites="karcher2006"></span> scheme with prognostic mineral dust IN and budget variable for activated dust IN.</td> </tr> <tr class="odd"> <td style="text-align: left;">iart_ari</td> <td style="text-align: left;"></td> <td style="text-align: left;">Direct interaction of simulated aerosol with radiation (here default: irad_aero = 6 ).: no interaction : with interaction. Set irad_aero = 9 in radiation_nml</td> </tr> </tbody> </table> </div> <div id="tab:art_nml_physparam"> <table> <caption>Namelist parameters related to physics parameterizations in ICON. For naming conventions, see <a href="#sec:artnamelist" data-reference-type="autoref" data-reference="sec:artnamelist">[sec:artnamelist]</a>. These switches art located inside art_nml .</caption> <thead> <tr class="header"> <th style="text-align: left;"></th> <th style="text-align: left;"></th> <th style="text-align: left;"><strong>Description</strong></th> </tr> </thead> <tbody> <tr class="odd"> <td style="text-align: left;">lart_conv</td> <td style="text-align: left;">.TRUE.</td> <td style="text-align: left;">Consider tendencies due to the convection parameterization.</td> </tr> <tr class="even"> <td style="text-align: left;">lart_turb</td> <td style="text-align: left;">.TRUE.</td> <td style="text-align: left;">Consider tendencies due to the turbulent diffusion parameterization.</td> </tr> </tbody> </table> </div> |
|||
''Last Update: 2017/01/30 Daniel Rieger'' |
|||
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. |
|||
<div id="tab:icon_tracer_nml"> |
|||
{| class="wikitable" style="margin:auto" |
|||
|+ Recommended ICON namelist settings for ART tracers. |
|||
! |
|||
! |
|||
! |
|||
! '''Description''' |
|||
|- |
|||
| dtime |
|||
| - |
|||
| run_nml |
|||
| If facing stability problems, it is recommended to use a shorter time step as recommended by operational setups (e.g. <math display="inline">\frac{3}{5}\cdot</math>dtime<math display="inline">_{oper}</math>). |
|||
|- |
|||
| ndyn_substeps |
|||
| - |
|||
| run_nml |
|||
| There is no need to call the dynamics more often than in operational setup. Adjust it according to your dtime choice. |
|||
|- |
|||
| inwp_gscp |
|||
| |
|||
| '''•''' nwp_phy_nml |
|||
| 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 . |
|||
|- |
|||
| irad_aero |
|||
| |
|||
| radiation_nml |
|||
| aerosol optical properties are taken from climatology |
|||
|- |
|||
| |
|||
| |
|||
| |
|||
| optical properties depend on aerosol concentrations (set iart_ari = 1 in art_nml ) |
|||
|} |
|||
</div> |
|||
= ART Namelists = |
|||
''Last Update: 2020/06/30 Michael Weimer'' |
|||
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. |
|||
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_. |
|||
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 . |
|||
<div id="tab:art_nml_gen"> |
|||
{| class="wikitable" style="margin:auto" |
|||
|+ General namelist parameters to control the ART routines. For naming conventions, see . These switches are - with the exception of lart- located inside art_nml. |
|||
! |
|||
! |
|||
! '''Description''' |
|||
|- |
|||
| lart |
|||
| .FALSE. |
|||
| Main switch which enables the ART modules. Located in the namelist run_nml . |
|||
|- |
|||
| iart_init_aero |
|||
| |
|||
| Initialization of aerosol species. Possible values: : Initialization with 0. : Initialization with Climatology1 (not yet implemented) : Initialization from files (see ) |
|||
|- |
|||
| iart_init_gas |
|||
| |
|||
| 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 <code>init_mode</code>(see ) : Initialization from files (see ) |
|||
|- |
|||
| lart_chem |
|||
| .FALSE. |
|||
| Enables chemistry. The chemical mechanism and the according species are set via <code>lart_chemtracer</code> and <code>lart_mecca</code>. |
|||
|- |
|||
| lart_pntSrc |
|||
| .FALSE. |
|||
| Enables addition of point sources for passive tracer. The sources are controled via <code>cart_pntSrc_xml</code>. |
|||
|- |
|||
| lart_aerosol |
|||
| .FALSE. |
|||
| Main switch for the treatment of atmospheric aerosol. |
|||
|- |
|||
| lart_diag_out |
|||
| .FALSE. |
|||
| If this switch is set to <code>.TRUE.</code>, diagnostic output fields are available. Set it to <code>.FALSE.</code> when facing memory problems. |
|||
|} |
|||
</div> |
|||
<div id="tab:art_nml_io"> |
|||
{| class="wikitable" style="margin:auto" |
|||
|+ Namelist parameters to control ART input. These switches are located inside art_nml. |
|||
! cart_io_suffix(ndom) |
|||
! ’grid-number’ |
|||
! 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. |
|||
|- |
|||
| cart_input_folder |
|||
| ” |
|||
| Absolute path where input files, like initialization files are located. |
|||
|- |
|||
| cart_emiss_xml_file |
|||
| ” |
|||
| Path and file name to the XML file for specifying emission metadata. |
|||
|- |
|||
| cart_chemtracer_xml |
|||
| ” |
|||
| Path and file name to the XML file for specifying chemical and passive tracer. |
|||
|- |
|||
| cart_mecca_xml |
|||
| ” |
|||
| Path and file name to the XML file for specifying tracers of the MECCA chemical mechanism. |
|||
|- |
|||
| cart_aerosol_xml |
|||
| ” |
|||
| Path and file name to the XML file for specifying aerosol tracer. |
|||
|- |
|||
| cart_modes_xml |
|||
| ” |
|||
| Path and file name to the XML file for specifying aerosol modes. |
|||
|- |
|||
| cart_pntSrc_xml |
|||
| ” |
|||
| Path and file name to the XML file for specifying point source emissions. |
|||
|- |
|||
| cart_diagnostics_xml |
|||
| ” |
|||
| 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. |
|||
|- |
|||
| cart_ext_data_xml |
|||
| ” |
|||
| Path and file name to the XML file for specifying metadata of external datasets for prescribing tracers. |
|||
|} |
|||
</div> |
|||
<div id="tab:art_nml_chem"> |
|||
{| class="wikitable" style="margin:auto" |
|||
|+ Namelist parameters related to atmospheric chemistry. For naming conventions, see . These switches art located inside art_nml. |
|||
! |
|||
! |
|||
! '''Description''' |
|||
|- |
|||
| lart_chemtracer |
|||
| .FALSE. |
|||
| Enables the computation of simplified chemistry and passive tracers. |
|||
|- |
|||
| lart_mecca |
|||
| .FALSE. |
|||
| Enables the computation of full chemistry via the MECCA package. |
|||
|- |
|||
| cart_vortex_init_date |
|||
| ’ ’ |
|||
| Date of vortex initialization |
|||
|- |
|||
| cart_cheminit_file |
|||
| ’ ’ |
|||
| Path to chemical initialization file |
|||
|- |
|||
| cart_cheminit_coord |
|||
| ’ ’ |
|||
| Path to chemical initialization coordinate file |
|||
|- |
|||
| cart_cheminit_type |
|||
| ’ ’ |
|||
| Type of chemical initialization coordinate file |
|||
|- |
|||
| lart_psc |
|||
| .FALSE. |
|||
| Switch if polar stratospheric clouds should be calculated |
|||
|} |
|||
</div> |
|||
<div id="tab:art_nml_aero"> |
|||
{| class="wikitable" style="margin:auto" |
|||
|+ Namelist parameters related to aerosol physics. For naming conventions, see . These switches are located in art_nml . |
|||
! |
|||
! |
|||
! '''Description''' |
|||
|- |
|||
| iart_seasalt |
|||
| |
|||
| Treatment of sea salt aerosol. Possible values: : No treatment. : As specified in . Add 6 to iart_ntracer . |
|||
|- |
|||
| iart_dust |
|||
| |
|||
| Treatment of mineral dust aerosol. Possible values: : No treatment. : As specified in . : Simplified version of . |
|||
|- |
|||
| iart_volcano |
|||
| |
|||
| 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 . |
|||
|- |
|||
| cart_volcano_file |
|||
| ” |
|||
| Path and filename of the input file for the geographical position and the type of volcanoes. |
|||
|- |
|||
| iart_radioact |
|||
| |
|||
| 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 . |
|||
|- |
|||
| cart_radioact_file |
|||
| ” |
|||
| Path and filename of the input file for the dispersion of radioactive nuclei. |
|||
|- |
|||
| iart_pollen |
|||
| |
|||
| Treatment of pollen. Possible values: : No treatment. : |
|||
|} |
|||
</div> |
|||
<div id="tab:art_nml_iact"> |
|||
{| class="wikitable" style="margin:auto" |
|||
|+ Namelist parameters related to feedback processes between aerosols and meteorological variables. For naming conventions, see . |
|||
! |
|||
! |
|||
! '''Description''' |
|||
|- |
|||
| iart_aci_warm |
|||
| |
|||
| Treatment of warm-phase activation. Note, that inwp_gscp = 6 is a prerequisite for aerosol-cloud-interactions. Possible values: : Constant <math display="inline">qni = 200\,\mathrm{cm}^{-3}</math> as for inwp_gscp = 4. : with extensions . |
|||
|- |
|||
| iart_aci_cold |
|||
| |
|||
| 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. |
|||
|- |
|||
| iart_ari |
|||
| |
|||
| Direct interaction of simulated aerosol with radiation (here default: irad_aero = 6 ).: no interaction : with interaction. Set irad_aero = 9 in radiation_nml |
|||
|} |
|||
</div> |
|||
<div id="tab:art_nml_physparam"> |
|||
{| class="wikitable" style="margin:auto"|+ Namelist parameters related to physics parameterizations in ICON. For naming conventions, see . These switches art located inside art_nml . |
|||
! |
|||
! |
|||
! '''Description''' |
|||
|- |
|||
| lart_conv |
|||
| .TRUE. |
|||
| Consider tendencies due to the convection parameterization. |
|||
|- |
|||
| lart_turb |
|||
| .TRUE. |
|||
| Consider tendencies due to the turbulent diffusion parameterization. |
|||
|} |
|||
</div> |
Revision as of 16:31, 2 September 2022
Recommended ICON Namelist Settings
Last Update: 2017/01/30 Daniel Rieger
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.
Description | |||
---|---|---|---|
dtime | - | run_nml | If facing stability problems, it is recommended to use a shorter time step as recommended by operational setups (e.g. dtime). |
ndyn_substeps | - | run_nml | There is no need to call the dynamics more often than in operational setup. Adjust it according to your dtime choice. |
inwp_gscp | • nwp_phy_nml | 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 . | |
irad_aero | radiation_nml | aerosol optical properties are taken from climatology | |
optical properties depend on aerosol concentrations (set iart_ari = 1 in art_nml ) |
ART Namelists
Last Update: 2020/06/30 Michael Weimer
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.
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_.
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 .
Description | ||
---|---|---|
lart | .FALSE. | Main switch which enables the ART modules. Located in the namelist run_nml . |
iart_init_aero | Initialization of aerosol species. Possible values: : Initialization with 0. : Initialization with Climatology1 (not yet implemented) : Initialization from files (see ) | |
iart_init_gas | 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 init_mode (see ) : Initialization from files (see )
| |
lart_chem | .FALSE. | Enables chemistry. The chemical mechanism and the according species are set via lart_chemtracer and lart_mecca .
|
lart_pntSrc | .FALSE. | Enables addition of point sources for passive tracer. The sources are controled via cart_pntSrc_xml .
|
lart_aerosol | .FALSE. | Main switch for the treatment of atmospheric aerosol. |
lart_diag_out | .FALSE. | If this switch is set to .TRUE. , diagnostic output fields are available. Set it to .FALSE. when facing memory problems.
|
cart_io_suffix(ndom) | ’grid-number’ | Specifies the grid specification in ART input file name convention (see section [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. |
---|---|---|
cart_input_folder | ” | Absolute path where input files, like initialization files are located. |
cart_emiss_xml_file | ” | Path and file name to the XML file for specifying emission metadata. |
cart_chemtracer_xml | ” | Path and file name to the XML file for specifying chemical and passive tracer. |
cart_mecca_xml | ” | Path and file name to the XML file for specifying tracers of the MECCA chemical mechanism. |
cart_aerosol_xml | ” | Path and file name to the XML file for specifying aerosol tracer. |
cart_modes_xml | ” | Path and file name to the XML file for specifying aerosol modes. |
cart_pntSrc_xml | ” | Path and file name to the XML file for specifying point source emissions. |
cart_diagnostics_xml | ” | 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. |
cart_ext_data_xml | ” | Path and file name to the XML file for specifying metadata of external datasets for prescribing tracers. |
Description | ||
---|---|---|
lart_chemtracer | .FALSE. | Enables the computation of simplified chemistry and passive tracers. |
lart_mecca | .FALSE. | Enables the computation of full chemistry via the MECCA package. |
cart_vortex_init_date | ’ ’ | Date of vortex initialization |
cart_cheminit_file | ’ ’ | Path to chemical initialization file |
cart_cheminit_coord | ’ ’ | Path to chemical initialization coordinate file |
cart_cheminit_type | ’ ’ | Type of chemical initialization coordinate file |
lart_psc | .FALSE. | Switch if polar stratospheric clouds should be calculated |
Description | ||
---|---|---|
iart_seasalt | Treatment of sea salt aerosol. Possible values: : No treatment. : As specified in . Add 6 to iart_ntracer . | |
iart_dust | Treatment of mineral dust aerosol. Possible values: : No treatment. : As specified in . : Simplified version of . | |
iart_volcano | 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 . | |
cart_volcano_file | ” | Path and filename of the input file for the geographical position and the type of volcanoes. |
iart_radioact | 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 . | |
cart_radioact_file | ” | Path and filename of the input file for the dispersion of radioactive nuclei. |
iart_pollen | Treatment of pollen. Possible values: : No treatment. : |
Description | ||
---|---|---|
iart_aci_warm | Treatment of warm-phase activation. Note, that inwp_gscp = 6 is a prerequisite for aerosol-cloud-interactions. Possible values: : Constant as for inwp_gscp = 4. : with extensions . | |
iart_aci_cold | 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. | |
iart_ari | Direct interaction of simulated aerosol with radiation (here default: irad_aero = 6 ).: no interaction : with interaction. Set irad_aero = 9 in radiation_nml |
Description | ||
---|---|---|
lart_conv | .TRUE. | Consider tendencies due to the convection parameterization. |
lart_turb | .TRUE. | Consider tendencies due to the turbulent diffusion parameterization. |