From ad9e5ee8f2c902d74600e7c9c9bf76348880d72a Mon Sep 17 00:00:00 2001 From: "Jeremy L." <5149279+lymereJ@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:07:55 -0700 Subject: [PATCH] Update create_openstudio_standards_json.py --- .../applications/create_openstudio_standards_json.py | 1 + 1 file changed, 1 insertion(+) diff --git a/building_energy_standards_data/applications/create_openstudio_standards_json.py b/building_energy_standards_data/applications/create_openstudio_standards_json.py index 72db8c5..dd794f9 100644 --- a/building_energy_standards_data/applications/create_openstudio_standards_json.py +++ b/building_energy_standards_data/applications/create_openstudio_standards_json.py @@ -361,6 +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}"], } # Generate and "export" the data to the correct location within the OpenStudio Standards repository