This tool allows you to retrieve Copernicus Essential Climate Variables for assessing climate variability from the Copernicus Climate Data Store.
Copernicus ECV for assessing climate variability is available from the Copernicus portal at https://cds.climate.copernicus.eu/cdsapp#!/dataset/ecv-for-climate-change?tab=overview
To be able to retrieve data, you would need to register and get your CDS API key.
The CDS API Key needs to be:
- located in a file called
.cdsapircin the HOME area (as defined theHOMEenvironment variable). The file.cdsapircshould look like that:
url: https://cds.climate.copernicus.eu/api/v2
key: 111:8789787-qwerz4e47-888-not-real
verify: 0
- or use
GALAXY_COPERNICUS_CDSAPIRC_KEY_FILEto specify where your key file is stored on your system.