View source: R/summarize_sim.R
summarize_sim | R Documentation |
Creates GLM simulation summary outputs
summarize_sim(file, sim_outputs, fig_path)
file |
a string with the path to the netcdf output from GLM |
sim_outputs |
a character vector of outputs. |
fig_path |
FALSE if plot to screen, string path if save plot as .png
See |
Jordan S. Read, Luke A. Winslow
get_temp, get_surface_height, get_evaporation
## Not run:
sim_folder <- run_example_sim(verbose = FALSE)
nc_file <- file.path(sim_folder, 'output/output.nc')
summarize_sim(nc_file)
summarize_sim(nc_file, sim_outputs = c('temp','surface_height','wind'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.