Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 857 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 857 Bytes

The easy energy system workflows and wrappers repository

This aims to be a collection of helper workflows and wrappers that aid in quickly developing Energy System (ESM) models, inspired by Snakemake's workflow catalog and wrapper repository. Its main purpose is enabling researchers to share data workflows between studies to avoid the bloat problem in large energy system workflows.

Using our modules

Please follow our user guidelines to get quickly set-up to re-using our modelling tools!

Development setup

If you wish to test the whole repository, please run.

mamba env create -f environment.yaml
mamba activate ec_modules

Warning

The ec_modules environment is mostly used for development and testing!