Skip to content

calliope-project/ec_modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!