Skip to content

Data-driven forecasting model of building energy consumption for the USA (part of the 6th IPCC report on Climate Change (2021))

License

Notifications You must be signed in to change notification settings

jimenofonseca/HBLM-USA

Repository files navigation

HBLM-USA-1.0

GitHub license Repo Size Lines

Data-driven forecasting model of building energy consumption for the USA (part of the 6th IPCC report on Climate Change (2021)).

How does it work

The model consists of a Hierachical Bayesian Linear Model trained over half a million buildings across the United States. The forecasting model is based on the publication of Fonseca et al., 2020 which includes forecasts for over 100 cities across the United States and for multiple scenarios of climate change.

summary

This repository includes some post-processing steps needed to aggregate the original results of Fonseca et al., 2020 at the national level (as requested by the IPCC database). These included:

  1. Estimation of a weighted average of specific thermal energy consumption across different climatic regions. The weight is the built area per region. This estimation is carried out for every scenario of climate change described in Fonseca et al., 2020.
  2. Montecarlo simulation of the built area for commercial and residential areas in the united states. The montecarlo simulation is carried out based on mean and standard errors of built area provided by the U.S. governmnet.
  3. Multiplication of the results of 1 and 2 and estimation of the 50th, 2.5th and 97.5th percentiles for every climate change scenario.

Installation

  • Clone this repository

  • Install dependencies

  • Extract the file "/data/dummy_data_extract_here.zip"

  • Follow the instructions in the Readme.md files to get the data. Check also the FAQ for this too.

FAQ

  • Where are the results stored? A: the results are inside the results folder / final_results.csv
  • Where is the orginal database of built areas? A: It is publicly available for commercial and residential buildings here and here.
  • Where is the weather data? A: The data is available from a private vendor Meteonorm. The data needs to be purchased separately for each one of the weather stations described in the file /inputs/metadata.xls. For convenience, I included a sample of the file when you extract "/data/dummy_data_extract_here.zip"
  • Where is the building performance data? A: It is publicly available for close to 1 million buildings at LBL. The data needs to be downloaded via the API fo the LBL, you will need to ask LBL for access to the data. The data needs to be acquired for each one of the cities described in the file /inputs/metadata.xls. For convenience, I included a sample of the file when you extract "/data/dummy_data_extract_here.zip"

Cite

J. A. Fonseca, I. Nevat and G.W. Peters, Quantifying Uncertainty in the Impact of Climate Change on Building Energy Consumption Across the United States, Appl. Energy, (2020).https://doi.org/10.1016/j.apenergy.2020.115556

About

Data-driven forecasting model of building energy consumption for the USA (part of the 6th IPCC report on Climate Change (2021))

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages