A dataset containing daily weather data in APSIM format for Site_1: at -27 S, 151 E and Site_2: -28 S, 152 E for the period 1 to 5 Nov 2020
two_sites
A data frame with 10 rows and 11 variables:
Year
Day
Radiation (MJ/m^2)
Max Temperature (degrees C)
Min Temperature (degrees C)
Rainfall (mm)
Evaporation (mm)
Vapour Pressure (hPa)
Source Code is a six digit string describing the source of the meteorological data where each digit is either 0, an actual observation; 1, an actual observation from a composite station; 2, a value interpolated from daily observations; 3, a value interpolated from daily observations using the anomaly interpolation method for CLIMARC data; 6, a synthetic pan value; or 7, an interpolated long term average
The date on which daily weather was collected
Sites labelled “Site_1” and “Site_2”
The data were obtained with
two_sites <- get_multi_silodata(latitude = c(-27.00, -28.00),
longitude = c(151.00, 152.00), Sitename = c("Site_1", "Site_2"),
START = "20201101", FINISH = "20201105", email = "MY_EMAIL_ADDRESS")
where “MY_EMAIL_ADDRESS” was relaced with an appropriate address.