First time here? Check out the Help page!
1 | initial version |
Do you want:
The total cooling and heating load (as in energy) for one year = 2 numbers
RunPeriod
like @Waseem saidEach individual hourly load value for both cooling and heating (as in demand) = 8760 * 2 numbers.
Hourly
.Second:
Are you asking about what variable to report? If so, it's been asked several times already, see Best output:variable for zone heating / cooling load for example.
Or are you asking how you can add the specific variable within openstudio when you don't see it in the list? First, both of the variables mentioned in the post I just linked are available right away... Anyways, there's a measure for that, go check the BCL, by typing "add output" you see plenty of measures
Finally, a couple of points:
eplusssz.csv
and epluszsz.csv
are generated for the sizing periods only. Your outputs will be in the SQL
file and the .eso
file. If you want it to be generated in csv, just do a search on unmet hours it's been covered more than once (hint: there's a measure to generate a csv export from a meter (see BCL link I gave you...), or you can run the idf in EP-Launch, or you can learn how to query the SQL file).