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:
GridID
Grid id of the location.
Lat
latitude of the site in decimal degrees.
Lon
longitude of the site in decimal degrees.
Elev
elevation above sea level in (meters).
WHC
water holding capacity in (mm).
Year
year of record "YYYY".
Month
month of record "MM".
Day
day of record "DD".
Rain
Precipitation (mm/day).
Tmax
Temperature at 2 Meters Maximum (°C).
Tmin
Temperature at 2 Meters Minimum (°C).
Rs
CAll Sky Surface Shortwave Downward Irradiance (MJ/m^2/day).
Tdew
Dew/Frost Point at 2 Meters (°C).
Uz
Wind 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)