Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New E+ 25.1 warnings for schedules #10961

Open
shorowit opened this issue Feb 27, 2025 · 0 comments
Open

New E+ 25.1 warnings for schedules #10961

shorowit opened this issue Feb 27, 2025 · 0 comments
Labels
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

Comments

@shorowit
Copy link
Contributor

shorowit commented Feb 27, 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:

   ** 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

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

@shorowit 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
@shorowit shorowit added this to the EnergyPlus 25.1 milestone Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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
Projects
None yet
Development

No branches or pull requests

1 participant