Hydrogen policy is an open model to model hydrogen production with different regulation standards in a selected country in Europe.
-
Setup and Environment:
I generally recommend using
mamba
overconda
. You can find the installation instructions formamba
here.From your terminal, run the following commands:
git clone https://github.com/lisazeyen/hydrogen_policy.git mamba env create -f envs/environment.yaml conda activate hourly
-
Running the Workflow:
To execute the workflow, use the following command:
snakemake plot_all -j8
-
Configuration:
You can modify assumptions in the
config
(e.g., country, storage types, demand volume, CO2 limits, etc.).