get_evaporation: get evaporation from GLM simulation

View source: R/get_evaporation.R

get_evaporationR Documentation

get evaporation from GLM simulation

Description

Creates a data.frame with DateTime and E (mm/day).

Usage

get_evaporation(file)

Arguments

file

a string with the path to the netcdf output from GLM

Value

a data.frame with DateTime and evaporation (in mm/day)

Author(s)

Jordan S. Read

Examples

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

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