NTNU-IndEcol / BuildME

6 stars 1 forks source link

apply_rule_from_excel() does not change infiltration values for MFH #3

Closed anistad closed 4 years ago

anistad commented 4 years ago

The method apply_rule_from_excel() does not change the infiltration values for MFH according to the values given in replace.xlsx for different energy standards. Seems likeidfobj.Name not in ('*', xls_value[1].Name) to not catch the objects to change.

As a result, the reduction in energy demand from a better energy standard is lower for MFH than SFH. Is this how it should be?

nheeren commented 4 years ago

you mean because there is no rule in replace.xlsx?

anistad commented 4 years ago

There are values in replace.xlsx with name *, indicating that the infiltration values for all zones should be changed. I will try to replace those for the MFH and check the effect on the simulated heating demand.

anistad commented 4 years ago

Solved by adding all values explicitly to replace.xlsx