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

When I run Energy Plus idf file (using EP launch) I only can get monthly electricity and gas consumption data, while I need hourly data, instead of monthly. Is there any way to get hourly results from Energy Plus?

asked 2022-06-16 16:51:07 -0500

Ali-Khosravani's avatar

updated 2022-06-20 04:31:55 -0500

The monthly electricity consumption profile for the facility is as below. Is there any way to get hourly data instead of monthly?

          Electricity (kWh)
Jan             2220
Feb             2409
Mar             2164
Apr             1504
May             1310
Jun             1146
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2022-06-18 14:07:52 -0500

Jim Dirkes's avatar

For building energy use, your EnergyPlus file needs Output:Meter objects like: Output:Meter,Electricity:Facility,hourly;

Output:Meter,NaturalGas:Facility,hourly;

Output:Meter,InteriorLights:Electricity,hourly;

Output:Meter,Heating:Electricity,hourly;

Output:Meter,Cooling:Electricity,hourly;

Output:Meter,Fans:Electricity;

Output:Meter,InteriorEquipment:Electricity;

You may also wish to add Output:Variable objects for reporting other information.

edit flag offensive delete link more

Your Answer

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

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2022-06-16 16:51:07 -0500

Seen: 1,910 times

Last updated: Jun 22 '22