heat_loss_indicator.Rdcalculates implied heat loss indicator (HLI) in W/(m2 K) from ber. HLI is a property the building fabric *only*.
heat_loss_indicator(ber, tech, install_time, params)real valued HLI
the value is sensitive to the efficiency of the installed technology.
params <- scenario_params(sD,2026)
heat_loss_indicator(120,"gas",2020,params)
#> [1] 1.272976
heat_loss_indicator(200,"heat_pump",2022,params)
#> [1] 5.189389