3

Specifying DesignDay in a seasonal compact schedule

Hi All!

In a seasonally changing compact schedule, do SummerDesignDay (SDD) and WinterDesignDay (WDD) need to be defined for every "Through:" statement? How does this interact with the actual design day that is defined in the SizingPeriod:DesignDay object?

I haven't been able to find any clear examples or mentions of this in the reference documentation or example IDFs, so I'm concerned that my use of AllOtherDays in subsequent Through statements may be redefining my design day values.

Example with single DD definition:

Through: 6/1,
For: SummerDesignDay WinterDesignDay,
Until: 24:00, 21.11,
For: AllOtherDays,
Until: 24:00, 23.33,
Through: 12/31,
For: AllOtherDays,
Until: 24:00, 23.89;

Example with repetitive DD definition:

Through: 6/1,
For: SummerDesignDay WinterDesignDay,
Until: 24:00, 21.11,
For: AllOtherDays,
Until: 24:00, 23.33,
Through: 12/31,
For: SummerDesignDay WinterDesignDay,
Until: 24:00, 21.11,
For: AllOtherDays,
Until: 24:00, 23.89;
codybond's avatar
371
codybond
asked 2020-06-17 15:40:25 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-06-18 14:49:35 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Via Matt Larson at Big Ladder Software:

EnergyPlus will pull the SummerDesignDay and WinterDesignDay values from the schedule for the days specified in the SizingPeriod:DesignDay objects. So typically, the SizingPeriod:DesignDay for the WinterDesignDay falls on 1/21 in the example files, and EnergyPlus will grab the the WinterDesignDay value for that time period, or in your second schedule definition, the value in ‘Through: 6/1’. The SummerDesignDay is usually specified for 7/21 in the example files, so it would grab the schedule values for SummerDesignDay for that time period, or in ‘Through: 12/31’ in your second schedule definition.

In your first single DD definition above, the WinterDesignDay value would be 21.11 and your SummerDesignDay value would be 23.89. Basically you just want to ensure you have the WinterDesignDay and SummerDesignDay specified correctly for the time period that contains the date defined in the SizingPeriod:DesignDay objects for their respective design days.

codybond's avatar
371
codybond
answered 2020-08-11 09:05:00 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments