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


# This script runs the full BioScore model

rm(list = ls())

user_dir <- "File.Path"
base_dir <- "File.Path"
github_dir <- "File.Path"
## BS_module:   the module of BioScore that is ran, either "terrestrial" or "wetlands"
BS_module <- "terrestrial" 

source(paste0(github_dir, "/core/00_BioScore.R"))





# ====================================================================
#
# 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.
#
# 
# ====================================================================

