Skip to content

Schedule:File crash #11236

@mjwitte

Description

@mjwitte

Issue overview

User Schedule:File object is not consistent with the csv file resulting in an arraybounds crash while reading the file.

Schedule:File,
    Rainfall Data from EPW file,  !- Name
    Fractional,              !- Schedule Type Limits Name
    SAU_MK_Mecca.410300_TMYx.csv,  !- File Name
    1,                       !- Column Number
    0,                       !- Rows to Skip at Top
    8760,                    !- Number of Hours of Data
    ,                        !- Column Separator
    ,                        !- Interpolate to Timestep
    ;                        !- Minutes per Item

csv input:

Image

Setting Schedule:File to this avoids the crash (but then the idf encounters other fatal errors).

    31,                       !- Column Number
    19,                       !- Rows to Skip at Top

Operating System (Multiple choices)

Any

Operating System Version

any

Version of EnergyPlus

25.2.0-08aab32300

Unmethours link or helpdesk ticket number

Helpdesk ticket 16954

Defect file

EnergyplusDevSupport\DefectFiles

Metadata

Metadata

Assignees

Labels

DefectIncludes code to repair a defect in EnergyPlus

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions