Skip to content

Commit

Permalink
Only do whole building for few units.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed Nov 1, 2023
1 parent d2c9f17 commit b686aa1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion measures/BuildExistingModel/measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,11 @@ def run(model, runner, user_arguments)
end
end

whole_sfa_mf_building = true
whole_sfa_mf_building = false
if geometry_building_num_units < 5
whole_sfa_mf_building = true
end

num_units_modeled = 1
unit_multipliers = []

Expand Down
6 changes: 3 additions & 3 deletions measures/BuildExistingModel/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>build_existing_model</name>
<uid>dedf59bb-3b88-4f16-8755-2c1ff5519cbf</uid>
<version_id>e2c72d08-f5c0-4e07-b8f2-38ab94e1c372</version_id>
<version_modified>2023-10-30T18:20:40Z</version_modified>
<version_id>7652ea33-7517-4b04-ae38-e6f6593407f8</version_id>
<version_modified>2023-11-01T16:32:28Z</version_modified>
<xml_checksum>2C38F48B</xml_checksum>
<class_name>BuildExistingModel</class_name>
<display_name>Build Existing Model</display_name>
Expand Down Expand Up @@ -328,7 +328,7 @@
<filename>measure.rb</filename>
<filetype>rb</filetype>
<usage_type>script</usage_type>
<checksum>4EEA543E</checksum>
<checksum>77F74EB5</checksum>
</file>
</files>
</measure>

0 comments on commit b686aa1

Please sign in to comment.