First time here? Check our help page!
1

Design day and Runperiod value mismatch

This particular CSV file (Please refer the image) was obtained from an EnergyPlus Simulation. The design day for this simulation is 05/21. The run period is also 05/21. Hence, both of them are same.

I take it that the variables in the upper half of the CSV file which is enclosed in a red box, corresponds to the design day values, and the rest belongs to run period.

So, I was wondering why they both are not the same ? eventhough my run period and design day are same!

image description

Siv's avatar
653
Siv
asked 2018-08-06 01:11:14 -0500, updated 2018-08-06 23:04:06 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

4

While the date is the same, the sizing period and run period use different weather data.

The DesignDay uses explicitly defined maximum/minimum temperatures and other weather variables and creates a day's worth of weather using a set of multipliers. See the EnergyPlus Reference for more details.

The run period uses the weather file data which is whatever the .epw file shows for that particular day. TMY3 files use a typical month from a 30 year average, and so it is unlikely that an average 5/21 will correspond to the design day 5/21.

Additionally, schedules for design days are usually different from the weather run period values. It's typical to have design day internal load schedules fully-saturated for cooling and zero for heating.

mdahlhausen's avatar
9.5k
mdahlhausen
answered 2018-08-06 14:24:11 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you so much for your response.

Siv's avatar Siv (2018-08-06 23:06:39 -0500) edit
add a comment see more comments