sound-data / DEER-Prototypes-EnergyPlus

11 stars 4 forks source link

Unused building-level default parameters #59

Open simularis opened 2 months ago

simularis commented 2 months ago

In prototypes there are a couple of input parameters that are not passed into any templates.

https://github.com/sound-data/DEER-Prototypes-EnergyPlus/blob/c6468168af318f33d23bdc090041c294c1b58ab2/prototypes/Asm/templates/root.pxt#L123-L127

If they were used, they would probably be referred to as space_hvac.building. In contrast, there is a nested group space_loads.building that is referenced in the insert statement as follows:

https://github.com/sound-data/DEER-Prototypes-EnergyPlus/blob/c6468168af318f33d23bdc090041c294c1b58ab2/prototypes/Asm/templates/root.pxt#L473-L478