write_glm_format {ropenmeteo} | R Documentation |
Write ensemble forecast dataframe to General Lake Model formatted csv files
Description
Write ensemble forecast dataframe to General Lake Model formatted csv files
Usage
write_glm_format(df, path)
Arguments
df |
data frame output by |
path |
directory where csv files will be written |
Value
No return value, called to generate csv files in the GLM required format
Examples
file <- system.file("extdata", "test-data.csv", package="ropenmeteo")
df <- readr::read_csv(file, show_col_types = FALSE)
df |>
add_longwave() |>
write_glm_format(path = path)
[Package ropenmeteo version 0.1 Index]