View source: R/add_ncdf_output.R
add_netcdf_output | R Documentation |
Add data from lists of output, generated by run_ensemble to a netcdf file created by earlier run of run_ensemble
add_netcdf_output(output_lists, folder = ".", model, out_file)
output_lists |
list; list containing lists of output (e.g. temperature, ice_height) |
folder |
filepath; to folder which contains the model folders generated by export_config() |
model |
vector; model to export driving data. Options include c("GOTM", "GLM", "Simstrat", "FLake", "MyLake") |
out_file |
filepath; to save netCDF file defaults to "ensemble_output.nc" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.