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

Energy Plus Rate Documentation Example E

asked 2015-10-23 15:14:47 -0500

eloneill's avatar

I'm building a rate and had a question about the E+ documentation file. Specifically the utility example files, Example F. Here's what they're trying to model:

The on-peak period is defined as the hours starting at 10am and ending at 7pm, Monday through Friday for June through September and 3pm to 10pm Monday through Friday for October through May. All other hours are considered off-peak.

But here's what the example IDF looks like:

Schedule:Compact, TwoSeasonSchedule, number,
Through: 5/31, For: AllDays,  Until: 24:00, 1,
Through: 9/30, For: AllDays,  Until: 24:00, 3,
Through: 12/31, For: AllDays, Until: 24:00, 1;


Schedule:Compact, TimeOfDaySchedule, number,
Through: 5/31, For: AllDays,  Until: 15:00, 3,
                              Until: 22:00, 1,
                              Until: 24:00, 3,
Through: 9/30, For: AllDays,  Until: 10:00, 3,
                              Until: 19:00, 1,
                              Until: 24:00, 3,
Through: 12/31, For: AllDays, Until: 15:00, 3,
                              Until: 22:00, 1,
                              Until: 24:00, 3;

The TwoSeasonSchedule makes sense to me, but the TimOfDaySchedule doesn't make sense. Can someone explain how the 1's and 3's at the end of the TimeOfDaySchedule work? Why would days before May 31st and before 3pm be given a summer schedule, and then a winder schedule until 10pm, and then back to a summer schedule until midnight?

I'm guessing I'm reading this wrong, but I'm hoping someone can clarify it for me.

Thanks! Eric

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2015-10-23 15:27:39 -0500

updated 2015-10-23 15:30:41 -0500

In the TwoSeasonSchedule, 1 for Winter, 2 for Spring, 3 for Summer; 4 for Autumn.

In the TimOfDaySchedule , 1 for Peak, 2 for Shoulder, 3 for OffPeak, and 4 for MidPeak.

So you need to provide UtilityCost:Charge:Simple for Summer on peak, Summer off peak, Winter on peak, and Winter off peak.

edit flag offensive delete link more

Comments

Wow. Not sure how I saw the seasonal scheduling but not time of day schedule. That makes perfect sense now. Thank you.

eloneill's avatar eloneill  ( 2015-10-23 16:08:55 -0500 )edit

Here is the documentation.

JasonGlazer's avatar JasonGlazer  ( 2015-10-27 10:22:21 -0500 )edit

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

2 followers

Stats

Asked: 2015-10-23 15:14:47 -0500

Seen: 129 times

Last updated: Oct 23 '15