Skip to content

Commit

Permalink
fix typo in optional argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mdahlhausen committed May 9, 2024
1 parent 74002f4 commit e062050
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/measures/nze_hvac/measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def run(model, runner, user_arguments)
when 'Automatic Partition'
# group zones by occupancy type (residential/nonresidential)
# split non-dominant groups if their total area exceeds 20,000 ft2.
sys_groups = OpenstudioStandards::Geometry.model_group_thermal_zones_by_occupancy_type(model, min_ara_m2: OpenStudio.convert(20000, 'ft^2', 'm^2').get)
sys_groups = OpenstudioStandards::Geometry.model_group_thermal_zones_by_occupancy_type(model, min_area_m2: OpenStudio.convert(20000, 'ft^2', 'm^2').get)

# assume secondary system type is PSZ-AC for VAV Reheat otherwise assume same hvac system type
sec_sys_type = hvac_system_type # same as primary system type
Expand Down
6 changes: 3 additions & 3 deletions lib/measures/nze_hvac/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>nze_hvac</name>
<uid>f060dff2-b28d-4194-a6af-e66d88ddb33c</uid>
<version_id>871fe5ea-93e5-4829-ad32-672bfaf0581c</version_id>
<version_modified>2024-05-09T19:08:57Z</version_modified>
<version_id>b44fd444-f022-4409-af31-2b29e9603e31</version_id>
<version_modified>2024-05-09T20:11:49Z</version_modified>
<xml_checksum>0E5E4776</xml_checksum>
<class_name>NzeHvac</class_name>
<display_name>NZEHVAC</display_name>
Expand Down Expand Up @@ -258,7 +258,7 @@
<filename>measure.rb</filename>
<filetype>rb</filetype>
<usage_type>script</usage_type>
<checksum>9C0498C3</checksum>
<checksum>7EAD5ED0</checksum>
</file>
<file>
<filename>NZEHVAC_Test.rb</filename>
Expand Down

0 comments on commit e062050

Please sign in to comment.