lib/honeybee/_defaults/simulation-parameter.json in honeybee-openstudio-2.38.1 vs lib/honeybee/_defaults/simulation-parameter.json in honeybee-openstudio-2.38.2

- old
+ new

@@ -1,11 +1,11 @@ { "openapi": "3.0.2", "servers": [], "info": { "description": "Honeybee simulation-parameter schema.", - "version": "1.54.0", + "version": "1.57.1", "title": "Honeybee Simulation Parameter Schema", "contact": { "name": "Ladybug Tools", "email": "info@ladybug.tools", "url": "https://github.com/ladybug-tools/honeybee-schema" @@ -917,9 +917,15 @@ }, "building_type": { "title": "Building Type", "description": "Text for the building type to be used in the efficiency_standard. If the type is not recognized or is None, it will be assumed that the building is a generic NonResidential. The following have specified systems per the standard: Residential, NonResidential, MidriseApartment, HighriseApartment, LargeOffice, MediumOffice, SmallOffice, Retail, StripMall, PrimarySchool, SecondarySchool, SmallHotel, LargeHotel, Hospital, Outpatient, Warehouse, SuperMarket, FullServiceRestaurant, QuickServiceRestaurant, Laboratory, Courthouse.", "type": "string" + }, + "bypass_efficiency_sizing": { + "title": "Bypass Efficiency Sizing", + "description": "A boolean to indicate whether the efficiency standard should trigger an sizing run that sets the efficiencies of all HVAC equipment in the Model (False) or the standard should only be written into the OSM and the sizing run should be bypassed (True). Bypassing the sizing run is useful when you only want to check that the overall HVAC system architecture is correct and you do not want to wait the extra time that it takes to run the sizing calculation.", + "default": false, + "type": "boolean" } }, "additionalProperties": false }, "TerrianTypes": { \ No newline at end of file