Skip to content
Snippets Groups Projects
Commit 8ec3e44e authored by Svajunas Plunge's avatar Svajunas Plunge
Browse files

ignore template

parent 29437b5f
No related branches found
No related tags found
No related merge requests found
^.*\.Rproj$
^\.Rproj\.user$
test*
\ No newline at end of file
test*
template*
\ No newline at end of file
......@@ -27,4 +27,5 @@ vignettes/*.pdf
# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
rsconnect/
.Rproj.user
test*
\ No newline at end of file
test*
template*
\ No newline at end of file
......@@ -6,7 +6,7 @@
</style>
---
title: "Jeziorka catchment"
title: "Zglowiaczka catchment (PL)"
author: "name surname"
affiliation: "your affiliation"
email: "your@email"
......@@ -29,6 +29,10 @@ model_path <- "path_to_txtinout"
##This path to save run_swat_verification function results
result_path <- "path_to_run_swat_verification_results"
model_name <- "model_a"
model_path <- "../Test_models/Zglowiaczka"
result_path <- "./test_data/"
model_name <- "Zglowiaczka"
rpath <- c()
for(ns in c(0:2)){rpath <- c(rpath, paste0(result_path, model_name, "_ns", ns, ".rds"))}
```
......
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