Introduction
The ERA5-Land reanalysis from The Copernicus Programme is an incredible source of climate data with global coverage of land areas from 1950 to the present, at 10km spatial resolution. Its original data is at hourly interval, and monthly aggregates are also available at the Copernicus Data Store (CDS).
For some applications like Climate-Sensitive Diseases (CSD) modelling, the hourly interval may be too much detailed, but the monthly aggregation is too coarse.
For this reason, I created daily aggregates from some ERA5-Land indicators for some regions.
Methodology
I developed an R script using the KrigR package (Kusch and Davy 2022). The script downloads a set of indicators, starting on 1950, for a geographical bounding box covering Africa (coordinates -47.11,71.01,34.88,71.38) and aggregates the data from hourly to daily, saving its results as NetCDF files. Each resulting file covers a year’s month and presents data layers for each day of the respective month.
The table bellow contains the time aggregation functions applied to each climate indicator.
Indicator | Daily aggregation function |
---|---|
2m temperature | mean, max, min |
2m dewpoint temperature | mean |
u component of wind | mean |
v component of wind | mean |
surface pressure | mean |
total precipitation | sum |
Datasets
Data from 1950 to 2023 is ready to use and available on Zenodo. Data from 1950 to 1969 is being processed and will be made available soon.
Usage statistics
Usage statistics of this and other datasets are available here.