sim_vars | R Documentation |
Get list of variables from a GLM simulation
sim_vars(file = "output.nc")
file |
a string with the path to the netcdf output from GLM |
A data frame with columns name, unit, longname
.
Stuart E. Jones, Jordan S. Read, Luke A. Winslow
sim_var_longname
, sim_var_units
, plot_var
sim_folder <- run_example_sim(verbose = FALSE)
nc_file <- file.path(sim_folder, 'output/output.nc')
sim_vars(file = nc_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.