forked from sound-data/DEER-Prototypes-EnergyPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We're debugging branch SWHC004-Commercial
Regarding the error message seen on the command line:
SyntaxError: C:/DEER-Prototypes-EnergyPlus/templates/energyplus/system/hw.pxt:1004: syntax error, unexpected end-of-input, expecting keyword_end @local_output ...
Here are potentially problematic lines:
DEER-Prototypes-EnergyPlus/templates/energyplus/templates/system/hw.pxt
Lines 340 to 343 in 97276e6
<% if (heating_source == "BOILER") %> | |
<% if (boiler_duplicate) %> | |
Boiler:HotWater, | |
<%= name %> Heating Source 1, !- Name |
DEER-Prototypes-EnergyPlus/templates/energyplus/templates/system/hw.pxt
Lines 397 to 399 in 97276e6
<% else %> | |
Boiler:HotWater, | |
<%= name %> Heating Source, !- Name |
DEER-Prototypes-EnergyPlus/templates/energyplus/templates/system/hw.pxt
Lines 490 to 493 in 97276e6
<% if (heating_source == "STEAMBOILER") %> | |
<% if (boiler_duplicate) %> | |
Boiler:Steam, | |
<%= name %> Heating Source 1, !- Name |
DEER-Prototypes-EnergyPlus/templates/energyplus/templates/system/hw.pxt
Lines 538 to 539 in 97276e6
<% elsif (heating_source == "DISTRICT") %> | |
DistrictHeating, |
- We need the if-clause for heating_source (at line 490) to be an else-if.
- We need the if-clause for boiler-duplicate (at line 491) to be corrected (either create an else clause, or remove the if statement).
Metadata
Metadata
Assignees
Labels
No labels