Skip to content

Commit

Permalink
Merge pull request #1653 from NREL/fix/pvav_gas
Browse files Browse the repository at this point in the history
fix keywork arg call
  • Loading branch information
mdahlhausen authored Jan 8, 2024
2 parents 0b9ac97 + 12bb116 commit 1c85457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/openstudio-standards/hvac/cbecs_hvac.rb
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def self.add_cbecs_hvac_system(model, standard, hvac_system_type, zones)

when 'PVAV with gas heat with electric reheat', 'PVAV with gas coil heat with electric reheat'
standard.model_add_hvac_system(self, 'PVAV Reheat', ht = 'Gas', znht = 'Electricity', cl = 'Electricity', zones,
air_loop_heating_type = 'Gas')
air_loop_heating_type: 'Gas')

when 'PVAV with gas boiler heat with electric reheat'
standard.model_add_hvac_system(self, 'PVAV Reheat', ht = 'Gas', znht = 'Electricity', cl = 'Electricity', zones)
Expand Down

0 comments on commit 1c85457

Please sign in to comment.