ERA5
Providentia’s download mode supports downloading model output data provided by ERA5 from the Climate Data Store (CDS):
https://ads.atmosphere.copernicus.eu/datasets
and the Simulation and Data Laboratory ‘Climate Science’ (SDL) at the Jülich Supercomputing Centre:
https://datapub.fz-juelich.de/slcs/
An ECMWF account is required to download the files. For a tutorial on how to create and set up your account, see the Start downloading ECMWF data page.
Data requests may take some time to complete. After starting a request from Providentia, you can monitor its progress by following the steps described in the Check ECMWF download page.
Available ERA5 datasets
Currently, two ERA5 datasets are available for download:
How to enable ERA5 download
To download ERA5 data, include one of the following model names along with the domain:
era5_reanalysis-global- ERA5 hourly data on single levels from 1940 to presentera5_tropopause-global- Reanalysis Tropopause Data Repository
Once you have selected the dataset and specified the model and domain, make sure to set:
dl_interpolated = False
or
Answer n to the prompt:
“Model data was detected in the configuration file. Do you want to download the interpolated version? (Otherwise, the non-interpolated model data will be downloaded)”
1. ERA5 hourly data on single levels from 1940 to present
Using this dataset you can download Global Reanalysis data.
This dataset contains single-level data.
Only hourly data is available in this dataset. You must set resolution = hourly in your configuration file; otherwise, the download will not work.
Mandatory fields for regional reanalysis data
model = era5_reanalysis
domain = global
resolution = hourly
Available variables (Species)
These are the available species:
acprecacsnowaswinaswincsaswindiraswindircsaswtoablhcldcldbotclddfcldtopdir10gust10photipshltrsislpspd10sstt2td2u10v10
Providentia can only read species in GHOST format. If you want to know the mapping from CDS ERA5 variables to GHOST species, please refer to the CDS ERA5-GHOST species mapping section.
Product Species
There are five derived variables computed from two ERA5 variables. When downloading one of these, the two original variables are also downloaded, formatted and saved together with the final result.
Product Species
There are five derived variables computed from two ERA5 variables. When downloading one of these, the two original variables are also downloaded, formatted and saved together with the final result.
cld
cld is computed from aswin and aswincs, which in CDS are:
surface_solar_radiation_downwards
surface_solar_radiation_downward_clear_sky
When creating cld, both variables are also downloaded and saved.
Formula:
clddf
clddf is computed from aswindir and aswindircs, which in CDS are:
total_sky_direct_solar_radiation_at_surface
clear_sky_direct_solar_radiation_at_surface
When creating clddf, both variables are also downloaded and saved.
Formula:
dir10
dir10 is computed from u10 and v10, which in CDS are:
10m_u_component_of_wind
10m_v_component_of_wind
When downloading dir10, both variables are also downloaded and saved.
Formula:
photi
photi is computed from aswin and aswtoa, which in CDS are:
surface_solar_radiation_downwards
toa_incident_solar_radiation
When creating photi, both variables are also downloaded and saved.
Formula:
spd10
spd10 is computed from u10 and v10, which in CDS are:
10m_u_component_of_wind
10m_v_component_of_wind
When downloading spd10, both variables are also downloaded and saved.
Formula:
2. Reanalysis Tropopause Data Repository
Using this dataset you can download Global Tropopause Reanalysis data.
This dataset contains single-level data.
Only hourly data is available in this dataset. You must set resolution = hourly in your configuration file; otherwise, the download will not work.
Mandatory fields for regional reanalysis data
model = era5_tropopause
domain = global
resolution = hourly
Available variables (Species)
These are the available species:
tphclptphdyntphwmo1tphwmo2
Providentia can only read species in GHOST format. If you want to know the mapping from SDL ERA5 variables to GHOST species, please refer to the SDL ERA5-GHOST species mapping section.
CDS ERA5-GHOST species mapping
Here is the mapping between CDS ERA5 variables and GHOST species names:
acprec : total_precipitation
acsnow : snowfall
aswin : surface_solar_radiation_downwards
aswincs : surface_solar_radiation_downward_clear_sky
aswindir : total_sky_direct_solar_radiation_at_surface
aswindircs : clear_sky_direct_solar_radiation_at_surface
aswtoa : toa_incident_solar_radiation
blh : boundary_layer_height
cld : [aswin, aswincs]
cldbot : cloud_base_height
clddf : [aswindir, aswindircs]
cldtop : high_cloud_cover
dir10 : [u10, v10]
gust10 : instantaneous_10m_wind_gust
photi : [aswin, aswtoa]
pshltr : surface_pressure
si : snow_depth
slp : mean_sea_level_pressure
spd10 : [u10, v10]
sst : sea_surface_temperature
t2 : 2m_temperature
td2 : 2m_dewpoint_temperature
u10 : 10m_u_component_of_wind
v10 : 10m_v_component_of_wind
SDL ERA5-GHOST species mapping
Here is the mapping between SDL ERA5 variables and GHOST species names:
tphclp: clp_z # cold point height
tphdyn: dyn_z # dynamical tropopause height
tphwmo1: wmo_1st_z # WMO 1st tropopause height
tphwmo2: wmo_2nd_z # WMO 2nd tropopause height