3

weather file vs design day file in openstudio

What are the purposes for EPW files and DDY files in energy plus and Openstudio? When to I choose to use one or the other or both?

SVVitale's avatar
433
SVVitale
asked 2015-11-13 10:41:33 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-05-29 17:49:03 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

The DDY file is used for zone/system/plant sizing (design day simulation), while the EPW file (typically including hourly data for a year) is used for annual (a period) energy simulation.

The DDY file is in IDF format. You can copy and paste the objects in DDY file to IDF file.

Yixing Chen's avatar
921
Yixing Chen
answered 2015-11-13 11:29:17 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you very much!

SVVitale's avatar SVVitale (2015-11-13 13:41:58 -0500) edit

So is it possible that I only import a DDY file for system sizing but import no EPW file?

W. Chiang's avatar W. Chiang (2017-04-16 08:36:43 -0500) edit

@W. Chiang, Yes. You can import DDY file for system sizing without the EPW file. You need to modify the SimulationControl object as follow:

SimulationControl,

Yes, !- Do Zone Sizing Calculation

Yes, !- Do System Sizing Calculation

Yes, !- Do Plant Sizing Calculation

No, !- Run Simulation for Sizing Periods

No; !- Run Simulation for Weather File Run Periods

Yixing Chen's avatar Yixing Chen (2017-04-17 19:51:39 -0500) edit

Thank you. I have another question, what's the difference between zone sizing and system sizing? I created a building with a single zone, and the design sensible cooling load in System Sizing I've got is roughly two times the size of the design sensible cooling load in Zone Sizing.

W. Chiang's avatar W. Chiang (2017-04-18 22:44:37 -0500) edit

This probably means you have a system serving multiple zones.

sashadf1's avatar sashadf1 (2024-10-23 17:12:04 -0500) edit
add a comment see more comments