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 · 1 comment · May be fixed by #10966
Open

New E+ 25.1 warnings for schedules #10961

shorowit opened this issue Feb 27, 2025 · 1 comment · May be fixed by #10966
Assignees
Labels
Defect Includes code to repair a defect in EnergyPlus

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
@jmarrec
Copy link
Contributor

jmarrec commented Mar 4, 2025

It's a typo, introduced in this probably:

jmarrec added a commit that referenced this issue Mar 4, 2025
jmarrec added a commit that referenced this issue Mar 4, 2025
@jmarrec jmarrec linked a pull request Mar 4, 2025 that will close this issue
20 tasks
jmarrec added a commit that referenced this issue Mar 4, 2025
@jmarrec 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
@jmarrec jmarrec self-assigned this Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Defect Includes code to repair a defect in EnergyPlus
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants