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

SizingPeriod:DesignDay objects in prototype IDF based on epw

asked 2021-05-12 12:58:34 -0500

ChrisW's avatar

updated 2021-05-17 14:36:14 -0500

I am using one of the PNNL's prototype models for simulations. The IDF file I am using was developed based on Phoenix's TMY3 epw, stat, and ddy files, and therefore Site:WaterMainsTemperature, Site:Location, and SizingPeriod:DesignDay are all for Phoenix. If I want to use this IDF for another location in the same climate zone with the corresponding epw file, will these fields be overridden by energyplus (I know Site:Location will be overridden by epw)?

Upon checking the epw file I have, there are several headers including Design Conditions, Typical/Extreme Periods, and Ground Temperature. Will these headers be used in energyplus (e.g. for autosizing)?

For your reference: I will only use epw file for an annual run, and no ddy file will be used.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-05-18 21:17:01 -0500

The short answer is yes and no. The long answer is these objects will be used in your simulation just as they are, to some extent.

For example, the Location object specifies the latitude/longitude and altitude. These values will get updated with the new information from a different weather file. Although the simulation will tell you with a warning (see *.err) that you did not update the input file's Location object with the correct information if the new location is sufficiently different. So this object won't really be used in the new simulation. The location object simply tells a different user of this input file what location was used to set up all other information (e.g., minimum code wall R-value may be location specific, or more accurately, climate zone specific).

The Site:WaterMainsTemperature object will be used as specified in your input. I you have specified Calculation Method = CorrelationFromWeatherFile then yes, the new weather file will be used, if not, this object's information will be used whether Calculation Method = Schedule or Correlation. For the latter calculation methods, the data in this object should also be updated when the weather file is changed. See the EngineeringReference.pdf to see what the equation is if Calculation Method = Correlation.

The SizingPeriod:DesignDay object will be used in your simulation regardless of which weather file is used and is specific to a location. This information will be used to autosize components in your input, that is if you are using autosize in your model. If you are autosizing and really want to model a different location, even if the location is in the same climate, this information should also change even if just by a little bit (or more depending on new location).

The design conditions in the weather file header are used to create the ddy, the ddy file can be used to manually update other information in your inputs (e.g., SizingPeriod:DesignDay). However, you could use the SizingPeriod:WeatherFileDays object instead, and with this object the new weather file information will be used. Using the time-series data within that weather file, not the header design data specified at the top of that weather file. Since weather files are a mix of periods throughout time (over several years or decades), choosing specific days from a weather file may not give you what you expect. And remember that constructions and materials used in your input will not change.

You can read about each of these objects in the InputOutputReference.pdf to be sure you understand the usage for each. Also read about the SimulationControl object to see which of those inputs are appropriate for your choice of simulation method. For example, you may not want to run an annual simulation until all this is worked out. You may also choose to simulate either SizingPeriod:DesignDay or SizingPeriod:WeatherFileDays as desired to see how your model is responding.

edit flag offensive delete link more

Comments

Thank you for explaining these details!

ChrisW's avatar ChrisW  ( 2021-05-19 00:00:53 -0500 )edit

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: 2021-05-12 12:58:34 -0500

Seen: 156 times

Last updated: May 18 '21