Skip to content
Snippets Groups Projects
Commit 13255b88 authored by clblatte's avatar clblatte
Browse files

include CCf in comments, add V_aspen again --> avoiding merge conflicts with previous simulatd data

parent beaa65b0
No related branches found
No related tags found
No related merge requests found
......@@ -76,11 +76,13 @@ if(on_cPouta == TRUE) {
# Names of the db can be defined flexible.
# !!! the ONLY rule is the name definition of certain simulations that indicate special simulation runs:
# - set aside without deadwood extractio "_SA"
# - continuous cover forestry regimes "_CCF"
# - 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_CCF_....db Continuous cover forestry regimes without (without biomass extraction)
# "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
......@@ -88,8 +90,8 @@ if(on_cPouta == TRUE) {
#
# Reasons: Databases containing only SA simulations require a special SQL querry for data extraction.
# It is called/identified by "_SA" in the db name.
# Reasons: Databases containing only SA simulations require a special SQL querry for data extraction --> no management simulation
# It is called/identified by "_SA" & "_initial" in the db name.
#
# For databases containing _inital, _FERT and _BL are the simulated regimes renamed (see loadDB.R)
......@@ -158,6 +160,7 @@ columns <- paste0("id,
V,
V_penbirch,
V_pubbirch,
V_aspen,
V_populus,
V_Alnus_incana,
V_Alnus_glutinosa,
......
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