
Load Meteorological Data
load_meteo_data.Rd
Loads a data frame stored in an .rds
file containing meteorological data
formatted similar to the airGR model family. The input must include specific
columns as described below.
Arguments
- file
A string specifying the path to the
.rds
file containing the meteorological data.- tzone
A string specifying the time zone to assign to the
DatesR
column. If"UTC"
(default), aDate
vector is not converted to another time zone.
Details
The input data frame must contain the following columns:
DatesR
: Dates inDate
orPOSIXt
formatP
: Average precipitation [mm/day]T
: Catchment average air temperature [°C]E
: Catchment average potential evapotranspiration [mm/day]Qmm
: Outlet discharge [mm/day]
For more information on the required format, see the airGR documentation: https://hydrogr.github.io/airGR/page_1_get_started.html