Read the meteorology input for STICS ("climat.txt")

read_met(dirpath = getwd(), filename = "climat.txt")

Arguments

dirpath

Directory path

filename

The meteorology file name (default to climat.txt).

Value

A data.frame of the input meteorological variables used as input for the STICS model.

Note

The time-related variables are summarised into one POSIXct column named codeDate.

See also

Examples

if (FALSE) { library(sticRs) Meteo= read_met() }