# ====================================================================
#
# Copyright 2025, PBL Netherlands Environmental Assessment Agency
# See the copyright notice at the end of this file.
#
# ====================================================================


## =============================================================================
##
## BioScore 3.0 Vegetation types model model settings script 
## File type : R script, secondary file
## Purpose   : Store model parametersettings used in a specific run
##
## =============================================================================


taxo_group <- "terrestrial"
BS_module <- "VegetationTypes"
Name <- "Name of user"
ProjectScenarios <- c("ssp126", "ssp585")
DropHabitats_plots <- c("^C","MA","Q5","^V")
MinYear <- 1990
modeltesting <- FALSE





# ====================================================================
#
# Copyright 2025, PBL Netherlands Environmental Assessment Agency
# 
# This source code of the BioScore model is owned by PBL Netherlands Environmental Assessment Agency. 
# It is not permitted to copy, redistribute, remix, transform, and build upon the material without written approval of PBL. 
# Permission for commercial purposes will not be granted. 
# This code is published to improve the transparency of the models used by PBL, 
# but without any warranty for fitness for any other purpose. 
# After approval of PBL to use the code, PBL will not provide any support.
#
# 
# ====================================================================

