Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SIMO_output
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clblatte
SIMO_output
Commits
74ef335c
Commit
74ef335c
authored
5 years ago
by
clblatte
Browse files
Options
Downloads
Patches
Plain Diff
Main.R - exlcude "structure_SIMO_rsl..."
parent
38967999
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Main.R
+3
-2
3 additions, 2 deletions
Main.R
with
3 additions
and
2 deletions
Main.R
+
3
−
2
View file @
74ef335c
...
...
@@ -41,9 +41,10 @@ db_names <- c("MV_Hartola",
### Restructure the SQL database: querry that creates the final UNIT table, which contains indicators over time under regimes
#
# !!! Only needed if the DB is read/loaded for the first time. !!!
# !!! Only needed if the DB is read/loaded for the first time. THis may take some time !!!
# !!! For your downloaded watershed data this is already done. !!!
source
(
paste0
(
path
,
"structure_SIMO_rslDB_FBE.R"
))
# Afterwards, you can exclude this line with: #
#
source(paste0(path, "structure_SIMO_rslDB_FBE.R")) # Afterwards, you can exclude this line with: #
### Import the restructured SIMO data (from UNIT table) in the R-environment
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment