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
4

Simulation Timestep vs. OutputVariable Reporting Frequency

asked 8 years ago

BControl's avatar

updated 8 years ago

In EnergyPlus, I am trying to report the output variable in a different time frequency, comparing to the simulation Timestep. Is it possible, or it needs to be post-processing?

For example, the simulation Timestep is set as 60, is it possible to output the energy usage in 0.5h time interval, not hourly time interval?

Timestep,
    60;                       !- Number of Timesteps per Hour

...

Output:Variable,,Facility Total Purchased Electric Energy,Timestep;
Preview: (hide)

1 Answer

Sort by » oldest newest most voted
4

answered 8 years ago

updated 8 years ago

You can't.

You have to request output at the Timestep level, which will give you in your case output at one-minute interval (60 timesteps per hour) and then do post-processing to get 30-min interval average / sum depending on the variable you're looking at (any consumption would be a sum, any rate would be an average)

Preview: (hide)
link

Comments

Thanks for your answer! That's helpful to know that EnergyPlus cannot do this. BTW, how did you get the 0 of 60 to a superscript?

BControl's avatar BControl  ( 8 years ago )

On a french mac keyboard, the degree sign ° is right next to zero, I must have made a mistake when typing. Worth nothing that there is a <sup></sup> tag on Unmet Hours, but that won't produce a degree sign, it'll do this: 0. If you have a Windows machine and a numeric keypad, press ALT and while maintining it type either 0176 or 248 on the numeric keypad to produce a ° (it looks like a lot of work initially, but when I was working in the US I was using it many times a day without flinching)

Julien Marrec's avatar Julien Marrec  ( 8 years ago )

I see. Thanks for your explanation. That's very insightful!

BControl's avatar BControl  ( 8 years ago )

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

1 follower

Stats

Asked: 8 years ago

Seen: 454 times

Last updated: Feb 21 '17