Closed padmassun closed 7 years ago
It was found that the multipliers are not being applied for total nominal occupancy... the sql table where the occupancy is summed from, does not have the multiplier assigned. This value is used to determine the water_m3_per_day_per_occupant
for service_water_heating
, which leads to false values.
See https://github.com/NREL/OpenStudio-measures/commit/829f5b7aff72a1d65781c5989923af9c9d2571d7 for fix. Mike still needs to confirm whether these values makes sense.
dup of #197
The following Output (with minor modifications to remove unwanted data manually) was generated from Measure: BTAPResults Tester: OpenStudioResults_Test.rb Building Type: LargeOffice Weather file: CAN_NU_Resolute.719240_CWEC.epw File name: qaqc.json
As per output above from code above, it can be noted for the spaces with multiplier of 1 has the following values for water use equipment:
"peak_flow_rate": 7.58688229162649e-06, "peak_flow_rate_per_area": 2.4206782671103492e-08, "shw_watts_per_person": 89.97275866309998
and the spaces with multipliers has these values multiplied by the space/zone multipliers.These calculations has to be verified if the zone multipliers are being applied correctly.