Understanding Apartment End Use Water Consumption in Two Green Residential Multistory Buildings
Publication Year: 2019

Understanding Apartment End Use Water Consumption in Two Green Residential Multistory Buildings

Citation:

Jordán-Cuebas, F., Krogmann, U., Andrews, C.J., Senick, J.A., Hewitt, E.L., Wener, R.E., Sorensen Allaci, M.A., Plotnik, D. (2018) “Understanding Apartment End-Use Water Consumption in Two Green Residential Multistory Buildings” ASCE’s Journal of Water Resources Planning and Management 2018, 144 (4):04018009. DOI: 10.1061/(ASCE)WR.1943-5452.0000911

The objective of this study was to gain a better understanding of the drivers of indoor water consumption in urban multistory residential buildings, to more accurately predict residential water demand, and to identify water saving opportunities. Water meters were installed at each end-use fixture in 15 apartments within two economically diverse green high-rise buildings. Infrared motion loggers recorded occupant presence. Interviews provided sociodemographic data and data about water consuming activities. A principal component analysis determined that tenant presence in kitchen, kitchen faucet water consumption, cooking frequency, bathroom faucet water consumption, bathtub water consumption, percentage of tenants going to work/school, percentage of children, and percentage of seniors were major contributors to the variability in total per capita water consumption. A water end-use model taking these drivers into account demonstrated that preferences in bathtub and shower consumption exceeded the effects of dish washing and toilet leaks. When considered in relation to overall water consumption in the city, the tenant per capita water consumption in both buildings was similar.

Apartment End-Use Water Consumption Model – this repository includes 5 files:

  1. model_v1.m: MATLAB code for the indoor water end use consumption model, the calculation of the model performance metrics, and the results. The code includes comments for each section.
  2. model_v1.txt: Plain text format version of model_v1.m.
  3. inputdata_v1.mat: MATLAB format data file including the “input” and the “metered” data in structured arrays (i.e., struct). The “input” struct contains the input data for the indoor water end use consumption model and includes three tables. The first two tables are the input data for the buildings (“input.one” and “input.two”), and the third table is the input data considering the water conservation measures for the buildings (“input.three”). The “metered” struct contains the water end use consumption data used to calculate the performance metrics and includes
    two tables, one for each building (“metered.one” and “metered.two”).
  4. inputdata_v1.xls: Spreadsheet version of inputdata_v1.mat. The spreadsheet includes five tabs: the first three contain the “input” data for the indoor water end use consumption model, and the last two contain the “metered” end use water consumption data for the two buildings.
  5. pca_v1.xls: Spreadsheet containing the input data and the results of the principal component analysis.

How to run the model in MATLAB:

  1. Download the “model_v1.m” and “inputdata_v1.mat’ files.
  2. Start MATLAB and open the folder with the downloaded files.
  3. Run “model_v1”
  4. Tables with results are generated in the MATLAB workspace.

Structure of the files in the MATLAB workspace:

The cumulative distribution functions generated by Monte Carlo simulation for each parameter (e.g., shower frequency) are structured in the “distribution” struct, and the water end use consumption (e.g., shower water consumption) in the “modeled” struct. For example, the cumulative distribution function for the shower water consumption in Building #1 can be found in “modeled.one.shower”, and the faucet water consumption in the bathroom sink in Building #2 in “modeled.two.faucet.bath”.

Open source alternatives to MATLAB

The code might run on open source alternatives to MATLAB. Search “matlab alternative” on any web search engine for the most current open source MATLAB alternatives.