You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An IDF that gave no schedule warnings in 24.2 now gives a bunch of warnings in E+ 25.1. Probably related to #10848?
Example warning:
** Warning ** ProcessScheduleInput: Schedule:Year = TRANS SCHEDULE WINTER=0.85 SUMMER=0.7
** ~~~ ** Schedule Type Limits Name = FRACTIONAL, item not found.
** ~~~ ** Schedule will not be validated.
The IDF does have a schedule type limits object:
ScheduleTypeLimits,
Fractional, !- Name
0, !- Lower Limit Value {BasedOnField A3}
1, !- Upper Limit Value {BasedOnField A3}
Continuous; !- Numeric Type
The text was updated successfully, but these errors were encountered:
shorowit
added
Triage
Issue needs to be assessed and labeled, further information on reported might be needed
UnconfirmedDefect
Defect has not yet confirmed to be an actual issue
labels
Feb 27, 2025
jmarrec
added
Defect
Includes code to repair a defect in EnergyPlus
and removed
UnconfirmedDefect
Defect has not yet confirmed to be an actual issue
Triage
Issue needs to be assessed and labeled, further information on reported might be needed
labels
Mar 4, 2025
Issue overview
An IDF that gave no schedule warnings in 24.2 now gives a bunch of warnings in E+ 25.1. Probably related to #10848?
Example warning:
The IDF does have a schedule type limits object:
Maybe there is an issue of case sensitivity?
Operating System (Multiple choices)
Ubuntu
Operating System Version
24.04
Version of EnergyPlus
25.1 IO Freeze
Unmethours link or helpdesk ticket number
N/A
Defect file
in_24_2.idf.txt
in_25_1.idf.txt
The text was updated successfully, but these errors were encountered: