/dublin-energy-model

*Unmaintained* bottom-up energy model of Dublin

Primary LanguagePythonMIT LicenseMIT

Dublin Energy Modelling

A collection of notebooks using EnergyPlus (E+), eppy and docker to automate E+ archetype creation. Utilization of a conda environment from within a docker container.

Produces energy, electricity, heat and peak electricity demands at a small-area and postcode level at both commercial and residential sectors for Dublin, Ireland.

Installation

  • Install docker

  • Clone this repository

git clone https://github.com/codema-dev/dublin-energy-model

a. VSCode (recommended)

b. Command Line

If you are on Windows; download Windows Subsystem for Linux to run the commands in a *nix shell

  • Run:
cd dublin-energy-model
docker build -t dem -f=./Dockerfile .
docker run --rm -it -v=$(pwd):/DEM/ --workdir=/DEM/ dem