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 the Latin America region (coordinates -118.47,-34.1,-56.65, 33.28) 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
The resulting NetCDF files are available for download at Zenodo.
Usage statistics
Usage statistics of this and other datasets are available here.