Skip to content
Snippets Groups Projects
Commit 6a30d42a authored by Christoph Schürz's avatar Christoph Schürz
Browse files

Add basin_pw outputs to get sim weather

parent a347a369
No related branches found
No related tags found
No related merge requests found
Package: SWATdoctR
Type: Package
Title: Finding the right diagnoses and treatments for SWAT+ models
Version: 0.1.0.9000
Version: 0.1.0.9001
Author: c(person("Svajunas", "Plunge",
email = "svajunas_plunge@sggw.edu.pl",
role = c("aut")),
......
......@@ -70,6 +70,7 @@ run_swat_verification <- function(project_path, outputs = c('wb', 'mgt', 'plt'),
}
if ('wb' %in% outputs) {
model_output$basin_wb_day <- read_tbl('basin_wb_day', run_path)
model_output$basin_pw_day <- read_tbl('basin_pw_day', run_path)
}
if ('mgt' %in% outputs) {
model_output$mgt_out <- read_mgt(run_path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment