Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create_typical_building_from_model inconsistencies in hvac_chs selections and add_cbecs_hvac_system options #100

Open
eringold opened this issue Apr 19, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@eringold
Copy link

eringold commented Apr 19, 2022

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' Trailing space:
when 'DOAS with fan coil district chilled water with no heat '
'Fan coil district chilled water with no heat' Trailing space:
'PSZ-AC district chilled water with baseboard district hot water' Does not exist in Model.hvac.rb
'VAV air-cooled chiller with central air source heat pump reheat' Trailing space:
when 'VAV air-cooled chiller with central air source heat pump reheat '

@DavidGoldwasser I could fix the trailing spaces but not sure how you'd want to address the missing types.

@DavidGoldwasser DavidGoldwasser added the bug Something isn't working label Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants