Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.08 KB

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