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

Hourly output for End Uses - EnergyPlus

asked 1 year ago

updated 1 year ago

What's the easiest way to get hourly output for different end uses in EnergyPlus. I am using Energyplus verison 22.2

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 1 year ago

Jamie Sullivan's avatar

In general the answer is that you can set up hourly outputs like below, using Output:Variable. You can then find the outputs in the resulting .csv file that EnergyPlus produces. You can also use Output:Meter similarly, and it may be useful if you want to get the outputs for, say, electricity use in the Fan or ExteriorLights end-use category.

Output:VariableDictionary will provide you with a list of your available outputs and meters which can be handy given how many different outputs are available.

!-   ===========  ALL OBJECTS IN CLASS: OUTPUT:VARIABLEDICTIONARY ===========

Output:VariableDictionary,
    IDF,                     !- Key Field
    Unsorted;                !- Sort Option

!-   ===========  ALL OBJECTS IN CLASS: OUTPUT:VARIABLE =========

Output:Variable,
    *,                       !- Key Value
    Zone Operative Temperature,  !- Variable Name
    Hourly;                  !- Reporting Frequency
Preview: (hide)
link

Comments

Thanks Jamie! Worked for me

asanjeevi's avatar asanjeevi  ( 1 year 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: 1 year ago

Seen: 150 times

Last updated: Jan 30 '24