The OpenIFS Data Hub is a facility to generate initial and boundary conditions for OpenIFS forecast model experiments. It is available only to users of the IFS or the OpenIFS model.
The Data Hub does not produce any OpenIFS model diagnostics or forecast data. It generates data that is required to carry out OpenIFS model experiments.
If you are interested in ECMWF data products or need more general information about ECMWF data please follow this link or contact ECMWF Support.
2025-08-06: A new release of the Data Hub (v4) has been deployed. |
One of the most pressing needs OpenIFS users face is to create initial experiment data (initial and boundary conditions) to start a model experiment. Before the Data Hub existed such initial experiment data were requested by contacting OpenIFS support via email.
The OpenIFS Data Hub allows OpenIFS and IFS users to produce their own initial experiment data through a web-based application that triggers an automatic data generation process on our servers. The initial data files are produced using the exact same method as if the OpenIFS team had created the data. At the end of the process the user is provided with a download web link to retrieve the requested data files.
The Data Hub therefore removes the need to contact the OpenIFS team at ECMWF and provides one common system that is available to both ECMWF staff and external OpenIFS users everywhere. Any initial data types that are currently not yet served by the Data Hub can be requested, as before, from OpenIFS support.
We continually explore options to expand this application with additional functionality, for instance by offering a wider range of data types or, in future, by providing access to OpenIFS training data. Feedback from our users is very welcome as it helps to identify additonal user needs. |
The OpenIFS Data Hub provides data products that are required to carry out experiments with OpenIFS models. These include:
Please note that the Data Hub only provides input data for the model. It does not carry out OpenIFS model experiments and hence does not produce OpenIFS model outputs.
The Data Hub generates data products that are designed for experiments with OpenIFS models.
Using the Data Hub and submitting data requests requires the user to consent to the terms of the OpenIFS Data Hub Licence Agreement. This agreement also provides details of the data licences for the various data sources which are used by the Data Hub to generate its data products.
This section provides step by step information how to use the Hub to generate data products for use with OpenIFS.
Please note that if you are registered with ECMWF as an OpenIFS user then you should already have access to the Data Hub.
The OpenIFS Data Hub can be accessed here:
You will need an ECMWF user account to access the Data Hub.
Note: Your personal ECMWF login credentials are required to use the Data Hub. Your ECMWF username needs first to be added to the OpenIFS user policy. If you are a new user of the Data Hub please contact OpenIFS Support by generating a support ticket, mentioning your affiliation, your institutional email address, and your personal ECMWF username. |
After the initial user authentication you will reach the Data Hub's dashboard page which shows your data request history.
To submit a new request for initial data press the "New Request" button at the top of the page. This will open a drop-down menu with several data product options:
Clicking on either of these options will open a new web page containing a data request form.
The data request form is specific to the type of data product. If you need help to complete the form, please follow the links below where you can find a description of the input parameters for each form:
|
Once the information in the data request form has been completed, the request can be submitted to the Hub by pressing the Submit button.
Once this button has been pressed, the request information is added to the queue and the data generation process can begin. The request history dashboard page is shown.
Some preliminary checking is done while entering the request data.
If the dashboard page is not shown after pressing the submit button check your input fields for any errors. |
Further consistency checks will be carried out once the request has been accepted. Note that any user choices resulting in an unworkable data requests will be identified early in the process and the user request will be aborted.
A maximum data volume of 500,000 MB is permitted for a single request. Any requests exceeding this data volume will be aborted. For reference, an initial data request at the current operational grid resolution (Tco1279L137) for a single start date with 10 days forecast length has an (uncompressed) data volume of approximately 20,000 MB.
First example: You require initial data for a single start date, created from ERA5 reanalysis data.
Second example: You require initial data with multiple start dates, every 12 hours, created from historical operational archive data.
Third example: You require initial data for a forecast experiment with atmospheric composition.
Recent start dates: When experiment data is required for dates close to the present day, it may be necessary to check data availability prior to submitting the request.
After submitting a request the dashboard page is displayed again showing the user's request history.
On this Details Page for a selected request the following information is shown:
Initial experiment data (both, for meteo-only and for meteo+atmos composition) is packaged into a single file tgz archive on the Data Hub staging area, ready for download.
The Data Hub provides the download link that is displayed both on the Details Page for the request, and also on the Dashboard Page.
The download link will remain active until the request's expiry date which is shown on the Details Page. After the expiry date it is no longer possible to access the data file which will then be removed from the staging area.
Relaxation files are staged on the ECMWF Production Data Store (ECPDS) and all relaxation files (generated by any user) can be inspected there. The default lifetime of these files is 90 days from their time of upload.
Access to the ECPDS portal requires authentication. You should login with your ECMWF username. Instead of your password you will need to use a generated 6-digit TOTP one-time access security token. The token can be generated using a smartphone with an authenticator app.
To access the data click on the link in the request details page, or alternatively go to https://aux.ecmwf.int/ and authenticate with your ECMWF username and the TOTP token (as password).
The web link that is provided after the data request has completed will redirect to the ECPDS portal and (following user authentication) the generated data is stored there as individual files which can be downloaded through the web browser.
To download multiple files more efficiently you can also connect with and ftp client (e.g. ftp, sftp, lftp etc) to: sftp aux.ecmwf.int
After connecting to ECPDS with the ftp client, the relaxation files are located in: odh/02/relax/<cycle>/ERA5_<grid-resolution>/<year>/
An example retrieval using sftp is shown below. In this example relaxation files were produced for the year 2024 at TL159 with 60 vertical model levels:
bash$ sftp aux.ecmwf.int Authorized access only. ********************************************* SFTP Server Use this SFTP server to download/upload files from the ECMWF Dissemination System (ECPDS). ********************************************* user_id@136.156.238.66's password: (type your TOTP token here, press Enter) Connected to aux.ecmwf.int. sftp> cd odh/02/relax/48r1/ERA5_TL159L60/ sftp> ls 2024 (this is the directory that contains the relaxation files for 2024) sftp> mget -R 2024 Fetching /odh/02/relax/48r1/ERA5_TL159L60/2024/ to 2024 Retrieving /odh/02/relax/48r1/ERA5_TL159L60/2024 /odh/02/relax/48r1/ERA5_TL159L60/2024/rlxmlsh2024010100 100% 6145KB 20.4MB/s 00:00 /odh/02/relax/48r1/ERA5_TL159L60/2024/rlxmlsh2024010106 100% 6145KB 18.7MB/s 00:00 /odh/02/relax/48r1/ERA5_TL159L60/2024/rlxmlsh2024010112 100% 6145KB 19.8MB/s 00:00 (... retrieve directory 2024 recursively ...) sftp> bye |