![]() | 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
![]() | 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