The Micro-Grid library main objective is to provide an open source alternative to the problem of sizing and dispatch of energy in micro-grids in isolated places. It’s written in python(pyomo) and use excel and text files as input and output data handling and visualization.
Main features:
Optimal sizing of Lion-Ion batteries, diesel generators and PV panels in order to supply a demand with the lowest cost possible.
Optimal dispatch from different energy sources.
Calculation of the net present cost of the system for the project lifetime.
Determination of the LCOE for the optimal system.
Sergio Balderrana University of Liege, Belgium - Universidad Mayor de San Simon, Bolivia E-mail: [email protected]
Sylvain Quoilin University of Liege, Belgium. E-mail: [email protected]
The python libraries needed to run Micro-Grids are the following:
-Pyomo Optimization object library, interface to LP solver (e.g. CPLEX)
-Pandas for input and result data handling
-Matplotlib for plotting
This is a free software licensed under the “European Union Public Licence" EUPL v1.1. It can be redistributed and/or modified under the terms of this license.
To start using the Micro-Grid library please Go to Documentation/_build/html and double click in the archive index.html. This will open a Documention in html format. Please read carefully the tutorial part of this documentation in order to understand how to setup and use Micro-Grids library.