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

asked 2022-11-23 23:51:54 -0500

kgovie's avatar

updated 2023-04-26 09:55:03 -0500

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.

edit retag flag offensive 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