get_raw | R Documentation |
Returns the raw data in a GLM simulation nc file.
get_raw(file = "output.nc", param_name)
file |
a string with the path to the netcdf output from GLM |
param_name |
Name of parameter requested (see details for list) |
NS
hice
hsnow
hwice
precip
evap
I_0
wind
Tot_V
V
salt
temp
rho
rad
ext_coef
z
the raw matrix or vector from the NC file
Luke A. Winslow, Jordan S. Read
sim_vars
sim_folder <- run_example_sim(verbose = FALSE)
nc_file <- file.path(sim_folder, 'output/output.nc')
wind <- get_raw(nc_file, 'wind') #raw wind data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.