Mercurial > repos > climate > cds_essential_variability
comparison 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 |
comparison
equal
deleted
inserted
replaced
3:b261160f10ee | 4:9ee8db6ffba3 |
---|---|
15 ``` | 15 ``` |
16 url: https://cds.climate.copernicus.eu/api/v2 | 16 url: https://cds.climate.copernicus.eu/api/v2 |
17 key: 111:8789787-qwerz4e47-888-not-real | 17 key: 111:8789787-qwerz4e47-888-not-real |
18 verify: 0 | 18 verify: 0 |
19 ``` | 19 ``` |
20 - or passed in an enviroment variable called `GALAXY_COPERNICUS_CDSAPIRC_KEY`. | |
21 This environment variable should contain a string that looks like that: | |
22 ``` | |
23 111:8789787-qwerz4e47-888-not-real | |
24 ``` | |
25 When passed in `GALAXY_COPERNICUS_CDSAPIRC_KEY`, make sure the key does not | |
26 contain the string `key: ` but the key itself only (starting with a number). | |
27 The file `.cdsapirc` will then be created and placed in the HOME area (using | |
28 HOME environment variable). | |
29 - or use `GALAXY_COPERNICUS_CDSAPIRC_KEY_FILE` to specify where your key file | 20 - or use `GALAXY_COPERNICUS_CDSAPIRC_KEY_FILE` to specify where your key file |
30 is stored on your system. | 21 is stored on your system. |
31 | 22 |