Skip to content

vttresearch/FinnishArchetypeBuildingModel

Repository files navigation

FinnishArchetypeBuildingModel

A Finland-specific application of the ArchetypeBuildingModel.

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

Important

2024-03-15: This repository is no longer in active development, as ArBuMo is replacing the older ArchetypeBuildingModel. New developments happen in the FinArBuMo fork instead.

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_FinnishArchetypeBuildingModel>

Similarly, since FinnishBuildingStockData and ArchetypeBuildingModel 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/ArchetypeBuildingModel.git" <path_to_ArchetypeBuildingModel>

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_ArchetypeBuildingModel>")

You might also need to install the dependencies of FinnishBuildingStockData and ArchetypeBuildingModel 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 the ArchetypeBuildingModel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages