Skip to content

Commit

Permalink
Update create_openstudio_standards_json.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lymereJ authored Oct 22, 2024
1 parent ad9e5ee commit d7b8a52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def create_openstudio_standards_data_json_ashrae_90_1(
"economizers": [f"system_requirements_air_economizer_90_1{prm_suffix}"],
"energy_recovery": [f"system_requirements_energy_recovery_90_1{prm_suffix}"],
"construction_properties": [f"envelope_requirements_90_1{prm_suffix}"],
"vrf": [f"hvac_minimum_requirements_variable_refrigerant_flow_systems{prm_suffix}"],
"vrfs": [f"hvac_minimum_requirements_variable_refrigerant_flow_systems_90_1{prm_suffix}"],
}

# Generate and "export" the data to the correct location within the OpenStudio Standards repository
Expand Down

0 comments on commit d7b8a52

Please sign in to comment.