Update Hands on ICON data analysis for beginners authored by Dian Putrasahan's avatar Dian Putrasahan
...@@ -220,7 +220,7 @@ For catalogues, one does not need to know the location of the data. But you migh ...@@ -220,7 +220,7 @@ For catalogues, one does not need to know the location of the data. But you migh
| Project Group | Catalogue | | Project Group | Catalogue |
| --- | --- | | --- | --- |
| Ruby | /home/k/k202134/dumpster/Hackapalooza/tools/cataloging/datasets/main.yaml | | Ruby | https://catalog.gitlab-pages.dkrz.de/climate-dynamics/main.yaml |
| Sapphire | https://data.nextgems-h2020.eu/catalog.yaml (default) | | Sapphire | https://data.nextgems-h2020.eu/catalog.yaml (default) |
| EERIE | https://raw.githubusercontent.com/eerie-project/intake_catalogues/main/eerie.yaml | | EERIE | https://raw.githubusercontent.com/eerie-project/intake_catalogues/main/eerie.yaml |
...@@ -236,7 +236,7 @@ module load hsm-tools/unstable ...@@ -236,7 +236,7 @@ module load hsm-tools/unstable
#### Designate catalogues #### Designate catalogues
``` ```
rubycat=/home/k/k202134/dumpster/Hackapalooza/tools/cataloging/datasets/main.yaml rubycat=https://catalog.gitlab-pages.dkrz.de/climate-dynamics/main.yaml
sappcat=https://data.nextgems-h2020.eu/catalog.yaml sappcat=https://data.nextgems-h2020.eu/catalog.yaml
eeriecat=https://raw.githubusercontent.com/eerie-project/intake_catalogues/main/eerie.yaml eeriecat=https://raw.githubusercontent.com/eerie-project/intake_catalogues/main/eerie.yaml
``` ```
... ...
......