3

EnergyPlus: how to work with the DDY file

Hello everyone!

When I run a simulation through the EP idf editor I load the .idf file and the .epw file. My .idf already contains the .ddy data for NYC (it was given to me like that). However, when I run the simulation for a different location I only change the weather file (.epw file). I would like to change the .ddy file too so the idf file has the information for the new geographical location.

-How does EP work with the .ddy file of the weather file? -Should I copy and paste all the content of the .ddy file into the .idf file?

Thank you very much in advance.

Best regards, Alex Vlachokostas City College of New York -graduate student

Alex Vlachokostas's avatar
928
Alex Vlachokostas
asked 2014-11-24 21:32:31 -0500, updated 2014-11-26 09:56:27 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Please add the energyplus tag to your question.

JasonGlazer's avatar JasonGlazer (2014-11-25 06:23:30 -0500) edit

Thank you very much Jason. Your advice worked great. I copied/pasted the suggested DDY objects to the idf file.

Alex

Alex Vlachokostas's avatar Alex Vlachokostas (2014-11-26 13:07:28 -0500) edit
add a comment see more comments

1 Answer

5

You need to copy and paste the Site:location and SizingPeriod:DesignDay objects for your design conditions into the IDF file. It is important to use the Site:location and SizingPeriod:DesignDay that is consistent with the EPW weather file selected.

In IDF Editor, use the menu item FILE.. OPEN.. or else the OPEN icon on the toolbar. Then select in the bottom right corner of the dialog box just above the Open and Cancel buttons the dropdown list and select Design Day (*.DDY). Now navigate to the directory that contains the DDY files usually \EnergyPlusV8-2-0\WeatherData and select the file that you want. The DDY file usually contains a number of SizingPeriod:Design objects that correspond to different design conditions such as heating 99% or heating 99.6%. Pick a heating and a cooling SizingPeriod:Design that is appropriate for your project. Now copy the SizingPeriod:Design objects for the design days that you want from the DDY file you just opened into your file and don't forget to also copy the Site:location objects. Make sure you delete any old Site:location and SizingPeriod:DesignDay objects from your file. This can also be done in a text editor.

JasonGlazer's avatar
6.8k
JasonGlazer
answered 2014-11-25 06:22:40 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments