======= ICON Data Analysis ====== The goal of this ICON Data Analysis section is to show new and interested users how to process and analyse output of the ICON model. Pages are organized in short tutorials showing how most common tasks can be achieved. We present two different ways of data processing using * a) shell scripting making use mainly of Climate Data Operators [[https://code.mpimet.mpg.de/projects/cdo/|CDO]] * b) python based approaches with the help of a [[https://jupyter.org|Jupyter]] notebook **This is a multi part tutorial with the following content:** [[analysis:postprocessing_icon:0._computing_inf:start|Computing infrastructure]]: how to set up the available computing infrastructure that is utilized throughout the tutorials [[analysis:postprocessing_icon:1._open_read:start|Open/Read]]: how to open, read a selected variable from ICON output and do some basic computation, like averaging [[analysis:postprocessing_icon:regridding:start|Regridding]]: how to regrid the unstructured ICON output on a regular grid [[analysis:postprocessing_icon:3.plottting:start|Visualization]]: how to do some basic plots (time series, maps) Additional, more advanced, tutorials, also on other postprocessing topics, can be found in the [[analysis:pot_pourri:start|Potpourri]].