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.
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)?