get_output | R Documentation |
Get output data for each model
get_output(
config_file,
model,
vars,
obs_depths = NULL,
folder = ".",
out_time,
out_hour
)
config_file |
filepath; To LER config yaml file. Only used if model = 'GOTM' |
model |
character; Model for which scaling parameters will be applied. Options include c('GOTM', 'GLM', 'Simstrat', 'FLake') |
vars |
vector; variables to extract from FLake output. Currently just temp and ice |
obs_depths |
vector; Observation depths. Defaults to NULL |
folder |
filepath; to folder which contains the model folders generated by export_config(). Defaults to '.' |
out_time |
vector; of output time values to subset data by. |
out_hour |
numeric; hour of output time values to subset data. Only used for FLake if model time step is 86400s. |
dataframe or list of output variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.