two_sites {cropgrowdays}R Documentation

SILO weather data extracted for two arbitrary sites

Description

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

Usage

two_sites

Format

A data frame with 10 rows and 11 variables:

year

Year

day

Day

radn

Radiation (MJ/m^2)

maxt

Max Temperature (degrees C)

mint

Min Temperature (degrees C)

rain

Rainfall (mm)

evap

Evaporation (mm)

vp

Vapour Pressure (hPa)

code

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

date_met

The date on which daily weather was collected

Sitename

Sites labelled “Site_1” and “Site_2”

Details

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.

Source

Meteorological SILO data obtained from the Longpaddock Qld Government web site https://www.longpaddock.qld.gov.au for two sites for the period 1 to 5 Nov 2020


[Package cropgrowdays version 0.2.1 Index]