get_climate_txt: Read STICS input meteorology file

View source: R/get_climate_txt.R

get_climate_txtR Documentation

Read STICS input meteorology file

Description

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

Usage

get_climate_txt(workspace, file_name = "climat.txt", preserve = TRUE)

Arguments

workspace

Path of the workspace containing the STICS climate file to read

file_name

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

preserve

Logical, ⁠TRUE`` for keeping the STICS columns related to date calculation (year, month, day, julian), or only the Date column as a ⁠POSIXct⁠otherwise. Default to⁠TRUE'.

Value

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

Note

The time-related variables are summarized into one POSIXct column named date.

Examples

path <- get_examples_path(file_type = "txt")
meteo_data <- get_climate_txt(path)


SticsRPacks/SticsRFiles documentation built on July 4, 2025, 4:19 p.m.