{
"cells": [
{
"cell_type": "markdown",
"id": "cb3e8e38-7039-4754-a4e0-db980bc8c7b6",
"metadata": {},
"source": [
"
\n",
"\n",
"
ltransport (run_nml)
tracer_inidist_list (nh_testcase_nml)
.ntracer (run_nml)
accordingly.transport_nml
, which specifies details of the applied numerical transport schemes and limiters.output_nml
qx
, where x
is a number indicating the position of the tracer within the ICON-internal 4D tracer memory. \n",
" For this testcase, tracer 1 is named q1
, and so on.\n",
" These default names can be overwritten with the namelist variable tracer_names (transport_nml)
. See Section 4.2.2 of the tutorial for details. \n",
"\n", "\n", "&run_nml\n", " ltransport = .TRUE. ! main switch for large-scale tracer transport\n", " ntracer = 4 ! number of advected tracers\n", "\n", "! nh_testcase_nml: idealized testcase specification --------------------------\n", "&nh_testcase_nml\n", " nh_test_name = \"jabw\" ! testcase selection\n", " jw_up = 1.0 ! amplitude of u-perturbation [m/s]\n", " tracer_inidist_list = 1, 2, 3, 4 ! choosing from a list of predefined tracer distributions\n", "/\n", "\n", "! transport_nml: tracer transport ---------------------------------------------\n", "&transport_nml\n", " tracer_names = 'q1','q2','q3','q4'\n", " ivadv_tracer = 3, 3, 3, 3 ! tracer specific method to compute vertical advection\n", " ihadv_tracer = 2, 2, 2, 2 ! tracer specific method to compute horizontal advection\n", " itype_hlimit = 4, 0, 0, 0 ! type of limiter for horizontal transport\n", " itype_vlimit = 3, 0, 0, 0 ! type of limiter for horizontal transport\n", " beta_fct = 1.005 ! factor of allowed over-/undershooting in monotonous limiter\n", "/\n", "\n", "&output_nml 1\n", " ml_varlist = 'u', 'v', 'w', 'temp', 'pres','topography_c', 'pres_sfc', 'vor', 'div', 'q1', 'q2', 'q3', 'q4'\n", "\n", "&output_nml 2\n", " pl_varlist = 'temp', 'vor', 'div', 'q1', 'q2', 'q3', 'q4'\n", "\n", "&output_nml 3\n", " ml_varlist = 'u', 'v', 'w', 'temp', 'pres','topography_c', 'pres_sfc', 'vor', 'div', 'q1', 'q2', 'q3', 'q4'\n", "\n", "\n", "
sbatch
.\n",
"ncview
, as it is useful to scan through different levels and time steps. To do so, please log in with your account $USER@levante.dkrz.de
using your SSH client (e.g. PuTTY). After login, first load the ncview
module: module load ncview
.\n",
" $EXPDIR/exp3_JW_lonlat_DOM01_ML_0001.nc