From fbc734178f8f45aadee1fbb58a16d2b90a7ab66e Mon Sep 17 00:00:00 2001 From: Alyona Teyber Date: Thu, 14 Apr 2022 10:53:07 -0700 Subject: [PATCH] Fixing typo in cooling_cop units --- module/residential/house_e.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/residential/house_e.cpp b/module/residential/house_e.cpp index 243f7e4e9..2bc2e57ee 100644 --- a/module/residential/house_e.cpp +++ b/module/residential/house_e.cpp @@ -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),