Skip to content
Snippets Groups Projects
Commit 3ab1d09a authored by clblatte's avatar clblatte
Browse files

comments in main.R

parent 48744c8e
No related branches found
No related tags found
No related merge requests found
......@@ -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.
# Reasons: 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,
......
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