bedartha/era5-dl
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
ERA5 Downloader
===============
A simple script that allows better interaction with ECMWF DataStores Client
Requirements
------------
1. ECMWF Data Stores Client:
https://github.com/ecmwf/ecmwf-datastores-client
2. Climate Data Store (Copernicus) API Key:
More here: https://cds.climate.copernicus.eu/how-to-api
Usage
-----
1. Install the API key under $HOME/.ecmwfdatastorerc
2. Choose the dataset you wish to download (see documentation)
3. Modify the params.py file accordingly
4. Run: ``python main.py`` with appropriate arguments
5. See ``python main.py --help`` for more options and functionality