
Load Meteorological Data
load_meteo_data.RdLoads 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
.rdsfile containing the meteorological data.- tzone
A string specifying the time zone to assign to the
DatesRcolumn. If"UTC"(default), aDatevector is not converted to another time zone.
Details
The input data frame must contain the following columns:
DatesR: Dates inDateorPOSIXtformatP: 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