First time here? Check out the Help page!

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

How to Report EFLH for schedules in Open Studio?

asked 5 years ago

nsimhai's avatar

updated 5 years ago

Is there a way to output the equivalent full load hours for a given fractional or on/off schedule, or is there some location in OS that displays this value?

Preview: (hide)

2 Answers

Sort by » oldest newest most voted
3

answered 5 years ago

pow_skier's avatar

Use the custom reporting measure to edit a sql query from the Energy Meters EPlus table of whichever end use you are looking for.

EFLH = Annual / Max

https://bcl.nrel.gov/node/83274

Preview: (hide)
link

Comments

2

Thanks, this is a helpful measure I didn't know about, and could be useful for other things as well. Is there some more information on what methods are required to get the different model outputs - e.g. whether to get it from the model as in "model.getBuilding.name.to_s" or from the SQL file or from the SQL tabular data?

nsimhai's avatar nsimhai  ( 5 years ago )
3

In a reporting measure you will most likely be using the SQL output file as well as the energy plus table data. Both are accessible via queries accompanied with the .execAndReturn methods to the sqlFile object that is already set up for you in the template!

ParticleSwarm's avatar ParticleSwarm  ( 5 years ago )
2

answered 5 years ago

I usually calculate the equivalent full load hours based on the resulting energy use of the equipment associated with the fractional or on/off schedule. The calculation is EFLHs = annual energy use / peak energy demand.

An example would be a light fixture with input power of 1 kW that has an annual energy use of 1,126 kWh and a peak energy demand of 0.9 kW. The calculated EFLHs of the schedule assigned to this light fixture would be 1,251.1 hours/year. Note that you use the peak demand and not the input power. If the peak demand is less than the input power, that means that the schedule doesn't include an hour with a fractional value of 1.0.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

3 followers

Stats

Asked: 5 years ago

Seen: 472 times

Last updated: Aug 14 '19