get_wind: get wind speed from GLM simulation

View source: R/get_wind.R

get_windR Documentation

get wind speed from GLM simulation

Description

Creates a data.frame with DateTime and wind.

Usage

get_wind(file = "output.nc", ...)

Arguments

file

a string with the path to the netcdf output from GLM

...

additional arguments passed to resample_sim

Value

a data.frame with DateTime and wind

Author(s)

Luke A. Winslow, Jordan S. Read

Examples

sim_folder <- run_example_sim(verbose = FALSE)
nc_file <- file.path(sim_folder, 'output/output.nc')
wind <- get_wind(file = nc_file)


USGS-R/glmtools documentation built on March 26, 2024, 5:43 p.m.