This method allows users to download ECMWF public datasets in a programmatic way.
You can also try visiting https://api.ecmwf.int/v1/key/ to retrieve your credentials.
Note that the key expires in 1 year. You will receive an email to the registered email address 1 month before the expiration date with the renewal instructions.
The ecmwf-api-client library was added to the Python Package Index (PYPI):
Install via pip with:
pip install ecmwf-api-client
If you do not have admin privileges you can always install the client in your user space:
pip install --user ecmwf-api-client
Alternatively, if you have Anaconda installed you can install the Web API Python client library doing:
conda install -c conda-forge ecmwf-api-client
For languages other than Python please see Web-API Downloads
To check the availability of ECMWF Public Datasets go to the web interface:
http://apps.ecmwf.int/datasets/
Using this interface you can discover all the ECMWF Public Datasets that are available from our archive. We strongly recommend you to to navigate through our public datasets to become familiar with their availability. You may select a Public Dataset and start navigating trough its content.
Please take into account some considerations about the content:
- Different ECMWF Public Datasets include different "parameters" , "times", and "steps"
- In each ECMWF Public Dataset not all the "parameters" are available from all "steps"
- In each ECMWF Public Dataset not all the "steps" are available from all "times"
The web interface above will help you to check and understand the availability. For any kind of selections the system will update the attributes in a dynamic way to reflect the current availability. (i.e. if you change the steps some parameters will be added or removed).
Tip
Spend some time to understand how it works, make some selections try to execute the MARS scripts.
Related articles
There is no content with the specified labels