2

How to select appropriate DesignDay objects for Winter and Summer from ddy or ddm files

Hi,

I want to update the .idf files with the appropriate SizingPeriod:DesignDay for SummerDesignDay and WinterDesignDay.

The weather files I'm using are the CZ2010 versions, which I obtained from White Box Technologies. When downloaded, they included .ddy and .ddm files. But how can I adequately determine which DesignDay objects to choose from within these files (they include Clg 0.4%, 1%, 2%, and variations of DB, WB, etc)?

Also, the .ddm files include options for SummerDesignDay for each month of the year. Is it wise to have 12 SizingPeriod for SummerDesignDay to represent the 12 months?

Also, is there an easier way (other than use some python code) to automatically update the .idf files with these DesignDay objects?

Thank you in advance for your help!

Pablo

PJRosado's avatar
121
PJRosado
asked 2015-09-17 20:54:27 -0500
MatthewSteen's avatar
10.1k
MatthewSteen
updated 2015-09-29 07:37:49 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

A simple way to update your Design Days would be to

  • create an OpenStudio file with the data from appropriate ddy-file loaded.
  • Then export the osm-file e.g. to file aux.idf
  • Then copy manually the design days in IDF Editor from aux.idf to your idf file.
  • Run test simulation and check whether target temperatures etc. remain within desired bounds.
  • If OK, you will probably not need 12 sizing periods.
OS-user-AT's avatar
2.3k
OS-user-AT
answered 2015-09-29 07:26:31 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments