From 32e11e27519f5432e87076297540cc73a6f4f970 Mon Sep 17 00:00:00 2001 From: Zeb Engberg Date: Tue, 12 Nov 2024 08:26:04 -0700 Subject: [PATCH] update ecmwf ensemble links --- docs/notebooks/ECMWF.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/notebooks/ECMWF.ipynb b/docs/notebooks/ECMWF.ipynb index 8b3d54a7e..c3eb6b944 100644 --- a/docs/notebooks/ECMWF.ipynb +++ b/docs/notebooks/ECMWF.ipynb @@ -17,7 +17,7 @@ "Support provided for:\n", "\n", "- [ERA5](https://www.ecmwf.int/en/forecasts/dataset/ecmwf-reanalysis-v5) via the [Copernicus Data Store (CDS-Beta)](https://cds-beta.climate.copernicus.eu/) using [cdsapi](https://github.com/ecmwf/cdsapi) or user provided files\n", - "- [HRES](https://confluence.ecmwf.int/display/FUG/Section+2.1.1.2+Rationale+for+High+Resolution) and [ENS](https://confluence.ecmwf.int/display/FUG/Section+2.1.2.1+ENS+-+Ensemble+Forecasts) via [MARS](https://confluence.ecmwf.int/display/UDOC/MARS+user+documentation) using [ecmwf-api-client](https://github.com/ecmwf/ecmwf-api-client) or user provided files.\n", + "- [HRES](https://confluence.ecmwf.int/display/FUG/Section+2.1.1.2+Rationale+for+High+Resolution) and [ENS](https://confluence.ecmwf.int/display/FUG/Cy49r1+Section+5+Forecast+Ensemble+%28ENS%29+-+Rationale+and+Construction) via [MARS](https://confluence.ecmwf.int/display/UDOC/MARS+user+documentation) using [ecmwf-api-client](https://github.com/ecmwf/ecmwf-api-client) or user provided files.\n", "\n", "For both ERA5 and HRES, we provide interfaces for accessing \"pressure-level data\" (fields pre-interpolated to a fixed set of pressure levels) or \"model-level data\" (fields retrieved on the native vertical grid and [interpolated after retrieval to an arbitrary set of pressure levels](model-levels.ipynb)). We recommend using model-level data when possible, as the resolution of pressure-level data is coarse relative to the vertical scale of ice-supersaturated regions.\n", "\n", @@ -3258,7 +3258,7 @@ "### Reference\n", "\n", "- [HRES](https://confluence.ecmwf.int/display/FUG/Section+2.1.1.2+Rationale+for+High+Resolution) High resolution forecast\n", - "- [ENS](https://confluence.ecmwf.int/display/FUG/Section+2.1.2.1+ENS+-+Ensemble+Forecasts) Ensemble forecast" + "- [ENS](https://confluence.ecmwf.int/display/FUG/Cy49r1+Section+5+Forecast+Ensemble+%28ENS%29+-+Rationale+and+Construction) Ensemble forecast" ] }, {