calc_loads: Calculates loads

Description Usage Arguments

View source: R/post_model_calc.R

Description

This function calculates heating load, cooling load and baseload.

Usage

1
2
calc_loads(util, model_params, total_predicted_consumption,
  total_consumption, scaled = TRUE)

Arguments

util

Utility data frame of a single building and single energy type, returned by calc_predicted_usage.

model_params

List or dataframe returned by construct_model_table.

total_predicted_consumption

Total predicted consumption (i.e sum of usages calculated using parameters from model_params).

total_consumption

Total consumption.

scaled

Boolean. Defaults to TRUE. Determine to multiply usage with number of days in the month.


tinnaing347/bRema documentation built on Aug. 23, 2019, 9:15 p.m.