The following files provide the model application manual:

    model_application_manual.ipynb
    model_application_manual.html


The digital appendix consists of multiple files and folders. The model itself is defined by the following files:

    base_matrace_model.py
    base_reuse_model.py
    combined_reuse_matrace_model.py

The following files are needed to execute and evaluate the Monte Carlo simulations:

    functions.py
    monte_carlo_simulations.py
    monte_carlo_evaluation.py
    monte_carlo_uncertainty.py


Furthermore, there is a notebook (also as html) with all graphs used throughout this thesis:

    used_graphs.ipynb
    used_graphs.html


There are three folders in the digital appendix. The folder "data_cobalt_case_study" holds the data used for the case study 
as well as the results of the monte carlo simulations. The folder "data_model" holds exemplary data used in the model manual.
The folder "monte_carlo_results" is necessary in order to execute the Jupyter Notebook containing the model application manual.