Skip to content

Commit c2e4432

Browse files
authored
Update ifs.md
1 parent 236e6ec commit c2e4432

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/models/ifs.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ Simulation DOI: (please cite above reference for the moment)
2323

2424
## Data notes (online)
2525

26-
- **We provide the main hackathon simulation "RCBMF" via s3, with variables mostly following CF naming for the [HK25 data request](https://digital-earths-global-hackathon.github.io/hosting/technical/data_request.html)** (at 2.8km spatial resolution, coupled, 14 months, with reduced cloud base mass flux).
26+
- **We provide the main hackathon simulation "RCBMF" via the s3 [DKRZ Object Store](https://github.com/digital-earths-global-hackathon/hk25/blob/main/content/simulations.md), with variables mostly following CF naming for the [HK25 data request](https://digital-earths-global-hackathon.github.io/hosting/technical/data_request.html)** (at 2.8km spatial resolution, coupled, 14 months, with reduced cloud base mass flux).
2727
- [TODO: update incorrect metadata; for variables of identical name in both models, the units should be what you expect from the according ICON variables].
2828
- Variables sst & siconc are masked with 9999 over land; use .where(lambda x:x!=9999) to mask out the land.
29-
3029

3130
- Via the EERIE cloud, we provide both **"RCBMF"** and **"DEEPOFF"** online, with original IFS variable names. Use the [Parameter Database](https://codes.ecmwf.int/grib/param-db/) for more information.
3231

@@ -36,3 +35,6 @@ Simulation DOI: (please cite above reference for the moment)
3635
- (temporarily: access to "RCBMF", "DEEPOFF", and multi-decadal nextGEMS simulations at 9km resolution possible via
3736
cat = intake.open_catalog("https://data.nextgems-h2020.eu/catalog.yaml"). See also the [easy.gems documentation](https://easy.gems.dkrz.de/DYAMOND/NextGEMS/prefinal.html))
3837
- access to DestinE multi-decadal simulations possible via [DESP (more information here)](https://github.com/digital-earths-global-hackathon/hk25-teams/blob/main/hk25-DestinE/intro/introduction.md), requires registration
38+
39+
## Basic plotting
40+
You can start from the [simple plotting script](https://github.com/digital-earths-global-hackathon/hk25-teams/blob/main/hk25-tutorials/simple_plot.ipynb). If there are any issues when applying this on IFS data (tested that it works!), contact [Thomas Rackow](mailto:thomas.rackow@ecmwf.int) via mail or on Mattermost.

0 commit comments

Comments
 (0)