Mercurial > repos > climate > cds_essential_variability
view README.md @ 4:9ee8db6ffba3 draft
planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/essential_climate_variables commit baa781f07f0e18447f1f211c75b1b5b9540d4479
author | climate |
---|---|
date | Sun, 07 Jul 2019 10:06:53 -0400 |
parents | b9d9fe0c2ce7 |
children |
line wrap: on
line source
# Copernicus Essential Climate Variables for assessing climate variability This tool allows you to retrieve Copernicus **Essential Climate Variables** for assessing climate variability from the [Copernicus Climate Data Store](https://cds.climate.copernicus.eu/#!/home). 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](https://cds.climate.copernicus.eu/api-how-to). The CDS API Key needs to be: - located in a file called `.cdsapirc`in the HOME area (as defined the `HOME` environment variable). The file `.cdsapirc` should 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_FILE` to specify where your key file is stored on your system.