Introduction
AgERA5 provides daily surface meteorological data for the period from 1979 to present as input for agriculture and agro-ecological studies based on the hourly ECMWF ERA5 data at surface level.
The AgERA5 Analysis Ready Cloud Optimised (ARCO) data presented here is is stored in Analysis Ready Cloud Optimised (ARCO) format and has been produced using the the Climate Data Store (CDS) AgERA5 dataset on approximately 0.1° x 0.1° resolution. The ARCO format allows direct access to the variables (see below) without downloading individual files, enabling efficient and scalable data access and retrieval. It has a dual-chunking approach which means that data access can be optimised for retrieving long-time periods for a limited area (geo-chunked) or short-time period for large areas (time-chunked). The AgERA5 data version used to produce the dataset is v2.0.
Methodology
The process to generate this dataset involves:
Data organization and access
The ARCO data is stored as Zarr datacubes to provide efficient access to time-chunked and geo-chunked AgERA5 data:
| Variable set (Item) | Chunking strategy (Asset) | URL for Zarr datacube |
|---|---|---|
Single level (Table 1) | Geo-chunked | https://arco.datastores.ecmwf.int/cadl-arco-geo-001/arco/sis_agrometeorological_indicators/all/geoChunked.zarr |
| Time-chunked | https://arco.datastores.ecmwf.int/cadl-arco-time-001/arco/sis_agrometeorological_indicators/all/timeChunked.zarr |
Target audience
Access to ARCO data is programmatic; therefore, users of these resources and this documentation are expected to have some relevant programming experience.
The Zarr datacubes can be accessed using your CDS API key. Below is a simple plug-and-play code snippet and a more detailed Jupyter Notebook example. For more detailed and advanced access examples, please refer to the main Analysis Ready Cloud Optimised (ARCO) Data.
Time-series access via the CDS
The Agrometeorological indicators time-series from 1979 to present derived from reanalysis catalogue entry allows users to download long time series for a single-point or limited area via the CDS download webform or a CDS API request that users can build from the webform. The data download via the time-series entry is as described below with additional aspects:
Please be aware when you select a "Location" on the form, the latitude and longitude values are rounded to the closest neighborhood point of the 0.1 degrees grid. Similarly, selecting an “Area” returns all points within the region defined by the nearest neighborhood corner points to the user-specified S, W, N, and E latitude/longitude values (maximum 5° x 5°).
- The download form allows users to select a choice of netCDF or CSV. The conversion is done directly with xarray with no additional processing from the Zarr description above.
- Given the computational cost of writing to csv, users are limited to smaller downloads with this option.
The entry may be temporarily disabled or completely deprecated at any point and it does not come with the same level of operational support as the parent entry. Additionally, the formats and structure of the data files are subject to change.
Spatial grid
The parameters have a regular grid of 0.1 degrees.
Temporal frequency
Temporal frequency of the data is daily.
Data update frequency
AgERA5 is updated on a daily basis. New daily data in AgERA5 becomes available in AgERA5 Time Series in a few hours.
Variations in delivery times may occur due to the non-operational nature of this CDS service, as issues may arise which cause delays.
Parameters listings
Table 1 below lists the single level parameters aggregate over the following periods:
- day time (06-18h),
- night time (18-06h)
- 24 hour/mean (00-24h)
- specific local time: 06, 09, 12, 15, 18.
Table 1: Single level parameters
| Name | Units | CDS API Variable name | Notes | |
|---|---|---|---|---|
| 1 | 10m wind speed mean | m s-1 | 10m_wind_speed_24_hour_mean | |
| 2 | 2m dewpoint temperature mean | K | 2m_dewpoint_temperature_24_hour_mean | |
| 3 | 2m relative humidity at 06h | % | 2m_relative_humidity_at_06_00 | |
| 4 | 2m relative humidity at 09h | % | 2m_relative_humidity_at_09_00 | |
| 5 | 2m relative humidity at 12h | % | 2m_relative_humidity_at_12_00 | |
| 6 | 2m relative humidity at 15h | % | 2m_relative_humidity_at_15_00 | |
| 7 | 2m relative humidity at 18h | % | 2m_relative_humidity_at_18_00 | |
| 8 | 2m relative humidity derived maximum | % | derived_2m_relative_humidity_24_hour_maximum | |
| 9 | 2m relative humidity derived minimum | % | derived_2m_relative_humidity_24_hour_minimum | |
| 10 | 2m temperature maximum 24h | K | 2m_temperature_24_hour_maximum | |
| 11 | 2m temperature maximum daytime | K | 2m_temperature_day_time_maximum | |
| 12 | 2m temperature mean 24h | K | 2m_temperature_24_hour_mean | |
| 13 | 2m temperature mean daytime | K | 2m_temperature_day_time_mean | |
| 14 | 2m temperature mean nighttime | K | 2m_temperature_night_time_mean | |
| 15 | 2m temperature minimum 24h | K | 2m_temperature_24_hour_minimum | |
| 16 | 2m temperature minimum nighttime | K | 2m_temperature_night_time_minimum | |
| 17 | Cloud cover mean | Dimensionless | cloud_cover_24_hour_mean | |
| 18 | Liquid precipitation duration fraction | Dimensionless | liquid_precipitation_duration_fraction | |
| 19 | Precipitation duration fraction | Dimensionless | precipitation_duration_fraction | |
| 20 | Precipitation flux | mm day-1 | precipitation_flux | |
| 21 | Reference evapotranspiration | mm day-1 | reference_evapotranspiration_penman_monteith_fao56 | |
| 22 | Snow thickness LWE mean | cm | snow_thickness_lwe_24_hour_mean | |
| 23 | Snow thickness mean | cm | snow_thickness_24_hour_mean | |
| 24 | Solar radiation flux | J m-2 day-1 | solar_radiation_flux | |
| 25 | Solid precipitation duration fraction | Dimensionless | solid_precipitation_duration_fraction | |
| 26 | Vapour pressure deficit at daily maximum temperature | hPa | vapour_pressure_deficit_at_maximum_temperature | |
| 27 | Vapour pressure mean | hPa | vapour_pressure_24_hour_mean |
Known issues
Please refer to the AgERA5 documentation.
