What does this error mean: 'OS:Sizing:System' cannot have field index of 38

I get his error: IdfObject of type 'OS:Sizing:System' cannot have field index of 38. Cutting off IdfObject field parsing here, with the following text remaining:

and then no text remains. model runs. has output. however, I am using AddIntervalFromScheduleFile and I am wondering if this is contributing to the error.

kgovie's avatar
51
kgovie
asked 2022-11-23 23:51:54 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2023-04-26 09:55:03 -0500
edit flag offensive 0 remove flag close merge delete

Comments

There error simply means there are more inputs to your Sizing:System object than allowed. If you suspect a measure is causing the problem then try running without that measure. Or compare OS:Sizing:System objects from the the 'in.osm' file (found in the 'run' directory) to your original using a text editor so you can identify any changes that might have occurred due to your workflow.

Are you using the OS App or running the files some other way (PAT, CLI)?

Craig Simmons's avatar Craig Simmons (2022-11-28 14:19:25 -0500) edit
add a comment see more comments