From d5c6ae9f934acecc988a5bb5ab27a8d858aba911 Mon Sep 17 00:00:00 2001 From: Wessel Bruinsma Date: Thu, 22 Aug 2024 09:45:34 +0200 Subject: [PATCH] Clarify additional version requirements, closes #5 --- docs/example.ipynb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/example.ipynb b/docs/example.ipynb index 1c71af2..ffabe9b 100644 --- a/docs/example.ipynb +++ b/docs/example.ipynb @@ -9,6 +9,12 @@ "\n", "In this example, we will download ERA5 data for 1 Jan 2023 at 0.25 degrees resolution and run Aurora on this data. The fine-tuned version of Aurora specifically only works with IFS HRES T0, so we use the non-fine-tuned version of Aurora in this example.\n", "\n", + "Running this notebook requires additional Python packages. You can install these as follows:\n", + "\n", + "```\n", + "pip install cdsapi xarray netcdf4 matplotlib\n", + "```\n", + "\n", "## Downloading the Data\n", "\n", "To begin with, register an account with the [Climate Data Store](https://cds.climate.copernicus.eu/) and create `$HOME/.cdsapirc` with the following content:\n", @@ -296,7 +302,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.14" + "version": "3.10.10" } }, "nbformat": 4,