This project targets at co-optimizing the Hydrogen and CO2 networks in Europe and tries to answer the question to what extent the two networks are competing or complementing each other.
This repository contains the entire scientific project, including code and report. The philosophy behind this repository is that no intermediary results are included, but all results are computed from raw data and code.
You need mamba to run the analysis. Using mamba, you can create an environment from within you can run it:
mamba env create -f environment.yaml
snakemake main -call
This will run all analysis steps to reproduce results and eventually build the report.
To generate a PDF of the dependency graph of all steps build/dag.pdf
run:
snakemake -c1 --use-conda -f dag
config
: configurations used in the studydata
: place for raw data
workflow
: contains the Snakemake workflowbuild
: will contain all results (does not exist initially)
The code in this repo is MIT licensed, see ./LICENSE.md
.