Load simuation results that were saved in sqlite data bases in one or multiple save folders when running SWAT.
load_swat_run(save_dir, variable = NULL, run = NULL, add_parameter = TRUE, add_date = TRUE)
| save_dir | Character string or vector of character strings that provide the path/s to the save folder/s. |
|---|---|
| variable | Output variables that were saved in the SWAT run and that should be loaded into R |
| run | Numeric vector giving the indexes of the simulations that should be loaded |
| add_parameter | Logical. If |
| add_date | Logical. If |