@josh.greenfield I don’t really use this component to CHANGE the space type, instead I ASSIGN new space types when creating zones at the first place.
Full Energy Modeling Workflow.zip (671.1 KB)This has a several benefits: faster, less RAM, and easier to QC and reporting.
Every time we CHANGE properties like loads, schedules at zone level, Grasshopper creates a copy of old zone, which consumes additional RAM, and slow down the entire workflow for a bigger project.
If we ASSIGN the new space type at begin, then we only have one copy of zone, and don’t have to change any load or schedules.
But in case you still want to keep your current workflow, you can just remove all code between line 87 to 109 in “Honeybee_Set Loads And Schedules”. Because this component is checking the different building program library.