Is there a measure to get hourly heating and cooling load breakdown?
I did a parametric study for the heating and cooling load in OS and obtained the monthly envelope and internal load breakdown measure. I would like to get the hourly load breakdown maybe for a month or over a year. Is there a measure that I could use for the daily output? Thank you
I'm not aware of one, but maybe someone else is. The highlighted code here makes the variable requests. That would need to be changed and then how the measure reports this would also need to be updated. Also could be good to clarify the time step you are looking for. The title asks about hourly breakdown, but the body of the post asks about daily. If this is a one-off use you could request variables and use SQL viewer.
I updated the body to hourly as well. Do you mind directing me that where I should paste the code and how to execute it. I couldn't find the "measure" in OS folder.
@Houri measures downloaded from the BCL are found in the C:\Users[your user name]\BCL folder and custom measures you've added outside of BCL are found in the C:\Users[your user name]\OpenStudio\Measures folder. You can watch this YouTube video and read the OpenStudio Measure Writing Guide for more details.