| AgroClimateData {AquaBEHER} | R Documentation |
Example AgroClimate data from AgERA5
Description
The AgERA5 dataset provides daily surface meteorological data for the period from 1979 to present as input for agriculture and agro-ecological studies. This dataset is based on the hourly ECMWF ERA5 data at surface level, the data from 01/01/1982 through 12/31/2022 extracted for a grid located in located in Angochen, Nampula province of Mozambique.
Usage
AgroClimateData
Format
A data frame containing daily observations of AgroClimate parameters:
GridIDGrid id of the location.
Latlatitude of the site in decimal degrees.
Lonlongitude of the site in decimal degrees.
Elevelevation above sea level in (meters).
WHCwater holding capacity in (mm).
Yearyear of record "YYYY".
Monthmonth of record "MM".
Dayday of record "DD".
RainPrecipitation (mm/day).
TmaxTemperature at 2 Meters Maximum (°C).
TminTemperature at 2 Meters Minimum (°C).
RsCAll Sky Surface Shortwave Downward Irradiance (MJ/m^2/day).
TdewDew/Frost Point at 2 Meters (°C).
UzWind Speed at 2 Meters (m/s).
Source
https://cds.climate.copernicus.eu/cdsapp#!/dataset/sis-agrometeorological-indicators?tab=overview
References
AgERA5, 2021, Copernicus Climate Change Service (C3S), Fifth generation of ECMWF atmospheric reanalysis of the global climate for agriculture and ago-ecological studies. Copernicus Climate Change Service Climate Data Store (CDS), July-2021.
See Also
Examples
# load example data:
data(AgroClimateData)
# Get the structure of the data frame:
str(AgroClimateData)
# Get the head of the data frame:
head(AgroClimateData)