Skip to content

vttresearch/FinArBuMo

 
 

Repository files navigation

FinArBuMo

A Finland-specific application of ArBuMo.

The goal of this module is to integrate the Julia workflows of FinnishBuildingStockData and ArBuMo, in order to reduce the required computational time.

Installation

In order to follow the installation steps below, you need to have the following software installed on your computer and in your PATH:

  1. Git
  2. Julia

Since this package is not indexed in online package repositories, you need to download or clone this repository onto your machine. E.g. using Git:

git clone <url_of_the_repository> <path_to_FinArBuMo>

Similarly, since FinnishBuildingStockData and ArBuMo aren't indexed in online repositories, their source needs to be downloaded or cloned onto your machine:

git clone "https://github.com/vttresearch/FinnishBuildingStockData.git" <path_to_FinnishBuildingStockData>
git clone "https://github.com/vttresearch/ArBuMo.git" <path_to_ArBuMo>

Once you have these repositories on your machine, navigate into this root folder (the one containing this README.md). Then, open Julia REPL to install the dependencies:

using Pkg
Pkg.activate(".")
Pkg.develop("<path_to_FinnishBuildingStockData>")
Pkg.develop("<path_to_ArBuMo>")

You might also need to install the dependencies of FinnishBuildingStockData and ArBuMo by running

using Pkg
Pkg.activate(".")
Pkg.instantiate()

in their respective root folders.

Usage

TBD

Documentation

This README is all you're getting at the moment, I'm afraid.

License

MIT, see LICENSE for details.

How to cite

TBD

Acknowledgements

AKA emblem This module was built for the Research Council of Finland project "Integration of building flexibility into future energy systems (FlexiB)" under grant agreement No 332421.

About

A Finland-specific application of ArBuMo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%