Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Fix typo in cooling_cop units #1152

Merged
merged 1 commit into from
Apr 15, 2022
Merged
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
2 changes: 1 addition & 1 deletion module/residential/house_e.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ house_e::house_e(MODULE *mod) : residential_enduse(mod)
PT_double,"heating_COP[pu]",PADDR(heating_COP),
PT_DEFAULT,"+0",
PT_DESCRIPTION,"system heating performance coefficient",
PT_double,"cooling_COP[Btu/kWh]",PADDR(cooling_COP),
PT_double,"cooling_COP[pu]",PADDR(cooling_COP),
PT_DEFAULT,"+0",
PT_DESCRIPTION,"system cooling performance coefficient",
PT_double,"air_temperature[degF]",PADDR(Tair),
Expand Down