{
"cells": [
{
"cell_type": "markdown",
"id": "35258028-2bbc-4a44-935d-406ded46bcce",
"metadata": {
"tags": []
},
"source": [
"
"
]
},
{
"cell_type": "markdown",
"id": "67439f30-4c56-4e93-925c-47389dccfbc0",
"metadata": {
"jupyter": {
"source_hidden": true
},
"tags": []
},
"source": [
"
cdo sinfov
to investigate the content of a lateral boundary file located in $SCRATCHDIR/data_lam
.\n",
" The cdo
command is available as soon as you have loaded the corresponding module with module load cdo
.\n",
" $SCRATCHDIR/exercise_realdata/lam_forcing
?ini_datetime_string
and end date end_datetime_string
.\n",
"l_limited_area (grid_nml)
and by specifying lateral boundary data. Of course, other namelist settings might need to be adapted as well, in order to make a proper ICON-LAM setup.\n",
" l_limited_area
and init_mode
, see Section 6.3 of the ICON Tutorial.dwdfg_filename
. Since we do not make use of additional analysis information from a second data file, remember to set lread_ana
accordingly (see Section 6.3).latbc_filename
. You will have to make use of the keywords <y>
, <m>
<d>
and <h>
(see Section 6.4.1 of the ICON Tutorial).ana_varnames_map_file.txt (initicon_nml)
, which is used in this exercise when reading the initial conditions.\n",
" According to the dictionary, what are the internal variable names and the GRIB2/NetCDF variable names for\n",
" Variable | \n", "GRIB2/NetCDF | \n", "ICON internal | \n", "
---|---|---|
Pressure | \n", "??? | \n", "??? | \n", "
Temperature | \n", "??? | \n", "??? | \n", "
Half level height | \n", "??? | \n", "??? | \n", "
ana_varnames_map_file.txt
become obsolete (i.e. which conditions must be fulfilled by the initial conditions file)?Variable | \n", "GRIB2/NetCDF | \n", "ICON internal | \n", "
---|---|---|
Pressure | \n", "P | \n",
" pres | \n",
"
Temperature | \n", "T | \n",
" temp | \n",
"
Half level height | \n", "HHL | \n",
" z_ifc | \n",
"
output_nml_dict = 'dict.output.dwd'
(namelist io_nml
).ml_varlist = 'pres_sfc', 'rh_2m', 't_2m', 'tqv_dia', 'tqc_dia', 'gust10', 'tot_prec', 'asodird_s', 'cape', 'alhfl_s', 'ashfl_s'
\n",
" \n",
" In some cases, e.g. for operational forecast runs, it turned out to be beneficial to use GRIB2 shortnames rather than ICON internal variable names for specifying the output variables.\n",
" \n",
" Try to make use of the dictionary as follows:\n",
" ml_varlist
, replace the ICON internal variable names by the corresponding DWD GRIB2 shortnames (see Table A in the ICON tutorial book, Appendix A, for the GRIB2 shortnames)dict.output.dwd
in $EXPDIR
\n",
" \n",
" Exercise (Visualization): \n",
" \n", " Visualize the total column integrated water vapour and cloud water by running the script \n", " scripts/icon_exercise_lam_plot_tqv.ipynb. You may adapt the script in order to visualize different dates.\n", " | \n",
" \n",
" ![]() | \n",
"
${EXPDIR}/NAMELIST_NWP
manually in a terminal.\n",
"