Data-driven forecasting model of building energy consumption for the USA (part of the 6th IPCC report on Climate Change (2021)).
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.
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:
- 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
. - 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.
- Multiplication of the results of 1 and 2 and estimation of the 50th, 2.5th and 97.5th percentiles for every climate change scenario.
-
Clone this repository
-
Install dependencies
EnthalpyGradients==1.0
numpy
pandas
Scikit-learn==0.20.0
PyMC3==3.6
-
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.
- 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
andhere
. - 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"
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