read_met: Read STICS input meteo file

View source: R/read_met.R

read_metR Documentation

Read STICS input meteo file

Description

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

Usage

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

read_obs()

Examples

## Not run: 
library(sticRs)
Meteo= read_met()

## End(Not run)


VEZY/sticRs documentation built on Oct. 26, 2023, 7:37 a.m.