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
# in the BuildingSync Schema, a <MeasureName>Other</MeasureName> is used
313
313
# and the actual measure name added
314
314
ifm_name == :Other
315
-
m_name=measure.xget_text("CustomMeasureName")
315
+
m_name=measure.xget_text('CustomMeasureName')
316
316
ifm_name.nil? || m_name.empty?
317
317
OpenStudio.logFree(OpenStudio::Warn,'BuildingSync.WorkflowMaker.configure_workflow_for_scenario',"Measure ID: #{measure.xget_id} has a MeasureName of 'Other' but does not have a CustomMeasureName defined.")
elsifmeasure_name == 'Replace HVAC system type to VRF' || measure_name == 'Replace HVAC with GSHP and DOAS' || measure_name == 'Replace AC and heating units with ground coupled heat pump systems'
OpenStudio.logFree(OpenStudio::Warn,'BuildingSync.Facility.get_benchmark_site_eui',"No Benchmark Scenarios exist with SiteEnergyUseIntensity defined")
163
+
elsifeui.empty?
164
+
OpenStudio.logFree(OpenStudio::Warn,'BuildingSync.Facility.get_benchmark_site_eui','No Benchmark Scenarios exist with SiteEnergyUseIntensity defined')
165
165
returnnil
166
166
elsifeui.size > 1
167
167
OpenStudio.logFree(OpenStudio::Warn,'BuildingSync.Facility.get_benchmark_site_eui',"Multiple Benchmark Scenarios exist with SiteEnergyUseIntensity defined. Returning the value for Scenario ID: #{ids[0]}")
OpenStudio.logFree(OpenStudio::Warn,'BuildingSync.Facility.get_scenario_site_eui',"Scenario ID: #{@cb_modeled.xget_id} does not have a SiteEnergyUseIntensity defined in any of the AllResourceTotal elements.")
0 commit comments