You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following hvac_chs arguments in create_typical_building_from_model do not exactly match cases in add_cbecs_hvac_system in Model.hvac.rb and will cause the measure to fail with
HVAC system type #{args['system_type']} not recognized. Check input system type argument against Model.hvac.rb for valid hvac system type names.
Bad arguments are:
Argument Value
Reason
'Ideal Air loads'
Does not exist in Model.hvac.rb
'DOAS with fan coil district chilled water with no heat'
The following
hvac_chs
arguments increate_typical_building_from_model
do not exactly match cases inadd_cbecs_hvac_system
in Model.hvac.rb and will cause the measure to fail withBad arguments are:
openstudio-model-articulation-gem/lib/measures/create_typical_building_from_model/resources/Model.hvac.rb
Line 202 in 76ab1d7
openstudio-model-articulation-gem/lib/measures/create_typical_building_from_model/resources/Model.hvac.rb
Line 301 in 76ab1d7
openstudio-model-articulation-gem/lib/measures/create_typical_building_from_model/resources/Model.hvac.rb
Line 529 in 76ab1d7
@DavidGoldwasser I could fix the trailing spaces but not sure how you'd want to address the missing types.
The text was updated successfully, but these errors were encountered: