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
3ab1d09a
Commit
3ab1d09a
authored
4 years ago
by
clblatte
Browse files
Options
Downloads
Patches
Plain Diff
comments in main.R
parent
48744c8e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Main.R
+27
-7
27 additions, 7 deletions
Main.R
with
27 additions
and
7 deletions
Main.R
+
27
−
7
View file @
3ab1d09a
...
...
@@ -30,16 +30,27 @@ outputFolder <- paste(path, "output", sep = "/")
### The corresponding db files need to be stored in folder "input_data"
### The output .csv files will be stored in folder "output"
# Names of the db can be defined flexible.
# !!! the ONLY rule is the name definition of certain simulations for set aside without deadwood extration:
# !!! the ONLY rule is the name definition of certain simulations that indicate special simulation runs:
# - set aside without deadwood extractio "_SA"
# - inital stand condition "_initial"
# - regimes for promoting broadleaves "_BL"
# - regimes with fertilization "_FERT"
# Examples: "simulated_RCP0_p_1-150.db" no climate change (RCP0) simulated on cPouta (p) for stand frequenze 1-150 (or anything else)
# "simulated_RCP0_p_SA_.....db" set aside without deadwood extraction (no other regimes!)
# "simulated_RCP0_p_initial_....db" set aside for only 1 year timestep
# "simulated_RCP0_p_FERT_....db" intensive management regimes with fertilization
# "simulated_RCP0_p_BL....db" extensive management regimes with promoting broadleaves
#
# Examples: "without.db" no climate change (CC)
# "without_SA.db" no CC and set aside without deadwood extraction (no other regimes!)
# "CC45.db" CC with RCP scenraio 4.5
# "CC45_SA.db" RCP 4.5 and set aside without deadwood extraction (no other regimes!)
# Reason:
Databases containing only SA simulations require a special SQL querry for data extraction.
# Reason
s
: Databases containing only SA simulations require a special SQL querry for data extraction.
# It is called/identified by "_SA" in the db name.
#
# For databases containing _inital, _FERT and _BL are the simulated regimes renamed (see loadDB.R)
...
...
@@ -82,9 +93,18 @@ source(paste(path, "MultiForest/columnsMF.R", sep = "/"))
# V_total_deadwood,
# BA,
# V,
# V_spruce,
# V_pine,
# V_penbirch,
# V_pubbirch,
# V_aspen,
# V_populus,
# V_Alnus_incana,
# V_Alnus_glutinosa,
# V_o_coniferous,
# V_o_decidious,
# SC,
# N,
# THIN,
# PEAT,
# H_dom,
# D_gm,
...
...
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