Update ICON simulations authored by Dian Putrasahan's avatar Dian Putrasahan
......@@ -116,6 +116,9 @@ Detailed information of ICON-Sapphire simulations can be found [here](https://ow
- [Hands-on ICON data analysis workshop](https://gitlab.dkrz.de/cdy/cdy-technical-page/-/wikis/Hands-on-ICON-data-analysis-for-beginners)
<details><summary><b>Data Access of ICON simulations</b></summary>
### Data Access via raw output
To access raw output, one needs to know the location of the files. Since most Ruby data has not been catalogued yet, we'll access them directly from their output path. Available Ruby simulations and their respective output locations are tabulated [here](#ruby-as-of-10122024)
......@@ -677,3 +680,5 @@ print(list(cat_data))
dso = cat_data['2d_monthly_mean'].to_dask()
dso
```
</details>
\ No newline at end of file