View source: R/get_evaporation.R
get_evaporation | R Documentation |
Creates a data.frame with DateTime and E (mm/day).
get_evaporation(file)
file |
a string with the path to the netcdf output from GLM |
a data.frame with DateTime and evaporation (in mm/day)
Jordan S. Read
sim_folder <- run_example_sim(verbose = FALSE)
nc_file <- file.path(sim_folder, 'output/output.nc')
evap <- get_evaporation(nc_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.