Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Shorowit has answered the question already.. but to add on further, if we look at the source code "indoorgreens.cc", line 452-453: https://github.com/NREL/EnergyPlus/blob/develop/src/EnergyPlus/IndoorGreen.cc

We will see that only ZPPFD has LED schedule as a multiplier to its output. And hence operational power does not consider LED schedule.

To change that, we would have to edit the source code, compile and build a custom copy for our own use until E+ team comes up changes it. I have attached an example for my solution for your reference.C:\fakepath\Screenshot 2025-02-19 143723.png

click to hide/show revision 2
No.2 Revision

Shorowit has answered the question already.. but to add on further, if we look at the source code "indoorgreens.cc", line 452-453: https://github.com/NREL/EnergyPlus/blob/develop/src/EnergyPlus/IndoorGreen.cc

We will see that only ZPPFD has LED schedule as a multiplier to its output. And hence Hence operational power does not consider LED schedule.

To change that, we would have to edit the source code, compile and build a custom copy for our own use until E+ team comes up changes it. I have attached an example for my solution for your reference.C:\fakepath\Screenshot 2025-02-19 143723.png