Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 941 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 941 Bytes

OSeMOSYS-pyomo

Description

This model is an adapted Python implementation of the OSeMOSYS model

Features

Compared to the original model, the following features have been added:

  • aa
  • bb

Quick start

If you want to download the latest version from github for use or development purposes, make sure that you have git and an anaconda or miniconda installed and type the following:

git clone https://github.com/Drplana/OSeMOSYS-pyomo.git
cd OSeMOSYS-pyomo
conda env create  # Automatically creates environment based on environment.yml
conda activate osemosys # Activate the environment

The above commands create a dedicated environment so that your conda configuration remains clean from the required dependencies installed.

To check that everything runs fine, you can run the python files provided in the scripts folder.