From b8fac1b97731739b76702ce6f7caabe1e21430d7 Mon Sep 17 00:00:00 2001 From: DahyannAraya Date: Mon, 28 Oct 2024 14:56:06 +0100 Subject: [PATCH] Add Important Notes on Data Parameters & Terms --- climada_petals/hazard/copernicus_forecast/handler.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/climada_petals/hazard/copernicus_forecast/handler.py b/climada_petals/hazard/copernicus_forecast/handler.py index b95c166c..a87543a5 100644 --- a/climada_petals/hazard/copernicus_forecast/handler.py +++ b/climada_petals/hazard/copernicus_forecast/handler.py @@ -599,6 +599,15 @@ def download_and_process_data( data_out : str or Path, optional Base directory path for storing data, by default None. + Important Notes + --------------- + - **CDS Parameter Selection**: Please refer to the Copernicus Climate Data Store (CDS) website + for information on valid parameter values. Proper knowledge of CDS dataset specifications + (including variable names, temporal resolutions, and spatial configurations) is required + for effective parameter selection. + - **Terms and Conditions**: Before using this function, remember to accept + the terms and conditions of this dataset. These terms can be reviewed on the download + page of "Seasonal forecast daily and subdaily data on single levels"(https://cds.climate.copernicus.eu/datasets/seasonal-original-single-levels?tab=overview) Returns -------