Update Hands on ICON data analysis for beginners authored by Dian Putrasahan's avatar Dian Putrasahan
......@@ -186,7 +186,7 @@ To access raw output, one needs to know the location of the files. Since most Ru
Let's take the example from a CMIP7 experiment, `slo1826`.
**Types of output and variables they hold**:
```
```bash
outdir=/work/mh0287/m211032/Icon/Git_lev/icon.XPP.20240717/build.intel-hdext/experiments/slo1826/
ls ${outdir}/*_1280*.nc
......@@ -233,7 +233,7 @@ module load hsm-tools/unstable
```
#### Designate catalogues
```
```bash
rubycat=https://catalog.gitlab-pages.dkrz.de/climate-dynamics/main.yaml
sappcat=https://data.nextgems-h2020.eu/catalog.yaml
eeriecat=https://raw.githubusercontent.com/eerie-project/intake_catalogues/main/eerie.yaml
......
......