Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions epengine/models/data/retrofit-costs.json
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,9 @@
{
"type": "LinearQuantity",
"coefficient": 334,
"indicator_cols": ["feature.system.has_cooling.true"],
"indicator_cols": [
"feature.system.has_cooling_central.true"
],
"error_scale": 0.05,
"description": "Cooling availability factor",
"source": "Heat pump cost model",
Expand All @@ -796,7 +798,9 @@
{
"type": "LinearQuantity",
"coefficient": 0,
"indicator_cols": ["feature.system.has_cooling.false"],
"indicator_cols": [
"feature.system.has_cooling_central.false"
],
"error_scale": 0,
"description": "Cooling availability factor",
"source": "Heat pump cost model",
Expand Down Expand Up @@ -1050,7 +1054,9 @@
{
"type": "LinearQuantity",
"coefficient": 334,
"indicator_cols": ["feature.system.has_cooling.true"],
"indicator_cols": [
"feature.system.has_cooling_central.true"
],
"error_scale": 0.1,
"description": "Cooling availability factor",
"source": "Heat pump cost model",
Expand All @@ -1060,7 +1066,9 @@
{
"type": "LinearQuantity",
"coefficient": 0,
"indicator_cols": ["feature.system.has_cooling.false"],
"indicator_cols": [
"feature.system.has_cooling_central.false"
],
"error_scale": 0,
"description": "Cooling availability factor",
"source": "Heat pump cost model",
Expand Down
Loading
Loading