diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d35982d..a819e972 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# OpenStudio Model Articulation Gems
+## Version 0.4.0
+
+* Support Ruby ~> 2.7
+* Support for OpenStudio 3.2 (upgrade to extension gem 0.4.2 and standards gem 0.2.13)
+* Support for ASHRAE 90.1 2016 for DOE prototype measure
+* Support for ASHRAE 90.1 216 and 2019 for measures that pull templates from extension gem. This includes but is not limited to DOE create_bar, create_typical, and space type and construction set wizard measures.
+
## Version 0.3.1
* Bump openstudio-extension-gem version to 0.3.2 to support updated workflow-gem
diff --git a/Gemfile b/Gemfile
index 7b0ffc18..e9aed0ee 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,6 +11,12 @@ gemspec
# checkout the latest version (develop) from github.
allow_local = ENV['FAVOR_LOCAL_GEMS']
+# uncomment when you want CI to use develop branch of extension gem
+gem 'openstudio-extension', github: 'NREL/OpenStudio-extension-gem', branch: 'develop'
+
+# uncomment when you want CI to use develop branch of openstudio-standards gem
+gem 'openstudio-standards', github: 'NREL/OpenStudio-standards', branch: 'master'
+
# Only uncomment if you need to test a different version of the extension gem
# if allow_local && File.exist?('../OpenStudio-extension-gem')
# gem 'openstudio-extension', path: '../OpenStudio-extension-gem'
diff --git a/Jenkinsfile b/Jenkinsfile
index 99805859..5aee35a7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -8,3 +8,4 @@ if ((env.CHANGE_ID) && (env.CHANGE_TARGET) ) { // check if set
openstudio_extension_gems()
}
+
diff --git a/LICENSE.md b/LICENSE.md
index 3293feb0..78354a94 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/doc_templates/LICENSE.md b/doc_templates/LICENSE.md
index 3293feb0..78354a94 100644
--- a/doc_templates/LICENSE.md
+++ b/doc_templates/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/doc_templates/copyright_erb.txt b/doc_templates/copyright_erb.txt
index f4270ccb..99fdc2a5 100644
--- a/doc_templates/copyright_erb.txt
+++ b/doc_templates/copyright_erb.txt
@@ -1,6 +1,6 @@
<%
# *******************************************************************************
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/doc_templates/copyright_js.txt b/doc_templates/copyright_js.txt
index 21fa2201..cf030858 100644
--- a/doc_templates/copyright_js.txt
+++ b/doc_templates/copyright_js.txt
@@ -1,4 +1,4 @@
/* @preserve
- * OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+ * OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be found at openstudio.net/license.
*/
\ No newline at end of file
diff --git a/doc_templates/copyright_ruby.txt b/doc_templates/copyright_ruby.txt
index ffa08aea..1ec22019 100644
--- a/doc_templates/copyright_ruby.txt
+++ b/doc_templates/copyright_ruby.txt
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/AssignConstructionSetToBuilding/LICENSE.md b/lib/measures/AssignConstructionSetToBuilding/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/AssignConstructionSetToBuilding/LICENSE.md
+++ b/lib/measures/AssignConstructionSetToBuilding/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/AssignConstructionSetToBuilding/measure.rb b/lib/measures/AssignConstructionSetToBuilding/measure.rb
index 6cc40c85..3ff82c1b 100644
--- a/lib/measures/AssignConstructionSetToBuilding/measure.rb
+++ b/lib/measures/AssignConstructionSetToBuilding/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/AssignConstructionSetToBuilding/measure.xml b/lib/measures/AssignConstructionSetToBuilding/measure.xml
index 11317ab9..2a762348 100644
--- a/lib/measures/AssignConstructionSetToBuilding/measure.xml
+++ b/lib/measures/AssignConstructionSetToBuilding/measure.xml
@@ -1,9 +1,10 @@
+
3.0
assign_construction_set_to_building
6e68ddea-2cff-47a3-9daf-f2189e4cf132
- 7d0a6fbc-4921-4fa8-bdc2-081108e9d60e
- 20200229T024044Z
+ 44de5d16-ee07-4122-bfd2-9b488da700f9
+ 20210423T142509Z
1E963D9C
AssignConstructionSetToBuilding
AssignConstructionSetToBuilding
@@ -16,17 +17,17 @@
Choice
true
false
- <clear field>
+ {27349627-8827-46b4-80f7-4f0731404a8c}
- {96f339b3-3b1a-4d56-9da8-e8b682a5cf14}
- <clear field>
+ {27349627-8827-46b4-80f7-4f0731404a8c}
+ <clear field>
-
-
+
+
Envelope.Opaque
@@ -70,19 +71,19 @@
measure.rb
rb
script
- 6539FFE0
+ 40E5CA19
AssignConstructionSetToBuilding_Test.rb
rb
test
- 1FCB8918
+ 51FB4344
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
diff --git a/lib/measures/AssignConstructionSetToBuilding/tests/AssignConstructionSetToBuilding_Test.rb b/lib/measures/AssignConstructionSetToBuilding/tests/AssignConstructionSetToBuilding_Test.rb
index a579e513..55e2472d 100644
--- a/lib/measures/AssignConstructionSetToBuilding/tests/AssignConstructionSetToBuilding_Test.rb
+++ b/lib/measures/AssignConstructionSetToBuilding/tests/AssignConstructionSetToBuilding_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/AssignSpaceTypeBySpaceName/LICENSE.md b/lib/measures/AssignSpaceTypeBySpaceName/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/AssignSpaceTypeBySpaceName/LICENSE.md
+++ b/lib/measures/AssignSpaceTypeBySpaceName/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/AssignSpaceTypeBySpaceName/measure.rb b/lib/measures/AssignSpaceTypeBySpaceName/measure.rb
index 6293ad91..5135f6c5 100644
--- a/lib/measures/AssignSpaceTypeBySpaceName/measure.rb
+++ b/lib/measures/AssignSpaceTypeBySpaceName/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/AssignSpaceTypeBySpaceName/measure.xml b/lib/measures/AssignSpaceTypeBySpaceName/measure.xml
index 09f98760..67b2c29b 100644
--- a/lib/measures/AssignSpaceTypeBySpaceName/measure.xml
+++ b/lib/measures/AssignSpaceTypeBySpaceName/measure.xml
@@ -1,9 +1,10 @@
+
3.0
assign_space_type_by_space_name
69ad41bb-cdfe-4a4c-a385-9efaf35b7c27
- 86949250-e3fb-44cd-983a-6a5cf4cf28dd
- 20200229T024056Z
+ b6bc9d20-d8d1-4319-8cd1-c9e9afdb9773
+ 20210423T142509Z
057E8D9D
AssignSpaceTypeBySpaceName
AssignSpaceTypeBySpaceName
@@ -23,11 +24,11 @@
Choice
true
false
- <clear field>
+ {12c3c432-4def-4ca1-bfc7-8cecc9e88d88}
- {750d43f2-e137-4a44-8b11-f37816ad36b5}
- <clear field>
+ {12c3c432-4def-4ca1-bfc7-8cecc9e88d88}
+ <clear field>
@@ -50,8 +51,8 @@
-
-
+
+
Whole Building.Space Types
@@ -95,19 +96,19 @@
measure.rb
rb
script
- 09E97413
+ 6A6F122F
AssignSpaceTypeBySpaceName_Test.rb
rb
test
- A62C6900
+ EA4BB066
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
diff --git a/lib/measures/AssignSpaceTypeBySpaceName/tests/AssignSpaceTypeBySpaceName_Test.rb b/lib/measures/AssignSpaceTypeBySpaceName/tests/AssignSpaceTypeBySpaceName_Test.rb
index 888fc7d5..8a034136 100644
--- a/lib/measures/AssignSpaceTypeBySpaceName/tests/AssignSpaceTypeBySpaceName_Test.rb
+++ b/lib/measures/AssignSpaceTypeBySpaceName/tests/AssignSpaceTypeBySpaceName_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/AssignSpaceTypeToBuilding/LICENSE.md b/lib/measures/AssignSpaceTypeToBuilding/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/AssignSpaceTypeToBuilding/LICENSE.md
+++ b/lib/measures/AssignSpaceTypeToBuilding/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/AssignSpaceTypeToBuilding/measure.rb b/lib/measures/AssignSpaceTypeToBuilding/measure.rb
index 3bd2e14f..cdc72deb 100644
--- a/lib/measures/AssignSpaceTypeToBuilding/measure.rb
+++ b/lib/measures/AssignSpaceTypeToBuilding/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/AssignSpaceTypeToBuilding/measure.xml b/lib/measures/AssignSpaceTypeToBuilding/measure.xml
index c402a3f6..316a8d40 100644
--- a/lib/measures/AssignSpaceTypeToBuilding/measure.xml
+++ b/lib/measures/AssignSpaceTypeToBuilding/measure.xml
@@ -1,9 +1,10 @@
+
3.0
assign_space_type_to_building
05e20922-6fe4-48a4-bddb-411f8167e757
- 27d55f6d-a2a6-4842-8062-24a15045d1d6
- 20200229T024044Z
+ 0ca1ef7f-22e8-4e62-b013-a4d40186aeb0
+ 20210423T142509Z
057E8D9D
AssignSpaceTypeToBuilding
AssignSpaceTypeToBuilding
@@ -16,17 +17,17 @@
Choice
true
false
- <clear field>
+ {4d195512-5588-4038-a932-f9e242e346a6}
- {fdc29a03-de66-47a1-9874-c307c8fc87dc}
- <clear field>
+ {4d195512-5588-4038-a932-f9e242e346a6}
+ <clear field>
-
-
+
+
Whole Building.Space Types
@@ -70,19 +71,19 @@
measure.rb
rb
script
- 4FFBDBB2
+ C904ACC5
AssignSpaceTypeToBuilding_Test.rb
rb
test
- 11BF4055
+ 0DA553E5
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
diff --git a/lib/measures/AssignSpaceTypeToBuilding/tests/AssignSpaceTypeToBuilding_Test.rb b/lib/measures/AssignSpaceTypeToBuilding/tests/AssignSpaceTypeToBuilding_Test.rb
index b25ea813..de04da61 100644
--- a/lib/measures/AssignSpaceTypeToBuilding/tests/AssignSpaceTypeToBuilding_Test.rb
+++ b/lib/measures/AssignSpaceTypeToBuilding/tests/AssignSpaceTypeToBuilding_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/AssignSpacesToStories/LICENSE.md b/lib/measures/AssignSpacesToStories/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/AssignSpacesToStories/LICENSE.md
+++ b/lib/measures/AssignSpacesToStories/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/AssignSpacesToStories/measure.rb b/lib/measures/AssignSpacesToStories/measure.rb
index 708aec55..264587d5 100644
--- a/lib/measures/AssignSpacesToStories/measure.rb
+++ b/lib/measures/AssignSpacesToStories/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/AssignSpacesToStories/measure.xml b/lib/measures/AssignSpacesToStories/measure.xml
index 68dfdf83..44c5f779 100644
--- a/lib/measures/AssignSpacesToStories/measure.xml
+++ b/lib/measures/AssignSpacesToStories/measure.xml
@@ -1,17 +1,18 @@
+
3.0
assign_spaces_to_stories
2c91fe40-db31-4334-a1dd-817cd419f1b6
- 22a0bea4-3fec-487a-b335-1af6de435dc5
- 20200229T024057Z
+ 6f11b9e3-a0c0-4624-8270-e6989aa85b98
+ 20210423T142509Z
45097B60
AssignSpacesToStories
AssignSpacesToStories
This measure will look as space geometry and assign each space to a story, creating new stories as necessary.
If spaces are already assigned to stories, the will be left alone.
-
-
-
+
+
+
Envelope.Form
@@ -55,19 +56,19 @@
measure.rb
rb
script
- 4E95712C
+ 43120824
AssignSpacesToStories_Test.rb
rb
test
- 7A32032F
+ D0D1E059
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
diff --git a/lib/measures/AssignSpacesToStories/tests/AssignSpacesToStories_Test.rb b/lib/measures/AssignSpacesToStories/tests/AssignSpacesToStories_Test.rb
index 950add34..e1cf0ca9 100644
--- a/lib/measures/AssignSpacesToStories/tests/AssignSpacesToStories_Test.rb
+++ b/lib/measures/AssignSpacesToStories/tests/AssignSpacesToStories_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/BarAspectRatioSlicedBySpaceType/README.md b/lib/measures/BarAspectRatioSlicedBySpaceType/README.md
deleted file mode 100644
index 19a66b3b..00000000
--- a/lib/measures/BarAspectRatioSlicedBySpaceType/README.md
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-###### (Automatically generated documentation)
-
-# BarAspectRatioSlicedBySpaceType
-
-## Description
-
-
-## Modeler Description
-
-
-## Measure Type
-ModelMeasure
-
-## Taxonomy
-
-
-## Arguments
-
-
-### Total Building Floor Area (ft^2).
-
-**Name:** total_bldg_area_ip,
-**Type:** Double,
-**Units:** ,
-**Required:** true,
-**Model Dependent:** false
-
-### Ratio of North/South Facade Length Relative to East/West Facade Length.
-
-**Name:** ns_to_ew_ratio,
-**Type:** Double,
-**Units:** ,
-**Required:** true,
-**Model Dependent:** false
-
-### Number of Floors.
-
-**Name:** num_floors,
-**Type:** Integer,
-**Units:** ,
-**Required:** true,
-**Model Dependent:** false
-
-### Floor to Floor Height (ft).
-
-**Name:** floor_to_floor_height_ip,
-**Type:** Double,
-**Units:** ,
-**Required:** true,
-**Model Dependent:** false
-
-### Hash of Space Types with Name as Key and Fraction as value.
-
-**Name:** spaceTypeHashString,
-**Type:** String,
-**Units:** ,
-**Required:** true,
-**Model Dependent:** false
-
-
-
-
diff --git a/lib/measures/BarAspectRatioSlicedBySpaceType/README.md.erb b/lib/measures/BarAspectRatioSlicedBySpaceType/README.md.erb
deleted file mode 100644
index 4deb9ae5..00000000
--- a/lib/measures/BarAspectRatioSlicedBySpaceType/README.md.erb
+++ /dev/null
@@ -1,42 +0,0 @@
-<%#= README.md.erb is used to auto-generate README.md. %>
-<%#= To manually maintain README.md throw away README.md.erb and manually edit README.md %>
-###### (Automatically generated documentation)
-
-# <%= name %>
-
-## Description
-<%= description %>
-
-## Modeler Description
-<%= modelerDescription %>
-
-## Measure Type
-<%= measureType %>
-
-## Taxonomy
-<%= taxonomy %>
-
-## Arguments
-
-<% arguments.each do |argument| %>
-### <%= argument[:display_name] %>
-<%= argument[:description] %>
-**Name:** <%= argument[:name] %>,
-**Type:** <%= argument[:type] %>,
-**Units:** <%= argument[:units] %>,
-**Required:** <%= argument[:required] %>,
-**Model Dependent:** <%= argument[:model_dependent] %>
-<% end %>
-
-<% if arguments.size == 0 %>
-<%= "This measure does not have any user arguments" %>
-<% end %>
-
-<% if outputs.size > 0 %>
-## Outputs
-<% output_names = [] %>
-<% outputs.each do |output| %>
-<% output_names << output[:display_name] %>
-<% end %>
-<%= output_names.join(", ") %>
-<% end %>
\ No newline at end of file
diff --git a/lib/measures/BarAspectRatioSlicedBySpaceType/measure.rb b/lib/measures/BarAspectRatioSlicedBySpaceType/measure.rb
deleted file mode 100644
index 7e53e811..00000000
--- a/lib/measures/BarAspectRatioSlicedBySpaceType/measure.rb
+++ /dev/null
@@ -1,184 +0,0 @@
-# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
-# All rights reserved.
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are met:
-#
-# (1) Redistributions of source code must retain the above copyright notice,
-# this list of conditions and the following disclaimer.
-#
-# (2) Redistributions in binary form must reproduce the above copyright notice,
-# this list of conditions and the following disclaimer in the documentation
-# and/or other materials provided with the distribution.
-#
-# (3) Neither the name of the copyright holder nor the names of any contributors
-# may be used to endorse or promote products derived from this software without
-# specific prior written permission from the respective party.
-#
-# (4) Other than as required in clauses (1) and (2), distributions in any form
-# of modifications or other derivative works may not use the "OpenStudio"
-# trademark, "OS", "os", or any other confusingly similar designation without
-# specific prior written permission from Alliance for Sustainable Energy, LLC.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
-# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE
-# UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF
-# THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
-# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# *******************************************************************************
-
-# see the URL below for information on how to write OpenStudio measures
-# http://openstudio.nrel.gov/openstudio-measure-writing-guide
-
-# see the URL below for information on using life cycle cost objects in OpenStudio
-# http://openstudio.nrel.gov/openstudio-life-cycle-examples
-
-# see the URL below for access to C++ documentation on model objects (click on "model" in the main window to view model objects)
-# http://openstudio.nrel.gov/sites/openstudio.nrel.gov/files/nv_data/cpp_documentation_it/model/html/namespaces.html
-
-# load OpenStudio measure libraries from openstudio-extension gem
-require 'openstudio-extension'
-require 'openstudio/extension/core/os_lib_helper_methods'
-require 'openstudio/extension/core/os_lib_geometry.rb'
-
-# load OpenStudio measure libraries
-require "#{File.dirname(__FILE__)}/resources/os_lib_cofee"
-
-# start the measure
-class BarAspectRatioSlicedBySpaceType < OpenStudio::Measure::ModelMeasure
- # define the name that a user will see, this method may be deprecated as
- # the display name in PAT comes from the name field in measure.xml
- def name
- return 'BarAspectRatioSlicedBySpaceType'
- end
-
- # define the arguments that the user will input
- def arguments(model)
- args = OpenStudio::Measure::OSArgumentVector.new
-
- # make an argument for total floor area
- total_bldg_area_ip = OpenStudio::Measure::OSArgument.makeDoubleArgument('total_bldg_area_ip', true)
- total_bldg_area_ip.setDisplayName('Total Building Floor Area (ft^2).')
- total_bldg_area_ip.setDefaultValue(10000.0)
- args << total_bldg_area_ip
-
- # make an argument for aspect ratio
- ns_to_ew_ratio = OpenStudio::Measure::OSArgument.makeDoubleArgument('ns_to_ew_ratio', true)
- ns_to_ew_ratio.setDisplayName('Ratio of North/South Facade Length Relative to East/West Facade Length.')
- ns_to_ew_ratio.setDefaultValue(2.0)
- args << ns_to_ew_ratio
-
- # make an argument for number of floors
- num_floors = OpenStudio::Measure::OSArgument.makeIntegerArgument('num_floors', true)
- num_floors.setDisplayName('Number of Floors.')
- num_floors.setDefaultValue(2)
- args << num_floors
-
- # make an argument for floor height
- floor_to_floor_height_ip = OpenStudio::Measure::OSArgument.makeDoubleArgument('floor_to_floor_height_ip', true)
- floor_to_floor_height_ip.setDisplayName('Floor to Floor Height (ft).')
- floor_to_floor_height_ip.setDefaultValue(10.0)
- args << floor_to_floor_height_ip
-
- # make an argument for the meter name
- spaceTypeHashString = OpenStudio::Measure::OSArgument.makeStringArgument('spaceTypeHashString', true)
- spaceTypeHashString.setDisplayName('Hash of Space Types with Name as Key and Fraction as value.')
- args << spaceTypeHashString
-
- return args
- end
-
- # define what happens when the measure is run
- def run(model, runner, user_arguments)
- super(model, runner, user_arguments)
-
- # use the built-in error checking
- if !runner.validateUserArguments(arguments(model), user_arguments)
- return false
- end
-
- # assign the user inputs to variables
- total_bldg_area_ip = runner.getDoubleArgumentValue('total_bldg_area_ip', user_arguments)
- ns_to_ew_ratio = runner.getDoubleArgumentValue('ns_to_ew_ratio', user_arguments)
- num_floors = runner.getIntegerArgumentValue('num_floors', user_arguments)
- floor_to_floor_height_ip = runner.getDoubleArgumentValue('floor_to_floor_height_ip', user_arguments)
- spaceTypeHashString = runner.getStringArgumentValue('spaceTypeHashString', user_arguments)
-
- # test for positive inputs
- if total_bldg_area_ip <= 0
- runner.registerError('Enter a total building area greater than 0.')
- end
- if ns_to_ew_ratio <= 0
- runner.registerError('Enter ratio grater than 0.')
- end
- if num_floors <= 0
- runner.registerError('Enter a number of stories 1 or greater.')
- end
- if floor_to_floor_height_ip <= 0
- runner.registerError('Enter a positive floor height.')
- end
- if 1 == 1
- # TODO: - add test for spaceTypeHashString argument
- end
-
- # calculate needed variables
- total_bldg_area_si = OpenStudio.convert(total_bldg_area_ip, 'ft^2', 'm^2').get
- footprint_ip = total_bldg_area_ip / num_floors
- footprint_si = OpenStudio.convert(footprint_ip, 'ft^2', 'm^2').get
- floor_to_floor_height = OpenStudio.convert(floor_to_floor_height_ip, 'ft', 'm').get
-
- # variables from original rectangle script not exposed in this measure
- width = Math.sqrt(footprint_si / ns_to_ew_ratio)
- length = footprint_si / width
-
- # reporting initial condition of model
- starting_spaces = model.getSpaces
- runner.registerInitialCondition("The building started with #{starting_spaces.size} spaces.")
-
- # convert string argument to hash
- spaceTypeHashName = {}
- spaceTypeHashString[1..-2].split(/, /).each { |entry| entryMap = entry.split(/=>/); value_str = entryMap[1]; spaceTypeHashName[entryMap[0].strip[1..-1].to_s] = value_str.nil? ? '' : value_str.strip[1..-2].to_f }
-
- # sum of hash values
- hashValues = 0
-
- spaceTypeHash = {}
- model.getSpaceTypes.each do |spaceType|
- if spaceTypeHashName.include?(spaceType.name.to_s)
- spaceTypeHash[spaceType] = spaceTypeHashName[spaceType.name.to_s] * total_bldg_area_si # converting fractional value to area value to pass into method
- hashValues += spaceTypeHashName[spaceType.name.to_s]
- end
- end
-
- if hashValues != 1.0
- runner.registerWarning('Fractional hash values do not add up to one. Resulting geometry may not have expected area.')
- end
-
- # see which path to take
- midFloorMultiplier = 1 # show as 1 even on 1 and 2 story buildings where there is no mid floor, in addition to 3 story building
- if num_floors > 3
- # use floor multiplier version. Set mid floor multiplier, use adibatic floors/ceilings and set constructions, raise up building
- midFloorMultiplier = num_floors - 2
- end
-
- # run method to create envelope
- bar_AspectRatio = OsLib_Cofee.createBar(model, spaceTypeHash, length, width, total_bldg_area_si, num_floors, midFloorMultiplier, 0.0, 0.0, length, width, 0.0, floor_to_floor_height * num_floors, true)
-
- puts "building area #{model.getBuilding.floorArea}"
-
- # reporting final condition of model
- finishing_spaces = model.getSpaces
- runner.registerFinalCondition("The building finished with #{finishing_spaces.size} spaces.")
-
- return true
- end
-end
-
-# this allows the measure to be use by the application
-BarAspectRatioSlicedBySpaceType.new.registerWithApplication
diff --git a/lib/measures/BarAspectRatioSlicedBySpaceType/measure.xml b/lib/measures/BarAspectRatioSlicedBySpaceType/measure.xml
deleted file mode 100644
index 42b541c1..00000000
--- a/lib/measures/BarAspectRatioSlicedBySpaceType/measure.xml
+++ /dev/null
@@ -1,130 +0,0 @@
-
-
- 3.0
- bar_aspect_ratio_sliced_by_space_type
- 3e988765-9673-46f8-9b65-99d5b86c2b22
- ae664185-7251-4abb-b2e0-5a7c1893e519
- 20200509T155942Z
- 49BEF039
- BarAspectRatioSlicedBySpaceType
- BarAspectRatioSlicedBySpaceType
- This measure will create a building envelope based on a target floor area, aspect ratio, floor to floor height, and a collectin of space types and fraction of building using that space type.
- This is based on the SketchUp Plugin user script to create a rectangular building, but just uses different inputs. The resulting building will have a core and perimeter zoning, unless it is too small, in which case eac floor will have a single zone. This uses a floor multiplier for buildings taller than three stories. Below is an example of what the space tyep hash might look like. Sum of hash values should equal 1.0. "{:189.1-2009 - Office - Corridor - CZ1-3 => '0.3', :189.1-2009 - Office - Conference - CZ1-3 => '0.2', :189.1-2009 - Office - ClosedOffice - CZ1-3 => '0.5' }"
-
-
- total_bldg_area_ip
- Total Building Floor Area (ft^2).
- Double
- true
- false
- 10000
-
-
- ns_to_ew_ratio
- Ratio of North/South Facade Length Relative to East/West Facade Length.
- Double
- true
- false
- 2
-
-
- num_floors
- Number of Floors.
- Integer
- true
- false
- 2
-
-
- floor_to_floor_height_ip
- Floor to Floor Height (ft).
- Double
- true
- false
- 10
-
-
- spaceTypeHashString
- Hash of Space Types with Name as Key and Fraction as value.
- String
- true
- false
-
-
-
-
-
- Envelope.Form
-
-
-
- Measure Type
- ModelMeasure
- string
-
-
- Measure Function
- Measure
- string
-
-
- Requires EnergyPlus Results
- false
- boolean
-
-
- Uses SketchUp API
- false
- boolean
-
-
-
-
- Untitled.osm
- osm
- test
- 3FDFD18A
-
-
- README.md
- md
- readme
- C0E5A870
-
-
- README.md.erb
- erb
- readmeerb
- 703C9964
-
-
- os_lib_cofee.rb
- rb
- resource
- 3C10BF38
-
-
- LICENSE.md
- md
- license
- E0468DD6
-
-
- BarAspectRatioSlicedBySpaceType_Test.rb
- rb
- test
- 9F6868DA
-
-
-
- OpenStudio
- 2.0.0
- 2.8.0
-
- measure.rb
- rb
- script
- 11E11D57
-
-
-
diff --git a/lib/measures/BarAspectRatioSlicedBySpaceType/resources/os_lib_cofee.rb b/lib/measures/BarAspectRatioSlicedBySpaceType/resources/os_lib_cofee.rb
deleted file mode 100644
index a3bb7995..00000000
--- a/lib/measures/BarAspectRatioSlicedBySpaceType/resources/os_lib_cofee.rb
+++ /dev/null
@@ -1,252 +0,0 @@
-# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
-# All rights reserved.
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are met:
-#
-# (1) Redistributions of source code must retain the above copyright notice,
-# this list of conditions and the following disclaimer.
-#
-# (2) Redistributions in binary form must reproduce the above copyright notice,
-# this list of conditions and the following disclaimer in the documentation
-# and/or other materials provided with the distribution.
-#
-# (3) Neither the name of the copyright holder nor the names of any contributors
-# may be used to endorse or promote products derived from this software without
-# specific prior written permission from the respective party.
-#
-# (4) Other than as required in clauses (1) and (2), distributions in any form
-# of modifications or other derivative works may not use the "OpenStudio"
-# trademark, "OS", "os", or any other confusingly similar designation without
-# specific prior written permission from Alliance for Sustainable Energy, LLC.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
-# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE
-# UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF
-# THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
-# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# *******************************************************************************
-
-module OsLib_Cofee
- # create def to use later to make bar
- def self.createBar(model, spaceTypeHash, lengthXTarget, lengthYTarget, totalFloorArea, numStories, midFloorMultiplier, xmin, ymin, lengthX, lengthY, zmin, zmax, endZones)
- # floor to floor height
- floor_to_floor_height = (zmax - zmin) / numStories
-
- # perimeter depth
- perimeterDepth = OpenStudio.convert(12, 'ft', 'm').get
- perimeterBufferFactor = 1.5 # this is a margin below which I won't bother splitting the two largest spaces
-
- # create an array to control sort order of spaces in bar
- customSpaceTypeBar = []
- counter = 0
- spaceTypeHash.sort_by { |key, value| value }.reverse.each do |k, v|
- next if v == 0 # this line adds support for fractional values of 0
- if counter == 1
- if (lengthXTarget * (v / totalFloorArea) > perimeterDepth * perimeterBufferFactor) && endZones
- customSpaceTypeBar << [k, totalFloorArea * (perimeterDepth / lengthXTarget)]
- customSpaceTypeBar << [k, v - (totalFloorArea * (perimeterDepth / lengthXTarget))]
- else
- customSpaceTypeBar << [k, v]
- end
- elsif counter > 1
- customSpaceTypeBar << [k, v]
- end
- counter += 1
- end
-
- # add the largest space type to the end
- counter = 0
- spaceTypeHash.sort_by { |key, value| value }.reverse.each do |k, v|
- if counter == 0
- # if width is greater than 1.5x perimeter depth then split in half
- if (lengthXTarget * (v / totalFloorArea) > perimeterDepth * perimeterBufferFactor) && endZones
- customSpaceTypeBar << [k, v - (totalFloorArea * (perimeterDepth / lengthXTarget))]
- customSpaceTypeBar << [k, totalFloorArea * (perimeterDepth / lengthXTarget)]
- else
- customSpaceTypeBar << [k, v]
- end
- end
- break
- end
-
- # starting z level
- z = zmin
- storyCounter = 0
- barSpaceArray = []
-
- # create new stories and then add spaces
- [numStories, 3].min.times do # no more than tree loops through this
- story = OpenStudio::Model::BuildingStory.new(model)
- story.setNominalFloortoFloorHeight(floor_to_floor_height)
- story.setNominalZCoordinate(z)
-
- # starting position for first space
- x = (lengthX - lengthXTarget) * 0.5 + xmin
- y = (lengthY - lengthYTarget) * 0.5 + ymin
-
- # temp array of spaces (this is to change floor boundary when there is mid floor multiplier)
- tempSpaceArray = []
-
- # loop through space types making diagram and spaces.
- # spaceTypeHash.sort_by {|key, value| value}.reverse.each do |k,v|
- customSpaceTypeBar.each do |object|
- # get values from what was hash
- k = object[0]
- v = object[1]
-
- # get proper zone multiplier value
- if (storyCounter == 1) && (midFloorMultiplier > 1)
- thermalZoneMultiplier = midFloorMultiplier
- else
- thermalZoneMultiplier = 1
- end
-
- options = {
- 'name' => nil,
- 'spaceType' => k,
- 'story' => story,
- 'makeThermalZone' => true,
- 'thermalZone' => nil,
- 'thermalZoneMultiplier' => thermalZoneMultiplier,
- 'floor_to_floor_height' => floor_to_floor_height
- }
-
- # three paths for spaces depending upon building depth (3, 2 or one cross slices)
- if lengthYTarget > perimeterDepth * 3 # slice into core and perimeter
-
- # perimeter polygon a
- perim_polygon_a = OpenStudio::Point3dVector.new
- perim_origin_a = OpenStudio::Point3d.new(x, y, z)
- perim_polygon_a << perim_origin_a
- perim_polygon_a << OpenStudio::Point3d.new(x, y + perimeterDepth, z)
- perim_polygon_a << OpenStudio::Point3d.new(x + lengthXTarget * (v / totalFloorArea), y + perimeterDepth, z)
- perim_polygon_a << OpenStudio::Point3d.new(x + lengthXTarget * (v / totalFloorArea), y, z)
-
- # create core polygon
- core_polygon = OpenStudio::Point3dVector.new
- core_origin = OpenStudio::Point3d.new(x, y + perimeterDepth, z)
- core_polygon << core_origin
- core_polygon << OpenStudio::Point3d.new(x, y + lengthYTarget - perimeterDepth, z)
- core_polygon << OpenStudio::Point3d.new(x + lengthXTarget * (v / totalFloorArea), y + lengthYTarget - perimeterDepth, z)
- core_polygon << OpenStudio::Point3d.new(x + lengthXTarget * (v / totalFloorArea), y + perimeterDepth, z)
-
- # perimeter polygon b w
- perim_polygon_b = OpenStudio::Point3dVector.new
- perim_origin_b = OpenStudio::Point3d.new(x, y + lengthYTarget - perimeterDepth, z)
- perim_polygon_b << perim_origin_b
- perim_polygon_b << OpenStudio::Point3d.new(x, y + lengthYTarget, z)
- perim_polygon_b << OpenStudio::Point3d.new(x + lengthXTarget * (v / totalFloorArea), y + lengthYTarget, z)
- perim_polygon_b << OpenStudio::Point3d.new(x + lengthXTarget * (v / totalFloorArea), y + lengthYTarget - perimeterDepth, z)
-
- # run method to make spaces
- tempSpaceArray << OsLib_Geometry.makeSpaceFromPolygon(model, perim_origin_a, perim_polygon_a, options) # model, origin, polygon, options
- tempSpaceArray << OsLib_Geometry.makeSpaceFromPolygon(model, core_origin, core_polygon, options) # model, origin, polygon, options
- tempSpaceArray << OsLib_Geometry.makeSpaceFromPolygon(model, perim_origin_b, perim_polygon_b, options) # model, origin, polygon, options
-
- elsif lengthYTarget > perimeterDepth * 2 # slice into two peremeter zones but no core
-
- # perimeter polygon a
- perim_polygon_a = OpenStudio::Point3dVector.new
- perim_origin_a = OpenStudio::Point3d.new(x, y, z)
- perim_polygon_a << perim_origin_a
- perim_polygon_a << OpenStudio::Point3d.new(x, y + lengthYTarget / 2, z)
- perim_polygon_a << OpenStudio::Point3d.new(x + lengthXTarget * (v / totalFloorArea), y + lengthYTarget / 2, z)
- perim_polygon_a << OpenStudio::Point3d.new(x + lengthXTarget * (v / totalFloorArea), y, z)
-
- # perimeter polygon b
- perim_polygon_b = OpenStudio::Point3dVector.new
- perim_origin_b = OpenStudio::Point3d.new(x, y + lengthYTarget / 2, z)
- perim_polygon_b << perim_origin_b
- perim_polygon_b << OpenStudio::Point3d.new(x, y + lengthYTarget, z)
- perim_polygon_b << OpenStudio::Point3d.new(x + lengthXTarget * (v / totalFloorArea), y + lengthYTarget, z)
- perim_polygon_b << OpenStudio::Point3d.new(x + lengthXTarget * (v / totalFloorArea), y + lengthYTarget / 2, z)
-
- # run method to make spaces
- tempSpaceArray << OsLib_Geometry.makeSpaceFromPolygon(model, perim_origin_a, perim_polygon_a, options) # model, origin, polygon, options
- tempSpaceArray << OsLib_Geometry.makeSpaceFromPolygon(model, perim_origin_b, perim_polygon_b, options) # model, origin, polygon, options
-
- else # don't slice into core and perimeter
-
- # create polygon
- core_polygon = OpenStudio::Point3dVector.new
- core_origin = OpenStudio::Point3d.new(x, y, z)
- core_polygon << core_origin
- core_polygon << OpenStudio::Point3d.new(x, y + lengthYTarget, z)
- core_polygon << OpenStudio::Point3d.new(x + lengthXTarget * (v / totalFloorArea), y + lengthYTarget, z)
- core_polygon << OpenStudio::Point3d.new(x + lengthXTarget * (v / totalFloorArea), y, z)
-
- # run method to make space
- tempSpaceArray << OsLib_Geometry.makeSpaceFromPolygon(model, core_origin, core_polygon, options) # model, origin, polygon, options
-
- end
-
- # update points for next run
- x += lengthXTarget * (v / totalFloorArea)
- end
-
- # set flags for adiabatic surfaces
- floorAdiabatic = false
- ceilingAdiabatic = false
-
- # update z
- if midFloorMultiplier == 1
- z += floor_to_floor_height
- else
- z += floor_to_floor_height * midFloorMultiplier - floor_to_floor_height
-
- if storyCounter == 0
- ceilingAdiabatic = true
- elsif storyCounter == 1
- floorAdiabatic = true
- ceilingAdiabatic = true
- else
- floorAdiabatic = true
- end
-
- # alter surfaces boundary conditions and constructions as described above
- tempSpaceArray.each do |space|
- space.surfaces.each do |surface|
- if (surface.surfaceType == 'RoofCeiling') && ceilingAdiabatic
- construction = surface.construction # TODO: - this isn't really the construction I want since it wasn't an interior one, but will work for now
- surface.setOutsideBoundaryCondition('Adiabatic')
- if !construction.empty?
- surface.setConstruction(construction.get)
- end
- end
- if (surface.surfaceType == 'Floor') && floorAdiabatic
- construction = surface.construction # TODO: - this isn't really the construction I want since it wasn't an interior one, but will work for now
- surface.setOutsideBoundaryCondition('Adiabatic')
- if !construction.empty?
- surface.setConstruction(construction.get)
- end
- end
- end
- end
-
- # populate bar space array from temp array
- barSpaceArray << tempSpaceArray
-
- end
-
- # update storyCounter
- storyCounter += 1
- end
-
- # surface matching (seems more complex than necessary)
- spaces = OpenStudio::Model::SpaceVector.new
- model.getSpaces.each do |space|
- spaces << space
- end
- OpenStudio::Model.matchSurfaces(spaces)
-
- result = barSpaceArray
- return result
- end
-end
diff --git a/lib/measures/BarAspectRatioSlicedBySpaceType/tests/BarAspectRatioSlicedBySpaceType_Test.rb b/lib/measures/BarAspectRatioSlicedBySpaceType/tests/BarAspectRatioSlicedBySpaceType_Test.rb
deleted file mode 100644
index 89fb902a..00000000
--- a/lib/measures/BarAspectRatioSlicedBySpaceType/tests/BarAspectRatioSlicedBySpaceType_Test.rb
+++ /dev/null
@@ -1,100 +0,0 @@
-# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
-# All rights reserved.
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are met:
-#
-# (1) Redistributions of source code must retain the above copyright notice,
-# this list of conditions and the following disclaimer.
-#
-# (2) Redistributions in binary form must reproduce the above copyright notice,
-# this list of conditions and the following disclaimer in the documentation
-# and/or other materials provided with the distribution.
-#
-# (3) Neither the name of the copyright holder nor the names of any contributors
-# may be used to endorse or promote products derived from this software without
-# specific prior written permission from the respective party.
-#
-# (4) Other than as required in clauses (1) and (2), distributions in any form
-# of modifications or other derivative works may not use the "OpenStudio"
-# trademark, "OS", "os", or any other confusingly similar designation without
-# specific prior written permission from Alliance for Sustainable Energy, LLC.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
-# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE
-# UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF
-# THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
-# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# *******************************************************************************
-
-require 'openstudio'
-require 'openstudio/measure/ShowRunnerOutput'
-require 'minitest/autorun'
-require_relative '../measure.rb'
-
-class BarAspectRatioSlicedBySpaceType_Test < MiniTest::Test
- def test_BarAspectRatioSlicedBySpaceType
- # create an instance of the measure
- measure = BarAspectRatioSlicedBySpaceType.new
-
- # create an instance of a runner
- runner = OpenStudio::Measure::OSRunner.new(OpenStudio::WorkflowJSON.new)
-
- # load the test model
- translator = OpenStudio::OSVersion::VersionTranslator.new
- path = OpenStudio::Path.new(File.dirname(__FILE__) + '/Untitled.osm')
- model = translator.loadModel(path)
- assert(!model.empty?)
- model = model.get
-
- # get arguments and test that they are what we are expecting
- arguments = measure.arguments(model)
- assert_equal(5, arguments.size)
- assert_equal('total_bldg_area_ip', arguments[0].name)
- assert_equal('ns_to_ew_ratio', arguments[1].name)
- assert_equal('num_floors', arguments[2].name)
- assert_equal('floor_to_floor_height_ip', arguments[3].name)
- assert_equal('spaceTypeHashString', arguments[4].name)
-
- # set argument values to good values and run the measure on model with spaces
- argument_map = OpenStudio::Measure::OSArgumentMap.new
-
- total_bldg_area_ip = arguments[0].clone
- assert(total_bldg_area_ip.setValue(50000.0))
- argument_map['total_bldg_area_ip'] = total_bldg_area_ip
-
- ns_to_ew_ratio = arguments[1].clone
- assert(ns_to_ew_ratio.setValue(2.0))
- argument_map['ns_to_ew_ratio'] = ns_to_ew_ratio
-
- num_floors = arguments[2].clone
- assert(num_floors.setValue(5))
- argument_map['num_floors'] = num_floors
-
- floor_to_floor_height_ip = arguments[3].clone
- assert(floor_to_floor_height_ip.setValue(10.0))
- argument_map['floor_to_floor_height_ip'] = floor_to_floor_height_ip
-
- spaceTypeHashString = arguments[4].clone
- assert(spaceTypeHashString.setValue("{:189.1-2009 - Office - Corridor - CZ1-3 => '0.3', :189.1-2009 - Office - Conference - CZ1-3 => '0.2', :189.1-2009 - Office - ClosedOffice - CZ1-3 => '0.5' }"))
- argument_map['spaceTypeHashString'] = spaceTypeHashString
-
- measure.run(model, runner, argument_map)
- result = runner.result
- show_output(result)
- assert(result.value.valueName == 'Success')
- assert(result.warnings.empty?)
- assert(result.info.empty?)
-
- # save the model in an output directory
- output_dir = File.expand_path('output', File.dirname(__FILE__))
- FileUtils.mkdir output_dir unless Dir.exist? output_dir
- model.save("#{output_dir}/test.osm", true)
- end
-end
diff --git a/lib/measures/BarAspectRatioSlicedBySpaceType/tests/Untitled.osm b/lib/measures/BarAspectRatioSlicedBySpaceType/tests/Untitled.osm
deleted file mode 100644
index 5046517c..00000000
--- a/lib/measures/BarAspectRatioSlicedBySpaceType/tests/Untitled.osm
+++ /dev/null
@@ -1,24360 +0,0 @@
-
-OS:Version,
- {dd885f7b-da18-48fc-991e-cdc08d718cd5}, !- Handle
- 1.3.1; !- Version Identifier
-
-OS:Construction,
- {aa4ea0fa-2a9c-48d3-811c-6f0ca1813522}, !- Handle
- ASHRAE 189.1-2009 AtticFloor ClimateZone 1-8, !- Name
- {d9e2f627-2c21-402f-bdd7-f5161c3c5188}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {5a14b7bc-a740-48e6-acb3-ba5f9c0f4f3f}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {d3de831a-414c-4352-8eb8-af1cec704ded}, !- Handle
- {aa4ea0fa-2a9c-48d3-811c-6f0ca1813522}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Handle
- 1/2IN Gypsum, !- Name
- Smooth, !- Roughness
- 0.0127, !- Thickness {m}
- 0.16, !- Conductivity {W/m-K}
- 784.9, !- Density {kg/m3}
- 830.000000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.92, !- Solar Absorptance
- 0.92; !- Visible Absorptance
-
-OS:Material,
- {5a14b7bc-a740-48e6-acb3-ba5f9c0f4f3f}, !- Handle
- AtticFloor Insulation, !- Name
- MediumRough, !- Roughness
- 0.2379, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {40a0ea9a-88e9-42c7-8e0e-11603f474906}, !- Handle
- ASHRAE 189.1-2009 ExtRoof IEAD ClimateZone 1, !- Name
- {f8ee0e97-fe9d-411a-a70c-0fed592bdcb7}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {e67d6dff-e841-4b2c-b341-89039a199dec}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {3c7019d6-cd61-4787-91dc-b9c2430378a9}, !- Handle
- {40a0ea9a-88e9-42c7-8e0e-11603f474906}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Handle
- Roof Membrane, !- Name
- VeryRough, !- Roughness
- 0.0095, !- Thickness {m}
- 0.16, !- Conductivity {W/m-K}
- 1121.29, !- Density {kg/m3}
- 1460, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Material,
- {e67d6dff-e841-4b2c-b341-89039a199dec}, !- Handle
- Roof Insulation [18], !- Name
- MediumRough, !- Roughness
- 0.1693, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Material,
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}, !- Handle
- Metal Decking, !- Name
- MediumSmooth, !- Roughness
- 0.0015, !- Thickness {m}
- 45.006, !- Conductivity {W/m-K}
- 7680, !- Density {kg/m3}
- 418.4, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.3; !- Visible Absorptance
-
-OS:Construction,
- {fdb89cd2-2e75-40f0-b3a0-4e0cbd990b88}, !- Handle
- ASHRAE 189.1-2009 ExtRoof IEAD ClimateZone 2-5, !- Name
- {4f7d7351-dc5b-4be3-b55c-2ee0988a6f66}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {0739ced2-fa31-494a-8592-4383ed01d138}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {13bb09e6-2b00-4e33-b1d6-c6f4087eec36}, !- Handle
- {fdb89cd2-2e75-40f0-b3a0-4e0cbd990b88}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {0739ced2-fa31-494a-8592-4383ed01d138}, !- Handle
- Roof Insulation [21], !- Name
- MediumRough, !- Roughness
- 0.2105, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {dc0f39eb-8d53-47ea-bea6-80c812e11e75}, !- Handle
- ASHRAE 189.1-2009 ExtRoof IEAD ClimateZone 6, !- Name
- {5f82342d-ea4d-4879-ae63-983202bd2e91}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {b4eee556-0ee8-4269-be31-d9d22c9f6484}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {567bb197-3047-482a-b809-526cf3cbb00d}, !- Handle
- {dc0f39eb-8d53-47ea-bea6-80c812e11e75}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {b4eee556-0ee8-4269-be31-d9d22c9f6484}, !- Handle
- Roof Insulation [24], !- Name
- MediumRough, !- Roughness
- 0.260100000000001, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {87d04872-6630-4f83-a2c3-2b202db554dd}, !- Handle
- ASHRAE 189.1-2009 ExtRoof IEAD ClimateZone 7-8, !- Name
- {d69b8086-765f-4015-ad0b-186456b47673}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {37d7a4d5-1d0e-4e43-9d0a-8f575c50c8c3}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {facd6430-130d-47d3-9caf-703fcb77539b}, !- Handle
- {87d04872-6630-4f83-a2c3-2b202db554dd}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {37d7a4d5-1d0e-4e43-9d0a-8f575c50c8c3}, !- Handle
- Roof Insulation [26], !- Name
- MediumRough, !- Roughness
- 0.2941, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {968132f4-510a-4cd0-97f9-479802a49266}, !- Handle
- ASHRAE 189.1-2009 ExtRoof Metal ClimateZone 1, !- Name
- {43c26936-afb0-4d34-a314-25bee800babe}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {9fd659c2-c400-44c4-bd50-5bbcbedaa81a}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {d269f398-3221-4a37-9d94-03aa62b72e6a}, !- Handle
- {968132f4-510a-4cd0-97f9-479802a49266}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Handle
- Metal Roofing, !- Name
- MediumSmooth, !- Roughness
- 0.0015, !- Thickness {m}
- 45.006, !- Conductivity {W/m-K}
- 7680, !- Density {kg/m3}
- 418.4, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.3, !- Solar Absorptance
- 0.3; !- Visible Absorptance
-
-OS:Material,
- {9fd659c2-c400-44c4-bd50-5bbcbedaa81a}, !- Handle
- Roof Insulation [19], !- Name
- MediumRough, !- Roughness
- 0.1868, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {61462e8d-e720-4fb7-93bf-9cc2ff2ee677}, !- Handle
- ASHRAE 189.1-2009 ExtRoof Metal ClimateZone 2-5, !- Name
- {399c3aca-317d-4adb-b061-edca81d847ef}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {631e1aee-5d51-4aec-83ba-6d0892335c96}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {d43fd0b9-7da6-498e-90d6-5d369dc80fca}, !- Handle
- {61462e8d-e720-4fb7-93bf-9cc2ff2ee677}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {631e1aee-5d51-4aec-83ba-6d0892335c96}, !- Handle
- Roof Insulation [22], !- Name
- MediumRough, !- Roughness
- 0.2358, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {edb12e36-7b52-460d-9b4c-cc1f40aa4a91}, !- Handle
- ASHRAE 189.1-2009 ExtRoof Metal ClimateZone 6, !- Name
- {4038a47e-6161-4b3a-ad0d-36b1dd43149e}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {bc805adf-2513-4e9f-98ee-17092b8fc223}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {a676638c-bb6e-4d8c-a9e1-537068173f6b}, !- Handle
- {edb12e36-7b52-460d-9b4c-cc1f40aa4a91}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {bc805adf-2513-4e9f-98ee-17092b8fc223}, !- Handle
- Roof Insulation [25], !- Name
- MediumRough, !- Roughness
- 0.263, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {84b7b5eb-864c-4005-8495-24e56b9149e7}, !- Handle
- ASHRAE 189.1-2009 ExtRoof Metal ClimateZone 7-8, !- Name
- {7a9d4d73-41f7-4be1-90fa-bde99892ea35}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {5a2db09d-e476-481a-b961-8ea7fd1a1f23}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {047c8e9a-e5d8-4d5d-ad18-51c7f3cb5c6a}, !- Handle
- {84b7b5eb-864c-4005-8495-24e56b9149e7}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {5a2db09d-e476-481a-b961-8ea7fd1a1f23}, !- Handle
- Roof Insulation [27], !- Name
- MediumRough, !- Roughness
- 0.297000000000001, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {c6333a9a-c721-41c2-8793-782dadab20a6}, !- Handle
- ASHRAE 189.1-2009 ExtWall Mass ClimateZone 1, !- Name
- {88147034-3a86-43fc-96f2-1f25f2a42263}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {3e22900a-f52f-4a15-a0a8-0b1a41c08cbc}, !- Layer 2
- {ebf607e6-ae2c-4605-9e59-15af7f6a0b51}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {8b5cf728-379e-4317-a72c-e0e3095132d0}, !- Handle
- {c6333a9a-c721-41c2-8793-782dadab20a6}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Handle
- 1IN Stucco, !- Name
- Smooth, !- Roughness
- 0.0253, !- Thickness {m}
- 0.691799999999999, !- Conductivity {W/m-K}
- 1858, !- Density {kg/m3}
- 836.999999999999, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.92, !- Solar Absorptance
- 0.92; !- Visible Absorptance
-
-OS:Material,
- {3e22900a-f52f-4a15-a0a8-0b1a41c08cbc}, !- Handle
- 8IN Concrete HW, !- Name
- MediumRough, !- Roughness
- 0.2033, !- Thickness {m}
- 1.72959999999999, !- Conductivity {W/m-K}
- 2242.99999999999, !- Density {kg/m3}
- 836.999999999999, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.65, !- Solar Absorptance
- 0.65; !- Visible Absorptance
-
-OS:Material,
- {ebf607e6-ae2c-4605-9e59-15af7f6a0b51}, !- Handle
- Wall Insulation [31], !- Name
- MediumRough, !- Roughness
- 0.0337000000000001, !- Thickness {m}
- 0.0432, !- Conductivity {W/m-K}
- 91, !- Density {kg/m3}
- 836.999999999999, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.5, !- Solar Absorptance
- 0.5; !- Visible Absorptance
-
-OS:Construction,
- {ab8e0d11-5a82-40c7-b921-9499d89f2502}, !- Handle
- ASHRAE 189.1-2009 ExtWall Mass ClimateZone 2, !- Name
- {58681989-027e-4908-9e5d-edb38367851b}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {3e22900a-f52f-4a15-a0a8-0b1a41c08cbc}, !- Layer 2
- {10c59a71-0e3f-48f7-89b7-181c06b1c8f1}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {e4b4bf24-6f4a-429d-9dfe-428dda972115}, !- Handle
- {ab8e0d11-5a82-40c7-b921-9499d89f2502}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {10c59a71-0e3f-48f7-89b7-181c06b1c8f1}, !- Handle
- Wall Insulation [35], !- Name
- MediumRough, !- Roughness
- 0.0452, !- Thickness {m}
- 0.0432, !- Conductivity {W/m-K}
- 91, !- Density {kg/m3}
- 836.999999999999, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.5, !- Solar Absorptance
- 0.5; !- Visible Absorptance
-
-OS:Construction,
- {4de59e95-8c3c-4194-ae19-7b14aaac8c03}, !- Handle
- ASHRAE 189.1-2009 ExtWall Mass ClimateZone 3, !- Name
- {b50c1219-fc3e-48b4-8b24-5f1254a76ca4}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {3e22900a-f52f-4a15-a0a8-0b1a41c08cbc}, !- Layer 2
- {b03d0600-1714-4278-8501-6bc6e89dedf5}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {c041c82b-692a-4ea1-a1f9-a759e313fbea}, !- Handle
- {4de59e95-8c3c-4194-ae19-7b14aaac8c03}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {b03d0600-1714-4278-8501-6bc6e89dedf5}, !- Handle
- Wall Insulation [36], !- Name
- MediumRough, !- Roughness
- 0.0565999999999999, !- Thickness {m}
- 0.0432, !- Conductivity {W/m-K}
- 91, !- Density {kg/m3}
- 836.999999999999, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.5, !- Solar Absorptance
- 0.5; !- Visible Absorptance
-
-OS:Construction,
- {9e32f411-df47-45ac-ae73-13d1c34d049b}, !- Handle
- ASHRAE 189.1-2009 ExtWall Mass ClimateZone 4, !- Name
- {eabdbb2c-6725-4025-aad3-a993d3b0dde3}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {3e22900a-f52f-4a15-a0a8-0b1a41c08cbc}, !- Layer 2
- {a5eb0bf8-efaa-4f81-a4a2-c1686c9af356}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {4be017b7-7bad-447d-ad26-7666ccd74cf3}, !- Handle
- {9e32f411-df47-45ac-ae73-13d1c34d049b}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {a5eb0bf8-efaa-4f81-a4a2-c1686c9af356}, !- Handle
- Wall Insulation [37], !- Name
- MediumRough, !- Roughness
- 0.0680999999999999, !- Thickness {m}
- 0.0432, !- Conductivity {W/m-K}
- 91, !- Density {kg/m3}
- 836.999999999999, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.5, !- Solar Absorptance
- 0.5; !- Visible Absorptance
-
-OS:Construction,
- {cab66df5-2916-4034-b342-b6d88280cf29}, !- Handle
- ASHRAE 189.1-2009 ExtWall Mass ClimateZone 5, !- Name
- {b0a7770c-61ea-40fb-b071-989b2236ab71}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {3e22900a-f52f-4a15-a0a8-0b1a41c08cbc}, !- Layer 2
- {731cc61a-dbbe-4c6a-a40e-1bf162b1159f}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {ddbf63aa-4d86-4b79-8e36-791c82d6365e}, !- Handle
- {cab66df5-2916-4034-b342-b6d88280cf29}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {731cc61a-dbbe-4c6a-a40e-1bf162b1159f}, !- Handle
- Wall Insulation [40], !- Name
- MediumRough, !- Roughness
- 0.0793999999999999, !- Thickness {m}
- 0.0432, !- Conductivity {W/m-K}
- 91, !- Density {kg/m3}
- 836.999999999999, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.5, !- Solar Absorptance
- 0.5; !- Visible Absorptance
-
-OS:Construction,
- {5cecfa47-c43d-42e4-b25e-42a7c3aeda51}, !- Handle
- ASHRAE 189.1-2009 ExtWall Mass ClimateZone 6, !- Name
- {529f6a57-0dbb-4239-bcc2-0be99c6a77b8}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {3e22900a-f52f-4a15-a0a8-0b1a41c08cbc}, !- Layer 2
- {03fb259c-ab2e-46b3-aa8d-9e5ec211384b}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {4dcc90c2-e6cb-4b52-87c3-e0e73d09e7f4}, !- Handle
- {5cecfa47-c43d-42e4-b25e-42a7c3aeda51}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {03fb259c-ab2e-46b3-aa8d-9e5ec211384b}, !- Handle
- Wall Insulation [42], !- Name
- MediumRough, !- Roughness
- 0.0913999999999999, !- Thickness {m}
- 0.0432, !- Conductivity {W/m-K}
- 91, !- Density {kg/m3}
- 836.999999999999, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.5, !- Solar Absorptance
- 0.5; !- Visible Absorptance
-
-OS:Construction,
- {1329af10-b825-468b-be25-abfd05d14bca}, !- Handle
- ASHRAE 189.1-2009 ExtWall Mass ClimateZone 7-8, !- Name
- {793f53be-8bf9-45ae-a749-5787d652419c}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {3e22900a-f52f-4a15-a0a8-0b1a41c08cbc}, !- Layer 2
- {d7ebd3b0-87f3-49e1-adef-d50de22d6005}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {2721c77d-e69c-4c25-855f-72edfc4f92a9}, !- Handle
- {1329af10-b825-468b-be25-abfd05d14bca}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {d7ebd3b0-87f3-49e1-adef-d50de22d6005}, !- Handle
- Wall Insulation [44], !- Name
- MediumRough, !- Roughness
- 0.1104, !- Thickness {m}
- 0.0432, !- Conductivity {W/m-K}
- 91, !- Density {kg/m3}
- 836.999999999999, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.5, !- Solar Absorptance
- 0.5; !- Visible Absorptance
-
-OS:Construction,
- {77485bd2-65fe-4be0-a8f3-703eea7ba916}, !- Handle
- ASHRAE 189.1-2009 ExtWall Mass ClimateZone alt-res 1, !- Name
- {9a1818ca-b2d8-479d-a2ae-95517632a29e}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {3e22900a-f52f-4a15-a0a8-0b1a41c08cbc}, !- Layer 2
- {10c59a71-0e3f-48f7-89b7-181c06b1c8f1}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {0a2a4b4a-4d4c-4469-954f-346f479bf8c9}, !- Handle
- {77485bd2-65fe-4be0-a8f3-703eea7ba916}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Construction,
- {af1a862b-7844-4eaf-9563-3db0cd68d71d}, !- Handle
- ASHRAE 189.1-2009 ExtWall Mass ClimateZone alt-res 2, !- Name
- {00b601e1-e375-4b45-9d87-28c185f1b67e}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {3e22900a-f52f-4a15-a0a8-0b1a41c08cbc}, !- Layer 2
- {b03d0600-1714-4278-8501-6bc6e89dedf5}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {6f293d19-a3b7-4941-a003-cad14ecc0161}, !- Handle
- {af1a862b-7844-4eaf-9563-3db0cd68d71d}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Construction,
- {7a39cecc-d0ad-473b-91c7-e870be38acb3}, !- Handle
- ASHRAE 189.1-2009 ExtWall Mass ClimateZone alt-res 3, !- Name
- {aa26cc43-75ce-4d91-aed7-48eb990a5d35}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {3e22900a-f52f-4a15-a0a8-0b1a41c08cbc}, !- Layer 2
- {a5eb0bf8-efaa-4f81-a4a2-c1686c9af356}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {f858f348-1f2d-4cd8-bf2e-b47232abdd0e}, !- Handle
- {7a39cecc-d0ad-473b-91c7-e870be38acb3}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Construction,
- {ce50dd91-0e79-45b8-8d41-f90786ffa065}, !- Handle
- ASHRAE 189.1-2009 ExtWall Mass ClimateZone alt-res 4, !- Name
- {3bc849ee-bdd4-4aa7-83a9-d335235e109f}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {3e22900a-f52f-4a15-a0a8-0b1a41c08cbc}, !- Layer 2
- {731cc61a-dbbe-4c6a-a40e-1bf162b1159f}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {71422f3e-3082-4d02-aa5c-3621746c959d}, !- Handle
- {ce50dd91-0e79-45b8-8d41-f90786ffa065}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Construction,
- {c85a9726-7c62-434a-8d12-11c299ac6161}, !- Handle
- ASHRAE 189.1-2009 ExtWall Mass ClimateZone alt-res 5, !- Name
- {b10361dd-c414-4aed-a538-40064fcedc1c}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {3e22900a-f52f-4a15-a0a8-0b1a41c08cbc}, !- Layer 2
- {03fb259c-ab2e-46b3-aa8d-9e5ec211384b}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {8b0200e9-7a27-4297-85bb-a97a3b9c775b}, !- Handle
- {c85a9726-7c62-434a-8d12-11c299ac6161}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Construction,
- {b8cdc4ed-7914-4e83-9093-811fd7cb6ddb}, !- Handle
- ASHRAE 189.1-2009 ExtWall Mass ClimateZone alt-res 6, !- Name
- {ac6af2a2-14b5-4153-91b0-79248b6ad903}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {3e22900a-f52f-4a15-a0a8-0b1a41c08cbc}, !- Layer 2
- {d7ebd3b0-87f3-49e1-adef-d50de22d6005}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {d86cb0aa-24c4-4871-abce-4a906b29adfd}, !- Handle
- {b8cdc4ed-7914-4e83-9093-811fd7cb6ddb}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Construction,
- {5a154aec-9e44-4e1f-9911-835eb0f87fd5}, !- Handle
- ASHRAE 189.1-2009 ExtWall Mass ClimateZone alt-res 7, !- Name
- {fa7882e6-4c26-4d18-b6b1-c6cf6a0e3537}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {3e22900a-f52f-4a15-a0a8-0b1a41c08cbc}, !- Layer 2
- {d7ebd3b0-87f3-49e1-adef-d50de22d6005}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {1734019c-b7c9-43b2-9bef-aa4bb8f6f144}, !- Handle
- {5a154aec-9e44-4e1f-9911-835eb0f87fd5}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Construction,
- {08ee6c53-a0af-4567-8537-24bec8742336}, !- Handle
- ASHRAE 189.1-2009 ExtWall Mass ClimateZone alt-res 8, !- Name
- {946eea9f-4f3e-4700-92a6-1ff69b94a43c}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {3e22900a-f52f-4a15-a0a8-0b1a41c08cbc}, !- Layer 2
- {0498ac17-7641-42bd-910e-c43d29d7fd07}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {04611367-ec86-4613-8e35-4e2e6461998b}, !- Handle
- {08ee6c53-a0af-4567-8537-24bec8742336}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {0498ac17-7641-42bd-910e-c43d29d7fd07}, !- Handle
- Wall Insulation [46], !- Name
- MediumRough, !- Roughness
- 0.1634, !- Thickness {m}
- 0.0432, !- Conductivity {W/m-K}
- 91, !- Density {kg/m3}
- 836.999999999999, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.5, !- Solar Absorptance
- 0.5; !- Visible Absorptance
-
-OS:Construction,
- {dbdee635-b53c-424c-8589-3b5fd1326c37}, !- Handle
- ASHRAE 189.1-2009 ExtWall Metal ClimateZone 1-3, !- Name
- {422c07cf-69bc-472f-8c90-eb09d5651cab}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {bb4ec886-0c9c-44bb-b7e8-5c1c77d871a8}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {64ae8d4f-dbb7-40c6-a801-b06b18135c87}, !- Handle
- {dbdee635-b53c-424c-8589-3b5fd1326c37}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Handle
- Metal Siding, !- Name
- Smooth, !- Roughness
- 0.0015, !- Thickness {m}
- 44.9599999999999, !- Conductivity {W/m-K}
- 7688.86, !- Density {kg/m3}
- 410, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.2, !- Solar Absorptance
- 0.2; !- Visible Absorptance
-
-OS:Material,
- {bb4ec886-0c9c-44bb-b7e8-5c1c77d871a8}, !- Handle
- Wall Insulation [32], !- Name
- MediumRough, !- Roughness
- 0.0897000000000001, !- Thickness {m}
- 0.045, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {4a052056-2467-4ed5-bf0d-534e5c7d1256}, !- Handle
- ASHRAE 189.1-2009 ExtWall Metal ClimateZone 4-8, !- Name
- {4f3a1d88-723d-4165-bdfd-7259496ab4e7}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {65dd9ec3-ef46-46aa-80de-46295f42a684}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {99045e45-514d-4c3d-a3f6-518f2c1eb35c}, !- Handle
- {4a052056-2467-4ed5-bf0d-534e5c7d1256}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {65dd9ec3-ef46-46aa-80de-46295f42a684}, !- Handle
- Wall Insulation [38], !- Name
- MediumRough, !- Roughness
- 0.1396, !- Thickness {m}
- 0.045, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {7cb8d6b0-72e7-4e75-a647-d1af31a32290}, !- Handle
- ASHRAE 189.1-2009 ExtWall SteelFrame ClimateZone 1-3, !- Name
- {7c0caed3-c8fc-4bdb-b927-d6ede611a3cd}, !- Surface Rendering Name
- {75473b7c-e959-44f4-b950-38faab23edbd}, !- Layer 1
- {b96b3ef9-11e6-4429-9b5d-806bc86dd0c5}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {44b981a0-a813-4aea-911c-865ccbc86ac4}, !- Handle
- {7cb8d6b0-72e7-4e75-a647-d1af31a32290}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material:NoMass,
- {75473b7c-e959-44f4-b950-38faab23edbd}, !- Handle
- MAT-SHEATH, !- Name
- Smooth, !- Roughness
- 0.1, !- Thermal Resistance {m2-K/W}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Material,
- {b96b3ef9-11e6-4429-9b5d-806bc86dd0c5}, !- Handle
- Wall Insulation [33], !- Name
- MediumRough, !- Roughness
- 0.0781, !- Thickness {m}
- 0.045, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {92a7c3a0-9203-423a-9b93-d6ffbff4cfe7}, !- Handle
- ASHRAE 189.1-2009 ExtWall SteelFrame ClimateZone 4-8, !- Name
- {0620df5f-1261-441a-a7ea-05d5d8cd6992}, !- Surface Rendering Name
- {75473b7c-e959-44f4-b950-38faab23edbd}, !- Layer 1
- {e1f6cac0-b93f-48f7-b101-872ea1bd8282}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {d0db375c-08bf-4522-9c02-d00cef275679}, !- Handle
- {92a7c3a0-9203-423a-9b93-d6ffbff4cfe7}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {e1f6cac0-b93f-48f7-b101-872ea1bd8282}, !- Handle
- Wall Insulation [39], !- Name
- MediumRough, !- Roughness
- 0.1184, !- Thickness {m}
- 0.045, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {4919d73d-6b6d-44e4-9fc1-e8d8e5c7618f}, !- Handle
- ASHRAE 189.1-2009 ExtWall WoodFrame ClimateZone 1-4, !- Name
- {83900bcd-aaee-4c32-9b32-0a48d2087c14}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {16e4ac09-9c5e-4b6f-8c10-c9b65c3ecea9}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {f92931da-8c53-4fb4-9f20-24274fddd950}, !- Handle
- {4919d73d-6b6d-44e4-9fc1-e8d8e5c7618f}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Handle
- Wood Siding, !- Name
- MediumSmooth, !- Roughness
- 0.01, !- Thickness {m}
- 0.11, !- Conductivity {W/m-K}
- 544.62, !- Density {kg/m3}
- 1210, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.78, !- Solar Absorptance
- 0.78; !- Visible Absorptance
-
-OS:Material,
- {16e4ac09-9c5e-4b6f-8c10-c9b65c3ecea9}, !- Handle
- Wall Insulation [34], !- Name
- MediumRough, !- Roughness
- 0.1104, !- Thickness {m}
- 0.045, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {32043234-9b86-42cf-b687-377117e5d624}, !- Handle
- ASHRAE 189.1-2009 ExtWall WoodFrame ClimateZone 5, !- Name
- {7a3cddf8-cc8f-4388-bc08-b67b5384256c}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {c9ffd5f9-719f-45fe-a044-d3206e357787}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {070f7c25-b4c2-4f03-9ce1-a7682b52d9cf}, !- Handle
- {32043234-9b86-42cf-b687-377117e5d624}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {c9ffd5f9-719f-45fe-a044-d3206e357787}, !- Handle
- Wall Insulation [41], !- Name
- MediumRough, !- Roughness
- 0.1405, !- Thickness {m}
- 0.045, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {1ac258c7-c08d-461c-b41e-38b23d570c90}, !- Handle
- ASHRAE 189.1-2009 ExtWall WoodFrame ClimateZone 6-8, !- Name
- {40f3ad16-3744-4bc4-9e7b-fb220604afe1}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {7523b923-e063-4f3c-84a8-80dfa1692fe0}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {2f950e1e-5ce8-4080-96e0-cc78dab7907c}, !- Handle
- {1ac258c7-c08d-461c-b41e-38b23d570c90}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {7523b923-e063-4f3c-84a8-80dfa1692fe0}, !- Handle
- Wall Insulation [43], !- Name
- MediumRough, !- Roughness
- 0.1583, !- Thickness {m}
- 0.045, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {56c821f9-3e0f-4f1e-bec3-51227ea4f9a1}, !- Handle
- ASHRAE 189.1-2009 ExtWindow ClimateZone 1, !- Name
- {53b247f0-4ca0-4482-b111-4bc7e405307c}, !- Surface Rendering Name
- {15abc70e-b55b-4081-9885-36fd21fa67e7}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {66e9e026-50fb-4c46-bd3d-1472af36658c}, !- Handle
- {56c821f9-3e0f-4f1e-bec3-51227ea4f9a1}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:Glazing,
- {15abc70e-b55b-4081-9885-36fd21fa67e7}, !- Handle
- Theoretical Glass [167], !- Name
- SpectralAverage, !- Optical Data Type
- , !- Window Glass Spectral Data Set Name
- 0.00299999999999999, !- Thickness {m}
- 0.2374, !- Solar Transmittance at Normal Incidence
- 0.7126, !- Front Side Solar Reflectance at Normal Incidence
- 0, !- Back Side Solar Reflectance at Normal Incidence
- 0.2512, !- Visible Transmittance at Normal Incidence
- 0.6988, !- Front Side Visible Reflectance at Normal Incidence
- 0, !- Back Side Visible Reflectance at Normal Incidence
- 0, !- Infrared Transmittance at Normal Incidence
- 0.985, !- Front Side Infrared Hemispherical Emissivity
- 0.985, !- Back Side Infrared Hemispherical Emissivity
- 2.1073, !- Conductivity {W/m-K}
- 1, !- Dirt Correction Factor for Solar and Visible Transmittance
- Yes; !- Solar Diffusing
-
-OS:Construction,
- {cedbe616-71dd-4e1f-ab76-817ed5689b11}, !- Handle
- ASHRAE 189.1-2009 ExtWindow ClimateZone 2, !- Name
- {22aadfd7-06e9-4d6d-bb62-e3d509767ce1}, !- Surface Rendering Name
- {c21f24ac-73e4-442a-8d7b-993ed3e4291a}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {b65aeae7-4ab0-49ab-b61f-bf05acc463bc}, !- Handle
- {cedbe616-71dd-4e1f-ab76-817ed5689b11}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:Glazing,
- {c21f24ac-73e4-442a-8d7b-993ed3e4291a}, !- Handle
- Theoretical Glass [197], !- Name
- SpectralAverage, !- Optical Data Type
- , !- Window Glass Spectral Data Set Name
- 0.00299999999999999, !- Thickness {m}
- 0.2349, !- Solar Transmittance at Normal Incidence
- 0.7151, !- Front Side Solar Reflectance at Normal Incidence
- 0, !- Back Side Solar Reflectance at Normal Incidence
- 0.2512, !- Visible Transmittance at Normal Incidence
- 0.6988, !- Front Side Visible Reflectance at Normal Incidence
- 0, !- Back Side Visible Reflectance at Normal Incidence
- 0, !- Infrared Transmittance at Normal Incidence
- 0.9, !- Front Side Infrared Hemispherical Emissivity
- 0.9, !- Back Side Infrared Hemispherical Emissivity
- 0.0415, !- Conductivity {W/m-K}
- 1, !- Dirt Correction Factor for Solar and Visible Transmittance
- Yes; !- Solar Diffusing
-
-OS:Construction,
- {6fd61ed3-01e1-4804-9f9f-3dbda73b5c41}, !- Handle
- ASHRAE 189.1-2009 ExtWindow ClimateZone 3, !- Name
- {869cef73-f7da-4cae-9612-00e1007a522e}, !- Surface Rendering Name
- {e0ae68da-d5f5-4351-85a0-c4624cbe9f6b}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {2c6f52a6-5937-43d4-8013-83f96542d12d}, !- Handle
- {6fd61ed3-01e1-4804-9f9f-3dbda73b5c41}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:Glazing,
- {e0ae68da-d5f5-4351-85a0-c4624cbe9f6b}, !- Handle
- Theoretical Glass [202], !- Name
- SpectralAverage, !- Optical Data Type
- , !- Window Glass Spectral Data Set Name
- 0.00299999999999999, !- Thickness {m}
- 0.2325, !- Solar Transmittance at Normal Incidence
- 0.7175, !- Front Side Solar Reflectance at Normal Incidence
- 0, !- Back Side Solar Reflectance at Normal Incidence
- 0.3192, !- Visible Transmittance at Normal Incidence
- 0.6308, !- Front Side Visible Reflectance at Normal Incidence
- 0, !- Back Side Visible Reflectance at Normal Incidence
- 0, !- Infrared Transmittance at Normal Incidence
- 0.9, !- Front Side Infrared Hemispherical Emissivity
- 0.9, !- Back Side Infrared Hemispherical Emissivity
- 0.0192, !- Conductivity {W/m-K}
- 1, !- Dirt Correction Factor for Solar and Visible Transmittance
- Yes; !- Solar Diffusing
-
-OS:Construction,
- {3cbfa831-4406-444d-8f9f-0fda68304e5e}, !- Handle
- ASHRAE 189.1-2009 ExtWindow ClimateZone 4-5, !- Name
- {a4eebac2-dce3-45cd-b4e0-61cafc5bcf3b}, !- Surface Rendering Name
- {a6bd4e38-91c2-4fe6-a5b2-25a19c3f296c}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {c4918312-ea87-4f1e-be82-a76574a542c9}, !- Handle
- {3cbfa831-4406-444d-8f9f-0fda68304e5e}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:Glazing,
- {a6bd4e38-91c2-4fe6-a5b2-25a19c3f296c}, !- Handle
- Theoretical Glass [207], !- Name
- SpectralAverage, !- Optical Data Type
- , !- Window Glass Spectral Data Set Name
- 0.00299999999999999, !- Thickness {m}
- 0.3311, !- Solar Transmittance at Normal Incidence
- 0.6189, !- Front Side Solar Reflectance at Normal Incidence
- 0, !- Back Side Solar Reflectance at Normal Incidence
- 0.44, !- Visible Transmittance at Normal Incidence
- 0.51, !- Front Side Visible Reflectance at Normal Incidence
- 0, !- Back Side Visible Reflectance at Normal Incidence
- 0, !- Infrared Transmittance at Normal Incidence
- 0.9, !- Front Side Infrared Hemispherical Emissivity
- 0.9, !- Back Side Infrared Hemispherical Emissivity
- 0.0133, !- Conductivity {W/m-K}
- 1, !- Dirt Correction Factor for Solar and Visible Transmittance
- Yes; !- Solar Diffusing
-
-OS:Construction,
- {2b0ae29e-17fd-45ce-b1a8-110a77eb7d5b}, !- Handle
- ASHRAE 189.1-2009 ExtWindow ClimateZone 6, !- Name
- {a5df727a-724a-43d9-a06e-17e69629a1ca}, !- Surface Rendering Name
- {630afc7b-01bc-4c6e-93be-3ea293cd5f46}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {e8c0fed1-2eb9-47f4-b4cc-df1472197edc}, !- Handle
- {2b0ae29e-17fd-45ce-b1a8-110a77eb7d5b}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:Glazing,
- {630afc7b-01bc-4c6e-93be-3ea293cd5f46}, !- Handle
- Theoretical Glass [216], !- Name
- SpectralAverage, !- Optical Data Type
- , !- Window Glass Spectral Data Set Name
- 0.00299999999999999, !- Thickness {m}
- 0.3801, !- Solar Transmittance at Normal Incidence
- 0.5699, !- Front Side Solar Reflectance at Normal Incidence
- 0, !- Back Side Solar Reflectance at Normal Incidence
- 0.5079, !- Visible Transmittance at Normal Incidence
- 0.4421, !- Front Side Visible Reflectance at Normal Incidence
- 0, !- Back Side Visible Reflectance at Normal Incidence
- 0, !- Infrared Transmittance at Normal Incidence
- 0.9, !- Front Side Infrared Hemispherical Emissivity
- 0.9, !- Back Side Infrared Hemispherical Emissivity
- 0.0133, !- Conductivity {W/m-K}
- 1, !- Dirt Correction Factor for Solar and Visible Transmittance
- Yes; !- Solar Diffusing
-
-OS:Construction,
- {6915ecd8-575e-479e-ad84-cf28a9eea9ba}, !- Handle
- ASHRAE 189.1-2009 ExtWindow ClimateZone 7-8, !- Name
- {a3d9b30b-7c22-48eb-80a6-4f7e8de7d190}, !- Surface Rendering Name
- {e70b87c1-6dbc-44a0-92cb-8f4f88afc46e}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {90cb48bb-5906-4859-979b-ead42b5f5d2e}, !- Handle
- {6915ecd8-575e-479e-ad84-cf28a9eea9ba}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:Glazing,
- {e70b87c1-6dbc-44a0-92cb-8f4f88afc46e}, !- Handle
- Theoretical Glass [221], !- Name
- SpectralAverage, !- Optical Data Type
- , !- Window Glass Spectral Data Set Name
- 0.00299999999999999, !- Thickness {m}
- 0.4296, !- Solar Transmittance at Normal Incidence
- 0.5204, !- Front Side Solar Reflectance at Normal Incidence
- 0, !- Back Side Solar Reflectance at Normal Incidence
- 0.4503, !- Visible Transmittance at Normal Incidence
- 0.4997, !- Front Side Visible Reflectance at Normal Incidence
- 0, !- Back Side Visible Reflectance at Normal Incidence
- 0, !- Infrared Transmittance at Normal Incidence
- 0.9, !- Front Side Infrared Hemispherical Emissivity
- 0.9, !- Back Side Infrared Hemispherical Emissivity
- 0.0089, !- Conductivity {W/m-K}
- 1, !- Dirt Correction Factor for Solar and Visible Transmittance
- Yes; !- Solar Diffusing
-
-OS:Construction,
- {c07c1cbc-20fc-4480-bb08-daea2f6f2db9}, !- Handle
- ASHRAE 189.1-2009 ExtWindow ClimateZone alt-res 4-5, !- Name
- {bd28d63c-0e69-4fcd-845d-748c66e375d2}, !- Surface Rendering Name
- {630afc7b-01bc-4c6e-93be-3ea293cd5f46}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {0476e084-f530-4f04-ae4e-80006309bc94}, !- Handle
- {c07c1cbc-20fc-4480-bb08-daea2f6f2db9}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:Construction,
- {04d00df0-5b0d-442a-b784-47e0a73c37f8}, !- Handle
- ASHRAE 90.1-2004 AtticFloor ClimateZone 1-5, !- Name
- {52c0b52f-90e3-4885-9b8e-176af70e6682}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {3d9b7f2a-f75f-44d3-982c-caf6f6b4ea17}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {2eb16e1b-68e5-4747-ae1e-3d84d911635e}, !- Handle
- {04d00df0-5b0d-442a-b784-47e0a73c37f8}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {3d9b7f2a-f75f-44d3-982c-caf6f6b4ea17}, !- Handle
- AtticFloor NonRes Insulation-5.18, !- Name
- MediumRough, !- Roughness
- 0.302609558350618, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {c448e15f-1b9d-44c3-927e-c8bbe4e9569e}, !- Handle
- ASHRAE 90.1-2004 AtticFloor ClimateZone 6-8, !- Name
- {1ddc095b-cc1a-42ce-8e09-a1a9c8dcae58}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {1e7e903f-c549-471a-8734-845a0006dac1}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {b583227d-83b1-4c95-ab4e-c65f87643140}, !- Handle
- {c448e15f-1b9d-44c3-927e-c8bbe4e9569e}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {1e7e903f-c549-471a-8734-845a0006dac1}, !- Handle
- AtticFloor NonRes Insulation-6.52, !- Name
- MediumRough, !- Roughness
- 0.30260955835062, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {13718882-d4e5-4ad5-a9e9-493e298e203e}, !- Handle
- ASHRAE 90.1-2004 ExtRoof IEAD ClimateZone 1-4, !- Name
- {68049732-ec2a-4d45-bf82-6fd76ade3c34}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {eb63fd09-e77b-4946-baa0-d06ab7ee97d2}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {2895f0aa-d4fe-401a-a724-940b7467a7c8}, !- Handle
- {13718882-d4e5-4ad5-a9e9-493e298e203e}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {eb63fd09-e77b-4946-baa0-d06ab7ee97d2}, !- Handle
- IEAD NonRes Roof Insulation-2.79, !- Name
- MediumRough, !- Roughness
- 0.124663450809702, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {2ccc92d2-8a89-48fd-bf5a-657a4f1be9ef}, !- Handle
- ASHRAE 90.1-2004 ExtRoof IEAD ClimateZone 5-6, !- Name
- {aaad8779-bf30-4d99-8339-bf19dab71953}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {fdd69512-62e8-42d5-99a9-79a0a885b542}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {5eee54f3-44e1-4d08-889a-99ae3091b211}, !- Handle
- {2ccc92d2-8a89-48fd-bf5a-657a4f1be9ef}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {fdd69512-62e8-42d5-99a9-79a0a885b542}, !- Handle
- IEAD NonRes Roof Insulation-2.85, !- Name
- MediumRough, !- Roughness
- 0.127338688569477, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {5a143d28-8dab-408d-b67f-b7d48d49613d}, !- Handle
- ASHRAE 90.1-2004 ExtRoof IEAD ClimateZone 5-6 1, !- Name
- {fccd02fb-5cd3-4fab-8328-6ccdd2fccdec}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {fdd69512-62e8-42d5-99a9-79a0a885b542}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {ec3181cf-e794-4f3d-a818-7552b4b226d6}, !- Handle
- {5a143d28-8dab-408d-b67f-b7d48d49613d}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Construction,
- {cb61258b-2cde-4a18-b387-d54b3814c4d9}, !- Handle
- ASHRAE 90.1-2004 ExtRoof IEAD ClimateZone 7, !- Name
- {6a461046-d8fd-4dc5-bbf1-3156b2190c8b}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {eb63fd09-e77b-4946-baa0-d06ab7ee97d2}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {8e3a02e1-1519-4e48-9a65-ce6ccdb577a4}, !- Handle
- {cb61258b-2cde-4a18-b387-d54b3814c4d9}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Construction,
- {da1f21fd-c804-4c6f-a9e2-1b997c803383}, !- Handle
- ASHRAE 90.1-2004 ExtRoof IEAD ClimateZone 8, !- Name
- {7dcf0a2c-70ee-455b-a26b-33b3200177c9}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {6539c57d-ce3e-48e6-be5b-31e9aae58a9b}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {d831a2bc-928e-47e8-b1a7-8a4b2abfdea1}, !- Handle
- {da1f21fd-c804-4c6f-a9e2-1b997c803383}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {6539c57d-ce3e-48e6-be5b-31e9aae58a9b}, !- Handle
- IEAD NonRes Roof Insulation-3.72, !- Name
- MediumRough, !- Roughness
- 0.170145232344671, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {4df0b897-fbb1-4ab2-89fc-0eac12047dec}, !- Handle
- ASHRAE 90.1-2004 ExtRoof Metal ClimateZone 1, !- Name
- {f572de54-167b-474b-b4ef-804b7970428e}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {abc775fb-ce71-4440-9675-46ebbc4b95c8}, !- Handle
- {4df0b897-fbb1-4ab2-89fc-0eac12047dec}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Construction,
- {9812a80e-7710-42f1-bccd-c1ff51ce1aea}, !- Handle
- ASHRAE 90.1-2004 ExtRoof Metal ClimateZone 2, !- Name
- {54533d57-59e8-48da-b9f2-5eff03af3649}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {39f16171-b566-4932-aca7-ef46645ec4ec}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {18aae3a0-8a4b-4712-948d-b1050dde5f17}, !- Handle
- {9812a80e-7710-42f1-bccd-c1ff51ce1aea}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {39f16171-b566-4932-aca7-ef46645ec4ec}, !- Handle
- Metal Semi-Cond Roof Insulation-1.05, !- Name
- MediumRough, !- Roughness
- 0.0422673301906313, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {7b6997ac-1008-4a05-8f8b-a36a355f33ef}, !- Handle
- ASHRAE 90.1-2004 ExtRoof Metal ClimateZone 3-4, !- Name
- {9fd1d9c9-d6e8-448b-9d20-0b4259202b01}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {665c0b87-92f4-4b04-b3c3-18566d703feb}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {f6f7262a-ff51-41ca-aae0-4cf3dc9298b5}, !- Handle
- {7b6997ac-1008-4a05-8f8b-a36a355f33ef}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {665c0b87-92f4-4b04-b3c3-18566d703feb}, !- Handle
- Metal Semi-Cond Roof Insulation-1.81, !- Name
- MediumRough, !- Roughness
- 0.0795588880494838, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {87f0d606-e190-4f82-b21f-cad290faad55}, !- Handle
- ASHRAE 90.1-2004 ExtRoof Metal ClimateZone 5-6, !- Name
- {bc8fff26-de47-4487-9c14-a5f8faf1facb}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {dd54e569-a66f-4755-a405-465f837d3f51}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {a737e349-31d6-435e-a88c-4275bb0b7ab0}, !- Handle
- {87f0d606-e190-4f82-b21f-cad290faad55}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {dd54e569-a66f-4755-a405-465f837d3f51}, !- Handle
- Metal Semi-Cond Roof Insulation-1.87, !- Name
- MediumRough, !- Roughness
- 0.0822341258092582, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {cdd9f6b8-6f54-41e0-81fd-057dfee426ff}, !- Handle
- ASHRAE 90.1-2004 ExtRoof Metal ClimateZone 7, !- Name
- {e2a3e8bf-d2b7-4e77-84fa-2e2aee8ba5ac}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {665c0b87-92f4-4b04-b3c3-18566d703feb}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {5349c7c2-1653-42d5-83f7-2e9dc6be4be1}, !- Handle
- {cdd9f6b8-6f54-41e0-81fd-057dfee426ff}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Construction,
- {7c52f6bc-3a96-4a9c-a7eb-20c12be95fbc}, !- Handle
- ASHRAE 90.1-2004 ExtRoof Metal ClimateZone 8, !- Name
- {76887b37-bf33-4c81-a98a-659db88d106f}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {bc580c3d-9369-444a-802b-9a40863cb2a5}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {45de8062-40a9-4acd-ae3a-489cf6744976}, !- Handle
- {7c52f6bc-3a96-4a9c-a7eb-20c12be95fbc}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {bc580c3d-9369-444a-802b-9a40863cb2a5}, !- Handle
- Metal Semi-Cond Roof Insulation-2.50, !- Name
- MediumRough, !- Roughness
- 0.113125446059399, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {8d0593e0-2465-4be9-92dc-ee825ba6de7a}, !- Handle
- ASHRAE 90.1-2004 ExtWall Mass ClimateZone 1-2, !- Name
- {66bdfb47-0370-46e0-a71f-3b7d70d737c6}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {91002677-1f6a-4938-9279-d6fe2da547d9}, !- Handle
- {8d0593e0-2465-4be9-92dc-ee825ba6de7a}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Handle
- 8IN CONCRETE HW RefBldg, !- Name
- Rough, !- Roughness
- 0.2032, !- Thickness {m}
- 1.311, !- Conductivity {W/m-K}
- 2240, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {e83e32df-070f-4fdb-82bf-967554cdd32e}, !- Handle
- ASHRAE 90.1-2004 ExtWall Mass ClimateZone 3-4, !- Name
- {48fbabac-d550-4d93-9ec4-7f71a115bf4f}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {272a2484-309f-498c-9d77-555e2934b3ce}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {018e4efd-39c4-49b3-a1e9-7a45a2095e3c}, !- Handle
- {e83e32df-070f-4fdb-82bf-967554cdd32e}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {272a2484-309f-498c-9d77-555e2934b3ce}, !- Handle
- Mass NonRes Wall Insulation-1.17, !- Name
- MediumRough, !- Roughness
- 0.0365394788793099, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {c0987827-8934-44fd-b3ab-bc331edd42b1}, !- Handle
- ASHRAE 90.1-2004 ExtWall Mass ClimateZone 5, !- Name
- {5a233dad-fc2c-4aa3-a98f-421127962f5b}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {a73873a3-89d5-4e78-b623-b5fc51b0bfd4}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {7ef8d1e7-5787-435a-8d5e-679abf24cf1c}, !- Handle
- {c0987827-8934-44fd-b3ab-bc331edd42b1}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {a73873a3-89d5-4e78-b623-b5fc51b0bfd4}, !- Handle
- Mass NonRes Wall Insulation-1.43, !- Name
- MediumRough, !- Roughness
- 0.0495494599433394, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {ec85b1c8-dc75-4b09-9b0e-f7b0a920a29f}, !- Handle
- ASHRAE 90.1-2004 ExtWall Mass ClimateZone 6, !- Name
- {85c7d32c-3b35-445e-a0ce-79fb233c3e50}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {672d64d1-8b9a-4f39-ae45-3e1e94960a06}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {9e64d408-6152-43ec-90e1-5bdabeb3704a}, !- Handle
- {ec85b1c8-dc75-4b09-9b0e-f7b0a920a29f}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {672d64d1-8b9a-4f39-ae45-3e1e94960a06}, !- Handle
- Mass NonRes Wall Insulation-1.69, !- Name
- MediumRough, !- Roughness
- 0.0623673293364368, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {95a725a0-d5e1-4c0d-95c2-f105969cbf54}, !- Handle
- ASHRAE 90.1-2004 ExtWall Mass ClimateZone 7, !- Name
- {8bf9035f-73c5-482c-9ad0-58c9f681cdd9}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {b269270d-e28d-426f-8c4a-390b77453ea3}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {029aefb4-54c8-43f8-8d28-84c44a9bf41d}, !- Handle
- {95a725a0-d5e1-4c0d-95c2-f105969cbf54}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {b269270d-e28d-426f-8c4a-390b77453ea3}, !- Handle
- Mass NonRes Wall Insulation-1.96, !- Name
- MediumRough, !- Roughness
- 0.0752751486901879, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {82bf78be-cfd6-4bb9-9a09-c1d4833b53f5}, !- Handle
- ASHRAE 90.1-2004 ExtWall Mass ClimateZone 8, !- Name
- {1c69ce7e-8f89-440d-83db-6aa0b3ee5efc}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {cbb40d4f-b5d2-4e68-8331-b247d3e12c49}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {6681fc9c-e711-46e1-9cd7-bfc2aa66c132}, !- Handle
- {82bf78be-cfd6-4bb9-9a09-c1d4833b53f5}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {cbb40d4f-b5d2-4e68-8331-b247d3e12c49}, !- Handle
- Mass NonRes Wall Insulation-2.20, !- Name
- MediumRough, !- Roughness
- 0.0872609809472425, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {6fb6a08b-a7ff-429a-870e-21115bc93d2e}, !- Handle
- ASHRAE 90.1-2004 ExtWall Mass ClimateZone alt-res 1-2, !- Name
- {d085e745-926f-4601-87d0-18cb5caa8ca9}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {272a2484-309f-498c-9d77-555e2934b3ce}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {1bbbc368-05a9-4972-a5b9-3c9326893072}, !- Handle
- {6fb6a08b-a7ff-429a-870e-21115bc93d2e}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Construction,
- {6faac69c-d51c-4e54-8b4b-4c2400b0f48b}, !- Handle
- ASHRAE 90.1-2004 ExtWall Mass ClimateZone alt-res 3, !- Name
- {fabfd528-18ca-4e09-85ce-64e578103169}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {a73873a3-89d5-4e78-b623-b5fc51b0bfd4}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {a70366f0-62ef-4b17-aaa6-f883ae8e027c}, !- Handle
- {6faac69c-d51c-4e54-8b4b-4c2400b0f48b}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Construction,
- {b5486736-aca2-4fa0-ac3b-cd915cf4b336}, !- Handle
- ASHRAE 90.1-2004 ExtWall Mass ClimateZone alt-res 4, !- Name
- {2482e391-ecc6-48d9-a904-047fa428cfad}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {672d64d1-8b9a-4f39-ae45-3e1e94960a06}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {76a4d1e7-3fcd-414a-ae91-91b24edd087e}, !- Handle
- {b5486736-aca2-4fa0-ac3b-cd915cf4b336}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Construction,
- {82bbe389-c803-46ef-aa16-8e199e28367b}, !- Handle
- ASHRAE 90.1-2004 ExtWall Mass ClimateZone alt-res 5-6, !- Name
- {f1f7e4a3-188b-40aa-9a86-29ab1cc8efe9}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {b269270d-e28d-426f-8c4a-390b77453ea3}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {3439be46-3849-44e0-9f0d-f697a2031283}, !- Handle
- {82bbe389-c803-46ef-aa16-8e199e28367b}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Construction,
- {d0b28de3-150f-4fc3-ae2f-e6fc2a07b996}, !- Handle
- ASHRAE 90.1-2004 ExtWall Mass ClimateZone alt-res 7, !- Name
- {85d0a459-2d92-42f2-97ca-1ebcb248f88d}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {cbb40d4f-b5d2-4e68-8331-b247d3e12c49}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {51d18160-0675-401d-ba47-754e3b26034d}, !- Handle
- {d0b28de3-150f-4fc3-ae2f-e6fc2a07b996}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Construction,
- {b28ca7b4-99fb-4e59-8928-d8eaa60b6ef0}, !- Handle
- ASHRAE 90.1-2004 ExtWall Mass ClimateZone alt-res 8, !- Name
- {5969903d-cb06-4f02-81b8-8dc5ad21521b}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {3a97e0c8-f4b6-4234-b236-78749d31a65a}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {b6a2318f-e41c-4359-b4b1-5e4358be9306}, !- Handle
- {b28ca7b4-99fb-4e59-8928-d8eaa60b6ef0}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {3a97e0c8-f4b6-4234-b236-78749d31a65a}, !- Handle
- Mass NonRes Wall Insulation-2.48, !- Name
- MediumRough, !- Roughness
- 0.100934958592615, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {30ae8425-4cb6-4f91-ae9f-b45a004737b3}, !- Handle
- ASHRAE 90.1-2004 ExtWall Metal ClimateZone 1, !- Name
- {a813b000-6a7a-4b82-887d-da8f3d52644c}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {47400538-8efe-41d2-8aa7-89b0c136664e}, !- Handle
- {30ae8425-4cb6-4f91-ae9f-b45a004737b3}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Construction,
- {d696a1e9-57af-4c0a-9b12-269876cf8d1d}, !- Handle
- ASHRAE 90.1-2004 ExtWall Metal ClimateZone 2-3, !- Name
- {ce435fc4-aba9-411b-a608-af360dae76d8}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {20bb5c3c-5773-4ec1-bf12-a59f4c73e72f}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {b2b76b9b-5a7b-4a55-97aa-1541fc35ad4b}, !- Handle
- {d696a1e9-57af-4c0a-9b12-269876cf8d1d}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {20bb5c3c-5773-4ec1-bf12-a59f4c73e72f}, !- Handle
- Metal Building Semi-Cond Wall Insulation-0.77, !- Name
- MediumRough, !- Roughness
- 0.0262895733787478, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {2775022b-e860-4dc8-8218-e6d4b8e59c1c}, !- Handle
- ASHRAE 90.1-2004 ExtWall Metal ClimateZone 4, !- Name
- {4863be98-8575-4e43-8068-1f1a1ed6560d}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {7e7c0166-9293-4145-9670-4002700a689f}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {2a0c3de2-456e-48d6-9426-40c7477b477f}, !- Handle
- {2775022b-e860-4dc8-8218-e6d4b8e59c1c}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {7e7c0166-9293-4145-9670-4002700a689f}, !- Handle
- Metal Building Semi-Cond Wall Insulation-1.12, !- Name
- MediumRough, !- Roughness
- 0.0437899773880745, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {04fdb474-50eb-464d-ba46-56ef7ecf9296}, !- Handle
- ASHRAE 90.1-2004 ExtWall Metal ClimateZone 5, !- Name
- {29c26aa1-e8c7-4966-8854-efcb78a19153}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {f70e3bee-a3aa-4b4e-bc47-f23dedeafb2f}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {876ea838-92b8-4478-98d5-1746129ddf59}, !- Handle
- {04fdb474-50eb-464d-ba46-56ef7ecf9296}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {f70e3bee-a3aa-4b4e-bc47-f23dedeafb2f}, !- Handle
- Metal Building Semi-Cond Wall Insulation-1.24, !- Name
- MediumRough, !- Roughness
- 0.0495494599433394, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {e603fc56-d755-4c7e-85ee-9427d309636c}, !- Handle
- ASHRAE 90.1-2004 ExtWall Metal ClimateZone 6-8, !- Name
- {db013bbe-187e-4d62-a65f-8f2b33753f05}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {a6dc7715-6139-4558-acd8-495576e6c2c7}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {6a8dddbf-faf3-48f1-944c-9f245b07468d}, !- Handle
- {e603fc56-d755-4c7e-85ee-9427d309636c}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {a6dc7715-6139-4558-acd8-495576e6c2c7}, !- Handle
- Metal Building Semi-Cond Wall Insulation-1.37, !- Name
- MediumRough, !- Roughness
- 0.0557583952804708, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {46af08c7-3e04-4cbd-b1bd-d0301a2024be}, !- Handle
- ASHRAE 90.1-2004 ExtWall SteelFrame ClimateZone 1-4, !- Name
- {668735f6-1d72-4523-848a-b6eb6f96d34b}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {cfc2acc2-9330-417f-8855-2574c0a37d7e}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {491adfe0-dcb4-4b4f-9464-36274623b835}, !- Handle
- {46af08c7-3e04-4cbd-b1bd-d0301a2024be}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {cfc2acc2-9330-417f-8855-2574c0a37d7e}, !- Handle
- Steel Frame NonRes Wall Insulation-1.42, !- Name
- MediumRough, !- Roughness
- 0.0539159052000001, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {0c2da6a0-039e-468f-83e1-7074aea6c3d4}, !- Handle
- ASHRAE 90.1-2004 ExtWall SteelFrame ClimateZone 5-6, !- Name
- {670b8a44-99b8-445b-bae0-35e85de32618}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {bacb0ff5-688a-4c9e-aac4-97d670c60372}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {4eefe119-bf16-41ff-8919-bcca7a0b6e91}, !- Handle
- {0c2da6a0-039e-468f-83e1-7074aea6c3d4}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {bacb0ff5-688a-4c9e-aac4-97d670c60372}, !- Handle
- Steel Frame NonRes Wall Insulation-2.10, !- Name
- MediumRough, !- Roughness
- 0.0870564552646046, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {dfe27747-aa76-4302-843f-6c8befa11f91}, !- Handle
- ASHRAE 90.1-2004 ExtWall SteelFrame ClimateZone 7-8, !- Name
- {84e11d38-4f57-49b2-97d5-030dc6665d3d}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {404cee2c-2e36-4efa-aca6-8eee2ba4cae9}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {720e5449-a33c-464a-83ec-9c7290dd16af}, !- Handle
- {dfe27747-aa76-4302-843f-6c8befa11f91}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {404cee2c-2e36-4efa-aca6-8eee2ba4cae9}, !- Handle
- Steel Frame NonRes Wall Insulation-2.75, !- Name
- MediumRough, !- Roughness
- 0.119161363096001, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {82fcef60-a03e-49f7-bf00-efc5ae6177b9}, !- Handle
- ASHRAE 90.1-2004 ExtWall SteelFrame ClimateZone alt-res 3, !- Name
- {4f41f461-be33-40cc-afb6-7e2ca9517270}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {bacb0ff5-688a-4c9e-aac4-97d670c60372}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {f9d33597-3021-401e-a749-b4a6f6364819}, !- Handle
- {82fcef60-a03e-49f7-bf00-efc5ae6177b9}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Construction,
- {6ca46088-da3c-482b-b371-3b69c97f9b3c}, !- Handle
- ASHRAE 90.1-2004 ExtWall SteelFrame ClimateZone alt-res 4-6, !- Name
- {c9d111e5-23c0-4be1-9ba8-6e37b4082982}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {404cee2c-2e36-4efa-aca6-8eee2ba4cae9}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {9ab70d60-e26b-42e1-8753-d0f7d356176d}, !- Handle
- {6ca46088-da3c-482b-b371-3b69c97f9b3c}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Construction,
- {0c1b301a-b45e-42a8-a259-f1a6273f893e}, !- Handle
- ASHRAE 90.1-2004 ExtWall SteelFrame ClimateZone alt-res 8, !- Name
- {f35dc5be-f534-462d-b35e-56435ea76579}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {4dbd6bcb-d0e6-4535-8b93-2255c39b902a}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {7dce86c0-0513-4bc1-93ae-6717d6e9e5c2}, !- Handle
- {0c1b301a-b45e-42a8-a259-f1a6273f893e}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {4dbd6bcb-d0e6-4535-8b93-2255c39b902a}, !- Handle
- Steel Frame NonRes Wall Insulation-3.21, !- Name
- MediumRough, !- Roughness
- 0.14122619066012, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {968315b0-f66f-4176-9de7-1e7cec84ac8b}, !- Handle
- ASHRAE 90.1-2004 ExtWall WoodFrame ClimateZone 1-7, !- Name
- {4b6e0c4d-d323-45dc-bb02-17d0593c1fda}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {844c8676-698a-448b-94dd-4963ef232906}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {644677ad-e4d7-4759-94b3-1579a160f2dd}, !- Handle
- {968315b0-f66f-4176-9de7-1e7cec84ac8b}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {844c8676-698a-448b-94dd-4963ef232906}, !- Handle
- Wood Frame NonRes Wall Insulation-1.98, !- Name
- MediumRough, !- Roughness
- 0.0812847864409826, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {497d7749-60d1-4b43-9b6f-26ec7e0f4076}, !- Handle
- ASHRAE 90.1-2004 ExtWall WoodFrame ClimateZone 8, !- Name
- {cbc75808-b080-446f-af6d-4b4e570ab796}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {0804cb26-b198-4594-a828-b42699404ac7}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {c9523f82-6568-48d3-ba40-4cce43894146}, !- Handle
- {497d7749-60d1-4b43-9b6f-26ec7e0f4076}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {0804cb26-b198-4594-a828-b42699404ac7}, !- Handle
- Wood Frame NonRes Wall Insulation-3.45, !- Name
- MediumRough, !- Roughness
- 0.153532499715495, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {88a4b519-93f2-4e93-85e0-61e068a8b2b8}, !- Handle
- ASHRAE 90.1-2004 ExtWindow ClimateZone 1-2, !- Name
- {6004eea9-e716-48cc-8f6e-e15b1a51ad3f}, !- Surface Rendering Name
- {90aa0c25-6e19-4f2b-a5d9-6822169f7934}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {821fe313-8279-46db-b7fb-c5d269e23cab}, !- Handle
- {88a4b519-93f2-4e93-85e0-61e068a8b2b8}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {90aa0c25-6e19-4f2b-a5d9-6822169f7934}, !- Handle
- Fixed Window 5.84/0.25/0.11, !- Name
- 5.84000000000002, !- U-Factor {W/m2-K}
- 0.25, !- Solar Heat Gain Coefficient
- 0.11; !- Visible Transmittance
-
-OS:Construction,
- {79650613-7e50-45ba-ab1c-2289455f84c3}, !- Handle
- ASHRAE 90.1-2004 ExtWindow ClimateZone 3a-3b, !- Name
- {aa3f536a-7a2a-481e-b559-da7485e330cd}, !- Surface Rendering Name
- {b60884dd-bc81-4190-ae2e-7b9a431fdebb}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {0aca10ad-cb71-4d41-bc61-75391f83b2b0}, !- Handle
- {79650613-7e50-45ba-ab1c-2289455f84c3}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {b60884dd-bc81-4190-ae2e-7b9a431fdebb}, !- Handle
- Fixed Window 3.24/0.25/0.16, !- Name
- 3.23646, !- U-Factor {W/m2-K}
- 0.25, !- Solar Heat Gain Coefficient
- 0.16; !- Visible Transmittance
-
-OS:Construction,
- {239adf82-ec3f-485a-aad7-b88979ffd0e2}, !- Handle
- ASHRAE 90.1-2004 ExtWindow ClimateZone 3c, !- Name
- {98eb45d6-f456-41a4-9b09-a94561918275}, !- Surface Rendering Name
- {d95fa501-1969-41f2-b5c3-4321fcb9e83a}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {7e12fdbd-a3f8-48c4-91bd-915d9bb09a8b}, !- Handle
- {239adf82-ec3f-485a-aad7-b88979ffd0e2}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {d95fa501-1969-41f2-b5c3-4321fcb9e83a}, !- Handle
- Fixed Window 5.84/0.39/0.22, !- Name
- 5.84000000000002, !- U-Factor {W/m2-K}
- 0.39, !- Solar Heat Gain Coefficient
- 0.22; !- Visible Transmittance
-
-OS:Construction,
- {0bc2883f-2b30-4ad1-b516-3f3cec2d2612}, !- Handle
- ASHRAE 90.1-2004 ExtWindow ClimateZone 4-6, !- Name
- {ea621f54-2b21-4f9b-8b1d-21d81cd16900}, !- Surface Rendering Name
- {c82c0d4d-1723-456e-b421-7cf0fea20679}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {d0146ee6-b1cc-4a2a-a145-fb1c70befa72}, !- Handle
- {0bc2883f-2b30-4ad1-b516-3f3cec2d2612}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {c82c0d4d-1723-456e-b421-7cf0fea20679}, !- Handle
- Fixed Window 3.24/0.39/0.31, !- Name
- 3.23646, !- U-Factor {W/m2-K}
- 0.39, !- Solar Heat Gain Coefficient
- 0.31; !- Visible Transmittance
-
-OS:Construction,
- {f2221c8b-1d7e-4443-9fc4-72460168f35d}, !- Handle
- ASHRAE 90.1-2004 ExtWindow ClimateZone 7, !- Name
- {2ff1a601-a919-430e-b3bc-1034a3fc974a}, !- Surface Rendering Name
- {c4cbd9dd-8a0d-4eb8-942e-9db02229e9f7}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {08ce3c97-d847-47e4-ac54-0e5600e3557b}, !- Handle
- {f2221c8b-1d7e-4443-9fc4-72460168f35d}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {c4cbd9dd-8a0d-4eb8-942e-9db02229e9f7}, !- Handle
- Fixed Window 3.24/0.49/0.41, !- Name
- 3.23646, !- U-Factor {W/m2-K}
- 0.49, !- Solar Heat Gain Coefficient
- 0.41; !- Visible Transmittance
-
-OS:Construction,
- {4b079779-8c2e-491d-8d18-7c91eae68a29}, !- Handle
- ASHRAE 90.1-2004 ExtWindow ClimateZone 8, !- Name
- {4295b1af-3b2c-4a43-8894-724bc6e325ef}, !- Surface Rendering Name
- {50109bcd-b948-4c73-8bf3-e4aad4812e2c}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {9057c959-1c22-4108-9f84-6bd33b0c56e0}, !- Handle
- {4b079779-8c2e-491d-8d18-7c91eae68a29}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {50109bcd-b948-4c73-8bf3-e4aad4812e2c}, !- Handle
- Fixed Window 2.62/0.30/0.21, !- Name
- 2.61188, !- U-Factor {W/m2-K}
- 0.3, !- Solar Heat Gain Coefficient
- 0.21; !- Visible Transmittance
-
-OS:Construction,
- {c2290e2e-02bc-4ec7-80d2-c57cdf13bd54}, !- Handle
- ASHRAE 90.1-2004 ExtWindow ClimateZone alt-res 3c, !- Name
- {01b13463-a289-4ea3-a850-b4074ffc4ec4}, !- Surface Rendering Name
- {a16f5b5d-28b6-45c2-8450-b8808680b99b}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {e290ea1d-a7bd-492c-9827-c76b2067f8d2}, !- Handle
- {c2290e2e-02bc-4ec7-80d2-c57cdf13bd54}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {a16f5b5d-28b6-45c2-8450-b8808680b99b}, !- Handle
- Fixed Window 5.84/0.61/0.47, !- Name
- 5.84000000000002, !- U-Factor {W/m2-K}
- 0.61, !- Solar Heat Gain Coefficient
- 0.47; !- Visible Transmittance
-
-OS:Construction,
- {32e7f4a7-c76c-4bb1-8612-0898a13ea59c}, !- Handle
- ASHRAE 90.1-2004 ExtWindow ClimateZone alt-res 4-6, !- Name
- {50903ea0-51b4-44c0-b288-7047387defe8}, !- Surface Rendering Name
- {0715501a-237c-4ba5-bad3-cfd8d1a30afe}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {f1a13271-573c-4aab-8675-53674bc2a69a}, !- Handle
- {32e7f4a7-c76c-4bb1-8612-0898a13ea59c}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {0715501a-237c-4ba5-bad3-cfd8d1a30afe}, !- Handle
- Fixed Window 3.81/0.39/0.27, !- Name
- 2.95256, !- U-Factor {W/m2-K}
- 0.39, !- Solar Heat Gain Coefficient
- 0.27; !- Visible Transmittance
-
-OS:Construction,
- {ed7eab3b-c639-4a3e-a89c-b73a5453ebc2}, !- Handle
- ASHRAE 90.1-2004 ExtWindow ClimateZone alt-res 7, !- Name
- {e5fbe26e-e20d-471c-8bd4-b97dde3f9ca7}, !- Surface Rendering Name
- {7c7fd0a1-988f-4c5f-a9ba-ee247dada5b1}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {12c8bd36-3106-4c67-8a43-d5e3d4e45398}, !- Handle
- {ed7eab3b-c639-4a3e-a89c-b73a5453ebc2}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {7c7fd0a1-988f-4c5f-a9ba-ee247dada5b1}, !- Handle
- Fixed Window 3.81/0.49/0.38, !- Name
- 2.95256, !- U-Factor {W/m2-K}
- 0.49, !- Solar Heat Gain Coefficient
- 0.38; !- Visible Transmittance
-
-OS:Construction,
- {b225af62-e4e0-4796-8811-25bac8ba7c3f}, !- Handle
- ASHRAE 90.1-2004 ExtWindow ClimateZone alt-res 8, !- Name
- {e49d1ac3-2d66-4e52-a1b7-f1898c0dcc21}, !- Surface Rendering Name
- {27aed245-01a9-449c-a21e-60ad885b654e}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {9ec15b35-5ea2-4f39-84df-d78305b1c990}, !- Handle
- {b225af62-e4e0-4796-8811-25bac8ba7c3f}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {27aed245-01a9-449c-a21e-60ad885b654e}, !- Handle
- Fixed Window 2.67/0.30/0.21, !- Name
- 2.66866, !- U-Factor {W/m2-K}
- 0.49, !- Solar Heat Gain Coefficient
- 0.38; !- Visible Transmittance
-
-OS:Construction,
- {2167fbaf-bfa9-4347-86e4-23b09e7e8dc8}, !- Handle
- ASHRAE 90.1-2004 ExtWindow ClimateZone alt-resA 3a-3b, !- Name
- {8962c163-f60c-494e-b166-12a382189644}, !- Surface Rendering Name
- {0715501a-237c-4ba5-bad3-cfd8d1a30afe}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {5968b3e6-c633-44a6-9fa9-c04b4865c877}, !- Handle
- {2167fbaf-bfa9-4347-86e4-23b09e7e8dc8}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:Construction,
- {34a86920-3105-4f2b-9fcc-d925c6a212eb}, !- Handle
- ASHRAE 90.1-2004 ExtWindow ClimateZone alt-resH 3a-3b, !- Name
- {0dc23693-a1c6-4fed-b883-68a0adbf1868}, !- Surface Rendering Name
- {c82c0d4d-1723-456e-b421-7cf0fea20679}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {59bc0b09-4508-4292-9369-8f9be9a71c8b}, !- Handle
- {34a86920-3105-4f2b-9fcc-d925c6a212eb}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:Construction,
- {be136232-ff21-404d-9c91-bc5c397d28d3}, !- Handle
- ASHRAE 90.1-2004 ExtWindow ClimateZone alt-ware 1-8, !- Name
- {15f7e199-e7f3-4fdd-9cb1-de6a118e27dc}, !- Surface Rendering Name
- {bb134c8e-7c1a-42a4-af06-80f63c2ca89a}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {ae2b5737-e2e3-4638-8d64-4cb92388bb5f}, !- Handle
- {be136232-ff21-404d-9c91-bc5c397d28d3}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {bb134c8e-7c1a-42a4-af06-80f63c2ca89a}, !- Handle
- Fixed Window 5.84/0.70/0.60, !- Name
- 5.84000000000002, !- U-Factor {W/m2-K}
- 0.7, !- Solar Heat Gain Coefficient
- 0.6; !- Visible Transmittance
-
-OS:Construction,
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Handle
- AtticRoof ClimateZone 1-8, !- Name
- {7b88eed3-e8a4-42b9-a41d-fd5d35f88f8c}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {183b2c4c-a737-45e5-93cf-3cf8c768f612}, !- Handle
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Construction Name
- AtticRoof, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Construction,
- {68ca41ed-bf46-44b8-9a25-ee86c697c6f1}, !- Handle
- CBECS 1980-2004 ExtRoof AtticFloor ClimateZone 1, !- Name
- {1debd370-324b-4f85-b519-74e42dff2780}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {abcac1b3-d596-489a-9a59-0317e3bffc1a}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {d7b9d76b-1001-453c-bab6-549028593aa7}, !- Handle
- {68ca41ed-bf46-44b8-9a25-ee86c697c6f1}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {abcac1b3-d596-489a-9a59-0317e3bffc1a}, !- Handle
- AtticFloor NonRes Insulation-2.38, !- Name
- MediumRough, !- Roughness
- 0.0969310355164076, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {e033e87f-9e1a-4d87-a32c-1a708bfae131}, !- Handle
- CBECS 1980-2004 ExtRoof AtticFloor ClimateZone 2a, !- Name
- {254a5f0d-161b-4972-a2cb-41be35cd2d1e}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {faa4d18e-73c5-446b-84e8-86e3fc9fb23a}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {ddbec435-3348-41a6-a4ce-db8f098081ba}, !- Handle
- {e033e87f-9e1a-4d87-a32c-1a708bfae131}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {faa4d18e-73c5-446b-84e8-86e3fc9fb23a}, !- Handle
- AtticFloor NonRes Insulation-2.67, !- Name
- MediumRough, !- Roughness
- 0.111066660782713, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {ce598798-6771-4f90-bcf6-521f3310ce95}, !- Handle
- CBECS 1980-2004 ExtRoof AtticFloor ClimateZone 2b, !- Name
- {c804bd9a-576d-4a18-9b2f-3d3edfb6bae9}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {fed8cebb-c971-462c-8524-b77f8bfa1cf3}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {e46426d3-96ef-496c-af78-c8cd3977bef1}, !- Handle
- {ce598798-6771-4f90-bcf6-521f3310ce95}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {fed8cebb-c971-462c-8524-b77f8bfa1cf3}, !- Handle
- AtticFloor NonRes Insulation-3.83, !- Name
- MediumRough, !- Roughness
- 0.167916458049374, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {b14334e4-b981-4323-937b-271d3800968a}, !- Handle
- CBECS 1980-2004 ExtRoof AtticFloor ClimateZone 3a, !- Name
- {0d8c67e8-09f7-4146-9dfd-3e5455049fca}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {d63bdf0a-d523-4c4a-9833-6b2083d36a82}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {f3db590e-1d17-496c-830e-6d3022aba6fc}, !- Handle
- {b14334e4-b981-4323-937b-271d3800968a}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {d63bdf0a-d523-4c4a-9833-6b2083d36a82}, !- Handle
- AtticFloor NonRes Insulation-2.45, !- Name
- MediumRough, !- Roughness
- 0.100170449639936, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {7c4cc567-3ff7-438c-8e19-196dbef7e328}, !- Handle
- CBECS 1980-2004 ExtRoof AtticFloor ClimateZone 3b LAS, !- Name
- {d56cea61-17ce-40fa-b85c-040dd21c2ae4}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {539d2b67-df57-4e95-98c6-6a0aad10b82c}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {3c584fd5-b9e3-4744-9b25-26457061d4b3}, !- Handle
- {7c4cc567-3ff7-438c-8e19-196dbef7e328}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {539d2b67-df57-4e95-98c6-6a0aad10b82c}, !- Handle
- AtticFloor NonRes Insulation-3.67, !- Name
- MediumRough, !- Roughness
- 0.160099610925208, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {5fbaa21b-016f-4525-9fb5-5995988a0e6f}, !- Handle
- CBECS 1980-2004 ExtRoof AtticFloor ClimateZone 3b LAX, !- Name
- {531b16aa-f377-4bcc-ae64-77c92651808d}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {41e13e25-37ff-4fcc-9481-6aab565895cd}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {511d5dfc-b50d-46db-9c80-3235e89dc627}, !- Handle
- {5fbaa21b-016f-4525-9fb5-5995988a0e6f}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {41e13e25-37ff-4fcc-9481-6aab565895cd}, !- Handle
- AtticFloor NonRes Insulation-1.76, !- Name
- MediumRough, !- Roughness
- 0.0666101193201833, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {28e96400-64a3-4ea5-9505-6cca47125ca0}, !- Handle
- CBECS 1980-2004 ExtRoof AtticFloor ClimateZone 4a, !- Name
- {db20b17a-e76a-46b3-ab7e-8efb2f6f6f5b}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {8bf62290-2bca-4172-8158-318c6e883336}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {7999e431-fd4f-4279-a8b1-8bf4d5e159d1}, !- Handle
- {28e96400-64a3-4ea5-9505-6cca47125ca0}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {8bf62290-2bca-4172-8158-318c6e883336}, !- Handle
- AtticFloor NonRes Insulation-3.04, !- Name
- MediumRough, !- Roughness
- 0.129101768881102, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {f835c9db-bbe9-47c2-bf05-0a2df3eebc80}, !- Handle
- CBECS 1980-2004 ExtRoof AtticFloor ClimateZone 4b, !- Name
- {8294f06c-b954-4b23-8cdd-807c5f218e32}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {f71b1f20-a32b-4d1b-97b8-ecda87cce197}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {8242d6e5-31c8-4d44-a63e-98a0b4e2b611}, !- Handle
- {f835c9db-bbe9-47c2-bf05-0a2df3eebc80}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {f71b1f20-a32b-4d1b-97b8-ecda87cce197}, !- Handle
- AtticFloor NonRes Insulation-2.99, !- Name
- MediumRough, !- Roughness
- 0.12657991054531, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {ec47776d-8709-4135-b771-49f459b20cbc}, !- Handle
- CBECS 1980-2004 ExtRoof AtticFloor ClimateZone 4c, !- Name
- {6ba879bc-5b4e-4bed-a7bc-8ee8b73e6bc0}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {2624acd5-0fc2-4df7-a4a6-2f51302a2b8f}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {734af674-f95a-4b27-932b-f4742fba4d5e}, !- Handle
- {ec47776d-8709-4135-b771-49f459b20cbc}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {2624acd5-0fc2-4df7-a4a6-2f51302a2b8f}, !- Handle
- AtticFloor NonRes Insulation-2.75, !- Name
- MediumRough, !- Roughness
- 0.115152739961254, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {320dfa53-45b9-4cb3-826c-5f41b339b556}, !- Handle
- CBECS 1980-2004 ExtRoof AtticFloor ClimateZone 5a, !- Name
- {d384bd78-6dae-48bd-858c-4f096c4844fd}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {51db0308-1740-4771-b95d-0e5c28ac703d}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {24db26d7-05ef-4c98-818c-ca8d35c6ecbc}, !- Handle
- {320dfa53-45b9-4cb3-826c-5f41b339b556}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {51db0308-1740-4771-b95d-0e5c28ac703d}, !- Handle
- AtticFloor NonRes Insulation-3.32, !- Name
- MediumRough, !- Roughness
- 0.145813765302359, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {ee12ddf1-15d4-487a-a6d7-1215c3898573}, !- Handle
- CBECS 1980-2004 ExtRoof AtticFloor ClimateZone 5b, !- Name
- {4e2c0a62-b65e-46af-a97d-e90ba1f906f3}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {b0fac4e9-12b4-4ff5-98f9-4d309b90bb6d}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {d25e8110-d09f-42f4-bb08-a2215100aca5}, !- Handle
- {ee12ddf1-15d4-487a-a6d7-1215c3898573}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {b0fac4e9-12b4-4ff5-98f9-4d309b90bb6d}, !- Handle
- AtticFloor NonRes Insulation-3.45, !- Name
- MediumRough, !- Roughness
- 0.152199114340523, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {23f9c6a6-abb9-476b-8dec-9f9f4c8735a4}, !- Handle
- CBECS 1980-2004 ExtRoof AtticFloor ClimateZone 6a, !- Name
- {4bbb066d-3a93-4146-94c4-9b0188d0446a}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {79085eff-2bb3-4b84-82d7-cb25723f4b9c}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {1c9c81dd-9845-4d0b-8db1-8b114c4dac54}, !- Handle
- {23f9c6a6-abb9-476b-8dec-9f9f4c8735a4}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {79085eff-2bb3-4b84-82d7-cb25723f4b9c}, !- Handle
- AtticFloor NonRes Insulation-3.91, !- Name
- MediumRough, !- Roughness
- 0.174760680942037, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {a4ca502f-b9e3-4b92-9449-9317aa22c9ba}, !- Handle
- CBECS 1980-2004 ExtRoof AtticFloor ClimateZone 6b, !- Name
- {886fc23d-66c8-43fc-a477-117747d9ca79}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {02544360-0e89-4137-b39f-2892d72e8b12}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {d4e75c37-f549-49db-b5fc-a07aa7289368}, !- Handle
- {a4ca502f-b9e3-4b92-9449-9317aa22c9ba}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {02544360-0e89-4137-b39f-2892d72e8b12}, !- Handle
- AtticFloor NonRes Insulation-3.59, !- Name
- MediumRough, !- Roughness
- 0.159105716361395, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {d6512b1b-b6ea-4100-8f9a-be6ef29a4ad4}, !- Handle
- CBECS 1980-2004 ExtRoof AtticFloor ClimateZone 7, !- Name
- {910a56af-5936-4ad0-9c01-7f75d30506e2}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {43d092f7-aac0-47be-a942-caf7e58da4eb}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {efc66527-02b3-45a2-8fef-4b91b8199d2a}, !- Handle
- {d6512b1b-b6ea-4100-8f9a-be6ef29a4ad4}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {43d092f7-aac0-47be-a942-caf7e58da4eb}, !- Handle
- AtticFloor NonRes Insulation-4.40, !- Name
- MediumRough, !- Roughness
- 0.196057107696372, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {29707535-3df5-4566-a986-ab67171cf18e}, !- Handle
- CBECS 1980-2004 ExtRoof AtticFloor ClimateZone 8, !- Name
- {5e11f311-6b4d-4939-bd51-32e10ad1f84d}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {72755461-5e6a-45f2-87bc-3e5521ab9e45}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {f4d43610-9f88-4ae4-b28c-ed1fb0a92410}, !- Handle
- {29707535-3df5-4566-a986-ab67171cf18e}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {72755461-5e6a-45f2-87bc-3e5521ab9e45}, !- Handle
- AtticFloor NonRes Insulation-5.68, !- Name
- MediumRough, !- Roughness
- 0.261367984993012, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {17e7318d-9700-469e-a721-1dd01bf50f58}, !- Handle
- CBECS 1980-2004 ExtRoof IEAD ClimateZone 1, !- Name
- {c17bac7b-0550-4ed7-bcc4-d3fe4109e6b0}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {63a29da7-1b24-4f2e-9905-e196f3c5b62c}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {b086e536-beb4-4f4c-9161-5e5ebabe5980}, !- Handle
- {17e7318d-9700-469e-a721-1dd01bf50f58}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {63a29da7-1b24-4f2e-9905-e196f3c5b62c}, !- Handle
- IEAD NonRes Roof Insulation-2.38, !- Name
- MediumRough, !- Roughness
- 0.1043014191761, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {8ef07f15-85c3-4fbe-ba4d-a013169be39b}, !- Handle
- CBECS 1980-2004 ExtRoof IEAD ClimateZone 2a, !- Name
- {13b637fd-bfd6-4a47-a498-2d2255730948}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {c3a3be37-f197-4084-b1a3-175fb3da18f6}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {cb97a2cf-77cf-450b-981c-c4153b04f18c}, !- Handle
- {8ef07f15-85c3-4fbe-ba4d-a013169be39b}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {c3a3be37-f197-4084-b1a3-175fb3da18f6}, !- Handle
- IEAD NonRes Roof Insulation-2.67, !- Name
- MediumRough, !- Roughness
- 0.118437044442401, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {5be49245-bb87-4b96-bf8d-f55188d3b426}, !- Handle
- CBECS 1980-2004 ExtRoof IEAD ClimateZone 2b, !- Name
- {32b3c7f1-8c95-4135-a5ff-ae16fec66bed}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {cb128a06-6347-40ab-a9ec-31f86eb42f03}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {665f7250-ff2b-45d5-bf5f-f739d5a404ff}, !- Handle
- {5be49245-bb87-4b96-bf8d-f55188d3b426}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {cb128a06-6347-40ab-a9ec-31f86eb42f03}, !- Handle
- IEAD NonRes Roof Insulation-3.83, !- Name
- MediumRough, !- Roughness
- 0.175286841709063, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {3ec11078-d147-4f6e-b504-7ccc77430d31}, !- Handle
- CBECS 1980-2004 ExtRoof IEAD ClimateZone 3a, !- Name
- {aa048f40-0278-4628-bcd6-5539c29c0e4c}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {7c4377d0-c517-42d2-879d-1db4905cebb9}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {4de5f0df-621a-4462-af62-122aecac0f8a}, !- Handle
- {3ec11078-d147-4f6e-b504-7ccc77430d31}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {7c4377d0-c517-42d2-879d-1db4905cebb9}, !- Handle
- IEAD NonRes Roof Insulation-2.44, !- Name
- MediumRough, !- Roughness
- 0.107540833299624, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {220b37c8-322d-4247-aca6-8194e5a32e2c}, !- Handle
- CBECS 1980-2004 ExtRoof IEAD ClimateZone 3b LAS, !- Name
- {58f24b3f-ed82-42ac-b8e9-44fae5326ee4}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {f070a368-765b-4f93-8ec6-356391dd628c}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {80eecc63-c4f7-4a0e-ba8d-c3e7f8da1263}, !- Handle
- {220b37c8-322d-4247-aca6-8194e5a32e2c}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {f070a368-765b-4f93-8ec6-356391dd628c}, !- Handle
- IEAD NonRes Roof Insulation-3.66, !- Name
- MediumRough, !- Roughness
- 0.167469994584897, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {da9a7f6d-02d8-4648-bb30-ea148879c33c}, !- Handle
- CBECS 1980-2004 ExtRoof IEAD ClimateZone 3b LAX, !- Name
- {9098e2a0-ae64-4264-8a53-d5da3450b562}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {fda0a7aa-fe2c-40c9-92ea-f1cb7e815433}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {56b66c5e-4bd0-40df-b0f9-b44710dff232}, !- Handle
- {da9a7f6d-02d8-4648-bb30-ea148879c33c}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {fda0a7aa-fe2c-40c9-92ea-f1cb7e815433}, !- Handle
- IEAD NonRes Roof Insulation-1.76, !- Name
- MediumRough, !- Roughness
- 0.0739805029798716, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {72003aeb-8e8e-4f15-9620-6aa777f68621}, !- Handle
- CBECS 1980-2004 ExtRoof IEAD ClimateZone 3c, !- Name
- {5d0c6d5f-843a-4e60-a7dd-4a38a1575cb9}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {a190eafc-05bb-442d-8eb8-60a38dd9ba46}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {db8d3a52-7ec8-4753-ae00-fc0c477249ec}, !- Handle
- {72003aeb-8e8e-4f15-9620-6aa777f68621}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {a190eafc-05bb-442d-8eb8-60a38dd9ba46}, !- Handle
- IEAD NonRes Roof Insulation-2.00, !- Name
- MediumRough, !- Roughness
- 0.0857484110140704, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {418ce316-a749-453a-b2c7-5d67c917175b}, !- Handle
- CBECS 1980-2004 ExtRoof IEAD ClimateZone 4a, !- Name
- {11c3404c-325b-40ff-aea3-f5039746583d}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {96f907f2-8d2b-41ea-b8f4-503b4535239b}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {92744db9-3089-4e74-842f-2f139171cae1}, !- Handle
- {418ce316-a749-453a-b2c7-5d67c917175b}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {96f907f2-8d2b-41ea-b8f4-503b4535239b}, !- Handle
- IEAD NonRes Roof Insulation-3.03, !- Name
- MediumRough, !- Roughness
- 0.13647215254079, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {c06a5333-9881-464c-a965-297b8f213663}, !- Handle
- CBECS 1980-2004 ExtRoof IEAD ClimateZone 4b, !- Name
- {12ff553c-a50f-4747-99bd-87331d979a84}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {6981c6f1-91c3-4ec1-8b48-c9b032b17ae7}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {50a665f7-078a-469c-a037-2c1393ccd51a}, !- Handle
- {c06a5333-9881-464c-a965-297b8f213663}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {6981c6f1-91c3-4ec1-8b48-c9b032b17ae7}, !- Handle
- IEAD NonRes Roof Insulation-2.99, !- Name
- MediumRough, !- Roughness
- 0.133950294204999, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {2089d418-aa7c-4843-808e-7c89f4da9d1b}, !- Handle
- CBECS 1980-2004 ExtRoof IEAD ClimateZone 4c, !- Name
- {40c4948d-973e-4f74-a35c-156372b5da99}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {4001e6cb-91b9-4d3b-a858-0b8461f6002d}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {2eed2352-bbdc-47c6-8091-4ef6d77c45fe}, !- Handle
- {2089d418-aa7c-4843-808e-7c89f4da9d1b}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {4001e6cb-91b9-4d3b-a858-0b8461f6002d}, !- Handle
- IEAD NonRes Roof Insulation-2.75, !- Name
- MediumRough, !- Roughness
- 0.122523123620942, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {c002cabe-b4b9-424b-90fc-16882c9298aa}, !- Handle
- CBECS 1980-2004 ExtRoof IEAD ClimateZone 5a, !- Name
- {05941f90-2546-4baf-b45f-7ab1750054e0}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {727d4c01-8417-498c-8117-41f3b1b49e02}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {8beb7263-b1b8-4935-9bbb-c2108b416180}, !- Handle
- {c002cabe-b4b9-424b-90fc-16882c9298aa}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {727d4c01-8417-498c-8117-41f3b1b49e02}, !- Handle
- IEAD NonRes Roof Insulation-3.38, !- Name
- MediumRough, !- Roughness
- 0.153184148962047, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {35904535-50d8-4779-aeed-8cff4d6ac720}, !- Handle
- CBECS 1980-2004 ExtRoof IEAD ClimateZone 5b, !- Name
- {ccc7ea78-754b-40a5-9198-a207febad0ca}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {2db446f5-85e5-4cb7-a208-799beb8ee5e8}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {990d93ad-d966-44e6-831d-5db486f5b22e}, !- Handle
- {35904535-50d8-4779-aeed-8cff4d6ac720}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {2db446f5-85e5-4cb7-a208-799beb8ee5e8}, !- Handle
- IEAD NonRes Roof Insulation-3.51, !- Name
- MediumRough, !- Roughness
- 0.159569498000212, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {ba5d2cda-2358-4371-9796-3907f101a1e9}, !- Handle
- CBECS 1980-2004 ExtRoof IEAD ClimateZone 5b 1, !- Name
- {0dd8fa69-f68b-46c7-b981-21c148e1444c}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {2db446f5-85e5-4cb7-a208-799beb8ee5e8}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {ba092e8c-bd99-4b94-8725-ecdc7f7d268b}, !- Handle
- {ba5d2cda-2358-4371-9796-3907f101a1e9}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Construction,
- {f022b2fc-9dc4-4e9e-a259-c8bab18edb85}, !- Handle
- CBECS 1980-2004 ExtRoof IEAD ClimateZone 6a, !- Name
- {d602004c-5af2-41d7-844f-ed700cb0e78b}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {b4c7af06-a84b-48ca-b5c0-a7117dfd29c3}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {a3386d77-366d-480d-af00-115e550a4f48}, !- Handle
- {f022b2fc-9dc4-4e9e-a259-c8bab18edb85}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {b4c7af06-a84b-48ca-b5c0-a7117dfd29c3}, !- Handle
- IEAD NonRes Roof Insulation-3.97, !- Name
- MediumRough, !- Roughness
- 0.182131064601726, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {00475890-af16-4b53-b780-1d9d32eaf49a}, !- Handle
- CBECS 1980-2004 ExtRoof IEAD ClimateZone 6b, !- Name
- {e95f335b-5071-41e3-b5cb-5529338fe732}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {a3a52703-d975-413e-bd8d-5ef855d18826}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {93122d4b-5943-4393-86db-92dc6111ed0e}, !- Handle
- {00475890-af16-4b53-b780-1d9d32eaf49a}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {a3a52703-d975-413e-bd8d-5ef855d18826}, !- Handle
- IEAD NonRes Roof Insulation-3.65, !- Name
- MediumRough, !- Roughness
- 0.166476100021083, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {eb161c7b-e92e-4a97-9466-38ab36091a26}, !- Handle
- CBECS 1980-2004 ExtRoof IEAD ClimateZone 7, !- Name
- {0819f1ee-9868-457b-b319-dc5bfe044e90}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {2aae4240-cae7-4dbe-80ff-81b74c60eb6e}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {4d0ed07f-5051-4900-8fcd-08a4c0840a45}, !- Handle
- {eb161c7b-e92e-4a97-9466-38ab36091a26}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {2aae4240-cae7-4dbe-80ff-81b74c60eb6e}, !- Handle
- IEAD NonRes Roof Insulation-4.41, !- Name
- MediumRough, !- Roughness
- 0.20342749135606, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {9c9420a4-8b70-478a-ba27-ac5957d665f7}, !- Handle
- CBECS 1980-2004 ExtRoof IEAD ClimateZone 8, !- Name
- {a9bc40a8-3cb1-43d5-b77f-e1a55c76172e}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {d1a93dd8-42de-4337-9122-5a63884c276b}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {14f0baeb-9be2-4839-a577-53f709a22468}, !- Handle
- {9c9420a4-8b70-478a-ba27-ac5957d665f7}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {d1a93dd8-42de-4337-9122-5a63884c276b}, !- Handle
- IEAD NonRes Roof Insulation-5.75, !- Name
- MediumRough, !- Roughness
- 0.268738368652701, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {2e9e8a13-ce82-415e-90b4-c5b7c5cb2e7d}, !- Handle
- CBECS 1980-2004 ExtRoof Metal ClimateZone 1, !- Name
- {655869c1-d4b9-438f-84ca-20ef29353b1f}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {37de4ad6-a168-4491-ab48-c4009d3dfcdd}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {e080e368-c691-480d-a024-1b393d0b478f}, !- Handle
- {2e9e8a13-ce82-415e-90b4-c5b7c5cb2e7d}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {37de4ad6-a168-4491-ab48-c4009d3dfcdd}, !- Handle
- Metal Semi-Cond Roof Insulation-2.38, !- Name
- MediumRough, !- Roughness
- 0.107210794176096, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {02f749fe-6c29-4d53-9cc6-5d0f4bebddf5}, !- Handle
- CBECS 1980-2004 ExtRoof Metal ClimateZone 2a, !- Name
- {049f0b2f-a0b0-4250-93f7-ec6ac1ac7599}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {0220ca66-97f4-448e-869f-ef94b6329314}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {7ced031e-3302-4158-9d23-2402d0c1336f}, !- Handle
- {02f749fe-6c29-4d53-9cc6-5d0f4bebddf5}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {0220ca66-97f4-448e-869f-ef94b6329314}, !- Handle
- Metal Semi-Cond Roof Insulation-2.67, !- Name
- MediumRough, !- Roughness
- 0.121346419442401, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {62193fbc-9733-4b44-b5df-da5c6784c06e}, !- Handle
- CBECS 1980-2004 ExtRoof Metal ClimateZone 2b, !- Name
- {e2a784cf-88e2-4568-bfa6-e7a9aa2937f6}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {41c6bf18-7e24-4067-98d1-2ab5eea725e7}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {5e7c1afd-332c-496f-9f80-49138e407a33}, !- Handle
- {62193fbc-9733-4b44-b5df-da5c6784c06e}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {41c6bf18-7e24-4067-98d1-2ab5eea725e7}, !- Handle
- Metal Semi-Cond Roof Insulation-3.83, !- Name
- MediumRough, !- Roughness
- 0.178196216709063, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {b1f10986-f402-4724-af8f-3bb5ac198ec8}, !- Handle
- CBECS 1980-2004 ExtRoof Metal ClimateZone 3a, !- Name
- {fbc582fa-cc96-49ca-94a8-d81c28862288}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {b079df2c-597d-410c-810a-4e92fec5e4c0}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {34ddd7e5-d63e-455e-8769-53e2d3013c5f}, !- Handle
- {b1f10986-f402-4724-af8f-3bb5ac198ec8}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {b079df2c-597d-410c-810a-4e92fec5e4c0}, !- Handle
- Metal Semi-Cond Roof Insulation-2.44, !- Name
- MediumRough, !- Roughness
- 0.110450208299624, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {4838429f-621e-4c87-95c7-890dca3f819d}, !- Handle
- CBECS 1980-2004 ExtRoof Metal ClimateZone 3b LAS, !- Name
- {e655e4f8-19fe-4963-b6f9-2960cd4a30ed}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {7527646d-471c-4c17-872b-43b20e19b5b2}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {2d4e991d-cfb9-4dbc-a287-883c5362b762}, !- Handle
- {4838429f-621e-4c87-95c7-890dca3f819d}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {7527646d-471c-4c17-872b-43b20e19b5b2}, !- Handle
- Metal Semi-Cond Roof Insulation-3.66, !- Name
- MediumRough, !- Roughness
- 0.170379369584897, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {94606031-aaa9-472c-9e90-a724ae5017dc}, !- Handle
- CBECS 1980-2004 ExtRoof Metal ClimateZone 3b LAX, !- Name
- {312d38f8-8a3e-4139-a24d-71648ec9a04f}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {ad341385-1d1a-446c-b626-cfd3550cd298}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {4212c12c-123c-4d8e-bfe3-3621a12ae8ab}, !- Handle
- {94606031-aaa9-472c-9e90-a724ae5017dc}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {ad341385-1d1a-446c-b626-cfd3550cd298}, !- Handle
- Metal Semi-Cond Roof Insulation-1.76, !- Name
- MediumRough, !- Roughness
- 0.0768898779798717, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {6bca58f6-7327-4fb8-b3f4-b14c7bb09f65}, !- Handle
- CBECS 1980-2004 ExtRoof Metal ClimateZone 3c, !- Name
- {f607dc38-752c-4720-a416-b25abd5833de}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {88fad785-bb2a-4505-83aa-f06409c6a9d0}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {74245212-a392-4857-8c4c-ec584383b624}, !- Handle
- {6bca58f6-7327-4fb8-b3f4-b14c7bb09f65}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {88fad785-bb2a-4505-83aa-f06409c6a9d0}, !- Handle
- Metal Semi-Cond Roof Insulation-2.00, !- Name
- MediumRough, !- Roughness
- 0.0886577860140706, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {d33ca494-ef1f-461b-822d-799294541b12}, !- Handle
- CBECS 1980-2004 ExtRoof Metal ClimateZone 4a, !- Name
- {0751c6eb-54a5-40a4-9239-1a0d8e0fd207}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {a77fe8ff-0b43-421e-b62c-191b312a7c25}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {15ed8bf8-b951-43c4-aa68-98b1dfe59455}, !- Handle
- {d33ca494-ef1f-461b-822d-799294541b12}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {a77fe8ff-0b43-421e-b62c-191b312a7c25}, !- Handle
- Metal Semi-Cond Roof Insulation-3.03, !- Name
- MediumRough, !- Roughness
- 0.13938152754079, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {efb0ce46-04f2-474e-8ae6-6cd2fa93ea39}, !- Handle
- CBECS 1980-2004 ExtRoof Metal ClimateZone 4b, !- Name
- {87eb5466-693e-45fe-8b52-d4f55c88872c}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {05b304b5-3996-41a9-856b-f43dc5a5df4b}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {0d894b41-1cdc-4781-9ec5-442f8e72d16d}, !- Handle
- {efb0ce46-04f2-474e-8ae6-6cd2fa93ea39}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {05b304b5-3996-41a9-856b-f43dc5a5df4b}, !- Handle
- Metal Semi-Cond Roof Insulation-2.99, !- Name
- MediumRough, !- Roughness
- 0.136859669204999, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {e0eba928-e6ce-4c33-862a-80af3da7a37c}, !- Handle
- CBECS 1980-2004 ExtRoof Metal ClimateZone 4c, !- Name
- {837cb428-619f-4c3b-8d31-a8b0a4777bae}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {0294896e-80dc-4380-b56e-198b6bf0d0b2}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {6d7d26c3-9eb2-4b44-9e55-7b73441a7764}, !- Handle
- {e0eba928-e6ce-4c33-862a-80af3da7a37c}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {0294896e-80dc-4380-b56e-198b6bf0d0b2}, !- Handle
- Metal Semi-Cond Roof Insulation-2.75, !- Name
- MediumRough, !- Roughness
- 0.125432498620942, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {0a5f13ce-658e-4a0b-8264-1defad0272fc}, !- Handle
- CBECS 1980-2004 ExtRoof Metal ClimateZone 5a, !- Name
- {6cf7fbae-bbc5-44d9-b730-8504f5069691}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {0c67466c-58e9-4f68-8536-ab57cf8b96c7}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {39323f20-b019-44b4-86e2-cdf2219b5d81}, !- Handle
- {0a5f13ce-658e-4a0b-8264-1defad0272fc}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {0c67466c-58e9-4f68-8536-ab57cf8b96c7}, !- Handle
- Metal Semi-Cond Roof Insulation-3.38, !- Name
- MediumRough, !- Roughness
- 0.156093523962047, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {3f01a01b-45b1-4779-a22d-2813149995ec}, !- Handle
- CBECS 1980-2004 ExtRoof Metal ClimateZone 5b, !- Name
- {cbb61106-e19a-4d07-aa4c-56bd608a05bb}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {0c67466c-58e9-4f68-8536-ab57cf8b96c7}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {4bea7086-13a1-4363-950f-4b2d62e58ea6}, !- Handle
- {3f01a01b-45b1-4779-a22d-2813149995ec}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Construction,
- {f05e91e8-7af3-49c7-a6b4-b2833dfd9a41}, !- Handle
- CBECS 1980-2004 ExtRoof Metal ClimateZone 6a, !- Name
- {b63b258f-706b-4d56-b753-fe34e9d6895b}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {53ab79e1-62f5-438c-b3d9-e208ddb1b773}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {59d8bfe9-9144-40bd-bd1a-d49bc46f735c}, !- Handle
- {f05e91e8-7af3-49c7-a6b4-b2833dfd9a41}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {53ab79e1-62f5-438c-b3d9-e208ddb1b773}, !- Handle
- Metal Semi-Cond Roof Insulation-3.97, !- Name
- MediumRough, !- Roughness
- 0.185040439601726, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {aa9ed91b-0fa9-4006-a5f6-64eb3a035bd7}, !- Handle
- CBECS 1980-2004 ExtRoof Metal ClimateZone 6b, !- Name
- {a8baad67-82b4-4c33-888d-6b799518d865}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {ccd171f2-b5ed-4ffe-9d66-4bfeed112b26}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {92e6dd83-7b13-4303-ab8b-1603d6038b28}, !- Handle
- {aa9ed91b-0fa9-4006-a5f6-64eb3a035bd7}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {ccd171f2-b5ed-4ffe-9d66-4bfeed112b26}, !- Handle
- Metal Semi-Cond Roof Insulation-3.65, !- Name
- MediumRough, !- Roughness
- 0.169385475021083, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {e509f8ba-3bb5-43ff-9f5b-6f2ef1dcc1b6}, !- Handle
- CBECS 1980-2004 ExtRoof Metal ClimateZone 7, !- Name
- {38faf9d4-107c-4f34-9553-83636fd3f5a7}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {17c2163f-7875-4139-8787-18b978ff949f}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {f18f3081-c0a1-49b5-99c0-6f7fdfe7c572}, !- Handle
- {e509f8ba-3bb5-43ff-9f5b-6f2ef1dcc1b6}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {17c2163f-7875-4139-8787-18b978ff949f}, !- Handle
- Metal Semi-Cond Roof Insulation-4.41, !- Name
- MediumRough, !- Roughness
- 0.20633686635606, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {cd6cf78d-7cad-4303-ac0e-ce25d0df681b}, !- Handle
- CBECS 1980-2004 ExtRoof Metal ClimateZone 8, !- Name
- {320f29b4-01ad-4c3b-9fcb-89d1aa70bb28}, !- Surface Rendering Name
- {46d9a2b7-f05d-49f1-8753-a4885749945c}, !- Layer 1
- {c9ec1077-00bc-4249-a43e-34707935c8a3}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {f34cc6b8-952c-420f-b87d-3f7a3af50657}, !- Handle
- {cd6cf78d-7cad-4303-ac0e-ce25d0df681b}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {c9ec1077-00bc-4249-a43e-34707935c8a3}, !- Handle
- Metal Semi-Cond Roof Insulation-5.75, !- Name
- MediumRough, !- Roughness
- 0.271647743652702, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {1355291f-436b-4266-bc7b-5ef24925c1fc}, !- Handle
- CBECS 1980-2004 ExtWall Mass ClimateZone 1, !- Name
- {2e85dd90-4990-4021-864d-e5a5ae3b1ece}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {b7994bd2-9cb5-4155-be8b-0e39e03fbcb7}, !- Handle
- {1355291f-436b-4266-bc7b-5ef24925c1fc}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Construction,
- {6ae0cbc4-2322-43de-951f-308413cd9a61}, !- Handle
- CBECS 1980-2004 ExtWall Mass ClimateZone 2a, !- Name
- {43edac1c-8945-48ad-9f54-9cde26299eb2}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {64ca4a08-7736-4588-8ccd-4bd6c124bc74}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {1b1e2d46-0381-4633-af2c-0e0d1713582a}, !- Handle
- {6ae0cbc4-2322-43de-951f-308413cd9a61}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {64ca4a08-7736-4588-8ccd-4bd6c124bc74}, !- Handle
- Mass NonRes Wall Insulation-0.52, !- Name
- MediumRough, !- Roughness
- 0.00477025306045549, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {ee21c06e-b0ce-474a-95a9-b1734d148ff7}, !- Handle
- CBECS 1980-2004 ExtWall Mass ClimateZone 2b, !- Name
- {472b56ef-b544-447a-a0af-d62ae2e77d02}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {c123fbb1-1873-4935-b495-4b47a38535c2}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {c2345b6c-4d77-438b-aeb7-b49a1eabf36e}, !- Handle
- {ee21c06e-b0ce-474a-95a9-b1734d148ff7}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {c123fbb1-1873-4935-b495-4b47a38535c2}, !- Handle
- Mass NonRes Wall Insulation-0.43, !- Name
- MediumRough, !- Roughness
- 0.000436781426628044, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {806d6c44-40f6-4f6a-8e3e-759ac1759344}, !- Handle
- CBECS 1980-2004 ExtWall Mass ClimateZone 3a, !- Name
- {a5e626e0-3213-46c8-bbc5-c999b0174be4}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {e01a9c97-484a-4b9f-83ed-e3fef90b9055}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {4197cae5-54a1-4a59-bbd0-7da693f7b56c}, !- Handle
- {806d6c44-40f6-4f6a-8e3e-759ac1759344}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {e01a9c97-484a-4b9f-83ed-e3fef90b9055}, !- Handle
- Mass NonRes Wall Insulation-0.61, !- Name
- MediumRough, !- Roughness
- 0.00914641899609408, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {956f9a66-7c11-4e34-b7e6-7b24305fbee7}, !- Handle
- CBECS 1980-2004 ExtWall Mass ClimateZone 3b LAS, !- Name
- {629897d2-2781-4c44-b113-3d262d03dae4}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {6dc30efa-753b-4bbf-bb27-5a994ca33f2e}, !- Handle
- {956f9a66-7c11-4e34-b7e6-7b24305fbee7}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Construction,
- {e805714e-3281-4f03-bfdb-349b1edf5732}, !- Handle
- CBECS 1980-2004 ExtWall Mass ClimateZone 3b LAX, !- Name
- {0fc3008f-5600-4265-8a6c-1cf0cc8dacf4}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {e01a9c97-484a-4b9f-83ed-e3fef90b9055}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {b2742a0c-84ea-4790-8039-a5bbf8e33332}, !- Handle
- {e805714e-3281-4f03-bfdb-349b1edf5732}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Construction,
- {32f5a921-aab3-4122-bae6-573714c89800}, !- Handle
- CBECS 1980-2004 ExtWall Mass ClimateZone 3c, !- Name
- {8ca952e9-a102-4bac-a81f-0c8a7eaa762f}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {bf84ed36-6d94-4fcf-9776-c1eb49e4d5ca}, !- Handle
- {32f5a921-aab3-4122-bae6-573714c89800}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Construction,
- {b5eecdce-892f-41b2-8d47-dbe81823b368}, !- Handle
- CBECS 1980-2004 ExtWall Mass ClimateZone 4a, !- Name
- {1040f905-6346-4fbd-8a09-26f1804a4397}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {d61e55c1-ee05-42f6-85f5-3eef3ee68424}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {7fdd8b09-dd9b-4082-a3e5-efab4ac61220}, !- Handle
- {b5eecdce-892f-41b2-8d47-dbe81823b368}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {d61e55c1-ee05-42f6-85f5-3eef3ee68424}, !- Handle
- Mass NonRes Wall Insulation-1.47, !- Name
- MediumRough, !- Roughness
- 0.0513034841760789, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {4f276f62-8dce-409d-af10-44ac7eacc3f3}, !- Handle
- CBECS 1980-2004 ExtWall Mass ClimateZone 4b, !- Name
- {d45f4187-e18c-4e0b-98c3-57d1f8f779fa}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {534adb5e-c6f4-4114-9780-301e8ce6ba00}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {2a3789af-5bf7-4386-a083-41270a60fd83}, !- Handle
- {4f276f62-8dce-409d-af10-44ac7eacc3f3}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {534adb5e-c6f4-4114-9780-301e8ce6ba00}, !- Handle
- Mass NonRes Wall Insulation-0.93, !- Name
- MediumRough, !- Roughness
- 0.0248084865552216, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {2665fa61-ecc3-48d1-a8dd-04af5655f46c}, !- Handle
- CBECS 1980-2004 ExtWall Mass ClimateZone 4c-5a, !- Name
- {065e0a81-60f2-419f-9b2a-a04d8848c89b}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {39a97dee-9427-4bf7-a067-633190100961}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {1acb8055-1ba8-4312-80e3-77aab7c1e35a}, !- Handle
- {2665fa61-ecc3-48d1-a8dd-04af5655f46c}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {39a97dee-9427-4bf7-a067-633190100961}, !- Handle
- Mass NonRes Wall Insulation-1.76, !- Name
- MediumRough, !- Roughness
- 0.0656864828845444, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {b130658c-23fd-42d0-9000-6242c9058f7f}, !- Handle
- CBECS 1980-2004 ExtWall Mass ClimateZone 5b, !- Name
- {0b703e6c-387b-43eb-9109-2a5898829c3d}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {4044af63-df31-41cb-b119-84073c7f3754}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {20ce72fb-a12f-4f2a-9f8b-0d8445d3b155}, !- Handle
- {b130658c-23fd-42d0-9000-6242c9058f7f}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {4044af63-df31-41cb-b119-84073c7f3754}, !- Handle
- Mass NonRes Wall Insulation-1.26, !- Name
- MediumRough, !- Roughness
- 0.0410299136700322, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {86d38920-21f3-4b66-9399-a68866d1d293}, !- Handle
- CBECS 1980-2004 ExtWall Mass ClimateZone 6a, !- Name
- {288bab31-7484-40dc-9132-e6cb1d87b8d4}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {3a97e0c8-f4b6-4234-b236-78749d31a65a}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {2de5f14a-8634-4ef0-b3a8-8aa4978e5f87}, !- Handle
- {86d38920-21f3-4b66-9399-a68866d1d293}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Construction,
- {d6a779f2-ee0b-4dc6-97e1-49cde5573caa}, !- Handle
- CBECS 1980-2004 ExtWall Mass ClimateZone 6b, !- Name
- {3b01c082-afc4-4cf6-aa8b-d167b9a6f915}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {dcd445f9-e0c0-4720-8e32-27363cc6a32d}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {af54fd55-fce4-48e5-9ba5-b01aa33d3ae9}, !- Handle
- {d6a779f2-ee0b-4dc6-97e1-49cde5573caa}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {dcd445f9-e0c0-4720-8e32-27363cc6a32d}, !- Handle
- Mass NonRes Wall Insulation-2.23, !- Name
- MediumRough, !- Roughness
- 0.0886264555081726, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {50a1b547-8506-4fda-adb5-9ec62b74ad00}, !- Handle
- CBECS 1980-2004 ExtWall Mass ClimateZone 7, !- Name
- {7a87b354-94ff-467e-a87a-bef30f0e6cbb}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {278de802-ffd8-4af3-bce2-f9a4cb52d19b}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {d471d266-7c94-4134-9ed1-00ab20128213}, !- Handle
- {50a1b547-8506-4fda-adb5-9ec62b74ad00}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {278de802-ffd8-4af3-bce2-f9a4cb52d19b}, !- Handle
- Mass NonRes Wall Insulation-2.89, !- Name
- MediumRough, !- Roughness
- 0.120860609077674, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {05469df0-6d00-402c-bf85-9ffc75fa65a1}, !- Handle
- CBECS 1980-2004 ExtWall Mass ClimateZone 8, !- Name
- {a9d4078f-5ac2-435d-9c5c-84ad68a9d187}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {e8e7461b-157b-4398-95e8-be605ca8fffe}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {59c8a821-0fc3-4dc6-9cdf-d94324460c79}, !- Handle
- {05469df0-6d00-402c-bf85-9ffc75fa65a1}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {e8e7461b-157b-4398-95e8-be605ca8fffe}, !- Handle
- Mass NonRes Wall Insulation-3.75, !- Name
- MediumRough, !- Roughness
- 0.163001240103523, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {77272d12-b197-4970-8ea5-5934b96ff586}, !- Handle
- CBECS 1980-2004 ExtWall Metal ClimateZone 1, !- Name
- {cfad1a02-a0fa-4b47-a3f9-b610b399ac0f}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {089c0056-6ebe-49d1-8acb-e2b6ff90c01a}, !- Handle
- {77272d12-b197-4970-8ea5-5934b96ff586}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Construction,
- {1ce17efb-2d42-4291-950e-ab56064fdd60}, !- Handle
- CBECS 1980-2004 ExtWall Metal ClimateZone 2a, !- Name
- {df33979a-e8c6-4d2a-becb-1c39232d70ef}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {d9a1ec40-8ef3-4cb6-b9cc-226f4da48b56}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {f6f12000-f700-4d80-8908-5b0417253a75}, !- Handle
- {1ce17efb-2d42-4291-950e-ab56064fdd60}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {d9a1ec40-8ef3-4cb6-b9cc-226f4da48b56}, !- Handle
- Metal Building Semi-Cond Wall Insulation-0.98, !- Name
- MediumRough, !- Roughness
- 0.0369204854676134, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {6c267272-182a-45e3-9114-ea60631f518f}, !- Handle
- CBECS 1980-2004 ExtWall Metal ClimateZone 2b, !- Name
- {6feede14-3b52-4751-985c-b46d669cba83}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {1b7b27dc-1bc2-485a-9899-65a93c79dd8d}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {6c52675a-2583-488a-bf01-b30d99f7cbe6}, !- Handle
- {6c267272-182a-45e3-9114-ea60631f518f}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {1b7b27dc-1bc2-485a-9899-65a93c79dd8d}, !- Handle
- Metal Building Semi-Cond Wall Insulation-0.54, !- Name
- MediumRough, !- Roughness
- 0.0153459874049154, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {020b77d0-a549-4b70-a922-3403aa7b1ac5}, !- Handle
- CBECS 1980-2004 ExtWall Metal ClimateZone 3a, !- Name
- {4fe5bd0d-46fd-49ee-b3b9-0b9c196cbe88}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {7e3926d6-17d5-426c-94cf-e9e743c2341b}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {ef271fe0-c2d7-4038-99f4-47cd1f6e9b45}, !- Handle
- {020b77d0-a549-4b70-a922-3403aa7b1ac5}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {7e3926d6-17d5-426c-94cf-e9e743c2341b}, !- Handle
- Metal Building Semi-Cond Wall Insulation-1.16, !- Name
- MediumRough, !- Roughness
- 0.0457715615959, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {aad335fd-1397-460c-8fd3-55b489b6915a}, !- Handle
- CBECS 1980-2004 ExtWall Metal ClimateZone 3b LAS, !- Name
- {1e2aecf3-2f76-4c59-9be9-9cfc9d5a00cb}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {66995290-7086-407b-8c0e-e9af726b708d}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {c20badf4-f14b-4979-8a18-605be96f9add}, !- Handle
- {aad335fd-1397-460c-8fd3-55b489b6915a}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {66995290-7086-407b-8c0e-e9af726b708d}, !- Handle
- Metal Building Semi-Cond Wall Insulation-0.91, !- Name
- MediumRough, !- Roughness
- 0.0333247357904972, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {ac587146-e76b-4efa-ab6f-ca0db48d552b}, !- Handle
- CBECS 1980-2004 ExtWall Metal ClimateZone 3b LAX, !- Name
- {f698320f-c69e-4626-baf6-473efe42aabd}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {32438cc5-9ec4-47bd-885d-80ef5b097946}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {dc57db69-e165-49b7-a51a-884dc69297c7}, !- Handle
- {ac587146-e76b-4efa-ab6f-ca0db48d552b}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {32438cc5-9ec4-47bd-885d-80ef5b097946}, !- Handle
- Metal Building Semi-Cond Wall Insulation-0.61, !- Name
- MediumRough, !- Roughness
- 0.0186148507477484, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {4574aa6e-8fec-4262-abd4-9b6a688b200b}, !- Handle
- CBECS 1980-2004 ExtWall Metal ClimateZone 3c, !- Name
- {bdf089cf-ee53-433a-817c-3ab83bcfe8fb}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {7e3926d6-17d5-426c-94cf-e9e743c2341b}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {b0d16cdc-fa37-4497-86ff-081739afa8d9}, !- Handle
- {4574aa6e-8fec-4262-abd4-9b6a688b200b}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Construction,
- {4dc56076-7fde-4f79-a683-ef43c138c60d}, !- Handle
- CBECS 1980-2004 ExtWall Metal ClimateZone 4a, !- Name
- {b3543280-63e2-4757-a888-386dd3ea1792}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {652cbaf2-9f35-4c62-bf11-84c95679b067}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {8ad831e1-2ffe-4333-8ac0-db15bdd80200}, !- Handle
- {4dc56076-7fde-4f79-a683-ef43c138c60d}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {652cbaf2-9f35-4c62-bf11-84c95679b067}, !- Handle
- Metal Building Semi-Cond Wall Insulation-1.79, !- Name
- MediumRough, !- Roughness
- 0.0763525268705974, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {513a94d0-7f68-464f-b6d6-c62d9c3e6c80}, !- Handle
- CBECS 1980-2004 ExtWall Metal ClimateZone 4b, !- Name
- {8d557d3c-6558-4ea0-b1b5-8b2bfe6072b8}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {ddd1d2ef-9fd8-4fe3-a967-e44f07d163da}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {9fad0a90-de21-4aa5-812b-e0cdf037d59c}, !- Handle
- {513a94d0-7f68-464f-b6d6-c62d9c3e6c80}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {ddd1d2ef-9fd8-4fe3-a967-e44f07d163da}, !- Handle
- Metal Building Semi-Cond Wall Insulation-1.57, !- Name
- MediumRough, !- Roughness
- 0.0656864828845444, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {36b3f464-a867-4fb8-8375-02f562c874f7}, !- Handle
- CBECS 1980-2004 ExtWall Metal ClimateZone 4c, !- Name
- {72575c19-d8e0-4179-80a8-faf8de5553a9}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {0a3cb9f5-e080-43e4-b197-83ff669e7846}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {835a9a19-f2da-4df7-ac2e-fbbc3149ff0a}, !- Handle
- {36b3f464-a867-4fb8-8375-02f562c874f7}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {0a3cb9f5-e080-43e4-b197-83ff669e7846}, !- Handle
- Metal Building Semi-Cond Wall Insulation-1.72, !- Name
- MediumRough, !- Roughness
- 0.0731906561237437, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {52040f25-a04d-4bf3-9432-be5126ce0049}, !- Handle
- CBECS 1980-2004 ExtWall Metal ClimateZone 5, !- Name
- {f2402793-4006-43e7-82e3-0f6840d5441e}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {7a28b008-c321-4838-a225-5dbf786764a8}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {8f4c2217-45d0-4d0b-99a4-789dadcd0fb6}, !- Handle
- {52040f25-a04d-4bf3-9432-be5126ce0049}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {7a28b008-c321-4838-a225-5dbf786764a8}, !- Handle
- Metal Building Semi-Cond Wall Insulation-1.96, !- Name
- MediumRough, !- Roughness
- 0.084629944598133, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {5f517b82-c28f-417d-9b9d-265241af163a}, !- Handle
- CBECS 1980-2004 ExtWall Metal ClimateZone 6a, !- Name
- {024b7274-f9c7-4875-9220-b8a2b5688599}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {d05be3ef-8303-4ff9-86c4-cc5251425669}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {ad157588-3121-4f6b-9477-bfa413bb7e07}, !- Handle
- {5f517b82-c28f-417d-9b9d-265241af163a}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {d05be3ef-8303-4ff9-86c4-cc5251425669}, !- Handle
- Metal Building Semi-Cond Wall Insulation-2.52, !- Name
- MediumRough, !- Roughness
- 0.112154632558048, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {bfe350f7-b475-4046-b61e-fd4645b71da2}, !- Handle
- CBECS 1980-2004 ExtWall Metal ClimateZone 6b, !- Name
- {467c2859-d8cb-4a69-bf97-dcc545258f4a}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {b27db4c3-4182-4516-bafd-6b3765e668e7}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {4f52a617-6a28-4cea-a499-965cb60f8092}, !- Handle
- {bfe350f7-b475-4046-b61e-fd4645b71da2}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {b27db4c3-4182-4516-bafd-6b3765e668e7}, !- Handle
- Metal Building Semi-Cond Wall Insulation-2.25, !- Name
- MediumRough, !- Roughness
- 0.0992468132042969, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {1018d6fc-c1a6-4cdd-a589-990e97975473}, !- Handle
- CBECS 1980-2004 ExtWall Metal ClimateZone 7, !- Name
- {37f9c417-fdf9-4138-a569-646e6466b322}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {cb15e946-ac67-46a9-b8d3-255edee4e637}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {283d7da1-82dc-462c-aec6-155f3f1b5c6e}, !- Handle
- {1018d6fc-c1a6-4cdd-a589-990e97975473}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {cb15e946-ac67-46a9-b8d3-255edee4e637}, !- Handle
- Metal Building Semi-Cond Wall Insulation-2.85, !- Name
- MediumRough, !- Roughness
- 0.128178132445463, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {c0881e08-c673-479e-97ed-2ff69b0a49cc}, !- Handle
- CBECS 1980-2004 ExtWall Metal ClimateZone 8, !- Name
- {a7b25f03-8c8c-4973-8a43-9175695b3b89}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {c9e4dedc-6162-4399-981d-1804c4307f0f}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {a0b2a034-7fc7-4be1-ae9d-31123796d35f}, !- Handle
- {c0881e08-c673-479e-97ed-2ff69b0a49cc}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {c9e4dedc-6162-4399-981d-1804c4307f0f}, !- Handle
- Metal Building Semi-Cond Wall Insulation-3.72, !- Name
- MediumRough, !- Roughness
- 0.171161806746624, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {437e4a2d-5dee-4fb2-8aa8-a8daa7270c2e}, !- Handle
- CBECS 1980-2004 ExtWall SteelFrame ClimateZone 1, !- Name
- {9afd6835-93b4-43ad-be59-50d637340dde}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {474c9b65-27ce-4e8e-8293-443d6ce78525}, !- Handle
- {437e4a2d-5dee-4fb2-8aa8-a8daa7270c2e}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Construction,
- {88c677a3-e677-46bc-82f1-d018bde198d4}, !- Handle
- CBECS 1980-2004 ExtWall SteelFrame ClimateZone 2a, !- Name
- {9fe4dedf-dbd2-4780-a85b-fc5a6467d3d6}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {1e03e5a2-5072-4cde-b42f-f9fdf7e33295}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {f7cddc5b-3c48-48a6-b771-4764f8e0aab6}, !- Handle
- {88c677a3-e677-46bc-82f1-d018bde198d4}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {1e03e5a2-5072-4cde-b42f-f9fdf7e33295}, !- Handle
- Steel Frame NonRes Wall Insulation-1.17, !- Name
- MediumRough, !- Roughness
- 0.0418527450379989, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {1e318ec4-28b7-4a24-ab66-997300bf9813}, !- Handle
- CBECS 1980-2004 ExtWall SteelFrame ClimateZone 2b, !- Name
- {0eac7dec-cbb7-46cc-8e8a-60928f18f6ac}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {3b9eea29-3865-4af2-9dc5-b0b495590f90}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {99812426-234b-4b15-a98b-c0ac06253aae}, !- Handle
- {1e318ec4-28b7-4a24-ab66-997300bf9813}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {3b9eea29-3865-4af2-9dc5-b0b495590f90}, !- Handle
- Steel Frame NonRes Wall Insulation-0.73, !- Name
- MediumRough, !- Roughness
- 0.0202782469753007, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {d35c7969-76ae-4b14-b5f6-92c6f36b98f4}, !- Handle
- CBECS 1980-2004 ExtWall SteelFrame ClimateZone 2b 1, !- Name
- {57cf1a36-ec6b-420f-a352-6253ca98c5b7}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {3b9eea29-3865-4af2-9dc5-b0b495590f90}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {832e43b0-3625-4fed-a225-3e980ae439f9}, !- Handle
- {d35c7969-76ae-4b14-b5f6-92c6f36b98f4}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Construction,
- {f09a01e2-d34a-41a4-9418-b4383d193f94}, !- Handle
- CBECS 1980-2004 ExtWall SteelFrame ClimateZone 3a, !- Name
- {1bf0782d-528c-4895-a523-d715d3bf0d77}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {d82996aa-4255-4044-adb6-58c5fcc6ed96}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {563f877a-e464-4338-81d0-ee2d40e9d601}, !- Handle
- {f09a01e2-d34a-41a4-9418-b4383d193f94}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {d82996aa-4255-4044-adb6-58c5fcc6ed96}, !- Handle
- Steel Frame NonRes Wall Insulation-1.36, !- Name
- MediumRough, !- Roughness
- 0.0507038211662854, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {736a48e4-2473-4247-a6e7-82f7829c8c7d}, !- Handle
- CBECS 1980-2004 ExtWall SteelFrame ClimateZone 3b LAS, !- Name
- {9d82f052-ab25-44ff-a655-bdc31e046cc6}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {bd00819c-61a2-422e-acc8-2319037b3bea}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {8bce8711-a555-4ec9-ae43-1b26cee2d913}, !- Handle
- {736a48e4-2473-4247-a6e7-82f7829c8c7d}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {bd00819c-61a2-422e-acc8-2319037b3bea}, !- Handle
- Steel Frame NonRes Wall Insulation-1.10, !- Name
- MediumRough, !- Roughness
- 0.0382569953608824, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {522b7a99-caae-4a26-970b-a0fc6855715b}, !- Handle
- CBECS 1980-2004 ExtWall SteelFrame ClimateZone 3b LAX, !- Name
- {9f8bc94a-4384-46a3-bb5d-e40677908cb3}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {59001f97-04ad-43e6-977e-b3254374280c}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {84754190-57ab-4c59-86be-175789d4aa7c}, !- Handle
- {522b7a99-caae-4a26-970b-a0fc6855715b}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {59001f97-04ad-43e6-977e-b3254374280c}, !- Handle
- Steel Frame NonRes Wall Insulation-0.80, !- Name
- MediumRough, !- Roughness
- 0.0235471103181338, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {eafdfa69-c04b-4a56-9882-e2348506d229}, !- Handle
- CBECS 1980-2004 ExtWall SteelFrame ClimateZone 3c, !- Name
- {29c04dd9-00d5-46b8-b51e-432289233721}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {d82996aa-4255-4044-adb6-58c5fcc6ed96}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {18134ca7-75b8-49e5-a7e4-0f0d1ac7e593}, !- Handle
- {eafdfa69-c04b-4a56-9882-e2348506d229}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Construction,
- {5ac56c65-1da8-4fa2-96ab-556ae3e8646d}, !- Handle
- CBECS 1980-2004 ExtWall SteelFrame ClimateZone 4a, !- Name
- {699c8a4d-b258-4614-b441-5c6860921445}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {c1728190-3462-4aa0-870f-c64b2d330e65}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {c9133ff8-1534-432a-a595-ce9aaf229ebf}, !- Handle
- {5ac56c65-1da8-4fa2-96ab-556ae3e8646d}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {c1728190-3462-4aa0-870f-c64b2d330e65}, !- Handle
- Steel Frame NonRes Wall Insulation-1.98, !- Name
- MediumRough, !- Roughness
- 0.0812847864409826, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {5e65aa40-5884-46d7-9aad-815b7b100eb0}, !- Handle
- CBECS 1980-2004 ExtWall SteelFrame ClimateZone 4b, !- Name
- {7e753571-c598-4d0c-9caf-8e01e020b8e8}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {f13f9db3-e6b5-4c1e-9198-1e238fb60f94}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {4eeadbd2-60bf-48d4-97c9-2682377fa80c}, !- Handle
- {5e65aa40-5884-46d7-9aad-815b7b100eb0}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {f13f9db3-e6b5-4c1e-9198-1e238fb60f94}, !- Handle
- Steel Frame NonRes Wall Insulation-1.76, !- Name
- MediumRough, !- Roughness
- 0.0706187424549296, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {f3eb6bc4-068a-474b-a96c-5436ce508758}, !- Handle
- CBECS 1980-2004 ExtWall SteelFrame ClimateZone 4c, !- Name
- {719ae211-f4a3-4d22-95c1-975d6d52de73}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {01244f56-9c35-47b8-9440-f2bf0fda1efa}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {eb7de8c2-6395-4f3b-9397-270080ee1f97}, !- Handle
- {f3eb6bc4-068a-474b-a96c-5436ce508758}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {01244f56-9c35-47b8-9440-f2bf0fda1efa}, !- Handle
- Steel Frame NonRes Wall Insulation-1.92, !- Name
- MediumRough, !- Roughness
- 0.0781229156941292, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {ff844f70-0252-4543-94cf-53db9ac4518b}, !- Handle
- CBECS 1980-2004 ExtWall SteelFrame ClimateZone 5, !- Name
- {eafbfbf8-143f-4914-965b-c0f99bfd4032}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {fb379bc9-b681-4ac4-82ae-da1622dfac04}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {2aa8bfbc-4109-4f48-a962-3f49a5377f99}, !- Handle
- {ff844f70-0252-4543-94cf-53db9ac4518b}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {fb379bc9-b681-4ac4-82ae-da1622dfac04}, !- Handle
- Steel Frame NonRes Wall Insulation-2.15, !- Name
- MediumRough, !- Roughness
- 0.0895622041685184, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {4567624a-a835-43f4-94da-e0d83c588940}, !- Handle
- CBECS 1980-2004 ExtWall SteelFrame ClimateZone 6a, !- Name
- {50a5a216-476d-4438-a77c-8d76c497addf}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {3ac91771-94ec-4543-9f7e-4754fb899b14}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {b83fdb16-5d32-44bb-88c7-fc0d7cdbc5bf}, !- Handle
- {4567624a-a835-43f4-94da-e0d83c588940}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {3ac91771-94ec-4543-9f7e-4754fb899b14}, !- Handle
- Steel Frame NonRes Wall Insulation-2.71, !- Name
- MediumRough, !- Roughness
- 0.117086892128433, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {d9eb1b20-18fc-4f20-9de6-fcf0f42de97b}, !- Handle
- CBECS 1980-2004 ExtWall SteelFrame ClimateZone 6b, !- Name
- {35c5003c-2213-4a83-a37b-ed3825ccdfa1}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {2bfccd99-658b-4686-8d99-090f5d43c6ef}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {9a9717dc-f84e-484c-8b21-a1e53f7fde59}, !- Handle
- {d9eb1b20-18fc-4f20-9de6-fcf0f42de97b}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {2bfccd99-658b-4686-8d99-090f5d43c6ef}, !- Handle
- Steel Frame NonRes Wall Insulation-2.44, !- Name
- MediumRough, !- Roughness
- 0.104179072774682, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {9774669e-83bf-42a6-861a-1ea321016571}, !- Handle
- CBECS 1980-2004 ExtWall SteelFrame ClimateZone 7, !- Name
- {83765133-3acd-4afd-afa8-86c53613707f}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {5124ac9a-497c-4b3b-b18c-bfbd6eefd950}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {1fbac202-1ace-41a9-9852-e5cb44b0f366}, !- Handle
- {9774669e-83bf-42a6-861a-1ea321016571}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {5124ac9a-497c-4b3b-b18c-bfbd6eefd950}, !- Handle
- Steel Frame NonRes Wall Insulation-3.04, !- Name
- MediumRough, !- Roughness
- 0.133110392015848, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {bc25f383-e2d2-4d29-b00b-2fa5a52c4502}, !- Handle
- CBECS 1980-2004 ExtWall SteelFrame ClimateZone 8, !- Name
- {22ca222b-69cf-4a5c-b8b1-e51bce2e2f9b}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {49cf14fa-08d2-491d-9e50-ad5d08d69c6f}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {69f07935-a821-475d-a1bc-adc506aaecbb}, !- Handle
- {bc25f383-e2d2-4d29-b00b-2fa5a52c4502}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {49cf14fa-08d2-491d-9e50-ad5d08d69c6f}, !- Handle
- Steel Frame NonRes Wall Insulation-3.91, !- Name
- MediumRough, !- Roughness
- 0.17609406631701, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {c391f397-1a7b-498f-8201-c70aeb6a5860}, !- Handle
- CBECS 1980-2004 ExtWall WoodFrame ClimateZone 1, !- Name
- {1853f1a5-4b91-4dac-970e-54cd2ed742a5}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {ba86c689-6e83-424f-b51b-13169be5ca0b}, !- Handle
- {c391f397-1a7b-498f-8201-c70aeb6a5860}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Construction,
- {065f2921-38a8-4afe-92ee-8adef6fc6469}, !- Handle
- CBECS 1980-2004 ExtWall WoodFrame ClimateZone 2a, !- Name
- {07e506f9-1841-41a3-834c-4ff7fbe8b87f}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {426f2c91-1cb7-4b2b-9943-8737fd93d173}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {85a1ab07-d588-45e5-89fb-3a0e37787625}, !- Handle
- {065f2921-38a8-4afe-92ee-8adef6fc6469}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {426f2c91-1cb7-4b2b-9943-8737fd93d173}, !- Handle
- Wood Frame NonRes Wall Insulation-1.17, !- Name
- MediumRough, !- Roughness
- 0.0418527450379989, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {7cb54043-3d27-413c-870f-7bef44501898}, !- Handle
- CBECS 1980-2004 ExtWall WoodFrame ClimateZone 2b, !- Name
- {4acaa55f-10cd-4506-8116-fb9b3b2df2ee}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {aba3ecc3-0e9e-4555-9ed5-20c165adf3ae}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {86af8679-4681-4731-9d94-8cb5be85ff59}, !- Handle
- {7cb54043-3d27-413c-870f-7bef44501898}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {aba3ecc3-0e9e-4555-9ed5-20c165adf3ae}, !- Handle
- Wood Frame NonRes Wall Insulation-0.73, !- Name
- MediumRough, !- Roughness
- 0.0202782469753007, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {0e3c4930-d83c-47d3-a822-6d0fa3c4f06a}, !- Handle
- CBECS 1980-2004 ExtWall WoodFrame ClimateZone 3a, !- Name
- {fb3a4b86-8528-44ea-b5e9-ffdfcb5a901c}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {4d43ccf6-380c-4114-bece-9e07caa68313}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {f8c3b9d8-363e-488a-b21d-c8be85dbed44}, !- Handle
- {0e3c4930-d83c-47d3-a822-6d0fa3c4f06a}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {4d43ccf6-380c-4114-bece-9e07caa68313}, !- Handle
- Wood Frame NonRes Wall Insulation-1.36, !- Name
- MediumRough, !- Roughness
- 0.0507038211662854, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {e8c4fe37-55ba-401f-9745-117720f82c6c}, !- Handle
- CBECS 1980-2004 ExtWall WoodFrame ClimateZone 3b LAS, !- Name
- {18a5c7bf-eeff-40cd-944e-7d403559160c}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {e12ec33b-d6e9-43c5-b57c-549efa857476}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {34c0ba01-8781-4014-9b2a-e241f3f86a90}, !- Handle
- {e8c4fe37-55ba-401f-9745-117720f82c6c}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {e12ec33b-d6e9-43c5-b57c-549efa857476}, !- Handle
- Wood Frame NonRes Wall Insulation-1.10, !- Name
- MediumRough, !- Roughness
- 0.0382569953608824, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {2e781f63-d5a5-4bf3-9b37-5f12f18bf982}, !- Handle
- CBECS 1980-2004 ExtWall WoodFrame ClimateZone 3b LAX, !- Name
- {02810718-737d-4085-9884-181bc4e891d6}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {0fe3f591-c963-4cd5-9ad3-15597358a37e}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {9b44731d-5674-4250-bd72-cd01bf3c30c7}, !- Handle
- {2e781f63-d5a5-4bf3-9b37-5f12f18bf982}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {0fe3f591-c963-4cd5-9ad3-15597358a37e}, !- Handle
- Wood Frame NonRes Wall Insulation-0.80, !- Name
- MediumRough, !- Roughness
- 0.0235471103181338, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {bbf0d803-b7c0-4988-a8de-f161cede4424}, !- Handle
- CBECS 1980-2004 ExtWall WoodFrame ClimateZone 3c, !- Name
- {0f0c6bad-fde1-4114-a805-d9b8bb05b171}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {4d43ccf6-380c-4114-bece-9e07caa68313}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {d2cdff6b-636d-4431-a707-820379fa3454}, !- Handle
- {bbf0d803-b7c0-4988-a8de-f161cede4424}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Construction,
- {2dab526e-1723-459e-9102-d075a0a98fa9}, !- Handle
- CBECS 1980-2004 ExtWall WoodFrame ClimateZone 4a, !- Name
- {0a9e00a1-f2d1-4618-b271-9b76c8579fda}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {844c8676-698a-448b-94dd-4963ef232906}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {c8659a96-d7d9-4ce7-a1b4-1cf0c496a7f8}, !- Handle
- {2dab526e-1723-459e-9102-d075a0a98fa9}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Construction,
- {915945f2-2b0c-47bb-b39b-91c7502a7479}, !- Handle
- CBECS 1980-2004 ExtWall WoodFrame ClimateZone 4b, !- Name
- {b0899a88-e436-4f0f-bbe0-bcd942919233}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {55ad8be9-35f5-41aa-a15d-da91aa739e1b}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {4e42cf3c-d50f-4d98-adb8-248402212c8e}, !- Handle
- {915945f2-2b0c-47bb-b39b-91c7502a7479}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {55ad8be9-35f5-41aa-a15d-da91aa739e1b}, !- Handle
- Wood Frame NonRes Wall Insulation-1.76, !- Name
- MediumRough, !- Roughness
- 0.0706187424549296, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {de98dbe3-3cc4-4d0f-ba8f-818a0ff6413d}, !- Handle
- CBECS 1980-2004 ExtWall WoodFrame ClimateZone 4c, !- Name
- {e8372371-52e4-4da4-ac2a-22c9e9ed945b}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {065e9c62-a65d-445f-a3ea-ba7874b9e948}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {483970b8-c29a-4d82-baca-cb8ed6f3f18d}, !- Handle
- {de98dbe3-3cc4-4d0f-ba8f-818a0ff6413d}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {065e9c62-a65d-445f-a3ea-ba7874b9e948}, !- Handle
- Wood Frame NonRes Wall Insulation-1.92, !- Name
- MediumRough, !- Roughness
- 0.0781229156941292, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {e2463f0a-8ef0-4a31-bc83-093b3fdbd5a0}, !- Handle
- CBECS 1980-2004 ExtWall WoodFrame ClimateZone 5, !- Name
- {0a9a33e2-69eb-4162-adfc-4d8257047822}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {c9d97e96-ff86-4ad3-9e19-11dcdbd12e56}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {e3ad4a35-6b8b-437d-8739-b10defff973a}, !- Handle
- {e2463f0a-8ef0-4a31-bc83-093b3fdbd5a0}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {c9d97e96-ff86-4ad3-9e19-11dcdbd12e56}, !- Handle
- Wood Frame NonRes Wall Insulation-2.15, !- Name
- MediumRough, !- Roughness
- 0.0895622041685184, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {4a39dfd3-dee8-4277-af4a-7ee48340ab46}, !- Handle
- CBECS 1980-2004 ExtWall WoodFrame ClimateZone 6a, !- Name
- {d0585f28-0a0c-4b2e-97fe-b0c6bf2f4bf6}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {e169f22c-f2bc-4bd1-a7c7-10cda68c2fae}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {c58e6a78-f7a1-4eca-b04f-7a521dcfd458}, !- Handle
- {4a39dfd3-dee8-4277-af4a-7ee48340ab46}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {e169f22c-f2bc-4bd1-a7c7-10cda68c2fae}, !- Handle
- Wood Frame NonRes Wall Insulation-2.71, !- Name
- MediumRough, !- Roughness
- 0.117086892128433, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {bbe56dd4-2867-45f3-b3ae-317f5be6616b}, !- Handle
- CBECS 1980-2004 ExtWall WoodFrame ClimateZone 6b, !- Name
- {caef7403-e433-4374-a0db-7431b62a7dc2}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {8bca8135-3526-4d56-b4e3-1b59d6be32df}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {0758364d-fb55-4aab-a343-002c5462b26d}, !- Handle
- {bbe56dd4-2867-45f3-b3ae-317f5be6616b}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {8bca8135-3526-4d56-b4e3-1b59d6be32df}, !- Handle
- Wood Frame NonRes Wall Insulation-2.44, !- Name
- MediumRough, !- Roughness
- 0.104179072774682, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {ce1691e1-8a0d-48bd-9cca-2bcc8addda59}, !- Handle
- CBECS 1980-2004 ExtWall WoodFrame ClimateZone 7, !- Name
- {7d2525e6-4a5c-4461-ac80-486c68f90f5e}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {f92b9d87-0c89-40ea-90a9-289fb900fbc3}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {550acffc-dc47-45fe-b6af-f30602b4aa39}, !- Handle
- {ce1691e1-8a0d-48bd-9cca-2bcc8addda59}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {f92b9d87-0c89-40ea-90a9-289fb900fbc3}, !- Handle
- Wood Frame NonRes Wall Insulation-3.04, !- Name
- MediumRough, !- Roughness
- 0.133110392015848, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {24bb1b5b-1322-4b20-ac12-b6899277b3f8}, !- Handle
- CBECS 1980-2004 ExtWall WoodFrame ClimateZone 8, !- Name
- {8815b1c6-efba-40de-b062-81d3deb97d58}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {7c266d2e-db56-4123-8aa2-c00904e9da4c}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {fcf0b0d9-4723-49d8-81db-00deffe01675}, !- Handle
- {24bb1b5b-1322-4b20-ac12-b6899277b3f8}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {7c266d2e-db56-4123-8aa2-c00904e9da4c}, !- Handle
- Wood Frame NonRes Wall Insulation-3.91, !- Name
- MediumRough, !- Roughness
- 0.17609406631701, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {928f638a-0c0b-4931-b7bd-04a09a6b7c09}, !- Handle
- CBECS 1980-2004 ExtWindow ClimateZone 1-2, !- Name
- {483ce1b1-71f4-4008-8939-ca8270d31452}, !- Surface Rendering Name
- {90aa0c25-6e19-4f2b-a5d9-6822169f7934}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {73e6dfbb-6396-485e-94cd-18c55e80e622}, !- Handle
- {928f638a-0c0b-4931-b7bd-04a09a6b7c09}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:Construction,
- {fe188c50-e026-4392-90da-492cc0aa1f61}, !- Handle
- CBECS 1980-2004 ExtWindow ClimateZone 3a, !- Name
- {974bc8df-0370-4f22-9ae2-25b65942d529}, !- Surface Rendering Name
- {4924a413-515f-426f-9cb7-522675ce7d4b}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {10cd2f23-f216-46d2-8984-ad261c451f0f}, !- Handle
- {fe188c50-e026-4392-90da-492cc0aa1f61}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {4924a413-515f-426f-9cb7-522675ce7d4b}, !- Handle
- Fixed Window 4.09/0.26/0.13, !- Name
- 4.08816, !- U-Factor {W/m2-K}
- 0.25, !- Solar Heat Gain Coefficient
- 0.13; !- Visible Transmittance
-
-OS:Construction,
- {ef507813-1ade-4707-a2fb-27c2e93b5ef7}, !- Handle
- CBECS 1980-2004 ExtWindow ClimateZone 3b LAS, !- Name
- {16a81b16-dca2-4189-9c87-cba787b9e64f}, !- Surface Rendering Name
- {90aa0c25-6e19-4f2b-a5d9-6822169f7934}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {f56cb9b6-d070-4d57-9fd9-e1696ef1efd6}, !- Handle
- {ef507813-1ade-4707-a2fb-27c2e93b5ef7}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:Construction,
- {fa7311c3-b0e3-4e8a-bc91-62ce4173a65f}, !- Handle
- CBECS 1980-2004 ExtWindow ClimateZone 3b LAX, !- Name
- {01509abd-50b3-41af-8744-2b993c7df23d}, !- Surface Rendering Name
- {bf62e264-ee7f-4150-bdde-e265938bcfa3}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {97a2c7ae-19b4-467e-8094-e409e454ef19}, !- Handle
- {fa7311c3-b0e3-4e8a-bc91-62ce4173a65f}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {bf62e264-ee7f-4150-bdde-e265938bcfa3}, !- Handle
- Fixed Window 5.84/0.44/0.27, !- Name
- 5.84000000000002, !- U-Factor {W/m2-K}
- 0.44, !- Solar Heat Gain Coefficient
- 0.27; !- Visible Transmittance
-
-OS:Construction,
- {08b1ee85-edc3-46ad-8a42-a7f98b5cba19}, !- Handle
- CBECS 1980-2004 ExtWindow ClimateZone 3c, !- Name
- {5884cfd1-4f24-499b-aea9-fbf8215f94ae}, !- Surface Rendering Name
- {72c9f20f-8994-4183-8227-a40301c39d57}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {176fd23b-375b-4050-a822-58d8f9905516}, !- Handle
- {08b1ee85-edc3-46ad-8a42-a7f98b5cba19}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {72c9f20f-8994-4183-8227-a40301c39d57}, !- Handle
- Fixed Window 4.09/0.39/0.25, !- Name
- 4.08816, !- U-Factor {W/m2-K}
- 0.39, !- Solar Heat Gain Coefficient
- 0.25; !- Visible Transmittance
-
-OS:Construction,
- {26ef6ec9-1d5c-4ba8-8066-f51ce6987e88}, !- Handle
- CBECS 1980-2004 ExtWindow ClimateZone 4a, !- Name
- {485959a9-f0b9-4983-9a80-d2b5d1773e1f}, !- Surface Rendering Name
- {a95f67e5-a6f5-4c08-ab9c-3d99dac2e6ad}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {b4d14603-5036-4116-a6f5-1e6d5560e784}, !- Handle
- {26ef6ec9-1d5c-4ba8-8066-f51ce6987e88}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {a95f67e5-a6f5-4c08-ab9c-3d99dac2e6ad}, !- Handle
- Fixed Window 3.35/0.36/0.27, !- Name
- 3.35002, !- U-Factor {W/m2-K}
- 0.36, !- Solar Heat Gain Coefficient
- 0.27; !- Visible Transmittance
-
-OS:Construction,
- {7f5a7852-eb62-48c7-93db-327744bdbb67}, !- Handle
- CBECS 1980-2004 ExtWindow ClimateZone 4b, !- Name
- {bb3ab245-ab1e-4dd5-b435-957b4b3f7f7a}, !- Surface Rendering Name
- {0fc6f67a-f1f0-44d6-95c9-218db865920c}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {45e809bc-5605-4c5d-809a-a8eadec4be74}, !- Handle
- {7f5a7852-eb62-48c7-93db-327744bdbb67}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {0fc6f67a-f1f0-44d6-95c9-218db865920c}, !- Handle
- Fixed Window 4.09/0.36/0.23, !- Name
- 4.08816, !- U-Factor {W/m2-K}
- 0.36, !- Solar Heat Gain Coefficient
- 0.23; !- Visible Transmittance
-
-OS:Construction,
- {70145daf-4b3f-4415-9c48-3f71e81a46cf}, !- Handle
- CBECS 1980-2004 ExtWindow ClimateZone 4c, !- Name
- {d42f0b29-47e4-4d58-9314-179762c59454}, !- Surface Rendering Name
- {72c9f20f-8994-4183-8227-a40301c39d57}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {aa8c1a30-98ca-4192-85fd-323dc7c0ebad}, !- Handle
- {70145daf-4b3f-4415-9c48-3f71e81a46cf}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:Construction,
- {0ae258aa-0c54-4025-9a57-75d78236bfd9}, !- Handle
- CBECS 1980-2004 ExtWindow ClimateZone 5, !- Name
- {809b84a3-a40a-4d43-8d31-e33d35a721f4}, !- Surface Rendering Name
- {066f6cc7-e3a8-4af7-b3a7-35901de01eee}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {9fce3eaa-123f-41ea-819e-e1ebc32fb6e6}, !- Handle
- {0ae258aa-0c54-4025-9a57-75d78236bfd9}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {066f6cc7-e3a8-4af7-b3a7-35901de01eee}, !- Handle
- Fixed Window 3.35/0.39/0.31, !- Name
- 3.35002, !- U-Factor {W/m2-K}
- 0.39, !- Solar Heat Gain Coefficient
- 0.31; !- Visible Transmittance
-
-OS:Construction,
- {9bf6e4c2-12ae-420f-ad7d-a23737d12910}, !- Handle
- CBECS 1980-2004 ExtWindow ClimateZone 6, !- Name
- {baadbaa5-c12b-4ffa-94ad-8f6aa5355d3e}, !- Surface Rendering Name
- {978517d2-6e79-4953-8411-6275dc828b87}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {cceea4da-e6e4-4351-b586-a0a94b35c070}, !- Handle
- {9bf6e4c2-12ae-420f-ad7d-a23737d12910}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {978517d2-6e79-4953-8411-6275dc828b87}, !- Handle
- Fixed Window 2.96/0.39/0.31, !- Name
- 2.95256, !- U-Factor {W/m2-K}
- 0.39, !- Solar Heat Gain Coefficient
- 0.31; !- Visible Transmittance
-
-OS:Construction,
- {3fa71155-3e5f-4184-8758-fdd6569dcb9f}, !- Handle
- CBECS 1980-2004 ExtWindow ClimateZone 7, !- Name
- {13b0a0a1-a0b0-4acd-b2b5-b5bf113350e4}, !- Surface Rendering Name
- {42380a6e-0438-43e9-b8c7-ad62ea3288b1}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {3834720f-6400-4f52-bb03-ee73acae6ddd}, !- Handle
- {3fa71155-3e5f-4184-8758-fdd6569dcb9f}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {42380a6e-0438-43e9-b8c7-ad62ea3288b1}, !- Handle
- Fixed Window 2.96/0.49/0.41, !- Name
- 2.95256, !- U-Factor {W/m2-K}
- 0.49, !- Solar Heat Gain Coefficient
- 0.41; !- Visible Transmittance
-
-OS:Construction,
- {30a2b7ba-02ee-48a3-8673-c443a48099cd}, !- Handle
- CBECS 1980-2004 ExtWindow ClimateZone 8, !- Name
- {8ca2ebd2-7bd0-4c40-bbdc-710d0a41cfb4}, !- Surface Rendering Name
- {7322827e-2f92-4760-8c09-18e0730a561e}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {d74146a7-03c9-43f3-997d-31fd079a8320}, !- Handle
- {30a2b7ba-02ee-48a3-8673-c443a48099cd}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {7322827e-2f92-4760-8c09-18e0730a561e}, !- Handle
- Fixed Window 2.96/0.62/0.54, !- Name
- 2.95256, !- U-Factor {W/m2-K}
- 0.615, !- Solar Heat Gain Coefficient
- 0.54; !- Visible Transmittance
-
-OS:Construction,
- {a94f08e9-d489-4241-af8a-7e20aa240ecc}, !- Handle
- CBECS 1980-2004 ExtWindow ClimateZone alt-lrgoff hosp 1-8, !- Name
- {30228e9a-e41b-4c0f-a073-754e58412367}, !- Surface Rendering Name
- {90aa0c25-6e19-4f2b-a5d9-6822169f7934}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {5147ee9c-6cfd-48f8-8690-c0d79719aedb}, !- Handle
- {a94f08e9-d489-4241-af8a-7e20aa240ecc}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:Construction,
- {c0775e45-abf3-4dc8-8a9c-dbdd57f4b8fb}, !- Handle
- CBECS Before-1980 ExtRoof AtticFloor ClimateZone 1-3, !- Name
- {fbaffa09-b87a-4721-b1f4-a58bf875becd}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {41e13e25-37ff-4fcc-9481-6aab565895cd}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {7b5465cc-89d4-4882-824c-ad71e01710cb}, !- Handle
- {c0775e45-abf3-4dc8-8a9c-dbdd57f4b8fb}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Construction,
- {74a25ed9-fe43-472d-abd3-e91e532d655f}, !- Handle
- CBECS Before-1980 ExtRoof AtticFloor ClimateZone 4a, !- Name
- {a9f3cd07-bab4-4134-b710-a61a42788229}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {2ec5b299-b672-4087-bf4f-7293edfbf4a4}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {a988b67a-f5e6-4548-bfc4-415273e1e365}, !- Handle
- {74a25ed9-fe43-472d-abd3-e91e532d655f}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {2ec5b299-b672-4087-bf4f-7293edfbf4a4}, !- Handle
- AtticFloor Res Insulation-2.05, !- Name
- MediumRough, !- Roughness
- 0.0806586296865912, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {35172695-cd71-4be1-bf39-357b411a8994}, !- Handle
- CBECS Before-1980 ExtRoof AtticFloor ClimateZone 4b, !- Name
- {3c347c78-4e8d-4f1f-8e91-0706bba81fd8}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {225abd96-eb5d-4d83-847f-61a6c5653862}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {26f631c0-238e-474e-8085-bfe988cf680e}, !- Handle
- {35172695-cd71-4be1-bf39-357b411a8994}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {225abd96-eb5d-4d83-847f-61a6c5653862}, !- Handle
- IEAD NonRes Roof Insulation-1.98, !- Name
- MediumRough, !- Roughness
- 0.0846465469659246, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {adc37967-2e5e-4862-bf09-8b0e0581e428}, !- Handle
- CBECS Before-1980 ExtRoof AtticFloor ClimateZone 4c, !- Name
- {9c78354b-145f-46c8-9d34-82c367ab6447}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {b1ca6d0a-3060-411a-9d86-a5c890a48be8}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {a7d42791-a600-4c9f-8b55-de6f79c3709c}, !- Handle
- {adc37967-2e5e-4862-bf09-8b0e0581e428}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {b1ca6d0a-3060-411a-9d86-a5c890a48be8}, !- Handle
- IEAD NonRes Roof Insulation-2.07, !- Name
- MediumRough, !- Roughness
- 0.0892095604358939, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {5bbdf8a4-afda-4a27-9855-689c7cd60d28}, !- Handle
- CBECS Before-1980 ExtRoof AtticFloor ClimateZone 5a, !- Name
- {d6e02691-a221-4eb6-ac9a-f97f6d465136}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {e256be8c-7a52-4473-8d13-b58e5e673721}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {4ee813f0-e6da-4ac7-98fc-782d9109be18}, !- Handle
- {5bbdf8a4-afda-4a27-9855-689c7cd60d28}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {e256be8c-7a52-4473-8d13-b58e5e673721}, !- Handle
- IEAD NonRes Roof Insulation-2.50, !- Name
- MediumRough, !- Roughness
- 0.110216071059399, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {43c92453-f004-46dc-b473-f0e313b6ccdb}, !- Handle
- CBECS Before-1980 ExtRoof AtticFloor ClimateZone 5b, !- Name
- {5c0a1713-167a-4565-84b7-e86a8c4d60e5}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {c24f96eb-a159-41f0-9460-fa5ec9cf1095}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {e3b6327e-1767-4970-8942-f426ff141778}, !- Handle
- {43c92453-f004-46dc-b473-f0e313b6ccdb}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {c24f96eb-a159-41f0-9460-fa5ec9cf1095}, !- Handle
- AtticFloor Res Insulation-2.37, !- Name
- MediumRough, !- Roughness
- 0.0965373546328396, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {fa46bf99-5eae-4274-8cfb-7ed3b73627a4}, !- Handle
- CBECS Before-1980 ExtRoof AtticFloor ClimateZone 6, !- Name
- {762b4554-8836-403a-ac3d-39715abd67a4}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {f71b1f20-a32b-4d1b-97b8-ecda87cce197}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {eb1f0708-93df-4a48-af86-7697797af4cd}, !- Handle
- {fa46bf99-5eae-4274-8cfb-7ed3b73627a4}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Construction,
- {306bc0d9-d288-4502-b3dd-d09547f7e3d1}, !- Handle
- CBECS Before-1980 ExtRoof AtticFloor ClimateZone 7, !- Name
- {d324c1f6-b466-4c8b-bd6d-de0a5047a760}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {2dae75aa-f601-4cb7-8c8d-33c081ab1c44}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {d40656db-edee-4696-9167-4206194b9778}, !- Handle
- {306bc0d9-d288-4502-b3dd-d09547f7e3d1}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Material,
- {2dae75aa-f601-4cb7-8c8d-33c081ab1c44}, !- Handle
- AtticFloor Res Insulation-2.93, !- Name
- MediumRough, !- Roughness
- 0.124142114154045, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {0d0a0772-10c4-424e-a26d-4b2c6d48ef7f}, !- Handle
- CBECS Before-1980 ExtRoof AtticFloor ClimateZone 8, !- Name
- {20f30c60-ad81-48c3-b932-a9a5786a4a39}, !- Surface Rendering Name
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}, !- Layer 1
- {f71b1f20-a32b-4d1b-97b8-ecda87cce197}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {990af2b9-4326-4afc-8314-ebc7f7c93309}, !- Handle
- {0d0a0772-10c4-424e-a26d-4b2c6d48ef7f}, !- Construction Name
- AtticFloor, !- Intended Surface Type
- WoodFramed; !- Standards Construction Type
-
-OS:Construction,
- {ed6eb2fd-07fa-4752-935f-57b6f30aaf18}, !- Handle
- CBECS Before-1980 ExtRoof IEAD ClimateZone 1-3, !- Name
- {990b8d5f-9bd1-452b-99c8-69f322ac4fc0}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {fda0a7aa-fe2c-40c9-92ea-f1cb7e815433}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {3e5b6f30-2ea3-49ab-baaf-1b1f0d55b9ab}, !- Handle
- {ed6eb2fd-07fa-4752-935f-57b6f30aaf18}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Construction,
- {d10fa3f4-9c8d-46ff-b420-25797fda2a26}, !- Handle
- CBECS Before-1980 ExtRoof IEAD ClimateZone 4a, !- Name
- {65c2e8d5-fc77-4938-a7f6-8cfc7e30bc75}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {6d9c7418-e105-4f80-adbb-0e626e7d6e6b}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {06e4911a-a8ae-41f2-9027-88d952bd0292}, !- Handle
- {d10fa3f4-9c8d-46ff-b420-25797fda2a26}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {6d9c7418-e105-4f80-adbb-0e626e7d6e6b}, !- Handle
- IEAD NonRes Roof Insulation-2.04, !- Name
- MediumRough, !- Roughness
- 0.0880290133462796, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {f471b3d0-4406-4379-b4ca-2c2c29a27867}, !- Handle
- CBECS Before-1980 ExtRoof IEAD ClimateZone 4b, !- Name
- {f378692d-e8a7-4338-89c0-fe8320ab1909}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {225abd96-eb5d-4d83-847f-61a6c5653862}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {f1bf1844-0f99-4789-8c0a-cf4c971463c2}, !- Handle
- {f471b3d0-4406-4379-b4ca-2c2c29a27867}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Construction,
- {4e483ea6-bcab-49ba-9bb6-6eea3b763f81}, !- Handle
- CBECS Before-1980 ExtRoof IEAD ClimateZone 4c, !- Name
- {c8249aef-f231-49cc-9e97-63a7342f8c57}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {b1ca6d0a-3060-411a-9d86-a5c890a48be8}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {f4a39ab2-9fa5-4013-aaac-fb7dcf8c274b}, !- Handle
- {4e483ea6-bcab-49ba-9bb6-6eea3b763f81}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Construction,
- {f5fd22bb-eb00-485c-a9e4-b73af1ed9071}, !- Handle
- CBECS Before-1980 ExtRoof IEAD ClimateZone 5a, !- Name
- {b2004c41-740a-4002-a62c-028d724b711d}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {e256be8c-7a52-4473-8d13-b58e5e673721}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {4650d304-ad55-4ad5-9439-073b2d96566b}, !- Handle
- {f5fd22bb-eb00-485c-a9e4-b73af1ed9071}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Construction,
- {7a773a3d-e22f-4663-8ee4-adb3602c710a}, !- Handle
- CBECS Before-1980 ExtRoof IEAD ClimateZone 5b, !- Name
- {39f36b04-142b-41e5-af02-52c96a3c067c}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {2a259d80-5daf-456a-9763-14695889dca6}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {81517b84-900e-4faa-9dd8-8754d70d2b50}, !- Handle
- {7a773a3d-e22f-4663-8ee4-adb3602c710a}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {2a259d80-5daf-456a-9763-14695889dca6}, !- Handle
- IEAD NonRes Roof Insulation-2.37, !- Name
- MediumRough, !- Roughness
- 0.103907738292528, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {50454eaa-65a6-4971-972d-f4d3437e85fc}, !- Handle
- CBECS Before-1980 ExtRoof IEAD ClimateZone 6, !- Name
- {5f8cc3e5-37c1-474f-8d3b-38caba9d7b02}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {6981c6f1-91c3-4ec1-8b48-c9b032b17ae7}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {9108bc7a-a8c0-4e6c-8dca-5d2e119aaded}, !- Handle
- {50454eaa-65a6-4971-972d-f4d3437e85fc}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Construction,
- {26b1a344-734d-43ec-8197-ca9365f61ff9}, !- Handle
- CBECS Before-1980 ExtRoof IEAD ClimateZone 7, !- Name
- {b0394973-0e35-4df6-9dae-4980ee19c5a4}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {b615c9d2-c7cc-4d83-bb61-30beeb75439a}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {4acbe76d-1161-46ae-b757-fa44a56796ff}, !- Handle
- {26b1a344-734d-43ec-8197-ca9365f61ff9}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Material,
- {b615c9d2-c7cc-4d83-bb61-30beeb75439a}, !- Handle
- IEAD NonRes Roof Insulation-2.93, !- Name
- MediumRough, !- Roughness
- 0.131512497813733, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {9ee5ae7d-d50f-48c9-a885-2128ec1db285}, !- Handle
- CBECS Before-1980 ExtRoof IEAD ClimateZone 7 1, !- Name
- {1a98c9df-5d48-4e39-a739-104f8bbd09a7}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {b615c9d2-c7cc-4d83-bb61-30beeb75439a}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {b7383edb-93f7-4105-a4d7-4b1e6fbaa548}, !- Handle
- {9ee5ae7d-d50f-48c9-a885-2128ec1db285}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Construction,
- {4f28a0ac-245c-4401-bb05-376af3fa30c6}, !- Handle
- CBECS Before-1980 ExtRoof IEAD ClimateZone 8, !- Name
- {5e659c3c-7fa7-487c-a5ef-6e5aff042096}, !- Surface Rendering Name
- {b0771ae4-587b-421a-a729-aae44aaf2475}, !- Layer 1
- {6981c6f1-91c3-4ec1-8b48-c9b032b17ae7}, !- Layer 2
- {f1e906c7-a7dd-405a-9b95-d0f37059e87f}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {f6a5bdef-226e-405a-b73a-ec211503c856}, !- Handle
- {4f28a0ac-245c-4401-bb05-376af3fa30c6}, !- Construction Name
- ExteriorRoof, !- Intended Surface Type
- IEAD; !- Standards Construction Type
-
-OS:Construction,
- {b1fd2833-9be1-4487-b0a2-dbaae9889b64}, !- Handle
- CBECS Before-1980 ExtWall Mass ClimateZone 1-2, !- Name
- {85b3a6e9-0af0-4b6c-85f3-70c7e00634b5}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {6d46c1cc-dcd5-4773-9ade-523cc52b90c6}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {91bf0f5e-af3c-479e-bdfd-b5df9e710207}, !- Handle
- {b1fd2833-9be1-4487-b0a2-dbaae9889b64}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {6d46c1cc-dcd5-4773-9ade-523cc52b90c6}, !- Handle
- Mass NonRes Wall Insulation-0.77, !- Name
- MediumRough, !- Roughness
- 0.0169093568297486, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {97d990c8-d809-4f8a-a872-3155963e24c4}, !- Handle
- CBECS Before-1980 ExtWall Mass ClimateZone 3a, !- Name
- {e1a6f51f-fb69-4630-b0a8-e88f3d13b91e}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {62ffa899-e1a2-4900-be81-85494875532d}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {169ffb4d-9405-4a74-8f32-647fe91132ed}, !- Handle
- {97d990c8-d809-4f8a-a872-3155963e24c4}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {62ffa899-e1a2-4900-be81-85494875532d}, !- Handle
- Mass NonRes Wall Insulation-0.78, !- Name
- MediumRough, !- Roughness
- 0.0177431538563263, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {b2e19410-9d88-4419-81de-5ebcfee66aad}, !- Handle
- CBECS Before-1980 ExtWall Mass ClimateZone 3b, !- Name
- {78e24b0c-35f3-491f-b6b6-81e43f9900e3}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {6d46c1cc-dcd5-4773-9ade-523cc52b90c6}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {5d68db03-a845-409e-b673-4e1056512073}, !- Handle
- {b2e19410-9d88-4419-81de-5ebcfee66aad}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Construction,
- {f0aff5c0-1095-4fce-b830-f15c749a8648}, !- Handle
- CBECS Before-1980 ExtWall Mass ClimateZone 3c, !- Name
- {b19d5e5b-d100-42d4-a4f9-129db68c8da6}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {a8337cbd-72f6-4737-bd12-1c1e3a29eb87}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {28c5953a-3141-4f4c-9aed-04575854d305}, !- Handle
- {f0aff5c0-1095-4fce-b830-f15c749a8648}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {a8337cbd-72f6-4737-bd12-1c1e3a29eb87}, !- Handle
- Mass NonRes Wall Insulation-0.79, !- Name
- MediumRough, !- Roughness
- 0.0179143800314271, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {2d3d1906-4ad0-48c2-b83d-d196c8003f1d}, !- Handle
- CBECS Before-1980 ExtWall Mass ClimateZone 4a, !- Name
- {10eb4c32-4f4d-4b14-8266-d1e87ed288bc}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {00590c4c-c70c-4b7f-9ad2-e210eb3e2e50}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {5eb9f106-7c54-4d15-8441-0e6f760128a0}, !- Handle
- {2d3d1906-4ad0-48c2-b83d-d196c8003f1d}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {00590c4c-c70c-4b7f-9ad2-e210eb3e2e50}, !- Handle
- Mass NonRes Wall Insulation-0.99, !- Name
- MediumRough, !- Roughness
- 0.0278705087521745, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {9d615b9a-2aad-40a6-8e20-904b733f984a}, !- Handle
- CBECS Before-1980 ExtWall Mass ClimateZone 4b, !- Name
- {96c8c26c-5e58-4774-811c-ac3cb0fc1283}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {6774d948-a083-4c7e-b49c-29b9f510c32e}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {37899878-1624-4a3a-9620-fd3760c349e1}, !- Handle
- {9d615b9a-2aad-40a6-8e20-904b733f984a}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {6774d948-a083-4c7e-b49c-29b9f510c32e}, !- Handle
- Mass NonRes Wall Insulation-0.96, !- Name
- MediumRough, !- Roughness
- 0.0262895733787478, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {7b1396eb-532b-4b52-85b6-0154af949a2a}, !- Handle
- CBECS Before-1980 ExtWall Mass ClimateZone 4c, !- Name
- {ae01db34-e566-4a46-bca7-53a1ff2c36fb}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {6d25567c-1ef8-4b5c-8e80-6a070e2623bd}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {c3d70c01-4d35-491d-9bdd-e04b1b116603}, !- Handle
- {7b1396eb-532b-4b52-85b6-0154af949a2a}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {6d25567c-1ef8-4b5c-8e80-6a070e2623bd}, !- Handle
- Mass NonRes Wall Insulation-1.01, !- Name
- MediumRough, !- Roughness
- 0.0287016290627762, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {5edb383e-13d4-49dd-a408-8a86affdd3d0}, !- Handle
- CBECS Before-1980 ExtWall Mass ClimateZone 5a, !- Name
- {28a8edd4-c923-4214-8e7c-7758b940749a}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {861e009a-71a1-46cf-b84f-3e8e4a55b8f7}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {e0941963-4378-4f10-b991-b94176ad6c42}, !- Handle
- {5edb383e-13d4-49dd-a408-8a86affdd3d0}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {861e009a-71a1-46cf-b84f-3e8e4a55b8f7}, !- Handle
- Mass NonRes Wall Insulation-1.13, !- Name
- MediumRough, !- Roughness
- 0.0347077164355418, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {2f9619ca-18e3-46dd-92d9-67bff93172be}, !- Handle
- CBECS Before-1980 ExtWall Mass ClimateZone 5b, !- Name
- {40fb89ac-f3d6-403e-9825-d04f293db521}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {2ccf779a-6004-4307-8418-568196c00c24}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {db18e610-d917-4d80-a083-38ef0c0a021d}, !- Handle
- {2f9619ca-18e3-46dd-92d9-67bff93172be}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {2ccf779a-6004-4307-8418-568196c00c24}, !- Handle
- Mass NonRes Wall Insulation-1.09, !- Name
- MediumRough, !- Roughness
- 0.0329897280566042, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {7ed8aa10-c479-4b7e-aeb0-86ee171acc6a}, !- Handle
- CBECS Before-1980 ExtWall Mass ClimateZone 6, !- Name
- {c8f3ddf8-412e-440d-a0b8-31caf2a3c2ef}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {31fa2d17-ceef-40e3-873e-56cef4aa42bb}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {2f5293bf-db20-4da4-a619-3db92f0d243d}, !- Handle
- {7ed8aa10-c479-4b7e-aeb0-86ee171acc6a}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {31fa2d17-ceef-40e3-873e-56cef4aa42bb}, !- Handle
- Mass NonRes Wall Insulation-1.22, !- Name
- MediumRough, !- Roughness
- 0.0389043473584362, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {77732194-f543-4b8e-8c0b-0655ea4ad9d5}, !- Handle
- CBECS Before-1980 ExtWall Mass ClimateZone 7, !- Name
- {2b4c499c-0e13-4f74-82da-fa00688258fb}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {1b0e6835-dd63-4348-a763-04914ad61a5e}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {83f730a6-9337-4dc0-9b0f-1f599068f763}, !- Handle
- {77732194-f543-4b8e-8c0b-0655ea4ad9d5}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {1b0e6835-dd63-4348-a763-04914ad61a5e}, !- Handle
- Mass NonRes Wall Insulation-1.30, !- Name
- MediumRough, !- Roughness
- 0.042842896700511, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {e597982e-54fe-4105-bff7-10970f28a246}, !- Handle
- CBECS Before-1980 ExtWall Mass ClimateZone 8, !- Name
- {1117f297-3f25-43a4-9674-fd5bc7e27258}, !- Surface Rendering Name
- {e620b1dd-d7d9-440f-bc51-2573b97120e4}, !- Layer 1
- {13aa2797-fd59-4907-9643-9886bd988eb8}, !- Layer 2
- {1bac4c12-9baa-4f29-a092-0950658c35ba}, !- Layer 3
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 4
-
-OS:StandardsInformation:Construction,
- {b021c15b-9e30-433d-976b-ff3508f0f6a0}, !- Handle
- {e597982e-54fe-4105-bff7-10970f28a246}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Mass; !- Standards Construction Type
-
-OS:Material,
- {1bac4c12-9baa-4f29-a092-0950658c35ba}, !- Handle
- Mass NonRes Wall Insulation-1.41, !- Name
- MediumRough, !- Roughness
- 0.0484268844343859, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {2490f3de-d0fc-42f6-b210-d62863135f5d}, !- Handle
- CBECS Before-1980 ExtWall Metal ClimateZone 1-2, !- Name
- {85cf9835-be45-4095-9bb6-d864272e9995}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {bdf4aa67-f851-47bf-a63e-7a5fe0d59ddd}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {5ab0f789-aee8-4c1e-95fd-4a10943d9b3d}, !- Handle
- {2490f3de-d0fc-42f6-b210-d62863135f5d}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {bdf4aa67-f851-47bf-a63e-7a5fe0d59ddd}, !- Handle
- Metal Building Semi-Cond Wall Insulation-0.57, !- Name
- MediumRough, !- Roughness
- 0.0169093568297486, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {273bb35f-b83d-49ca-92f7-a458ab62aa39}, !- Handle
- CBECS Before-1980 ExtWall Metal ClimateZone 3a, !- Name
- {cce2557e-0d3a-4c7b-9512-1b9f92079fe8}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {3fcacae7-0883-4dca-9ee1-d16c9eec6d9b}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {3999164b-e935-499f-bdf2-b241b0f89f22}, !- Handle
- {273bb35f-b83d-49ca-92f7-a458ab62aa39}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {3fcacae7-0883-4dca-9ee1-d16c9eec6d9b}, !- Handle
- Metal Building Semi-Cond Wall Insulation-0.59, !- Name
- MediumRough, !- Roughness
- 0.0177431538563263, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {2426147d-a9cf-450f-946a-9cd31b5888e6}, !- Handle
- CBECS Before-1980 ExtWall Metal ClimateZone 3b, !- Name
- {cb44820f-c7e7-4ffb-9c3c-b358301739a8}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {bdf4aa67-f851-47bf-a63e-7a5fe0d59ddd}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {a4845dd9-402c-4e6a-9e7a-174f849bbf81}, !- Handle
- {2426147d-a9cf-450f-946a-9cd31b5888e6}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Construction,
- {474557f3-2f69-4dbd-b6fd-a938104448ec}, !- Handle
- CBECS Before-1980 ExtWall Metal ClimateZone 3c, !- Name
- {f3f70733-22ac-4af2-85c9-d4ec71c3d502}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {3fcacae7-0883-4dca-9ee1-d16c9eec6d9b}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {2ba624f7-be67-49cd-8a48-6f2f5aa484f4}, !- Handle
- {474557f3-2f69-4dbd-b6fd-a938104448ec}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Construction,
- {1135ed71-47f3-486d-9c63-cc500af70eb0}, !- Handle
- CBECS Before-1980 ExtWall Metal ClimateZone 4a, !- Name
- {50250294-5daa-413d-a8ce-301f59c1f3e9}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {0a67a1bb-7d1e-48e0-bab9-da7b613bf2c2}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {a4fcb055-bb71-4d2a-a419-cb77984c4fce}, !- Handle
- {1135ed71-47f3-486d-9c63-cc500af70eb0}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {0a67a1bb-7d1e-48e0-bab9-da7b613bf2c2}, !- Handle
- Metal Building Semi-Cond Wall Insulation-0.80, !- Name
- MediumRough, !- Roughness
- 0.0278705087521745, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {51cf95ed-7e39-40d4-a026-f512d55b6c29}, !- Handle
- CBECS Before-1980 ExtWall Metal ClimateZone 4b, !- Name
- {54e6e972-63bb-4688-9c7d-705f20a1e305}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {20bb5c3c-5773-4ec1-bf12-a59f4c73e72f}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {6feea6ba-677a-44bf-9acb-f295f7cfcee9}, !- Handle
- {51cf95ed-7e39-40d4-a026-f512d55b6c29}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Construction,
- {63fef197-8597-435c-bdea-544b32c94f7c}, !- Handle
- CBECS Before-1980 ExtWall Metal ClimateZone 4c, !- Name
- {10e600b5-72e2-4e0b-bf8a-5d0dda01cebf}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {167e5f3f-ed9d-4655-ab90-68a8db4c4eba}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {d2f6855e-58bb-47b7-97ec-87d96f745d44}, !- Handle
- {63fef197-8597-435c-bdea-544b32c94f7c}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {167e5f3f-ed9d-4655-ab90-68a8db4c4eba}, !- Handle
- Metal Building Semi-Cond Wall Insulation-0.81, !- Name
- MediumRough, !- Roughness
- 0.0287016290627762, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {1c03ae3b-1750-44cc-b3bd-fa3085a68079}, !- Handle
- CBECS Before-1980 ExtWall Metal ClimateZone 5a, !- Name
- {e1a8dbce-5de8-4e03-81f1-c5bb76a24dae}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {088ea735-036b-4af0-8aca-78b86c69fb41}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {0a6215b3-efc4-4d05-9bd7-a778636734e6}, !- Handle
- {1c03ae3b-1750-44cc-b3bd-fa3085a68079}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {088ea735-036b-4af0-8aca-78b86c69fb41}, !- Handle
- Metal Building Semi-Cond Wall Insulation-0.94, !- Name
- MediumRough, !- Roughness
- 0.0347077164355418, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {3deda7e1-0663-433a-910a-cd88557379d9}, !- Handle
- CBECS Before-1980 ExtWall Metal ClimateZone 5b, !- Name
- {501f8390-3264-404e-935f-236c971cd7e6}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {824ba348-a9f4-4797-a7f3-2856655a125c}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {ddd2c3ce-1d87-4f27-8465-1a74a3f0ac54}, !- Handle
- {3deda7e1-0663-433a-910a-cd88557379d9}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {824ba348-a9f4-4797-a7f3-2856655a125c}, !- Handle
- Metal Building Semi-Cond Wall Insulation-0.90, !- Name
- MediumRough, !- Roughness
- 0.0329897280566042, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {cf60cb80-86e3-490e-a5ee-7b83e8ae2da6}, !- Handle
- CBECS Before-1980 ExtWall Metal ClimateZone 6, !- Name
- {58f78fee-3947-4593-9997-24a7f58d396b}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {cbc39297-9825-4ff7-b65a-f36fb8dfd8ae}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {27bad9ac-a9c4-4ebb-bfbb-c8bc4b1b205c}, !- Handle
- {cf60cb80-86e3-490e-a5ee-7b83e8ae2da6}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {cbc39297-9825-4ff7-b65a-f36fb8dfd8ae}, !- Handle
- Metal Building Semi-Cond Wall Insulation-1.02, !- Name
- MediumRough, !- Roughness
- 0.0389043473584362, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {84dcf6b8-6aa2-4d4b-9435-5aea40ca3614}, !- Handle
- CBECS Before-1980 ExtWall Metal ClimateZone 7, !- Name
- {b2a7942d-c30d-4943-aa78-4428a7f03c96}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {d2055a47-ae09-446e-be79-f1c8b60a0980}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {551e2cfe-a7fe-493f-aaef-a8fd906b66a0}, !- Handle
- {84dcf6b8-6aa2-4d4b-9435-5aea40ca3614}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {d2055a47-ae09-446e-be79-f1c8b60a0980}, !- Handle
- Metal Building Semi-Cond Wall Insulation-1.10, !- Name
- MediumRough, !- Roughness
- 0.042842896700511, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {5a9c6c2c-37cc-44e9-8a55-f48cef8452a7}, !- Handle
- CBECS Before-1980 ExtWall Metal ClimateZone 8, !- Name
- {97849181-c59b-4626-b565-0b29c0079f67}, !- Surface Rendering Name
- {04336131-4475-405e-b3da-c35af1315b5a}, !- Layer 1
- {66ecc947-5b16-4ae4-a3f4-c05d0acfc43d}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {4a3197d5-7ee7-4d46-9582-1b2f4db7d577}, !- Handle
- {5a9c6c2c-37cc-44e9-8a55-f48cef8452a7}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- Metal; !- Standards Construction Type
-
-OS:Material,
- {66ecc947-5b16-4ae4-a3f4-c05d0acfc43d}, !- Handle
- Metal Building Semi-Cond Wall Insulation-1.22, !- Name
- MediumRough, !- Roughness
- 0.0484268844343859, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {027814fd-6dd3-435c-af21-9e9183e68f7b}, !- Handle
- CBECS Before-1980 ExtWall SteelFrame ClimateZone 1-3b, !- Name
- {9eb9d127-8aa7-4c97-8bac-30402c18ea5d}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {f7af8ade-6180-4c1c-b489-5f19c3ef1b29}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {aed4ca02-147a-4b7e-b37a-6ac1d2b69a7b}, !- Handle
- {027814fd-6dd3-435c-af21-9e9183e68f7b}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {f7af8ade-6180-4c1c-b489-5f19c3ef1b29}, !- Handle
- Steel Frame NonRes Wall Insulation-0.77, !- Name
- MediumRough, !- Roughness
- 0.0218416164001339, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {8d6b222a-eab5-46b9-9bef-621b01d30244}, !- Handle
- CBECS Before-1980 ExtWall SteelFrame ClimateZone 3c, !- Name
- {6533d3f1-0b90-4320-9220-6fd84955a880}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {dd728c06-fc01-4e40-bd00-e462861c973f}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {9d74fb82-c3fe-411b-9aec-7fff65e4ee6d}, !- Handle
- {8d6b222a-eab5-46b9-9bef-621b01d30244}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {dd728c06-fc01-4e40-bd00-e462861c973f}, !- Handle
- Steel Frame NonRes Wall Insulation-0.79, !- Name
- MediumRough, !- Roughness
- 0.0228466396018124, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {e066f08a-0198-445b-8fb0-543a98cd91a5}, !- Handle
- CBECS Before-1980 ExtWall SteelFrame ClimateZone 4a, !- Name
- {e0d60368-a26f-4420-a6e4-ac892c7859ba}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {a2af71d6-ac6f-4150-892c-3d7e51f68cb7}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {2468c34b-f16c-4160-afbc-4d829d3c1970}, !- Handle
- {e066f08a-0198-445b-8fb0-543a98cd91a5}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {a2af71d6-ac6f-4150-892c-3d7e51f68cb7}, !- Handle
- Steel Frame NonRes Wall Insulation-0.99, !- Name
- MediumRough, !- Roughness
- 0.03280276832256, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {612c3b0d-01ed-473b-86db-3b6c25c95fae}, !- Handle
- CBECS Before-1980 ExtWall SteelFrame ClimateZone 4b, !- Name
- {dabf88b9-5f6f-4dac-b23d-8b8d32124472}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {3589c2bd-a09c-4208-ae50-ee00d329c65b}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {1a398cb9-a747-448f-820d-72baa0a9d1ae}, !- Handle
- {612c3b0d-01ed-473b-86db-3b6c25c95fae}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {3589c2bd-a09c-4208-ae50-ee00d329c65b}, !- Handle
- Steel Frame NonRes Wall Insulation-0.96, !- Name
- MediumRough, !- Roughness
- 0.031221832949133, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {9005dfef-7ef6-4daa-8735-ef9c83895744}, !- Handle
- CBECS Before-1980 ExtWall SteelFrame ClimateZone 4c, !- Name
- {fc70dcf8-88b9-4188-b8ea-4c7bd94e7e09}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {3abcebaa-6802-4506-b867-f57b47367717}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {a38f4766-3d14-4197-98dc-f08613e93768}, !- Handle
- {9005dfef-7ef6-4daa-8735-ef9c83895744}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {3abcebaa-6802-4506-b867-f57b47367717}, !- Handle
- Steel Frame NonRes Wall Insulation-1.01, !- Name
- MediumRough, !- Roughness
- 0.0336338886331616, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {17cf736d-e2ed-4564-b2d1-62f7200f5a57}, !- Handle
- CBECS Before-1980 ExtWall SteelFrame ClimateZone 5a, !- Name
- {7e3a05c6-32e0-45eb-aaa5-7c1027bc1243}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {90145454-e2ff-43a2-9ea6-41d141401f94}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {fa0fabe9-a1bf-47df-b8ce-1c09836600f5}, !- Handle
- {17cf736d-e2ed-4564-b2d1-62f7200f5a57}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {90145454-e2ff-43a2-9ea6-41d141401f94}, !- Handle
- Steel Frame NonRes Wall Insulation-1.13, !- Name
- MediumRough, !- Roughness
- 0.0396399760059273, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {0ec83b05-9c52-4df2-ab19-f7f8ef30589a}, !- Handle
- CBECS Before-1980 ExtWall SteelFrame ClimateZone 5b, !- Name
- {19c9fb78-9783-4918-b241-5bf63d0d457b}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {d4eca843-182e-401b-8006-943e697f4691}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {aac78a61-5ebb-43a2-b0dd-04cec65f3112}, !- Handle
- {0ec83b05-9c52-4df2-ab19-f7f8ef30589a}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {d4eca843-182e-401b-8006-943e697f4691}, !- Handle
- Steel Frame NonRes Wall Insulation-1.09, !- Name
- MediumRough, !- Roughness
- 0.0379219876269896, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {713dab47-cb27-46a5-b9f8-9694ec2ba50d}, !- Handle
- CBECS Before-1980 ExtWall SteelFrame ClimateZone 6, !- Name
- {a669254c-e8be-468c-afac-b805e66e65c5}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {9c86c11a-4e05-43b5-939b-6dc133d27281}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {828be893-a6d2-4547-b8ed-4eb196557481}, !- Handle
- {713dab47-cb27-46a5-b9f8-9694ec2ba50d}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {9c86c11a-4e05-43b5-939b-6dc133d27281}, !- Handle
- Steel Frame NonRes Wall Insulation-1.22, !- Name
- MediumRough, !- Roughness
- 0.0438366069288216, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {9bfaa8e5-23e0-4b71-b74a-fecea3721b67}, !- Handle
- CBECS Before-1980 ExtWall SteelFrame ClimateZone 7, !- Name
- {bed74763-2eda-4ac0-8b49-089599e13a4c}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {f54cfa4d-9ba6-4566-962e-6cc92f62fb07}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {5400a412-bbe8-4f17-9855-0116f4f104f6}, !- Handle
- {9bfaa8e5-23e0-4b71-b74a-fecea3721b67}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {f54cfa4d-9ba6-4566-962e-6cc92f62fb07}, !- Handle
- Steel Frame NonRes Wall Insulation-1.30, !- Name
- MediumRough, !- Roughness
- 0.0477751562708964, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {b83ab60a-2755-4854-a14d-70edd0d45afb}, !- Handle
- CBECS Before-1980 ExtWall SteelFrame ClimateZone 8, !- Name
- {6142552e-3615-4806-a38f-9da80422b7fb}, !- Surface Rendering Name
- {654b692f-726d-4075-bb4a-f5d07b91e05e}, !- Layer 1
- {cc6a95a1-6b8c-4b49-a8b5-a6acb10f6715}, !- Layer 2
- {b53954cf-b065-48a4-8382-23b92f8f0cc0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {8d0059ec-8fa5-4f90-b1ef-ef053e76c22e}, !- Handle
- {b83ab60a-2755-4854-a14d-70edd0d45afb}, !- Construction Name
- ExteriorWall, !- Intended Surface Type
- SteelFramed; !- Standards Construction Type
-
-OS:Material,
- {cc6a95a1-6b8c-4b49-a8b5-a6acb10f6715}, !- Handle
- Steel Frame NonRes Wall Insulation-1.41, !- Name
- MediumRough, !- Roughness
- 0.0533591440047711, !- Thickness {m}
- 0.049, !- Conductivity {W/m-K}
- 265, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {49a7a1d9-4034-4e60-b8d2-ca722c46b54e}, !- Handle
- CBECS Before-1980 ExtWindow ClimateZone 1-4, !- Name
- {94cf3105-757a-4674-bef5-c9508248c9f0}, !- Surface Rendering Name
- {df98fe04-e9d2-4ab2-bc68-b6c29745e5b5}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {eb3c571b-62e8-4cf4-9dfd-7b3a8f1d6195}, !- Handle
- {49a7a1d9-4034-4e60-b8d2-ca722c46b54e}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {df98fe04-e9d2-4ab2-bc68-b6c29745e5b5}, !- Handle
- Fixed Window 5.84/0.54/0.38, !- Name
- 5.84000000000002, !- U-Factor {W/m2-K}
- 0.54, !- Solar Heat Gain Coefficient
- 0.38; !- Visible Transmittance
-
-OS:Construction,
- {0004ac0e-7a7f-4b23-a590-beb8c5ddddbd}, !- Handle
- CBECS Before-1980 ExtWindow ClimateZone 5-8, !- Name
- {8a76f28d-0b4c-4f7c-95ca-366e696bfed2}, !- Surface Rendering Name
- {e9dd9d96-b397-40a7-993c-b34a8e3a1cea}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {9b20151a-b570-42ba-b228-e226149c30bb}, !- Handle
- {0004ac0e-7a7f-4b23-a590-beb8c5ddddbd}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:SimpleGlazingSystem,
- {e9dd9d96-b397-40a7-993c-b34a8e3a1cea}, !- Handle
- Fixed Window 3.53/0.41/0.32, !- Name
- 3.52036, !- U-Factor {W/m2-K}
- 0.41, !- Solar Heat Gain Coefficient
- 0.32; !- Visible Transmittance
-
-OS:Construction,
- {37318866-de5b-4d83-8e00-6ccf54e8d4f9}, !- Handle
- CBECS Before-1980 ExtWindow ClimateZone alt-lrgoff hosp 1-8, !- Name
- {cc69191e-3993-418e-9d0e-958c10cec325}, !- Surface Rendering Name
- {df98fe04-e9d2-4ab2-bc68-b6c29745e5b5}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {fe923ad8-e4cb-4032-8eb4-34e80c54d7d0}, !- Handle
- {37318866-de5b-4d83-8e00-6ccf54e8d4f9}, !- Construction Name
- ExteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:Construction,
- {bdc2ee54-54ce-48f1-9696-2785261ea417}, !- Handle
- ExtSlab 4in ClimateZone 1-8, !- Name
- {9ea4598f-8d09-4a5a-bb0f-d02feb980483}, !- Surface Rendering Name
- {51aad880-73c6-4f27-842c-01091fd15924}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {59fca96b-f123-45b7-9f50-d4d8cfa81751}, !- Handle
- {bdc2ee54-54ce-48f1-9696-2785261ea417}, !- Construction Name
- ExteriorFloor, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:Material,
- {51aad880-73c6-4f27-842c-01091fd15924}, !- Handle
- MAT-CC05 4 HW CONCRETE, !- Name
- Rough, !- Roughness
- 0.1016, !- Thickness {m}
- 1.311, !- Conductivity {W/m-K}
- 2240, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {7162db8f-f301-44fe-9e59-ae00871e40ff}, !- Handle
- ExtSlab 8in ClimateZone 1-8, !- Name
- {2961c469-e384-41b0-801e-e5d3b41ebccf}, !- Surface Rendering Name
- {8f65c46b-9a1e-47c4-94c1-8d9fdd5ad5b4}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {99e984bc-3641-453f-aa38-9cf930299869}, !- Handle
- {7162db8f-f301-44fe-9e59-ae00871e40ff}, !- Construction Name
- ExteriorFloor, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:Material,
- {8f65c46b-9a1e-47c4-94c1-8d9fdd5ad5b4}, !- Handle
- MAT-CC05 8 HW CONCRETE, !- Name
- Rough, !- Roughness
- 0.2032, !- Thickness {m}
- 1.311, !- Conductivity {W/m-K}
- 2240, !- Density {kg/m3}
- 836.800000000001, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Handle
- ExtSlabCarpet 4in ClimateZone 1-8, !- Name
- {fbfa4b1a-a385-4783-803c-cac43a402f55}, !- Surface Rendering Name
- {51aad880-73c6-4f27-842c-01091fd15924}, !- Layer 1
- {c627a4ff-c54b-4fdd-9753-3483b2d321fb}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {fe5fa804-787a-4310-91af-511400bd4502}, !- Handle
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Construction Name
- ExteriorFloor, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:Material:NoMass,
- {c627a4ff-c54b-4fdd-9753-3483b2d321fb}, !- Handle
- CP02 CARPET PAD, !- Name
- Smooth, !- Roughness
- 0.1, !- Thermal Resistance {m2-K/W}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.8; !- Visible Absorptance
-
-OS:Construction,
- {6108102c-6beb-4583-abd3-31da08fd59d8}, !- Handle
- ExtSlabCarpet 8in ClimateZone 1-8, !- Name
- {43bc7622-612f-4898-b1c9-b3f90df46d52}, !- Surface Rendering Name
- {8f65c46b-9a1e-47c4-94c1-8d9fdd5ad5b4}, !- Layer 1
- {c627a4ff-c54b-4fdd-9753-3483b2d321fb}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {9a8682ee-aa8f-4732-98ce-607b64cff972}, !- Handle
- {6108102c-6beb-4583-abd3-31da08fd59d8}, !- Construction Name
- ExteriorFloor, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:Construction,
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Handle
- Exterior Door, !- Name
- {fb248930-f824-4b8f-a700-597d68cc7908}, !- Surface Rendering Name
- {58315ae3-1f47-496b-bed8-aacd51b75bc3}, !- Layer 1
- {d2f4c73b-6a8e-4aaa-b3bb-a7b78dbf73d3}; !- Layer 2
-
-OS:StandardsInformation:Construction,
- {2f0fac6f-0e28-488d-8ca1-29136f93e936}, !- Handle
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Construction Name
- ExteriorDoor, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:Material,
- {58315ae3-1f47-496b-bed8-aacd51b75bc3}, !- Handle
- F08 Metal surface, !- Name
- Smooth, !- Roughness
- 0.0008, !- Thickness {m}
- 45.2800000000001, !- Conductivity {W/m-K}
- 7823.99999999999, !- Density {kg/m3}
- 500, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Material,
- {d2f4c73b-6a8e-4aaa-b3bb-a7b78dbf73d3}, !- Handle
- I01 25mm insulation board, !- Name
- MediumRough, !- Roughness
- 0.0254, !- Thickness {m}
- 0.03, !- Conductivity {W/m-K}
- 43, !- Density {kg/m3}
- 1210, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}, !- Handle
- Interior Ceiling, !- Name
- {1b5d26fe-409a-4172-be04-61408cb97100}, !- Surface Rendering Name
- {9c88b622-14b6-4d50-9dbc-506335e1d557}, !- Layer 1
- {32145be7-84a4-4a06-a325-e722bed86e64}, !- Layer 2
- {74ce8c3f-2c26-4acf-bae1-82fa19007bb0}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {f27b06f7-e783-4576-b2c0-9832f1186c7d}, !- Handle
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}, !- Construction Name
- InteriorCeiling, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:Material,
- {9c88b622-14b6-4d50-9dbc-506335e1d557}, !- Handle
- M11 100mm lightweight concrete, !- Name
- MediumRough, !- Roughness
- 0.1016, !- Thickness {m}
- 0.53, !- Conductivity {W/m-K}
- 1280, !- Density {kg/m3}
- 840.000000000002, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Material:AirGap,
- {32145be7-84a4-4a06-a325-e722bed86e64}, !- Handle
- F05 Ceiling air space resistance, !- Name
- 0.18; !- Thermal Resistance {m2-K/W}
-
-OS:Material,
- {74ce8c3f-2c26-4acf-bae1-82fa19007bb0}, !- Handle
- F16 Acoustic tile, !- Name
- MediumSmooth, !- Roughness
- 0.0191, !- Thickness {m}
- 0.06, !- Conductivity {W/m-K}
- 368, !- Density {kg/m3}
- 590.000000000002, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Handle
- Interior Door, !- Name
- {29b4eeb6-6974-4d5d-9fb2-43fb017e16c6}, !- Surface Rendering Name
- {ccfbd828-d7d6-41f4-a084-8b0a247de90a}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {61d6220b-1c61-44f2-bc88-c891149fe7f9}, !- Handle
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Construction Name
- InteriorDoor, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:Material,
- {ccfbd828-d7d6-41f4-a084-8b0a247de90a}, !- Handle
- G05 25mm wood, !- Name
- MediumSmooth, !- Roughness
- 0.0254, !- Thickness {m}
- 0.15, !- Conductivity {W/m-K}
- 608, !- Density {kg/m3}
- 1630, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Construction,
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Handle
- Interior Floor, !- Name
- {be733825-dbda-4a05-ab77-f0bb38cf54a0}, !- Surface Rendering Name
- {74ce8c3f-2c26-4acf-bae1-82fa19007bb0}, !- Layer 1
- {32145be7-84a4-4a06-a325-e722bed86e64}, !- Layer 2
- {9c88b622-14b6-4d50-9dbc-506335e1d557}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {162c9427-0b4c-4add-80dc-ce5de6ce2c06}, !- Handle
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Construction Name
- InteriorFloor, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:Construction,
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Handle
- Interior Partition, !- Name
- {1d1314a1-2a67-43a2-beb0-8ef73c58d9fb}, !- Surface Rendering Name
- {ccfbd828-d7d6-41f4-a084-8b0a247de90a}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {a5fd901e-079f-45cd-bdc9-01e9aeaf1b0e}, !- Handle
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Construction Name
- InteriorPartition, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:Construction,
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Handle
- Interior Wall, !- Name
- {40096b05-f715-4431-8a21-2ca98978aa32}, !- Surface Rendering Name
- {2dd704f4-a767-42cd-a808-c4f0a1549303}, !- Layer 1
- {52bdf18b-1956-4c09-8521-57078856fa46}, !- Layer 2
- {2dd704f4-a767-42cd-a808-c4f0a1549303}; !- Layer 3
-
-OS:StandardsInformation:Construction,
- {244cbb6f-27d5-47f3-86b5-01d9592b4401}, !- Handle
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Construction Name
- InteriorWall, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:Material,
- {2dd704f4-a767-42cd-a808-c4f0a1549303}, !- Handle
- G01a 19mm gypsum board, !- Name
- MediumSmooth, !- Roughness
- 0.019, !- Thickness {m}
- 0.16, !- Conductivity {W/m-K}
- 800, !- Density {kg/m3}
- 1090, !- Specific Heat {J/kg-K}
- 0.9, !- Thermal Absorptance
- 0.7, !- Solar Absorptance
- 0.7; !- Visible Absorptance
-
-OS:Material:AirGap,
- {52bdf18b-1956-4c09-8521-57078856fa46}, !- Handle
- F04 Wall air space resistance, !- Name
- 0.15; !- Thermal Resistance {m2-K/W}
-
-OS:Construction,
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Handle
- Interior Window, !- Name
- {fd7ce1d1-e737-48df-a217-a982742fa69f}, !- Surface Rendering Name
- {6fb31ff5-548f-4b24-b8c3-1c9c7517ad32}; !- Layer 1
-
-OS:StandardsInformation:Construction,
- {19121587-2ff3-457e-b92d-c36e8ffd6c3f}, !- Handle
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Construction Name
- InteriorWindow, !- Intended Surface Type
- ; !- Standards Construction Type
-
-OS:WindowMaterial:Glazing,
- {6fb31ff5-548f-4b24-b8c3-1c9c7517ad32}, !- Handle
- Clear 3mm, !- Name
- SpectralAverage, !- Optical Data Type
- , !- Window Glass Spectral Data Set Name
- 0.00299999999999999, !- Thickness {m}
- 0.837, !- Solar Transmittance at Normal Incidence
- 0.075, !- Front Side Solar Reflectance at Normal Incidence
- 0, !- Back Side Solar Reflectance at Normal Incidence
- 0.898, !- Visible Transmittance at Normal Incidence
- 0.081, !- Front Side Visible Reflectance at Normal Incidence
- 0, !- Back Side Visible Reflectance at Normal Incidence
- 0, !- Infrared Transmittance at Normal Incidence
- 0.84, !- Front Side Infrared Hemispherical Emissivity
- 0.84, !- Back Side Infrared Hemispherical Emissivity
- 0.9, !- Conductivity {W/m-K}
- 1, !- Dirt Correction Factor for Solar and Visible Transmittance
- Yes; !- Solar Diffusing
-
-OS:SpaceType,
- {5febc266-bcfe-4f9b-9b77-78a6aaf14f03}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ1-3, !- Name
- , !- Default Construction Set Name
- {9b89b368-88e1-4060-b04a-7e8fa1c02ed1}, !- Default Schedule Set Name
- {31d902a8-bca1-4012-95c4-b3a0d0ffb853}, !- Group Rendering Name
- {72f0be34-3c52-417e-8bce-eef7233e471c}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- BreakRoom; !- Standards Space Type
-
-OS:Rendering:Color,
- {31d902a8-bca1-4012-95c4-b3a0d0ffb853}, !- Handle
- Rendering Color 1, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {9b89b368-88e1-4060-b04a-7e8fa1c02ed1}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ1-3 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {381a9e7e-34ab-473c-bd64-1b27a7ed4f11}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ1-3 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 11.6250232500465, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {8fe8c8f0-e657-42c5-912e-d1f541c95033}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ1-3 Lights, !- Name
- {381a9e7e-34ab-473c-bd64-1b27a7ed4f11}, !- Lights Definition Name
- {5febc266-bcfe-4f9b-9b77-78a6aaf14f03}; !- Space or SpaceType Name
-
-OS:Schedule:Ruleset,
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, ! Handle
- Office Bldg Light, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- {81ebb7fc-65c5-4b77-b4bd-512814393514}, ! Default Day Schedule Name
- {61c9f505-b1e5-4e36-8ae8-002315d33720}, ! Summer Design Day Schedule Name
- {7242f7bd-4129-45a5-9f7b-4afe2e797f5d}; ! Winter Design Day Schedule Name
-
-OS:ScheduleTypeLimits,
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Handle
- Fraction, ! Name
- 0, ! Lower Limit Value
- 1, ! Upper Limit Value
- CONTINUOUS; ! Numeric Type
-
-OS:Schedule:Day,
- {81ebb7fc-65c5-4b77-b4bd-512814393514}, ! Handle
- Office Bldg Light Default Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 5, !- Hour 1
- 0, !- Minute 1
- 0.05, !- Value Until Time 1
- 7, !- Hour 2
- 0, !- Minute 2
- 0.1, !- Value Until Time 2
- 8, !- Hour 3
- 0, !- Minute 3
- 0.3, !- Value Until Time 3
- 17, !- Hour 4
- 0, !- Minute 4
- 0.9, !- Value Until Time 4
- 18, !- Hour 5
- 0, !- Minute 5
- 0.7, !- Value Until Time 5
- 20, !- Hour 6
- 0, !- Minute 6
- 0.5, !- Value Until Time 6
- 22, !- Hour 7
- 0, !- Minute 7
- 0.3, !- Value Until Time 7
- 23, !- Hour 8
- 0, !- Minute 8
- 0.1, !- Value Until Time 8
- 24, !- Hour 9
- 0, !- Minute 9
- 0.05; !- Value Until Time 9
-
-OS:Schedule:Day,
- {61c9f505-b1e5-4e36-8ae8-002315d33720}, ! Handle
- Office Bldg Light Summer Design Day, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 1; ! Value Until Time 1
-
-OS:Schedule:Day,
- {7242f7bd-4129-45a5-9f7b-4afe2e797f5d}, ! Handle
- Office Bldg Light Winter Design Day, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {966682ee-3afb-4fe6-88fb-9a714f444676}, ! Handle
- Office Bldg Light Rule 1, ! Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {9a552f9d-7065-455c-bb66-7cb10a461ba4}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {9a552f9d-7065-455c-bb66-7cb10a461ba4}, ! Handle
- Office Bldg Light Rule 1 Day Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0.050000000000000003; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {6d62c270-d3fc-44d7-bc0e-c42163aba85d}, ! Handle
- Office Bldg Light Rule 2, ! Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {68b506ba-80be-4128-a3e0-a6d91b644edb}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {68b506ba-80be-4128-a3e0-a6d91b644edb}, ! Handle
- Office Bldg Light Rule 2 Day Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 0.050000000000000003, ! Value Until Time 1
- 8, ! Hour 2
- 0, ! Minute 2
- 0.10000000000000001, ! Value Until Time 2
- 14, ! Hour 3
- 0, ! Minute 3
- 0.5, ! Value Until Time 3
- 17, ! Hour 4
- 0, ! Minute 4
- 0.14999999999999999, ! Value Until Time 4
- 24, ! Hour 5
- 0, ! Minute 5
- 0.050000000000000003; ! Value Until Time 5
-
-OS:DesignSpecification:OutdoorAir,
- {72f0be34-3c52-417e-8bce-eef7233e471c}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ1-3 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {0a841183-de8c-4dec-8e42-d8c6d53c207f}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ1-3 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {88bc6d64-a382-4428-bd4c-50416ec2e527}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ1-3 People, !- Name
- {0a841183-de8c-4dec-8e42-d8c6d53c207f}, !- People Definition Name
- {5febc266-bcfe-4f9b-9b77-78a6aaf14f03}; !- Space or SpaceType Name
-
-OS:Schedule:Ruleset,
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, ! Handle
- Office Misc Occ, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- {e0411277-fafa-4de6-9f00-93996a9c978d}, ! Default Day Schedule Name
- {1e3d401b-b2ec-42c7-939a-8cbf569db2ee}, ! Summer Design Day Schedule Name
- {e90e1bb0-844e-4d40-bd17-40ecccf62ff7}; ! Winter Design Day Schedule Name
-
-OS:Schedule:Day,
- {e0411277-fafa-4de6-9f00-93996a9c978d}, ! Handle
- Office Bldg Occ Default Schedule 1, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, !- Hour 1
- 0, !- Minute 1
- 0, !- Value Until Time 1
- 7, !- Hour 2
- 0, !- Minute 2
- 0.100000001490116, !- Value Until Time 2
- 8, !- Hour 3
- 0, !- Minute 3
- 0.200000002980232, !- Value Until Time 3
- 20, !- Hour 4
- 0, !- Minute 4
- 0.400000005960464, !- Value Until Time 4
- 22, !- Hour 5
- 0, !- Minute 5
- 0.100000001490116, !- Value Until Time 5
- 24, !- Hour 6
- 0, !- Minute 6
- 0.0500000007450581; !- Value Until Time 6
-
-OS:Schedule:Day,
- {1e3d401b-b2ec-42c7-939a-8cbf569db2ee}, ! Handle
- Office Bldg Occ Summer Design Day 1, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 0, ! Value Until Time 1
- 22, ! Hour 2
- 0, ! Minute 2
- 1, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 0.050000000000000003; ! Value Until Time 3
-
-OS:Schedule:Day,
- {e90e1bb0-844e-4d40-bd17-40ecccf62ff7}, ! Handle
- Office Bldg Occ Winter Design Day 1, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {d8507431-84d3-4c51-9b8a-c957fdfc2005}, ! Handle
- Office Misc Occ Rule 1, ! Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {f7ef9b19-3a1a-4d62-9116-05aa2bdc0a45}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {f7ef9b19-3a1a-4d62-9116-05aa2bdc0a45}, ! Handle
- Office Bldg Occ Rule 1 Day Schedule 1, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {664e67f4-4876-4cb1-b5f5-4b753c902951}, ! Handle
- Office Misc Occ Rule 2, ! Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {fa2d936e-1e42-4a6c-9765-1e68c72b502a}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {fa2d936e-1e42-4a6c-9765-1e68c72b502a}, ! Handle
- Office Bldg Occ Rule 2 Day Schedule 1, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, !- Hour 1
- 0, !- Minute 1
- 0, !- Value Until Time 1
- 8, !- Hour 2
- 0, !- Minute 2
- 0.100000001490116, !- Value Until Time 2
- 14, !- Hour 3
- 0, !- Minute 3
- 0.25, !- Value Until Time 3
- 17, !- Hour 4
- 0, !- Minute 4
- 0.100000001490116, !- Value Until Time 4
- 24, !- Hour 5
- 0, !- Minute 5
- 0; !- Value Until Time 5
-
-OS:Schedule:Ruleset,
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, ! Handle
- Office Activity, ! Name
- {1de0d077-fe1b-41e9-83f3-667e5f142ddb}, ! Schedule Type Limits Name
- {1a579645-b1a6-4b87-b9a7-f53025eb09cc}, ! Default Day Schedule Name
- {5834c1e7-e3c7-4024-ac86-01743e812927}, ! Summer Design Day Schedule Name
- {449a52db-930b-45b1-824b-3327f7e6e876}; ! Winter Design Day Schedule Name
-
-OS:ScheduleTypeLimits,
- {1de0d077-fe1b-41e9-83f3-667e5f142ddb}, !- Handle
- ActivityLevel, !- Name
- 0, !- Lower Limit Value {BasedOnField A4}
- , !- Upper Limit Value {BasedOnField A4}
- Continuous, !- Numeric Type
- ActivityLevel; !- Unit Type
-
-OS:Schedule:Day,
- {1a579645-b1a6-4b87-b9a7-f53025eb09cc}, ! Handle
- Office Activity Default Schedule, ! Name
- {1de0d077-fe1b-41e9-83f3-667e5f142ddb}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, !- Hour 1
- 0, !- Minute 1
- 132; !- Value Until Time 1
-
-OS:Schedule:Day,
- {5834c1e7-e3c7-4024-ac86-01743e812927}, ! Handle
- Office Activity Summer Design Day, ! Name
- {1de0d077-fe1b-41e9-83f3-667e5f142ddb}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, !- Hour 1
- 0, !- Minute 1
- 132; !- Value Until Time 1
-
-OS:Schedule:Day,
- {449a52db-930b-45b1-824b-3327f7e6e876}, ! Handle
- Office Activity Winter Design Day, ! Name
- {1de0d077-fe1b-41e9-83f3-667e5f142ddb}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, !- Hour 1
- 0, !- Minute 1
- 132; !- Value Until Time 1
-
-OS:SpaceInfiltration:DesignFlowRate,
- {9bf9d94b-e4f9-470c-9891-0c1eb1b8bac5}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ1-3 Infiltration, !- Name
- {5febc266-bcfe-4f9b-9b77-78a6aaf14f03}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:Schedule:Ruleset,
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, ! Handle
- Office Infil Quarter On, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- {6ab87a05-7a8e-4784-afa5-517107a76b5d}, ! Default Day Schedule Name
- {8619671e-784e-4206-a005-e744a74a33ea}, ! Summer Design Day Schedule Name
- {cac5868b-43b5-4e83-afa0-ea457a8f37a3}; ! Winter Design Day Schedule Name
-
-OS:Schedule:Day,
- {6ab87a05-7a8e-4784-afa5-517107a76b5d}, ! Handle
- Office Infil Quarter On Default Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, !- Hour 1
- 0, !- Minute 1
- 1, !- Value Until Time 1
- 22, !- Hour 2
- 0, !- Minute 2
- 0.25, !- Value Until Time 2
- 24, !- Hour 3
- 0, !- Minute 3
- 1; !- Value Until Time 3
-
-OS:Schedule:Day,
- {8619671e-784e-4206-a005-e744a74a33ea}, ! Handle
- Office Infil Quarter On Summer Design Day, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 1, ! Value Until Time 1
- 22, ! Hour 2
- 0, ! Minute 2
- 0.25, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 1; ! Value Until Time 3
-
-OS:Schedule:Day,
- {cac5868b-43b5-4e83-afa0-ea457a8f37a3}, ! Handle
- Office Infil Quarter On Winter Design Day, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 1, ! Value Until Time 1
- 18, ! Hour 2
- 0, ! Minute 2
- 0.25, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 1; ! Value Until Time 3
-
-OS:Schedule:Rule,
- {4ab9de51-95b4-47b2-b49e-6a6086f56af7}, ! Handle
- Office Infil Quarter On Rule 1, ! Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {a27ccc3e-9bc2-42de-8bbd-34a1fd204b76}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {a27ccc3e-9bc2-42de-8bbd-34a1fd204b76}, ! Handle
- Office Infil Quarter On Rule 1 Day Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 1; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {d7b4e7d4-9138-4d6c-8de3-9d178db21281}, ! Handle
- Office Infil Quarter On Rule 2, ! Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {8586a896-7026-4dee-88f2-6b5acddc75c8}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {8586a896-7026-4dee-88f2-6b5acddc75c8}, ! Handle
- Office Infil Quarter On Rule 2 Day Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 1, ! Value Until Time 1
- 18, ! Hour 2
- 0, ! Minute 2
- 0.25, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 1; ! Value Until Time 3
-
-OS:ElectricEquipment:Definition,
- {b72a47d1-33dc-4ac7-85b0-bfd796575b1b}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ1-3 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 48.0070404585254, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {018fb0ee-bc07-4453-ac4e-541708b8ff60}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ1-3 Electric Equipment, !- Name
- {b72a47d1-33dc-4ac7-85b0-bfd796575b1b}, !- Electric Equipment Definition Name
- {5febc266-bcfe-4f9b-9b77-78a6aaf14f03}; !- Space or SpaceType Name
-
-OS:Schedule:Ruleset,
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, ! Handle
- Office Bldg Equip, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- {9eace84e-bb70-46db-bee5-91e4e79b245f}, ! Default Day Schedule Name
- {0f30439c-effb-4af3-b6f0-4a4cc2ecb85a}, ! Summer Design Day Schedule Name
- {61ba0876-eff1-4e87-bf44-7339c0f83323}; ! Winter Design Day Schedule Name
-
-OS:Schedule:Day,
- {9eace84e-bb70-46db-bee5-91e4e79b245f}, ! Handle
- Office Bldg Equip Default Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 8, !- Hour 1
- 0, !- Minute 1
- 0.4, !- Value Until Time 1
- 12, !- Hour 2
- 0, !- Minute 2
- 0.9, !- Value Until Time 2
- 13, !- Hour 3
- 0, !- Minute 3
- 0.8, !- Value Until Time 3
- 17, !- Hour 4
- 0, !- Minute 4
- 0.9, !- Value Until Time 4
- 18, !- Hour 5
- 0, !- Minute 5
- 0.8, !- Value Until Time 5
- 20, !- Hour 6
- 0, !- Minute 6
- 0.6, !- Value Until Time 6
- 22, !- Hour 7
- 0, !- Minute 7
- 0.5, !- Value Until Time 7
- 24, !- Hour 8
- 0, !- Minute 8
- 0.4; !- Value Until Time 8
-
-OS:Schedule:Day,
- {0f30439c-effb-4af3-b6f0-4a4cc2ecb85a}, ! Handle
- Office Bldg Equip Summer Design Day, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 1; ! Value Until Time 1
-
-OS:Schedule:Day,
- {61ba0876-eff1-4e87-bf44-7339c0f83323}, ! Handle
- Office Bldg Equip Winter Design Day, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {7ce5d552-0c86-4570-a75b-3bbeb46ea838}, ! Handle
- Office Bldg Equip Rule 1, ! Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {16836196-ff56-4123-a3fc-dd837271e8b9}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {16836196-ff56-4123-a3fc-dd837271e8b9}, ! Handle
- Office Bldg Equip Rule 1 Day Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0.29999999999999999; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {dffbd622-3ac5-41b9-b06c-1e4566bde440}, ! Handle
- Office Bldg Equip Rule 2, ! Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {b4482c61-8309-4db6-aa3f-c8ee3c5f0d97}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {b4482c61-8309-4db6-aa3f-c8ee3c5f0d97}, ! Handle
- Office Bldg Equip Rule 2 Day Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 0.29999999999999999, ! Value Until Time 1
- 8, ! Hour 2
- 0, ! Minute 2
- 0.40000000000000002, ! Value Until Time 2
- 14, ! Hour 3
- 0, ! Minute 3
- 0.5, ! Value Until Time 3
- 17, ! Hour 4
- 0, ! Minute 4
- 0.34999999999999998, ! Value Until Time 4
- 24, ! Hour 5
- 0, ! Minute 5
- 0.29999999999999999; ! Value Until Time 5
-
-OS:ThermostatSetpoint:DualSetpoint,
- {6d1ea4b9-e40f-445b-b5b2-47eafbae2e63}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ1-3 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:Schedule:Ruleset,
- {7995ffd0-8009-49be-9099-72402aeefab3}, ! Handle
- Medium Office HtgSetp, ! Name
- {2b8ac4e2-3c86-4460-a3b4-4c91c88b7583}, ! Schedule Type Limits Name
- {c3834388-dac8-4f70-a0ee-bef08d8f9269}, ! Default Day Schedule Name
- {dc71d03a-8470-4431-82ce-3c0752752869}, ! Summer Design Day Schedule Name
- {59d27efc-9f23-4ac7-9997-e298dd80a9c2}; ! Winter Design Day Schedule Name
-
-OS:ScheduleTypeLimits,
- {2b8ac4e2-3c86-4460-a3b4-4c91c88b7583}, !- Handle
- Temperature 36, !- Name
- , !- Lower Limit Value {BasedOnField A4}
- , !- Upper Limit Value {BasedOnField A4}
- Continuous, !- Numeric Type
- Temperature; !- Unit Type
-
-OS:Schedule:Day,
- {c3834388-dac8-4f70-a0ee-bef08d8f9269}, ! Handle
- Medium Office HtgSetp Default Schedule, ! Name
- {2b8ac4e2-3c86-4460-a3b4-4c91c88b7583}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, !- Hour 1
- 0, !- Minute 1
- 15.6, !- Value Until Time 1
- 22, !- Hour 2
- 0, !- Minute 2
- 21, !- Value Until Time 2
- 24, !- Hour 3
- 0, !- Minute 3
- 15.6; !- Value Until Time 3
-
-OS:Schedule:Day,
- {dc71d03a-8470-4431-82ce-3c0752752869}, ! Handle
- Medium Office HtgSetp Summer Design Day, ! Name
- {2b8ac4e2-3c86-4460-a3b4-4c91c88b7583}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 15.6; ! Value Until Time 1
-
-OS:Schedule:Day,
- {59d27efc-9f23-4ac7-9997-e298dd80a9c2}, ! Handle
- Medium Office HtgSetp Winter Design Day, ! Name
- {2b8ac4e2-3c86-4460-a3b4-4c91c88b7583}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 21; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {b26c1a21-b003-493b-8e85-10fda2044e82}, ! Handle
- Medium Office HtgSetp Rule 1, ! Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {f007fdfc-ddfb-4b58-a9e9-c877a1472494}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {f007fdfc-ddfb-4b58-a9e9-c877a1472494}, ! Handle
- Medium Office HtgSetp Rule 1 Day Schedule, ! Name
- {2b8ac4e2-3c86-4460-a3b4-4c91c88b7583}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 15.6; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {402ebbc9-fd23-4ad7-b2f6-b897592cf6bd}, ! Handle
- Medium Office HtgSetp Rule 2, ! Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {ca05d41c-afad-4c83-8e00-92456bd684c0}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {ca05d41c-afad-4c83-8e00-92456bd684c0}, ! Handle
- Medium Office HtgSetp Rule 2 Day Schedule, ! Name
- {2b8ac4e2-3c86-4460-a3b4-4c91c88b7583}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 15.6, ! Value Until Time 1
- 18, ! Hour 2
- 0, ! Minute 2
- 21, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 15.6; ! Value Until Time 3
-
-OS:Schedule:Ruleset,
- {877493ad-545d-4a12-942c-80be8d2d89cc}, ! Handle
- Medium Office ClgSetp, ! Name
- {a88a7dec-e6d1-4689-bc83-b5b0b7c3457b}, ! Schedule Type Limits Name
- {4034f547-8987-4bf6-9547-bc62b514f4cb}, ! Default Day Schedule Name
- {0e41900b-7221-4894-88ff-087e2339d96c}, ! Summer Design Day Schedule Name
- {d3b2ed77-ad3b-433a-9587-27fa9255c699}; ! Winter Design Day Schedule Name
-
-OS:ScheduleTypeLimits,
- {a88a7dec-e6d1-4689-bc83-b5b0b7c3457b}, !- Handle
- Temperature 37, !- Name
- , !- Lower Limit Value {BasedOnField A4}
- , !- Upper Limit Value {BasedOnField A4}
- Continuous, !- Numeric Type
- Temperature; !- Unit Type
-
-OS:Schedule:Day,
- {4034f547-8987-4bf6-9547-bc62b514f4cb}, ! Handle
- Medium Office ClgSetp Default Schedule, ! Name
- {a88a7dec-e6d1-4689-bc83-b5b0b7c3457b}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, !- Hour 1
- 0, !- Minute 1
- 26.7, !- Value Until Time 1
- 22, !- Hour 2
- 0, !- Minute 2
- 24, !- Value Until Time 2
- 24, !- Hour 3
- 0, !- Minute 3
- 26.7; !- Value Until Time 3
-
-OS:Schedule:Day,
- {0e41900b-7221-4894-88ff-087e2339d96c}, ! Handle
- Medium Office ClgSetp Summer Design Day, ! Name
- {a88a7dec-e6d1-4689-bc83-b5b0b7c3457b}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 26.699999999999999, ! Value Until Time 1
- 22, ! Hour 2
- 0, ! Minute 2
- 24, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 26.699999999999999; ! Value Until Time 3
-
-OS:Schedule:Day,
- {d3b2ed77-ad3b-433a-9587-27fa9255c699}, ! Handle
- Medium Office ClgSetp Winter Design Day, ! Name
- {a88a7dec-e6d1-4689-bc83-b5b0b7c3457b}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 26.699999999999999; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {5cb778c5-853a-43ee-bc3a-a79fd1f85001}, ! Handle
- Medium Office ClgSetp Rule 1, ! Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {043dfd36-61d4-4c3b-a179-5005b42e977c}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {043dfd36-61d4-4c3b-a179-5005b42e977c}, ! Handle
- Medium Office ClgSetp Rule 1 Day Schedule, ! Name
- {a88a7dec-e6d1-4689-bc83-b5b0b7c3457b}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 26.699999999999999; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {253dacda-2ad3-4667-b179-015bd9f16d1b}, ! Handle
- Medium Office ClgSetp Rule 2, ! Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {02f3e2c6-a44d-4eab-b610-2b8c16f6719f}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {02f3e2c6-a44d-4eab-b610-2b8c16f6719f}, ! Handle
- Medium Office ClgSetp Rule 2 Day Schedule, ! Name
- {a88a7dec-e6d1-4689-bc83-b5b0b7c3457b}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 26.699999999999999, ! Value Until Time 1
- 18, ! Hour 2
- 0, ! Minute 2
- 24, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 26.699999999999999; ! Value Until Time 3
-
-OS:SpaceType,
- {e79d10d7-dbcd-4081-b79e-6fa2f5f3b8cd}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ1-3, !- Name
- , !- Default Construction Set Name
- {ade951f9-5246-4ed8-bae0-ec429ab00098}, !- Default Schedule Set Name
- {cb0e71fa-270c-4d6a-80d3-3188548e40b9}, !- Group Rendering Name
- {9f5526e5-2040-4390-8855-d3550790fe85}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- ClosedOffice; !- Standards Space Type
-
-OS:Rendering:Color,
- {cb0e71fa-270c-4d6a-80d3-3188548e40b9}, !- Handle
- Rendering Color 2, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {ade951f9-5246-4ed8-bae0-ec429ab00098}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ1-3 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {5afa65e6-b96a-4ccf-95d9-b0d8a2e6442d}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {e3153d46-e360-46c2-9ae7-004e9f441f98}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ1-3 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 10.6562713125426, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {8d5ae11b-1e3b-4dab-9617-4f20cce86282}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ1-3 Lights, !- Name
- {e3153d46-e360-46c2-9ae7-004e9f441f98}, !- Lights Definition Name
- {e79d10d7-dbcd-4081-b79e-6fa2f5f3b8cd}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {9f5526e5-2040-4390-8855-d3550790fe85}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ1-3 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {07cd1527-88ae-494a-b8ba-4689950049d8}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ1-3 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0511285744793712, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {d8af3216-aa89-48ca-b9d0-f305ebd11bc1}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ1-3 People, !- Name
- {07cd1527-88ae-494a-b8ba-4689950049d8}, !- People Definition Name
- {e79d10d7-dbcd-4081-b79e-6fa2f5f3b8cd}; !- Space or SpaceType Name
-
-OS:Schedule:Ruleset,
- {5afa65e6-b96a-4ccf-95d9-b0d8a2e6442d}, ! Handle
- Office Work Occ, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- {d1c17eba-b1be-42ba-bf6a-4ffddc207dd2}, ! Default Day Schedule Name
- {b4ce06a1-921c-40db-9ac3-7e69498dde52}, ! Summer Design Day Schedule Name
- {c07d8f20-0c98-4c14-841b-6eaef1e6b936}; ! Winter Design Day Schedule Name
-
-OS:Schedule:Day,
- {d1c17eba-b1be-42ba-bf6a-4ffddc207dd2}, ! Handle
- Office Bldg Occ Default Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, !- Hour 1
- 0, !- Minute 1
- 0, !- Value Until Time 1
- 7, !- Hour 2
- 0, !- Minute 2
- 0.100000001490116, !- Value Until Time 2
- 8, !- Hour 3
- 0, !- Minute 3
- 0.200000002980232, !- Value Until Time 3
- 12, !- Hour 4
- 0, !- Minute 4
- 0.850000023841858, !- Value Until Time 4
- 13, !- Hour 5
- 0, !- Minute 5
- 0.5, !- Value Until Time 5
- 17, !- Hour 6
- 0, !- Minute 6
- 0.850000023841858, !- Value Until Time 6
- 18, !- Hour 7
- 0, !- Minute 7
- 0.699999988079071, !- Value Until Time 7
- 20, !- Hour 8
- 0, !- Minute 8
- 0.400000005960464, !- Value Until Time 8
- 22, !- Hour 9
- 0, !- Minute 9
- 0.100000001490116, !- Value Until Time 9
- 24, !- Hour 10
- 0, !- Minute 10
- 0.0500000007450581; !- Value Until Time 10
-
-OS:Schedule:Day,
- {b4ce06a1-921c-40db-9ac3-7e69498dde52}, ! Handle
- Office Bldg Occ Summer Design Day, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 0, ! Value Until Time 1
- 22, ! Hour 2
- 0, ! Minute 2
- 1, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 0.050000000000000003; ! Value Until Time 3
-
-OS:Schedule:Day,
- {c07d8f20-0c98-4c14-841b-6eaef1e6b936}, ! Handle
- Office Bldg Occ Winter Design Day, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {5067797e-a20f-4b67-a90c-13b5ae30f7d8}, ! Handle
- Office Work Occ Rule 1, ! Name
- {5afa65e6-b96a-4ccf-95d9-b0d8a2e6442d}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {d94b4af5-9fb8-4ce8-a800-7d11404e2b30}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {d94b4af5-9fb8-4ce8-a800-7d11404e2b30}, ! Handle
- Office Bldg Occ Rule 1 Day Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {817fd481-300b-4108-8909-c5f823c1f194}, ! Handle
- Office Work Occ Rule 2, ! Name
- {5afa65e6-b96a-4ccf-95d9-b0d8a2e6442d}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {5a84a9d7-6029-404d-a476-a4562470eee1}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {5a84a9d7-6029-404d-a476-a4562470eee1}, ! Handle
- Office Bldg Occ Rule 2 Day Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, !- Hour 1
- 0, !- Minute 1
- 0, !- Value Until Time 1
- 8, !- Hour 2
- 0, !- Minute 2
- 0.100000001490116, !- Value Until Time 2
- 14, !- Hour 3
- 0, !- Minute 3
- 0.400000005960464, !- Value Until Time 3
- 17, !- Hour 4
- 0, !- Minute 4
- 0.100000001490116, !- Value Until Time 4
- 24, !- Hour 5
- 0, !- Minute 5
- 0; !- Value Until Time 5
-
-OS:SpaceInfiltration:DesignFlowRate,
- {62a73bcf-ea79-487e-a062-07b25cef16c9}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ1-3 Infiltration, !- Name
- {e79d10d7-dbcd-4081-b79e-6fa2f5f3b8cd}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {692cc20e-30fb-4a16-8e84-14bf470844a5}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ1-3 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 6.88890266669422, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {3b5a1f8f-4d0a-4784-ba80-ad299cb2992a}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ1-3 Electric Equipment, !- Name
- {692cc20e-30fb-4a16-8e84-14bf470844a5}, !- Electric Equipment Definition Name
- {e79d10d7-dbcd-4081-b79e-6fa2f5f3b8cd}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {9c204fa2-56f6-445c-8f2f-aba09b5cfa9d}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ1-3 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {c5220a7c-7231-41d4-8090-e0d723078dde}, !- Handle
- 189.1-2009 - Office - Conference - CZ1-3, !- Name
- , !- Default Construction Set Name
- {103404cc-60f9-40d8-93d9-d5b19cf8b378}, !- Default Schedule Set Name
- {ecadd26c-9c58-4dfa-99f0-c9e6203a9160}, !- Group Rendering Name
- {590cf787-919c-4656-9f04-48ccc335d371}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Conference; !- Standards Space Type
-
-OS:Rendering:Color,
- {ecadd26c-9c58-4dfa-99f0-c9e6203a9160}, !- Handle
- Rendering Color 3, !- Name
- 230, !- Rendering Red Value
- 196, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {103404cc-60f9-40d8-93d9-d5b19cf8b378}, !- Handle
- 189.1-2009 - Office - Conference - CZ1-3 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {cf59e131-f44d-4c7c-afc9-849d0fbb2112}, !- Handle
- 189.1-2009 - Office - Conference - CZ1-3 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 12.5937751875504, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {f8ec63ce-cd6f-436e-a8e5-5f8737e8d4da}, !- Handle
- 189.1-2009 - Office - Conference - CZ1-3 Lights, !- Name
- {cf59e131-f44d-4c7c-afc9-849d0fbb2112}, !- Lights Definition Name
- {c5220a7c-7231-41d4-8090-e0d723078dde}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {590cf787-919c-4656-9f04-48ccc335d371}, !- Handle
- 189.1-2009 - Office - Conference - CZ1-3 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {16cdd761-b14b-4d15-b037-765c0345c187}, !- Handle
- 189.1-2009 - Office - Conference - CZ1-3 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {3496a2bd-a9ed-46b1-bc94-1b5e2022a227}, !- Handle
- 189.1-2009 - Office - Conference - CZ1-3 People, !- Name
- {16cdd761-b14b-4d15-b037-765c0345c187}, !- People Definition Name
- {c5220a7c-7231-41d4-8090-e0d723078dde}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {860c12ea-ca36-4217-ac89-9fff4a50193f}, !- Handle
- 189.1-2009 - Office - Conference - CZ1-3 Infiltration, !- Name
- {c5220a7c-7231-41d4-8090-e0d723078dde}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {0bb6f469-3e44-439d-8d97-289aa78652f5}, !- Handle
- 189.1-2009 - Office - Conference - CZ1-3 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 3.9826468541826, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {6d6c39db-7d77-4e56-bae5-976fb3f01c11}, !- Handle
- 189.1-2009 - Office - Conference - CZ1-3 Electric Equipment, !- Name
- {0bb6f469-3e44-439d-8d97-289aa78652f5}, !- Electric Equipment Definition Name
- {c5220a7c-7231-41d4-8090-e0d723078dde}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {9cbb857f-23b9-45a8-ae84-dbb8608badb5}, !- Handle
- 189.1-2009 - Office - Conference - CZ1-3 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {2a6d513c-c5c7-4335-b192-fb1a8ca53c95}, !- Handle
- 189.1-2009 - Office - Corridor - CZ1-3, !- Name
- , !- Default Construction Set Name
- {36e07c9d-c090-42d2-906b-65683cdb2753}, !- Default Schedule Set Name
- {43b1170b-3c94-4806-ae56-1928ae15f1ab}, !- Group Rendering Name
- {daf9470e-071a-4d20-a718-83d9e0450c04}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Corridor; !- Standards Space Type
-
-OS:Rendering:Color,
- {43b1170b-3c94-4806-ae56-1928ae15f1ab}, !- Handle
- Rendering Color 4, !- Name
- 169, !- Rendering Red Value
- 31, !- Rendering Green Value
- 31; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {36e07c9d-c090-42d2-906b-65683cdb2753}, !- Handle
- 189.1-2009 - Office - Corridor - CZ1-3 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {5afa65e6-b96a-4ccf-95d9-b0d8a2e6442d}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {6f020fa2-5aef-4871-b8ef-ccf21fe5d3af}, !- Handle
- 189.1-2009 - Office - Corridor - CZ1-3 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 4.84375968751938, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {0f29a166-7cc7-459f-958c-c35eb71d3316}, !- Handle
- 189.1-2009 - Office - Corridor - CZ1-3 Lights, !- Name
- {6f020fa2-5aef-4871-b8ef-ccf21fe5d3af}, !- Lights Definition Name
- {2a6d513c-c5c7-4335-b192-fb1a8ca53c95}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {daf9470e-071a-4d20-a718-83d9e0450c04}, !- Handle
- 189.1-2009 - Office - Corridor - CZ1-3 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {a9743040-e466-40a3-a79f-65c356453faf}, !- Handle
- 189.1-2009 - Office - Corridor - CZ1-3 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {83eee8ed-aee8-410f-9b09-4f3aeab2b198}, !- Handle
- 189.1-2009 - Office - Corridor - CZ1-3 People, !- Name
- {a9743040-e466-40a3-a79f-65c356453faf}, !- People Definition Name
- {2a6d513c-c5c7-4335-b192-fb1a8ca53c95}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {eae67f26-a3c7-4164-b086-f3fe8a82ab1a}, !- Handle
- 189.1-2009 - Office - Corridor - CZ1-3 Infiltration, !- Name
- {2a6d513c-c5c7-4335-b192-fb1a8ca53c95}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {dfe02e7c-ffd5-4bdc-87aa-4f91a9e5bb16}, !- Handle
- 189.1-2009 - Office - Corridor - CZ1-3 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 1.72222566667356, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {5f8068f7-5424-49ca-b133-ec209ed3537f}, !- Handle
- 189.1-2009 - Office - Corridor - CZ1-3 Electric Equipment, !- Name
- {dfe02e7c-ffd5-4bdc-87aa-4f91a9e5bb16}, !- Electric Equipment Definition Name
- {2a6d513c-c5c7-4335-b192-fb1a8ca53c95}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {a9b9882f-22a8-4f9c-8d20-c70250c67590}, !- Handle
- 189.1-2009 - Office - Corridor - CZ1-3 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {05459608-d7a2-4f6c-a728-a37aaceaf9d5}, !- Handle
- 189.1-2009 - Office - Elec/MechRoom - CZ1-3, !- Name
- , !- Default Construction Set Name
- {38a7b009-2fa5-47af-af86-9aec8965a591}, !- Default Schedule Set Name
- {5f770b9c-baec-4e36-b659-8c4391824631}, !- Group Rendering Name
- {78d0c137-4554-45ab-9be7-03e77d7ba09f}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Elec/MechRoom; !- Standards Space Type
-
-OS:Rendering:Color,
- {5f770b9c-baec-4e36-b659-8c4391824631}, !- Handle
- Rendering Color 5, !- Name
- 41, !- Rendering Red Value
- 31, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {38a7b009-2fa5-47af-af86-9aec8965a591}, !- Handle
- 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- , !- Number of People Schedule Name
- , !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {78783608-1af6-4d0d-b771-99f32f0a79aa}, !- Handle
- 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 14.5312790625581, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {3c992e6b-46a2-4830-81e4-d028e45b1f11}, !- Handle
- 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Lights, !- Name
- {78783608-1af6-4d0d-b771-99f32f0a79aa}, !- Lights Definition Name
- {05459608-d7a2-4f6c-a728-a37aaceaf9d5}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {78d0c137-4554-45ab-9be7-03e77d7ba09f}, !- Handle
- 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {053cf99c-3606-4d3b-a77d-b9a4118baf5f}, !- Handle
- 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Infiltration, !- Name
- {05459608-d7a2-4f6c-a728-a37aaceaf9d5}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {3c1b64f0-0879-4051-a250-6b44e75c5d53}, !- Handle
- 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 2.90625581251162, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {d690feaf-dc1a-42c6-998e-0089d0d72e34}, !- Handle
- 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Electric Equipment, !- Name
- {3c1b64f0-0879-4051-a250-6b44e75c5d53}, !- Electric Equipment Definition Name
- {05459608-d7a2-4f6c-a728-a37aaceaf9d5}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {8cbf210b-8ee8-46c3-b630-6b19cfe7c452}, !- Handle
- 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {d4a43d85-899a-4462-9698-6169183fda01}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ1-3, !- Name
- , !- Default Construction Set Name
- {2f12cd2e-381d-498d-accd-babb27175c53}, !- Default Schedule Set Name
- {00907de9-e0fc-4a6d-96fb-7017154f63f6}, !- Group Rendering Name
- {3776a993-7d44-4f31-bb76-0d03d69c255d}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- IT_Room; !- Standards Space Type
-
-OS:Rendering:Color,
- {00907de9-e0fc-4a6d-96fb-7017154f63f6}, !- Handle
- Rendering Color 6, !- Name
- 41, !- Rendering Red Value
- 31, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {2f12cd2e-381d-498d-accd-babb27175c53}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ1-3 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {5dc01f61-8471-44ad-aaf7-9a3facb47189}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ1-3 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 10.6562713125426, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {e0b90c36-b1ea-4f13-a76a-0a3580a31a01}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ1-3 Lights, !- Name
- {5dc01f61-8471-44ad-aaf7-9a3facb47189}, !- Lights Definition Name
- {d4a43d85-899a-4462-9698-6169183fda01}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {3776a993-7d44-4f31-bb76-0d03d69c255d}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ1-3 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {b0edadf6-688a-47be-a775-e40d418abcb5}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ1-3 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {fdee10b5-f459-4020-a714-fcad4a82ceb7}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ1-3 People, !- Name
- {b0edadf6-688a-47be-a775-e40d418abcb5}, !- People Definition Name
- {d4a43d85-899a-4462-9698-6169183fda01}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {1d1f567f-9bd2-4bb9-88a7-65273d83fd98}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ1-3 Infiltration, !- Name
- {d4a43d85-899a-4462-9698-6169183fda01}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {5414caab-539d-4337-ae84-57dd1b22a0d3}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ1-3 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 16.7917002500672, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {e228c192-8050-4cf1-ab24-ee7f931ab114}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ1-3 Electric Equipment, !- Name
- {5414caab-539d-4337-ae84-57dd1b22a0d3}, !- Electric Equipment Definition Name
- {d4a43d85-899a-4462-9698-6169183fda01}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {a3b96032-104c-4ed4-8a42-5410f313c845}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ1-3 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {9eaefd6d-10b9-40b5-af8d-6c387cab4f75}, !- Handle
- 189.1-2009 - Office - Lobby - CZ1-3, !- Name
- , !- Default Construction Set Name
- {a0fd750c-6146-4e0a-be74-2740392e7aee}, !- Default Schedule Set Name
- {c992c37b-08bf-4920-bec0-6003ecd6a89d}, !- Group Rendering Name
- {ce360c15-8a1b-4552-ad6b-4a8b24756d73}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Lobby; !- Standards Space Type
-
-OS:Rendering:Color,
- {c992c37b-08bf-4920-bec0-6003ecd6a89d}, !- Handle
- Rendering Color 7, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {a0fd750c-6146-4e0a-be74-2740392e7aee}, !- Handle
- 189.1-2009 - Office - Lobby - CZ1-3 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {68323160-a805-494e-97d8-ba056ea7ff05}, !- Handle
- 189.1-2009 - Office - Lobby - CZ1-3 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 12.5937751875504, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {a58e2fb2-e6b9-4fe8-bed2-37b650147b20}, !- Handle
- 189.1-2009 - Office - Lobby - CZ1-3 Lights, !- Name
- {68323160-a805-494e-97d8-ba056ea7ff05}, !- Lights Definition Name
- {9eaefd6d-10b9-40b5-af8d-6c387cab4f75}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {ce360c15-8a1b-4552-ad6b-4a8b24756d73}, !- Handle
- 189.1-2009 - Office - Lobby - CZ1-3 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {65648452-f3b8-40fc-9db9-0ce13444beed}, !- Handle
- 189.1-2009 - Office - Lobby - CZ1-3 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {04d46718-d19b-44c0-83d2-29c5f316a5b1}, !- Handle
- 189.1-2009 - Office - Lobby - CZ1-3 People, !- Name
- {65648452-f3b8-40fc-9db9-0ce13444beed}, !- People Definition Name
- {9eaefd6d-10b9-40b5-af8d-6c387cab4f75}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {f8c9d4cf-33c0-4a9b-abbb-0df9e2698984}, !- Handle
- 189.1-2009 - Office - Lobby - CZ1-3 Infiltration, !- Name
- {9eaefd6d-10b9-40b5-af8d-6c387cab4f75}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {e837ddc8-389e-48ae-965a-34de6f577648}, !- Handle
- 189.1-2009 - Office - Lobby - CZ1-3 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 0.753473729169681, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {9f2a70b6-c44d-4268-b8ed-d4ab0265c5b3}, !- Handle
- 189.1-2009 - Office - Lobby - CZ1-3 Electric Equipment, !- Name
- {e837ddc8-389e-48ae-965a-34de6f577648}, !- Electric Equipment Definition Name
- {9eaefd6d-10b9-40b5-af8d-6c387cab4f75}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {930f16e3-ef5b-4dc0-8264-8b1f26a29fc0}, !- Handle
- 189.1-2009 - Office - Lobby - CZ1-3 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {c260b420-3784-4146-abdf-3b102edb3ea1}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ1-3, !- Name
- , !- Default Construction Set Name
- {d8aa871a-2feb-4994-8ea7-3586fc0b286a}, !- Default Schedule Set Name
- {ffb33541-9b02-40cf-9b7d-dda5ee5d10cf}, !- Group Rendering Name
- {4548c416-2ce2-4f8f-95ee-cb469e6f8f19}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- OpenOffice; !- Standards Space Type
-
-OS:Rendering:Color,
- {ffb33541-9b02-40cf-9b7d-dda5ee5d10cf}, !- Handle
- Rendering Color 8, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {d8aa871a-2feb-4994-8ea7-3586fc0b286a}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ1-3 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {5afa65e6-b96a-4ccf-95d9-b0d8a2e6442d}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {4a03bc1f-9cfe-4b95-b163-98327aab8725}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ1-3 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 10.6562713125426, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {bbcedb18-45b2-4864-b1bf-185872ed483d}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ1-3 Lights, !- Name
- {4a03bc1f-9cfe-4b95-b163-98327aab8725}, !- Lights Definition Name
- {c260b420-3784-4146-abdf-3b102edb3ea1}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {4548c416-2ce2-4f8f-95ee-cb469e6f8f19}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ1-3 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {b91492a2-25e7-4a1c-ac6c-3c32f56d0a56}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ1-3 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.056510529687726, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {d4a07428-e223-4477-ad4c-0d21e0eee453}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ1-3 People, !- Name
- {b91492a2-25e7-4a1c-ac6c-3c32f56d0a56}, !- People Definition Name
- {c260b420-3784-4146-abdf-3b102edb3ea1}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {1783e143-800c-43bc-a223-c9efbbb9da4e}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ1-3 Infiltration, !- Name
- {c260b420-3784-4146-abdf-3b102edb3ea1}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {c3f501c6-85e7-4ce2-9116-ead67cf16e61}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ1-3 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 7.6423763958639, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {c195cb2d-ae6b-4704-ade6-683b8552aa42}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ1-3 Electric Equipment, !- Name
- {c3f501c6-85e7-4ce2-9116-ead67cf16e61}, !- Electric Equipment Definition Name
- {c260b420-3784-4146-abdf-3b102edb3ea1}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {a1638aa9-8090-43b2-967e-869562b3e134}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ1-3 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:Building,
- {5ad31d7c-9962-4919-aa27-fa23068e8a92}, !- Handle
- Building 1, !- Name
- , !- Building Sector Type
- , !- North Axis {deg}
- , !- Nominal Floor to Floor Height {m}
- {9bd09144-44b4-4281-b6c7-882cda5704c2}, !- Space Type Name
- {ebbc0730-92c8-4edd-8d6d-6fd82c130474}, !- Default Construction Set Name
- , !- Default Schedule Set Name
- , !- Standards Number of Stories
- , !- Standards Number of Above Ground Stories
- ; !- Standards Building Type
-
-OS:SpaceType,
- {4a7923f7-a334-4d90-a6da-da1b587dc49b}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ1-3, !- Name
- , !- Default Construction Set Name
- {585622d2-452a-4793-9879-9f5479d999f3}, !- Default Schedule Set Name
- {b6435176-09f5-4dcd-bf5a-4e7e70de89b8}, !- Group Rendering Name
- {b69d3dd6-a82d-426f-a921-cc9178ba1a26}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- PrintRoom; !- Standards Space Type
-
-OS:Rendering:Color,
- {b6435176-09f5-4dcd-bf5a-4e7e70de89b8}, !- Handle
- Rendering Color 9, !- Name
- 41, !- Rendering Red Value
- 31, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {585622d2-452a-4793-9879-9f5479d999f3}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ1-3 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {abd94308-016e-40d3-89c2-57ad15f7b58c}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ1-3 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 10.6562713125426, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {a65f541f-afe6-41a1-be1f-d671ef2c9c35}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ1-3 Lights, !- Name
- {abd94308-016e-40d3-89c2-57ad15f7b58c}, !- Lights Definition Name
- {4a7923f7-a334-4d90-a6da-da1b587dc49b}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {b69d3dd6-a82d-426f-a921-cc9178ba1a26}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ1-3 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {b491250e-701e-4ee2-881b-e3d496296525}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ1-3 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {b84fa177-9d94-449a-a324-0a33b4c5fc76}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ1-3 People, !- Name
- {b491250e-701e-4ee2-881b-e3d496296525}, !- People Definition Name
- {4a7923f7-a334-4d90-a6da-da1b587dc49b}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {bc2783dc-6b42-47fa-98f7-986cc17c2eab}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ1-3 Infiltration, !- Name
- {4a7923f7-a334-4d90-a6da-da1b587dc49b}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {8fbc7187-1dda-40d6-a2c3-1e3fdf0ac0af}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ1-3 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 30.0313100626201, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {d006dc13-879e-4a0f-88a6-3549d7327494}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ1-3 Electric Equipment, !- Name
- {8fbc7187-1dda-40d6-a2c3-1e3fdf0ac0af}, !- Electric Equipment Definition Name
- {4a7923f7-a334-4d90-a6da-da1b587dc49b}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {031e22c2-7a7a-4316-94f5-ade1399393c5}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ1-3 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {97489cd2-1322-4c6b-ba85-343c88d926bf}, !- Handle
- 189.1-2009 - Office - Restroom - CZ1-3, !- Name
- , !- Default Construction Set Name
- {4bd5a2db-523d-4da4-8823-c91d1b4bdd90}, !- Default Schedule Set Name
- {2e5b2d24-19e2-4481-93c8-7d7756503089}, !- Group Rendering Name
- {cbef9f22-11a8-4c7e-b7d4-2bcf864544df}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Restroom; !- Standards Space Type
-
-OS:Rendering:Color,
- {2e5b2d24-19e2-4481-93c8-7d7756503089}, !- Handle
- Rendering Color 10, !- Name
- 169, !- Rendering Red Value
- 169, !- Rendering Green Value
- 31; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {4bd5a2db-523d-4da4-8823-c91d1b4bdd90}, !- Handle
- 189.1-2009 - Office - Restroom - CZ1-3 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {a5c73c13-6a8d-46b5-86a2-d83d9245fec0}, !- Handle
- 189.1-2009 - Office - Restroom - CZ1-3 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 8.71876743753488, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {9876ef42-21b9-4f12-b715-62686393ff22}, !- Handle
- 189.1-2009 - Office - Restroom - CZ1-3 Lights, !- Name
- {a5c73c13-6a8d-46b5-86a2-d83d9245fec0}, !- Lights Definition Name
- {97489cd2-1322-4c6b-ba85-343c88d926bf}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {cbef9f22-11a8-4c7e-b7d4-2bcf864544df}, !- Handle
- 189.1-2009 - Office - Restroom - CZ1-3 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.0048768, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {b24c7cdb-83d8-4a19-ad82-22b395150907}, !- Handle
- 189.1-2009 - Office - Restroom - CZ1-3 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {15a99bb6-aa10-4414-b1f4-0e33ca5d8ddc}, !- Handle
- 189.1-2009 - Office - Restroom - CZ1-3 People, !- Name
- {b24c7cdb-83d8-4a19-ad82-22b395150907}, !- People Definition Name
- {97489cd2-1322-4c6b-ba85-343c88d926bf}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {41e1cb2e-1c35-49ce-bf7f-d19898602e26}, !- Handle
- 189.1-2009 - Office - Restroom - CZ1-3 Infiltration, !- Name
- {97489cd2-1322-4c6b-ba85-343c88d926bf}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {4b56d2cb-a7c5-46c3-9dbc-d087d24b01aa}, !- Handle
- 189.1-2009 - Office - Restroom - CZ1-3 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 0.753473729169681, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {b28eedcb-3c2e-45d9-a678-aa98ebfbd983}, !- Handle
- 189.1-2009 - Office - Restroom - CZ1-3 Electric Equipment, !- Name
- {4b56d2cb-a7c5-46c3-9dbc-d087d24b01aa}, !- Electric Equipment Definition Name
- {97489cd2-1322-4c6b-ba85-343c88d926bf}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {8ecd76d9-2bb5-4837-b499-bdc36b5879e2}, !- Handle
- 189.1-2009 - Office - Restroom - CZ1-3 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {49ee528e-c08a-4fde-8e19-2a6c9e5fc530}, !- Handle
- 189.1-2009 - Office - Stair - CZ1-3, !- Name
- , !- Default Construction Set Name
- {6efd2d74-dd47-447a-a096-3e8a94117b41}, !- Default Schedule Set Name
- {8f2cd533-1177-44fd-86cb-5afb6839368f}, !- Group Rendering Name
- {5c888b34-dbf8-46ed-9c15-9fbc727c0615}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Stair; !- Standards Space Type
-
-OS:Rendering:Color,
- {8f2cd533-1177-44fd-86cb-5afb6839368f}, !- Handle
- Rendering Color 11, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {6efd2d74-dd47-447a-a096-3e8a94117b41}, !- Handle
- 189.1-2009 - Office - Stair - CZ1-3 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- , !- Number of People Schedule Name
- , !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- , !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {419adf88-31a6-4768-9305-cba90c01e1c8}, !- Handle
- 189.1-2009 - Office - Stair - CZ1-3 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 5.81251162502325, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {62faee81-4745-4e68-830a-cc63340b1f90}, !- Handle
- 189.1-2009 - Office - Stair - CZ1-3 Lights, !- Name
- {419adf88-31a6-4768-9305-cba90c01e1c8}, !- Lights Definition Name
- {49ee528e-c08a-4fde-8e19-2a6c9e5fc530}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {5c888b34-dbf8-46ed-9c15-9fbc727c0615}, !- Handle
- 189.1-2009 - Office - Stair - CZ1-3 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {0288eb43-96e4-4fde-97bf-4eab8a79cf7e}, !- Handle
- 189.1-2009 - Office - Stair - CZ1-3 Infiltration, !- Name
- {49ee528e-c08a-4fde-8e19-2a6c9e5fc530}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ThermostatSetpoint:DualSetpoint,
- {22b98e65-2550-41c5-9899-e48d636d6712}, !- Handle
- 189.1-2009 - Office - Stair - CZ1-3 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {02c485ac-5b0e-44b0-903c-5e10ec74ac3e}, !- Handle
- 189.1-2009 - Office - Storage - CZ1-3, !- Name
- , !- Default Construction Set Name
- {a07e4db6-7fab-4b8f-a8bd-00c05266310f}, !- Default Schedule Set Name
- {6b2456e7-19fa-4823-9af1-98ea1a6dfd9e}, !- Group Rendering Name
- {4539ce6c-bc7c-473f-b67d-f1dbdf2767eb}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Storage; !- Standards Space Type
-
-OS:Rendering:Color,
- {6b2456e7-19fa-4823-9af1-98ea1a6dfd9e}, !- Handle
- Rendering Color 12, !- Name
- 120, !- Rendering Red Value
- 149, !- Rendering Green Value
- 230; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {a07e4db6-7fab-4b8f-a8bd-00c05266310f}, !- Handle
- 189.1-2009 - Office - Storage - CZ1-3 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- , !- Number of People Schedule Name
- , !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- , !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {b1ae5220-2e33-482c-a46a-e4be1f48d719}, !- Handle
- 189.1-2009 - Office - Storage - CZ1-3 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 7.750015500031, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {b55f56fe-cfaa-4fb4-8749-78ec11a0e6eb}, !- Handle
- 189.1-2009 - Office - Storage - CZ1-3 Lights, !- Name
- {b1ae5220-2e33-482c-a46a-e4be1f48d719}, !- Lights Definition Name
- {02c485ac-5b0e-44b0-903c-5e10ec74ac3e}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {4539ce6c-bc7c-473f-b67d-f1dbdf2767eb}, !- Handle
- 189.1-2009 - Office - Storage - CZ1-3 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {092ee05a-6c23-4524-92be-df8ee27a67d5}, !- Handle
- 189.1-2009 - Office - Storage - CZ1-3 Infiltration, !- Name
- {02c485ac-5b0e-44b0-903c-5e10ec74ac3e}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ThermostatSetpoint:DualSetpoint,
- {f540b702-8fa2-4a5e-b52c-51af5cacc435}, !- Handle
- 189.1-2009 - Office - Storage - CZ1-3 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {eb0fbce3-4dee-4923-95a4-9b9dc08c6165}, !- Handle
- 189.1-2009 - Office - Vending - CZ1-3, !- Name
- , !- Default Construction Set Name
- {47fd32c1-91df-4e43-b7e8-5eb906632149}, !- Default Schedule Set Name
- {1bc40e43-1146-4e96-9a7b-10ee84be8e24}, !- Group Rendering Name
- {517b51e1-0644-48ee-8bff-df5d9e3f770a}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Vending; !- Standards Space Type
-
-OS:Rendering:Color,
- {1bc40e43-1146-4e96-9a7b-10ee84be8e24}, !- Handle
- Rendering Color 13, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {47fd32c1-91df-4e43-b7e8-5eb906632149}, !- Handle
- 189.1-2009 - Office - Vending - CZ1-3 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {928adfd5-c682-4472-b488-204798596c0f}, !- Handle
- 189.1-2009 - Office - Vending - CZ1-3 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 4.84375968751938, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {222838b1-2656-4bf1-baff-58e66a307bb3}, !- Handle
- 189.1-2009 - Office - Vending - CZ1-3 Lights, !- Name
- {928adfd5-c682-4472-b488-204798596c0f}, !- Lights Definition Name
- {eb0fbce3-4dee-4923-95a4-9b9dc08c6165}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {517b51e1-0644-48ee-8bff-df5d9e3f770a}, !- Handle
- 189.1-2009 - Office - Vending - CZ1-3 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {984010cb-0c05-4ac5-9c84-305d2639cacb}, !- Handle
- 189.1-2009 - Office - Vending - CZ1-3 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {38414f49-7041-4d8f-85d9-ced6d52e4f80}, !- Handle
- 189.1-2009 - Office - Vending - CZ1-3 People, !- Name
- {984010cb-0c05-4ac5-9c84-305d2639cacb}, !- People Definition Name
- {eb0fbce3-4dee-4923-95a4-9b9dc08c6165}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {3556c221-f85a-42d2-b8e7-9a432a7b3a06}, !- Handle
- 189.1-2009 - Office - Vending - CZ1-3 Infiltration, !- Name
- {eb0fbce3-4dee-4923-95a4-9b9dc08c6165}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {0c31affd-2d0f-412e-8723-1c9fe57beddf}, !- Handle
- 189.1-2009 - Office - Vending - CZ1-3 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 41.4410551043324, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {d179b7b4-c9dc-4d7c-9303-bd2c82deda48}, !- Handle
- 189.1-2009 - Office - Vending - CZ1-3 Electric Equipment, !- Name
- {0c31affd-2d0f-412e-8723-1c9fe57beddf}, !- Electric Equipment Definition Name
- {eb0fbce3-4dee-4923-95a4-9b9dc08c6165}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {fb9c87bc-6897-4b60-ba00-cb42abdd5273}, !- Handle
- 189.1-2009 - Office - Vending - CZ1-3 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {1c4e4598-b2e5-4c01-a4d4-cc4fc2311b1f}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3, !- Name
- , !- Default Construction Set Name
- {39f1623a-7c22-4306-96e9-f41f1fedb6d3}, !- Default Schedule Set Name
- {68897938-434b-4738-a94f-160e45d3c0c4}, !- Group Rendering Name
- {077ee9fd-a9fb-40d5-b282-f2fb71b3ae97}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- WholeBuilding - Lg Office; !- Standards Space Type
-
-OS:Rendering:Color,
- {68897938-434b-4738-a94f-160e45d3c0c4}, !- Handle
- Rendering Color 14, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {39f1623a-7c22-4306-96e9-f41f1fedb6d3}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {0ce7bd46-4dcb-4c74-8335-03f2990a171b}, !- Number of People Schedule Name
- {1f463e70-4042-45ba-8ce9-011e0fe23dde}, !- People Activity Level Schedule Name
- {bdce9ddd-9607-421f-8827-438b47fb1af7}, !- Lighting Schedule Name
- {d3659ca4-ce60-4167-83f5-7dc1f153c5a9}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {440cff80-665b-427b-9ded-6802f1bc6101}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {ef32d34b-f1b4-4406-99ab-5a9d686bda07}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 9.68751937503875, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {f480d02c-e895-4314-ad21-ea77e10ebe19}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Lights, !- Name
- {ef32d34b-f1b4-4406-99ab-5a9d686bda07}, !- Lights Definition Name
- {1c4e4598-b2e5-4c01-a4d4-cc4fc2311b1f}; !- Space or SpaceType Name
-
-OS:Schedule:Ruleset,
- {bdce9ddd-9607-421f-8827-438b47fb1af7}, ! Handle
- Large Office Bldg Light, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- {305e5534-1fa5-4013-8197-02f8c01fa5a2}, ! Default Day Schedule Name
- {087affa5-c73d-477e-9788-34df81c9e4ef}, ! Summer Design Day Schedule Name
- {9798506d-4d1e-4e2c-9b08-a499cc5aee44}; ! Winter Design Day Schedule Name
-
-OS:ScheduleTypeLimits,
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, !- Handle
- Fractional, !- Name
- 0, !- Lower Limit Value {BasedOnField A4}
- 1, !- Upper Limit Value {BasedOnField A4}
- Continuous; !- Numeric Type
-
-OS:Schedule:Day,
- {305e5534-1fa5-4013-8197-02f8c01fa5a2}, ! Handle
- Large Office Bldg Light Default Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 5, !- Hour 1
- 0, !- Minute 1
- 0.05, !- Value Until Time 1
- 7, !- Hour 2
- 0, !- Minute 2
- 0.1, !- Value Until Time 2
- 8, !- Hour 3
- 0, !- Minute 3
- 0.3, !- Value Until Time 3
- 17, !- Hour 4
- 0, !- Minute 4
- 0.9, !- Value Until Time 4
- 18, !- Hour 5
- 0, !- Minute 5
- 0.7, !- Value Until Time 5
- 20, !- Hour 6
- 0, !- Minute 6
- 0.5, !- Value Until Time 6
- 22, !- Hour 7
- 0, !- Minute 7
- 0.3, !- Value Until Time 7
- 23, !- Hour 8
- 0, !- Minute 8
- 0.1, !- Value Until Time 8
- 24, !- Hour 9
- 0, !- Minute 9
- 0.05; !- Value Until Time 9
-
-OS:Schedule:Day,
- {087affa5-c73d-477e-9788-34df81c9e4ef}, ! Handle
- Large Office Bldg Light Summer Design Day, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 1; ! Value Until Time 1
-
-OS:Schedule:Day,
- {9798506d-4d1e-4e2c-9b08-a499cc5aee44}, ! Handle
- Large Office Bldg Light Winter Design Day, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {74a8b0cd-c60b-4e5d-86fb-f875b48a171f}, ! Handle
- Large Office Bldg Light Rule 1, ! Name
- {bdce9ddd-9607-421f-8827-438b47fb1af7}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {4cace325-7f6a-4f72-8034-36f883bc2f98}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {4cace325-7f6a-4f72-8034-36f883bc2f98}, ! Handle
- Large Office Bldg Light Rule 1 Day Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0.050000000000000003; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {9b6b3b12-d6a3-407f-a596-659b014a2d52}, ! Handle
- Large Office Bldg Light Rule 2, ! Name
- {bdce9ddd-9607-421f-8827-438b47fb1af7}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {035117e6-d7a7-4ec5-82fe-a5c4cb02055a}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {035117e6-d7a7-4ec5-82fe-a5c4cb02055a}, ! Handle
- Large Office Bldg Light Rule 2 Day Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 0.050000000000000003, ! Value Until Time 1
- 8, ! Hour 2
- 0, ! Minute 2
- 0.10000000000000001, ! Value Until Time 2
- 14, ! Hour 3
- 0, ! Minute 3
- 0.5, ! Value Until Time 3
- 17, ! Hour 4
- 0, ! Minute 4
- 0.14999999999999999, ! Value Until Time 4
- 24, ! Hour 5
- 0, ! Minute 5
- 0.050000000000000003; ! Value Until Time 5
-
-OS:DesignSpecification:OutdoorAir,
- {077ee9fd-a9fb-40d5-b282-f2fb71b3ae97}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {6fdfe5f4-d024-4c5f-89a1-c52a6ea39cf8}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {dede488d-76ea-497e-8419-2bcf43edd76a}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 People, !- Name
- {6fdfe5f4-d024-4c5f-89a1-c52a6ea39cf8}, !- People Definition Name
- {1c4e4598-b2e5-4c01-a4d4-cc4fc2311b1f}; !- Space or SpaceType Name
-
-OS:Schedule:Ruleset,
- {0ce7bd46-4dcb-4c74-8335-03f2990a171b}, ! Handle
- Large Office Bldg Occ, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- {aa3ece1f-cf0c-404b-be68-99963a8e10dd}, ! Default Day Schedule Name
- {ae5439b8-aa6f-4e1c-9d29-c3ef97ce48df}, ! Summer Design Day Schedule Name
- {faa62471-f9d4-443d-9bf4-69cdbe5b9952}; ! Winter Design Day Schedule Name
-
-OS:Schedule:Day,
- {aa3ece1f-cf0c-404b-be68-99963a8e10dd}, ! Handle
- Large Office Bldg Occ Default Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, !- Hour 1
- 0, !- Minute 1
- 0, !- Value Until Time 1
- 7, !- Hour 2
- 0, !- Minute 2
- 0.1, !- Value Until Time 2
- 8, !- Hour 3
- 0, !- Minute 3
- 0.2, !- Value Until Time 3
- 12, !- Hour 4
- 0, !- Minute 4
- 0.95, !- Value Until Time 4
- 13, !- Hour 5
- 0, !- Minute 5
- 0.5, !- Value Until Time 5
- 17, !- Hour 6
- 0, !- Minute 6
- 0.95, !- Value Until Time 6
- 18, !- Hour 7
- 0, !- Minute 7
- 0.7, !- Value Until Time 7
- 20, !- Hour 8
- 0, !- Minute 8
- 0.4, !- Value Until Time 8
- 22, !- Hour 9
- 0, !- Minute 9
- 0.1, !- Value Until Time 9
- 24, !- Hour 10
- 0, !- Minute 10
- 0.05; !- Value Until Time 10
-
-OS:Schedule:Day,
- {ae5439b8-aa6f-4e1c-9d29-c3ef97ce48df}, ! Handle
- Large Office Bldg Occ Summer Design Day, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 0, ! Value Until Time 1
- 22, ! Hour 2
- 0, ! Minute 2
- 1, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 0.050000000000000003; ! Value Until Time 3
-
-OS:Schedule:Day,
- {faa62471-f9d4-443d-9bf4-69cdbe5b9952}, ! Handle
- Large Office Bldg Occ Winter Design Day, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {c2b7a33d-3319-45bc-b174-22b0828b8b16}, ! Handle
- Large Office Bldg Occ Rule 1, ! Name
- {0ce7bd46-4dcb-4c74-8335-03f2990a171b}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {6318f256-4c63-482a-a3f8-d6882d9a0d24}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {6318f256-4c63-482a-a3f8-d6882d9a0d24}, ! Handle
- Large Office Bldg Occ Rule 1 Day Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {75307eda-32ab-445a-821b-fb2294d15f0f}, ! Handle
- Large Office Bldg Occ Rule 2, ! Name
- {0ce7bd46-4dcb-4c74-8335-03f2990a171b}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {75831b42-e820-4207-97de-b76957c9e072}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {75831b42-e820-4207-97de-b76957c9e072}, ! Handle
- Large Office Bldg Occ Rule 2 Day Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 0, ! Value Until Time 1
- 8, ! Hour 2
- 0, ! Minute 2
- 0.10000000000000001, ! Value Until Time 2
- 14, ! Hour 3
- 0, ! Minute 3
- 0.5, ! Value Until Time 3
- 17, ! Hour 4
- 0, ! Minute 4
- 0.10000000000000001, ! Value Until Time 4
- 24, ! Hour 5
- 0, ! Minute 5
- 0; ! Value Until Time 5
-
-OS:Schedule:Ruleset,
- {1f463e70-4042-45ba-8ce9-011e0fe23dde}, ! Handle
- Large Office Activity, ! Name
- {d708f626-f1a7-4cd9-8206-4515bbf550da}, ! Schedule Type Limits Name
- {23faf9e0-81ee-4e71-a734-f03175dfab55}, ! Default Day Schedule Name
- {6a4095ac-1423-4097-aa1d-29eb3c37cb21}, ! Summer Design Day Schedule Name
- {08e8e752-5d86-4a2d-bf48-d352a712eeea}; ! Winter Design Day Schedule Name
-
-OS:ScheduleTypeLimits,
- {d708f626-f1a7-4cd9-8206-4515bbf550da}, !- Handle
- ActivityLevel 5, !- Name
- 0, !- Lower Limit Value {BasedOnField A4}
- , !- Upper Limit Value {BasedOnField A4}
- Continuous, !- Numeric Type
- ActivityLevel; !- Unit Type
-
-OS:Schedule:Day,
- {23faf9e0-81ee-4e71-a734-f03175dfab55}, ! Handle
- Large Office Activity Default Schedule, ! Name
- {d708f626-f1a7-4cd9-8206-4515bbf550da}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, !- Hour 1
- 0, !- Minute 1
- 120; !- Value Until Time 1
-
-OS:Schedule:Day,
- {6a4095ac-1423-4097-aa1d-29eb3c37cb21}, ! Handle
- Large Office Activity Summer Design Day, ! Name
- {d708f626-f1a7-4cd9-8206-4515bbf550da}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 120; ! Value Until Time 1
-
-OS:Schedule:Day,
- {08e8e752-5d86-4a2d-bf48-d352a712eeea}, ! Handle
- Large Office Activity Winter Design Day, ! Name
- {d708f626-f1a7-4cd9-8206-4515bbf550da}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 120; ! Value Until Time 1
-
-OS:SpaceInfiltration:DesignFlowRate,
- {40e67c35-7f70-4681-9f8b-32939691c6f3}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Infiltration, !- Name
- {1c4e4598-b2e5-4c01-a4d4-cc4fc2311b1f}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:Schedule:Ruleset,
- {440cff80-665b-427b-9ded-6802f1bc6101}, ! Handle
- Large Office Infil Quarter On, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- {7315d0cb-c3e9-4bfc-9c6e-e98aa131da96}, ! Default Day Schedule Name
- {55eb852c-6e32-423c-830b-52b082d2d79c}, ! Summer Design Day Schedule Name
- {e5781d13-efd4-4317-9d73-a894e0f5a99b}; ! Winter Design Day Schedule Name
-
-OS:Schedule:Day,
- {7315d0cb-c3e9-4bfc-9c6e-e98aa131da96}, ! Handle
- Large Office Infil Quarter On Default Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, !- Hour 1
- 0, !- Minute 1
- 1, !- Value Until Time 1
- 22, !- Hour 2
- 0, !- Minute 2
- 0.25, !- Value Until Time 2
- 24, !- Hour 3
- 0, !- Minute 3
- 1; !- Value Until Time 3
-
-OS:Schedule:Day,
- {55eb852c-6e32-423c-830b-52b082d2d79c}, ! Handle
- Large Office Infil Quarter On Summer Design Day, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 1, ! Value Until Time 1
- 22, ! Hour 2
- 0, ! Minute 2
- 0.25, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 1; ! Value Until Time 3
-
-OS:Schedule:Day,
- {e5781d13-efd4-4317-9d73-a894e0f5a99b}, ! Handle
- Large Office Infil Quarter On Winter Design Day, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 1, ! Value Until Time 1
- 18, ! Hour 2
- 0, ! Minute 2
- 0.25, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 1; ! Value Until Time 3
-
-OS:Schedule:Rule,
- {b9adf862-279b-474d-a7f2-f931258634a5}, ! Handle
- Large Office Infil Quarter On Rule 1, ! Name
- {440cff80-665b-427b-9ded-6802f1bc6101}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {acb5ff93-f966-42c2-bee1-9fd76b5a4ed6}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {acb5ff93-f966-42c2-bee1-9fd76b5a4ed6}, ! Handle
- Large Office Infil Quarter On Rule 1 Day Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 1; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {2c328e88-ac07-4dce-97b9-bcb1c98bdc0b}, ! Handle
- Large Office Infil Quarter On Rule 2, ! Name
- {440cff80-665b-427b-9ded-6802f1bc6101}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {7dcdf673-c84e-4dfb-b874-bef56e1535c0}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {7dcdf673-c84e-4dfb-b874-bef56e1535c0}, ! Handle
- Large Office Infil Quarter On Rule 2 Day Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 1, ! Value Until Time 1
- 18, ! Hour 2
- 0, ! Minute 2
- 0.25, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 1; ! Value Until Time 3
-
-OS:ElectricEquipment:Definition,
- {417da742-99ff-4aa0-ab9f-a993a74e01bb}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 5.8125141276385, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {20216267-94fe-490f-9ff5-6c89515b1246}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Electric Equipment, !- Name
- {417da742-99ff-4aa0-ab9f-a993a74e01bb}, !- Electric Equipment Definition Name
- {1c4e4598-b2e5-4c01-a4d4-cc4fc2311b1f}; !- Space or SpaceType Name
-
-OS:Schedule:Ruleset,
- {d3659ca4-ce60-4167-83f5-7dc1f153c5a9}, ! Handle
- Large Office Bldg Equip, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- {0842b0ef-c871-4ae6-86c9-a4e3857e7671}, ! Default Day Schedule Name
- {ffa51110-8456-4b63-a7e8-a1516c5e225c}, ! Summer Design Day Schedule Name
- {cd9e4d21-722d-4e32-9888-ad6688dee5df}; ! Winter Design Day Schedule Name
-
-OS:Schedule:Day,
- {0842b0ef-c871-4ae6-86c9-a4e3857e7671}, ! Handle
- Large Office Bldg Equip Default Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 8, !- Hour 1
- 0, !- Minute 1
- 0.4, !- Value Until Time 1
- 12, !- Hour 2
- 0, !- Minute 2
- 0.9, !- Value Until Time 2
- 13, !- Hour 3
- 0, !- Minute 3
- 0.8, !- Value Until Time 3
- 17, !- Hour 4
- 0, !- Minute 4
- 0.9, !- Value Until Time 4
- 18, !- Hour 5
- 0, !- Minute 5
- 0.8, !- Value Until Time 5
- 20, !- Hour 6
- 0, !- Minute 6
- 0.6, !- Value Until Time 6
- 22, !- Hour 7
- 0, !- Minute 7
- 0.5, !- Value Until Time 7
- 24, !- Hour 8
- 0, !- Minute 8
- 0.4; !- Value Until Time 8
-
-OS:Schedule:Day,
- {ffa51110-8456-4b63-a7e8-a1516c5e225c}, ! Handle
- Large Office Bldg Equip Summer Design Day, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 1; ! Value Until Time 1
-
-OS:Schedule:Day,
- {cd9e4d21-722d-4e32-9888-ad6688dee5df}, ! Handle
- Large Office Bldg Equip Winter Design Day, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {08f9b5f7-3b92-4e8a-b8a9-f8b018d545cb}, ! Handle
- Large Office Bldg Equip Rule 1, ! Name
- {d3659ca4-ce60-4167-83f5-7dc1f153c5a9}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {f32f1652-78f7-4e6f-a965-3a67cdc7020a}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {f32f1652-78f7-4e6f-a965-3a67cdc7020a}, ! Handle
- Large Office Bldg Equip Rule 1 Day Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0.29999999999999999; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {b2d7da06-226a-4fad-9ff3-66587d7da10f}, ! Handle
- Large Office Bldg Equip Rule 2, ! Name
- {d3659ca4-ce60-4167-83f5-7dc1f153c5a9}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {5efa7a11-41e1-46a5-9392-5350a094b6c6}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {5efa7a11-41e1-46a5-9392-5350a094b6c6}, ! Handle
- Large Office Bldg Equip Rule 2 Day Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 0.29999999999999999, ! Value Until Time 1
- 8, ! Hour 2
- 0, ! Minute 2
- 0.40000000000000002, ! Value Until Time 2
- 14, ! Hour 3
- 0, ! Minute 3
- 0.5, ! Value Until Time 3
- 17, ! Hour 4
- 0, ! Minute 4
- 0.34999999999999998, ! Value Until Time 4
- 24, ! Hour 5
- 0, ! Minute 5
- 0.29999999999999999; ! Value Until Time 5
-
-OS:ThermostatSetpoint:DualSetpoint,
- {0f1ab9e7-62c8-4936-991d-193264010fde}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Thermostat, !- Name
- {8a4e7aba-f033-4436-991b-30f19ba1e6c4}, !- Heating Setpoint Temperature Schedule Name
- {1bfb82be-ddb9-49cf-bfc1-de4e5b04e5cd}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:Schedule:Ruleset,
- {8a4e7aba-f033-4436-991b-30f19ba1e6c4}, ! Handle
- Large Office HtgSetp, ! Name
- {16ca86ce-4838-4106-b9a5-f8e7da054e87}, ! Schedule Type Limits Name
- {0552fc42-6bdf-415f-abd1-de4f07be35cf}, ! Default Day Schedule Name
- {af1ed837-aea6-4008-95a0-ebb0bf9fbbf5}, ! Summer Design Day Schedule Name
- {fd30fc3c-c641-4655-9661-9af3c4f5c29b}; ! Winter Design Day Schedule Name
-
-OS:ScheduleTypeLimits,
- {16ca86ce-4838-4106-b9a5-f8e7da054e87}, !- Handle
- Temperature 3, !- Name
- , !- Lower Limit Value {BasedOnField A4}
- , !- Upper Limit Value {BasedOnField A4}
- Continuous, !- Numeric Type
- Temperature; !- Unit Type
-
-OS:Schedule:Day,
- {0552fc42-6bdf-415f-abd1-de4f07be35cf}, ! Handle
- Large Office HtgSetp Default Schedule, ! Name
- {16ca86ce-4838-4106-b9a5-f8e7da054e87}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, !- Hour 1
- 0, !- Minute 1
- 15.6, !- Value Until Time 1
- 22, !- Hour 2
- 0, !- Minute 2
- 21, !- Value Until Time 2
- 24, !- Hour 3
- 0, !- Minute 3
- 15.6; !- Value Until Time 3
-
-OS:Schedule:Day,
- {af1ed837-aea6-4008-95a0-ebb0bf9fbbf5}, ! Handle
- Large Office HtgSetp Summer Design Day, ! Name
- {16ca86ce-4838-4106-b9a5-f8e7da054e87}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 15.6; ! Value Until Time 1
-
-OS:Schedule:Day,
- {fd30fc3c-c641-4655-9661-9af3c4f5c29b}, ! Handle
- Large Office HtgSetp Winter Design Day, ! Name
- {16ca86ce-4838-4106-b9a5-f8e7da054e87}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 21; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {7c6ab0e4-4091-4a7b-9128-1fb736df67d6}, ! Handle
- Large Office HtgSetp Rule 1, ! Name
- {8a4e7aba-f033-4436-991b-30f19ba1e6c4}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {82272703-8223-44f0-857d-502f64b513e3}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {82272703-8223-44f0-857d-502f64b513e3}, ! Handle
- Large Office HtgSetp Rule 1 Day Schedule, ! Name
- {16ca86ce-4838-4106-b9a5-f8e7da054e87}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 15.6; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {5b8c6de4-ef50-430d-835d-3d3e84b35721}, ! Handle
- Large Office HtgSetp Rule 2, ! Name
- {8a4e7aba-f033-4436-991b-30f19ba1e6c4}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {6eb2566f-b9cd-4d97-94ce-c25b6d8f36e3}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {6eb2566f-b9cd-4d97-94ce-c25b6d8f36e3}, ! Handle
- Large Office HtgSetp Rule 2 Day Schedule, ! Name
- {16ca86ce-4838-4106-b9a5-f8e7da054e87}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 15.6, ! Value Until Time 1
- 18, ! Hour 2
- 0, ! Minute 2
- 21, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 15.6; ! Value Until Time 3
-
-OS:Schedule:Ruleset,
- {1bfb82be-ddb9-49cf-bfc1-de4e5b04e5cd}, ! Handle
- Large Office ClgSetp, ! Name
- {04876e7f-b686-4415-a463-62bc3bb8defa}, ! Schedule Type Limits Name
- {31e91670-ccca-4b8f-8277-98e32a16347c}, ! Default Day Schedule Name
- {5d3170f2-b764-4ff7-b924-f7fca620983c}, ! Summer Design Day Schedule Name
- {3e46da56-2853-4049-a37b-c18c9dfc19d6}; ! Winter Design Day Schedule Name
-
-OS:ScheduleTypeLimits,
- {04876e7f-b686-4415-a463-62bc3bb8defa}, !- Handle
- Temperature 5, !- Name
- , !- Lower Limit Value {BasedOnField A4}
- , !- Upper Limit Value {BasedOnField A4}
- Continuous, !- Numeric Type
- Temperature; !- Unit Type
-
-OS:Schedule:Day,
- {31e91670-ccca-4b8f-8277-98e32a16347c}, ! Handle
- Large Office ClgSetp Default Schedule, ! Name
- {04876e7f-b686-4415-a463-62bc3bb8defa}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, !- Hour 1
- 0, !- Minute 1
- 26.7, !- Value Until Time 1
- 22, !- Hour 2
- 0, !- Minute 2
- 24, !- Value Until Time 2
- 24, !- Hour 3
- 0, !- Minute 3
- 26.7; !- Value Until Time 3
-
-OS:Schedule:Day,
- {5d3170f2-b764-4ff7-b924-f7fca620983c}, ! Handle
- Large Office ClgSetp Summer Design Day, ! Name
- {04876e7f-b686-4415-a463-62bc3bb8defa}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 26.699999999999999, ! Value Until Time 1
- 22, ! Hour 2
- 0, ! Minute 2
- 24, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 26.699999999999999; ! Value Until Time 3
-
-OS:Schedule:Day,
- {3e46da56-2853-4049-a37b-c18c9dfc19d6}, ! Handle
- Large Office ClgSetp Winter Design Day, ! Name
- {04876e7f-b686-4415-a463-62bc3bb8defa}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 26.699999999999999; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {ed12c199-2b89-4ed6-8198-bacd11724246}, ! Handle
- Large Office ClgSetp Rule 1, ! Name
- {1bfb82be-ddb9-49cf-bfc1-de4e5b04e5cd}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {1ef6a1c3-d9b8-4dce-967b-11ec93fa2034}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {1ef6a1c3-d9b8-4dce-967b-11ec93fa2034}, ! Handle
- Large Office ClgSetp Rule 1 Day Schedule, ! Name
- {04876e7f-b686-4415-a463-62bc3bb8defa}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 26.699999999999999; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {09fb17fe-64e7-4424-877a-17623f7346f6}, ! Handle
- Large Office ClgSetp Rule 2, ! Name
- {1bfb82be-ddb9-49cf-bfc1-de4e5b04e5cd}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {f9a9c454-36de-4041-b3e8-4f5cbf3ce9a0}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {f9a9c454-36de-4041-b3e8-4f5cbf3ce9a0}, ! Handle
- Large Office ClgSetp Rule 2 Day Schedule, ! Name
- {04876e7f-b686-4415-a463-62bc3bb8defa}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 26.699999999999999, ! Value Until Time 1
- 18, ! Hour 2
- 0, ! Minute 2
- 24, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 26.699999999999999; ! Value Until Time 3
-
-OS:SpaceType,
- {76a3c622-f7cc-42f3-aa4e-8026cfb28d75}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3, !- Name
- , !- Default Construction Set Name
- {42485757-dc28-46f0-a015-d149adc20181}, !- Default Schedule Set Name
- {5c346bc8-dff8-4298-9ee7-508d9cac449e}, !- Group Rendering Name
- {bf80568f-e03c-4795-9272-71c71f9f8fb1}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- WholeBuilding - Md Office; !- Standards Space Type
-
-OS:Rendering:Color,
- {5c346bc8-dff8-4298-9ee7-508d9cac449e}, !- Handle
- Rendering Color 15, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {42485757-dc28-46f0-a015-d149adc20181}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96ab2452-6c76-4192-93d8-cc7134f04c11}, !- Number of People Schedule Name
- {2263574d-4d0c-4599-8cd7-566e4fcb8109}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {42d8e4ad-4b2b-473f-a332-b61fd61aca8c}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 9.68751937503875, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {be584875-54a7-461f-abfb-ab4285119855}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Lights, !- Name
- {42d8e4ad-4b2b-473f-a332-b61fd61aca8c}, !- Lights Definition Name
- {76a3c622-f7cc-42f3-aa4e-8026cfb28d75}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {bf80568f-e03c-4795-9272-71c71f9f8fb1}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {dffa2cdb-974d-478f-b830-311e55966128}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {faa366b6-1af2-4ed3-96fb-e05a184801b7}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 People, !- Name
- {dffa2cdb-974d-478f-b830-311e55966128}, !- People Definition Name
- {76a3c622-f7cc-42f3-aa4e-8026cfb28d75}; !- Space or SpaceType Name
-
-OS:Schedule:Ruleset,
- {96ab2452-6c76-4192-93d8-cc7134f04c11}, ! Handle
- Medium Office Bldg Occ, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- {61385325-d6b3-4c15-82ac-247d0162f0ba}, ! Default Day Schedule Name
- {88de365c-c33d-4841-8459-72e182ff9f99}, ! Summer Design Day Schedule Name
- {033b72f2-c296-4736-8dd2-580eea7d5f7a}; ! Winter Design Day Schedule Name
-
-OS:Schedule:Day,
- {61385325-d6b3-4c15-82ac-247d0162f0ba}, ! Handle
- Medium Office Bldg Occ Default Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, !- Hour 1
- 0, !- Minute 1
- 0, !- Value Until Time 1
- 7, !- Hour 2
- 0, !- Minute 2
- 0.1, !- Value Until Time 2
- 8, !- Hour 3
- 0, !- Minute 3
- 0.2, !- Value Until Time 3
- 12, !- Hour 4
- 0, !- Minute 4
- 0.95, !- Value Until Time 4
- 13, !- Hour 5
- 0, !- Minute 5
- 0.5, !- Value Until Time 5
- 17, !- Hour 6
- 0, !- Minute 6
- 0.95, !- Value Until Time 6
- 18, !- Hour 7
- 0, !- Minute 7
- 0.7, !- Value Until Time 7
- 20, !- Hour 8
- 0, !- Minute 8
- 0.4, !- Value Until Time 8
- 22, !- Hour 9
- 0, !- Minute 9
- 0.1, !- Value Until Time 9
- 24, !- Hour 10
- 0, !- Minute 10
- 0.05; !- Value Until Time 10
-
-OS:Schedule:Day,
- {88de365c-c33d-4841-8459-72e182ff9f99}, ! Handle
- Medium Office Bldg Occ Summer Design Day, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 0, ! Value Until Time 1
- 22, ! Hour 2
- 0, ! Minute 2
- 1, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 0.050000000000000003; ! Value Until Time 3
-
-OS:Schedule:Day,
- {033b72f2-c296-4736-8dd2-580eea7d5f7a}, ! Handle
- Medium Office Bldg Occ Winter Design Day, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {211a0d1b-adb1-4076-a3fe-17b7a09f3485}, ! Handle
- Medium Office Bldg Occ Rule 1, ! Name
- {96ab2452-6c76-4192-93d8-cc7134f04c11}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {46aaa62e-7bc6-4de2-a6ea-60adaba3b296}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {46aaa62e-7bc6-4de2-a6ea-60adaba3b296}, ! Handle
- Medium Office Bldg Occ Rule 1 Day Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {bf05b0d3-1024-4137-b0c2-3920179d7902}, ! Handle
- Medium Office Bldg Occ Rule 2, ! Name
- {96ab2452-6c76-4192-93d8-cc7134f04c11}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {3e543852-42fa-4aaf-a8d5-c33ebee8cb0e}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {3e543852-42fa-4aaf-a8d5-c33ebee8cb0e}, ! Handle
- Medium Office Bldg Occ Rule 2 Day Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 0, ! Value Until Time 1
- 8, ! Hour 2
- 0, ! Minute 2
- 0.10000000000000001, ! Value Until Time 2
- 14, ! Hour 3
- 0, ! Minute 3
- 0.5, ! Value Until Time 3
- 17, ! Hour 4
- 0, ! Minute 4
- 0.10000000000000001, ! Value Until Time 4
- 24, ! Hour 5
- 0, ! Minute 5
- 0; ! Value Until Time 5
-
-OS:Schedule:Ruleset,
- {2263574d-4d0c-4599-8cd7-566e4fcb8109}, ! Handle
- Medium Office Activity, ! Name
- {3f252620-9405-48b1-a272-c6c25cea2545}, ! Schedule Type Limits Name
- {69411b63-c99b-41d8-b373-0326bd64455a}, ! Default Day Schedule Name
- {9fb365c3-147c-4d30-8ae9-d375b9fd1ab6}, ! Summer Design Day Schedule Name
- {31ef2e76-f727-404e-87f3-8fcd25c87e7d}; ! Winter Design Day Schedule Name
-
-OS:ScheduleTypeLimits,
- {3f252620-9405-48b1-a272-c6c25cea2545}, !- Handle
- ActivityLevel 13, !- Name
- 0, !- Lower Limit Value {BasedOnField A4}
- , !- Upper Limit Value {BasedOnField A4}
- Continuous, !- Numeric Type
- ActivityLevel; !- Unit Type
-
-OS:Schedule:Day,
- {69411b63-c99b-41d8-b373-0326bd64455a}, ! Handle
- Medium Office Activity Default Schedule, ! Name
- {3f252620-9405-48b1-a272-c6c25cea2545}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, !- Hour 1
- 0, !- Minute 1
- 120; !- Value Until Time 1
-
-OS:Schedule:Day,
- {9fb365c3-147c-4d30-8ae9-d375b9fd1ab6}, ! Handle
- Medium Office Activity Summer Design Day, ! Name
- {3f252620-9405-48b1-a272-c6c25cea2545}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 120; ! Value Until Time 1
-
-OS:Schedule:Day,
- {31ef2e76-f727-404e-87f3-8fcd25c87e7d}, ! Handle
- Medium Office Activity Winter Design Day, ! Name
- {3f252620-9405-48b1-a272-c6c25cea2545}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 120; ! Value Until Time 1
-
-OS:SpaceInfiltration:DesignFlowRate,
- {3872c0b5-4f74-43ac-9e42-8163b17a01e6}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Infiltration, !- Name
- {76a3c622-f7cc-42f3-aa4e-8026cfb28d75}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:Schedule:Ruleset,
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, ! Handle
- Medium Office Infil Quarter On, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- {97aad87d-d7d2-4d2b-b27d-703e3b3de4fb}, ! Default Day Schedule Name
- {07066173-888b-4349-bf11-8c6b7000fc53}, ! Summer Design Day Schedule Name
- {61a86dcd-20b0-4d5d-a28c-a38ed2a78c01}; ! Winter Design Day Schedule Name
-
-OS:Schedule:Day,
- {97aad87d-d7d2-4d2b-b27d-703e3b3de4fb}, ! Handle
- Medium Office Infil Quarter On Default Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, !- Hour 1
- 0, !- Minute 1
- 1, !- Value Until Time 1
- 22, !- Hour 2
- 0, !- Minute 2
- 0.25, !- Value Until Time 2
- 24, !- Hour 3
- 0, !- Minute 3
- 1; !- Value Until Time 3
-
-OS:Schedule:Day,
- {07066173-888b-4349-bf11-8c6b7000fc53}, ! Handle
- Medium Office Infil Quarter On Summer Design Day, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 1, ! Value Until Time 1
- 22, ! Hour 2
- 0, ! Minute 2
- 0.25, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 1; ! Value Until Time 3
-
-OS:Schedule:Day,
- {61a86dcd-20b0-4d5d-a28c-a38ed2a78c01}, ! Handle
- Medium Office Infil Quarter On Winter Design Day, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 1, ! Value Until Time 1
- 18, ! Hour 2
- 0, ! Minute 2
- 0.25, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 1; ! Value Until Time 3
-
-OS:Schedule:Rule,
- {2c5bd3e3-725c-43c8-94a5-a0fe9238e334}, ! Handle
- Medium Office Infil Quarter On Rule 1, ! Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {74240b58-2c32-41e9-9529-edb0190f47d4}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {74240b58-2c32-41e9-9529-edb0190f47d4}, ! Handle
- Medium Office Infil Quarter On Rule 1 Day Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 1; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {69af867c-ec0f-41aa-b1ff-d4932ef8e27a}, ! Handle
- Medium Office Infil Quarter On Rule 2, ! Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {505d494b-d369-4fd1-9dcc-42565fff2e92}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {505d494b-d369-4fd1-9dcc-42565fff2e92}, ! Handle
- Medium Office Infil Quarter On Rule 2 Day Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 1, ! Value Until Time 1
- 18, ! Hour 2
- 0, ! Minute 2
- 0.25, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 1; ! Value Until Time 3
-
-OS:ElectricEquipment:Definition,
- {cb7cbc1c-06ed-4365-be1a-4fae768afc6b}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 5.81251162502325, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {69f59d69-949f-4c9e-b82b-5697c7caa1a5}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Electric Equipment, !- Name
- {cb7cbc1c-06ed-4365-be1a-4fae768afc6b}, !- Electric Equipment Definition Name
- {76a3c622-f7cc-42f3-aa4e-8026cfb28d75}; !- Space or SpaceType Name
-
-OS:Schedule:Ruleset,
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, ! Handle
- Medium Office Bldg Equip, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- {1b352ca2-d0a5-44a8-acb1-1ab541077feb}, ! Default Day Schedule Name
- {40c983c3-e219-4315-963d-c349c409b67c}, ! Summer Design Day Schedule Name
- {26960d52-7d65-4164-95c9-187884d34447}; ! Winter Design Day Schedule Name
-
-OS:Schedule:Day,
- {1b352ca2-d0a5-44a8-acb1-1ab541077feb}, ! Handle
- Medium Office Bldg Equip Default Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 8, !- Hour 1
- 0, !- Minute 1
- 0.4, !- Value Until Time 1
- 12, !- Hour 2
- 0, !- Minute 2
- 0.9, !- Value Until Time 2
- 13, !- Hour 3
- 0, !- Minute 3
- 0.8, !- Value Until Time 3
- 17, !- Hour 4
- 0, !- Minute 4
- 0.9, !- Value Until Time 4
- 18, !- Hour 5
- 0, !- Minute 5
- 0.8, !- Value Until Time 5
- 20, !- Hour 6
- 0, !- Minute 6
- 0.6, !- Value Until Time 6
- 22, !- Hour 7
- 0, !- Minute 7
- 0.5, !- Value Until Time 7
- 24, !- Hour 8
- 0, !- Minute 8
- 0.4; !- Value Until Time 8
-
-OS:Schedule:Day,
- {40c983c3-e219-4315-963d-c349c409b67c}, ! Handle
- Medium Office Bldg Equip Summer Design Day, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 1; ! Value Until Time 1
-
-OS:Schedule:Day,
- {26960d52-7d65-4164-95c9-187884d34447}, ! Handle
- Medium Office Bldg Equip Winter Design Day, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {fb36ecd8-a138-491c-84db-b4d8748ddd6b}, ! Handle
- Medium Office Bldg Equip Rule 1, ! Name
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {12a92997-4e97-4f34-99a5-0fea223ba315}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {12a92997-4e97-4f34-99a5-0fea223ba315}, ! Handle
- Medium Office Bldg Equip Rule 1 Day Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0.29999999999999999; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {d1427905-656a-4807-84dc-3e4b017952e0}, ! Handle
- Medium Office Bldg Equip Rule 2, ! Name
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {21cfcfeb-29cf-42b2-b49b-dee8b7720198}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {21cfcfeb-29cf-42b2-b49b-dee8b7720198}, ! Handle
- Medium Office Bldg Equip Rule 2 Day Schedule, ! Name
- {bb0c8d31-41dc-41aa-94be-3b6721714a18}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 0.29999999999999999, ! Value Until Time 1
- 8, ! Hour 2
- 0, ! Minute 2
- 0.40000000000000002, ! Value Until Time 2
- 14, ! Hour 3
- 0, ! Minute 3
- 0.5, ! Value Until Time 3
- 17, ! Hour 4
- 0, ! Minute 4
- 0.34999999999999998, ! Value Until Time 4
- 24, ! Hour 5
- 0, ! Minute 5
- 0.29999999999999999; ! Value Until Time 5
-
-OS:ThermostatSetpoint:DualSetpoint,
- {783a9311-bc71-4609-aed9-d4f42eaec57b}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {65d78797-59e3-488b-a1c2-b5953f62e10b}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3, !- Name
- , !- Default Construction Set Name
- {aae29697-981a-4b81-bea3-f199e3d935a8}, !- Default Schedule Set Name
- {9c13d33e-a4d3-431d-921e-115161fc5805}, !- Group Rendering Name
- {d36749e6-a30d-49b9-9a03-68be1238a57c}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- WholeBuilding - Sm Office; !- Standards Space Type
-
-OS:Rendering:Color,
- {9c13d33e-a4d3-431d-921e-115161fc5805}, !- Handle
- Rendering Color 16, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {aae29697-981a-4b81-bea3-f199e3d935a8}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96cc579e-b4dd-40a8-8f88-de19dc9796c4}, !- Number of People Schedule Name
- {6f6963b7-a3b3-4139-a797-6f0b98976dbb}, !- People Activity Level Schedule Name
- {d47b290a-675d-4165-8179-00d1fcb3b4ad}, !- Lighting Schedule Name
- {660bf029-ac0f-4c25-b85e-e3fc481f1bc4}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {753ea205-d5d0-4ad2-b03f-a9e315272a76}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {84b2a797-7a2c-483b-82a5-004438202e63}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 9.68751937503875, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {89c56ccf-8c22-4bf1-b8dc-e0a65b44b817}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Lights, !- Name
- {84b2a797-7a2c-483b-82a5-004438202e63}, !- Lights Definition Name
- {65d78797-59e3-488b-a1c2-b5953f62e10b}; !- Space or SpaceType Name
-
-OS:Schedule:Ruleset,
- {d47b290a-675d-4165-8179-00d1fcb3b4ad}, ! Handle
- Small Office Bldg Light, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- {5024e3c4-ad37-4914-868d-5b78e78b14d6}, ! Default Day Schedule Name
- {bae07213-5910-4d13-876f-f4fd93a2038f}, ! Summer Design Day Schedule Name
- {0efa9fe1-01c7-4ffc-ab14-3339aae852be}; ! Winter Design Day Schedule Name
-
-OS:Schedule:Day,
- {5024e3c4-ad37-4914-868d-5b78e78b14d6}, ! Handle
- Small Office Bldg Light Default Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 5, !- Hour 1
- 0, !- Minute 1
- 0.05, !- Value Until Time 1
- 7, !- Hour 2
- 0, !- Minute 2
- 0.1, !- Value Until Time 2
- 8, !- Hour 3
- 0, !- Minute 3
- 0.3, !- Value Until Time 3
- 17, !- Hour 4
- 0, !- Minute 4
- 0.9, !- Value Until Time 4
- 18, !- Hour 5
- 0, !- Minute 5
- 0.5, !- Value Until Time 5
- 20, !- Hour 6
- 0, !- Minute 6
- 0.3, !- Value Until Time 6
- 22, !- Hour 7
- 0, !- Minute 7
- 0.2, !- Value Until Time 7
- 23, !- Hour 8
- 0, !- Minute 8
- 0.1, !- Value Until Time 8
- 24, !- Hour 9
- 0, !- Minute 9
- 0.05; !- Value Until Time 9
-
-OS:Schedule:Day,
- {bae07213-5910-4d13-876f-f4fd93a2038f}, ! Handle
- Small Office Bldg Light Summer Design Day, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 1; ! Value Until Time 1
-
-OS:Schedule:Day,
- {0efa9fe1-01c7-4ffc-ab14-3339aae852be}, ! Handle
- Small Office Bldg Light Winter Design Day, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {2726ed97-6853-4e17-a76b-71633910d66e}, ! Handle
- Small Office Bldg Light Rule 1, ! Name
- {d47b290a-675d-4165-8179-00d1fcb3b4ad}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {6279295b-a7b4-4373-8b45-3ea99181d678}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {6279295b-a7b4-4373-8b45-3ea99181d678}, ! Handle
- Small Office Bldg Light Rule 1 Day Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0.050000000000000003; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {e781d57e-67d8-4b8c-904a-a4ea9beef893}, ! Handle
- Small Office Bldg Light Rule 2, ! Name
- {d47b290a-675d-4165-8179-00d1fcb3b4ad}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {d1729134-a927-45c1-9c2e-18aba506c7c0}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {d1729134-a927-45c1-9c2e-18aba506c7c0}, ! Handle
- Small Office Bldg Light Rule 2 Day Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 0.050000000000000003, ! Value Until Time 1
- 8, ! Hour 2
- 0, ! Minute 2
- 0.10000000000000001, ! Value Until Time 2
- 12, ! Hour 3
- 0, ! Minute 3
- 0.29999999999999999, ! Value Until Time 3
- 17, ! Hour 4
- 0, ! Minute 4
- 0.14999999999999999, ! Value Until Time 4
- 24, ! Hour 5
- 0, ! Minute 5
- 0.050000000000000003; ! Value Until Time 5
-
-OS:DesignSpecification:OutdoorAir,
- {d36749e6-a30d-49b9-9a03-68be1238a57c}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {747f7338-354c-44d6-9f2a-14ecf9034824}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {4285c88a-eba5-4084-a34a-bce2cf37cf9e}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 People, !- Name
- {747f7338-354c-44d6-9f2a-14ecf9034824}, !- People Definition Name
- {65d78797-59e3-488b-a1c2-b5953f62e10b}; !- Space or SpaceType Name
-
-OS:Schedule:Ruleset,
- {96cc579e-b4dd-40a8-8f88-de19dc9796c4}, ! Handle
- Small Office Bldg Occ, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- {3ffdf567-c09a-4d68-aa52-011167f12779}, ! Default Day Schedule Name
- {66f3f103-c82f-4bc2-ae4b-262b516fd3a9}, ! Summer Design Day Schedule Name
- {3a131e4d-0785-4530-b135-29bb1a1bd39b}; ! Winter Design Day Schedule Name
-
-OS:Schedule:Day,
- {3ffdf567-c09a-4d68-aa52-011167f12779}, ! Handle
- Small Office Bldg Occ Default Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, !- Hour 1
- 0, !- Minute 1
- 0, !- Value Until Time 1
- 7, !- Hour 2
- 0, !- Minute 2
- 0.1, !- Value Until Time 2
- 8, !- Hour 3
- 0, !- Minute 3
- 0.2, !- Value Until Time 3
- 12, !- Hour 4
- 0, !- Minute 4
- 0.95, !- Value Until Time 4
- 13, !- Hour 5
- 0, !- Minute 5
- 0.5, !- Value Until Time 5
- 17, !- Hour 6
- 0, !- Minute 6
- 0.95, !- Value Until Time 6
- 18, !- Hour 7
- 0, !- Minute 7
- 0.3, !- Value Until Time 7
- 20, !- Hour 8
- 0, !- Minute 8
- 0.1, !- Value Until Time 8
- 24, !- Hour 9
- 0, !- Minute 9
- 0.05; !- Value Until Time 9
-
-OS:Schedule:Day,
- {66f3f103-c82f-4bc2-ae4b-262b516fd3a9}, ! Handle
- Small Office Bldg Occ Summer Design Day, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 0, ! Value Until Time 1
- 22, ! Hour 2
- 0, ! Minute 2
- 1, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 0.050000000000000003; ! Value Until Time 3
-
-OS:Schedule:Day,
- {3a131e4d-0785-4530-b135-29bb1a1bd39b}, ! Handle
- Small Office Bldg Occ Winter Design Day, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {57ecc9ce-ddb9-46a9-9a57-64ed5f036a4f}, ! Handle
- Small Office Bldg Occ Rule 1, ! Name
- {96cc579e-b4dd-40a8-8f88-de19dc9796c4}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {7020c0d9-b566-46e3-a582-504385a84ecf}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {7020c0d9-b566-46e3-a582-504385a84ecf}, ! Handle
- Small Office Bldg Occ Rule 1 Day Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {973fea5e-ae40-499b-9c3e-9f7a38251c72}, ! Handle
- Small Office Bldg Occ Rule 2, ! Name
- {96cc579e-b4dd-40a8-8f88-de19dc9796c4}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {4900f863-ab42-4c20-a55d-1a4046ffa46a}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {4900f863-ab42-4c20-a55d-1a4046ffa46a}, ! Handle
- Small Office Bldg Occ Rule 2 Day Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 0, ! Value Until Time 1
- 8, ! Hour 2
- 0, ! Minute 2
- 0.10000000000000001, ! Value Until Time 2
- 12, ! Hour 3
- 0, ! Minute 3
- 0.29999999999999999, ! Value Until Time 3
- 17, ! Hour 4
- 0, ! Minute 4
- 0.10000000000000001, ! Value Until Time 4
- 24, ! Hour 5
- 0, ! Minute 5
- 0; ! Value Until Time 5
-
-OS:Schedule:Ruleset,
- {6f6963b7-a3b3-4139-a797-6f0b98976dbb}, ! Handle
- Small Office Activity, ! Name
- {fe9f77d3-fa9f-4838-a134-b191a8f5971e}, ! Schedule Type Limits Name
- {731653c2-a685-4a00-a417-3bf287fba9da}, ! Default Day Schedule Name
- {320a6e16-62ae-49a7-862b-04a676e272c3}, ! Summer Design Day Schedule Name
- {d565c5d5-d030-43bc-9fbc-5325fc488133}; ! Winter Design Day Schedule Name
-
-OS:ScheduleTypeLimits,
- {fe9f77d3-fa9f-4838-a134-b191a8f5971e}, !- Handle
- ActivityLevel 12, !- Name
- 0, !- Lower Limit Value {BasedOnField A4}
- , !- Upper Limit Value {BasedOnField A4}
- Continuous, !- Numeric Type
- ActivityLevel; !- Unit Type
-
-OS:Schedule:Day,
- {731653c2-a685-4a00-a417-3bf287fba9da}, ! Handle
- Small Office Activity Default Schedule, ! Name
- {fe9f77d3-fa9f-4838-a134-b191a8f5971e}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, !- Hour 1
- 0, !- Minute 1
- 120; !- Value Until Time 1
-
-OS:Schedule:Day,
- {320a6e16-62ae-49a7-862b-04a676e272c3}, ! Handle
- Small Office Activity Summer Design Day, ! Name
- {fe9f77d3-fa9f-4838-a134-b191a8f5971e}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 120; ! Value Until Time 1
-
-OS:Schedule:Day,
- {d565c5d5-d030-43bc-9fbc-5325fc488133}, ! Handle
- Small Office Activity Winter Design Day, ! Name
- {fe9f77d3-fa9f-4838-a134-b191a8f5971e}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 120; ! Value Until Time 1
-
-OS:SpaceInfiltration:DesignFlowRate,
- {4194ee7b-faec-4215-a754-2a8e85cecf2f}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Infiltration, !- Name
- {65d78797-59e3-488b-a1c2-b5953f62e10b}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:Schedule:Ruleset,
- {753ea205-d5d0-4ad2-b03f-a9e315272a76}, ! Handle
- Small Office Infil Quarter On, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- {a920f2df-34f1-4008-9044-9a0803b4e88a}, ! Default Day Schedule Name
- {5b7c32ed-086c-478f-a20f-4869966a98ad}, ! Summer Design Day Schedule Name
- {6be33a94-92b8-4cc7-a73b-023d2c3e4994}; ! Winter Design Day Schedule Name
-
-OS:Schedule:Day,
- {a920f2df-34f1-4008-9044-9a0803b4e88a}, ! Handle
- Small Office Infil Quarter On Default Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, !- Hour 1
- 0, !- Minute 1
- 1, !- Value Until Time 1
- 22, !- Hour 2
- 0, !- Minute 2
- 0.25, !- Value Until Time 2
- 24, !- Hour 3
- 0, !- Minute 3
- 1; !- Value Until Time 3
-
-OS:Schedule:Day,
- {5b7c32ed-086c-478f-a20f-4869966a98ad}, ! Handle
- Small Office Infil Quarter On Summer Design Day, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 1, ! Value Until Time 1
- 22, ! Hour 2
- 0, ! Minute 2
- 0.25, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 1; ! Value Until Time 3
-
-OS:Schedule:Day,
- {6be33a94-92b8-4cc7-a73b-023d2c3e4994}, ! Handle
- Small Office Infil Quarter On Winter Design Day, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 1, ! Value Until Time 1
- 18, ! Hour 2
- 0, ! Minute 2
- 0.25, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 1; ! Value Until Time 3
-
-OS:Schedule:Rule,
- {8fec8ef5-af1e-4014-8058-04f61ecaf14c}, ! Handle
- Small Office Infil Quarter On Rule 1, ! Name
- {753ea205-d5d0-4ad2-b03f-a9e315272a76}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {93fc35e1-9006-4636-b754-44a8a7c1f48a}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {93fc35e1-9006-4636-b754-44a8a7c1f48a}, ! Handle
- Small Office Infil Quarter On Rule 1 Day Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 1; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {2e594269-29ac-4329-a365-349b167ac8ce}, ! Handle
- Small Office Infil Quarter On Rule 2, ! Name
- {753ea205-d5d0-4ad2-b03f-a9e315272a76}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {7872b5ed-9af0-4bb4-a484-8eebfd474aeb}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {7872b5ed-9af0-4bb4-a484-8eebfd474aeb}, ! Handle
- Small Office Infil Quarter On Rule 2 Day Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 1, ! Value Until Time 1
- 18, ! Hour 2
- 0, ! Minute 2
- 0.25, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 1; ! Value Until Time 3
-
-OS:ElectricEquipment:Definition,
- {66112bf3-e851-412c-8d6f-ccd968822b11}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 5.8125141276385, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {84c99ec6-0825-4d70-93c7-750955396d92}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Electric Equipment, !- Name
- {66112bf3-e851-412c-8d6f-ccd968822b11}, !- Electric Equipment Definition Name
- {65d78797-59e3-488b-a1c2-b5953f62e10b}; !- Space or SpaceType Name
-
-OS:Schedule:Ruleset,
- {660bf029-ac0f-4c25-b85e-e3fc481f1bc4}, ! Handle
- Small Office Bldg Equip, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- {a60bcb71-8c80-44fd-90f2-9b2461261a18}, ! Default Day Schedule Name
- {dd13b296-4035-4d5d-bbc9-e32ae600f0bb}, ! Summer Design Day Schedule Name
- {2699594f-c4d2-4dd5-885d-0a3e939ef644}; ! Winter Design Day Schedule Name
-
-OS:Schedule:Day,
- {a60bcb71-8c80-44fd-90f2-9b2461261a18}, ! Handle
- Small Office Bldg Equip Default Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 8, !- Hour 1
- 0, !- Minute 1
- 0.4, !- Value Until Time 1
- 12, !- Hour 2
- 0, !- Minute 2
- 0.9, !- Value Until Time 2
- 13, !- Hour 3
- 0, !- Minute 3
- 0.8, !- Value Until Time 3
- 17, !- Hour 4
- 0, !- Minute 4
- 0.9, !- Value Until Time 4
- 18, !- Hour 5
- 0, !- Minute 5
- 0.5, !- Value Until Time 5
- 24, !- Hour 6
- 0, !- Minute 6
- 0.4; !- Value Until Time 6
-
-OS:Schedule:Day,
- {dd13b296-4035-4d5d-bbc9-e32ae600f0bb}, ! Handle
- Small Office Bldg Equip Summer Design Day, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 1; ! Value Until Time 1
-
-OS:Schedule:Day,
- {2699594f-c4d2-4dd5-885d-0a3e939ef644}, ! Handle
- Small Office Bldg Equip Winter Design Day, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {32bac978-3eca-43ec-b7b9-4088803b8baa}, ! Handle
- Small Office Bldg Equip Rule 1, ! Name
- {660bf029-ac0f-4c25-b85e-e3fc481f1bc4}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {ded6889c-0bac-478d-89f8-35a69d9605c2}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {ded6889c-0bac-478d-89f8-35a69d9605c2}, ! Handle
- Small Office Bldg Equip Rule 1 Day Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 0.29999999999999999; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {cda3a558-3084-4a45-b5f8-f695f899ec7b}, ! Handle
- Small Office Bldg Equip Rule 2, ! Name
- {660bf029-ac0f-4c25-b85e-e3fc481f1bc4}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {d9f86438-f22f-456e-9ba6-f7a122c2eeff}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {d9f86438-f22f-456e-9ba6-f7a122c2eeff}, ! Handle
- Small Office Bldg Equip Rule 2 Day Schedule, ! Name
- {b06aad2c-e676-4cd5-9a49-2108ab472153}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 0.29999999999999999, ! Value Until Time 1
- 8, ! Hour 2
- 0, ! Minute 2
- 0.40000000000000002, ! Value Until Time 2
- 12, ! Hour 3
- 0, ! Minute 3
- 0.5, ! Value Until Time 3
- 17, ! Hour 4
- 0, ! Minute 4
- 0.34999999999999998, ! Value Until Time 4
- 24, ! Hour 5
- 0, ! Minute 5
- 0.29999999999999999; ! Value Until Time 5
-
-OS:ThermostatSetpoint:DualSetpoint,
- {58d942c2-f472-4843-b92c-64dc8cb3dd40}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Thermostat, !- Name
- {cbca8ea7-52a9-4098-a228-df07fedd9843}, !- Heating Setpoint Temperature Schedule Name
- {fdd0f8c0-36a6-4d94-b739-15c37716811f}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:Schedule:Ruleset,
- {cbca8ea7-52a9-4098-a228-df07fedd9843}, ! Handle
- Small Office HtgSetp, ! Name
- {6af4ab7a-30a9-4e42-8b76-a3570e223d01}, ! Schedule Type Limits Name
- {0b13b467-6c39-403b-979c-cc6765f18157}, ! Default Day Schedule Name
- {a1e6a0a5-5ec9-4973-a37b-e6b35d84dd7a}, ! Summer Design Day Schedule Name
- {696622af-b9ff-429f-b588-9817d0695eea}; ! Winter Design Day Schedule Name
-
-OS:ScheduleTypeLimits,
- {6af4ab7a-30a9-4e42-8b76-a3570e223d01}, !- Handle
- Temperature 11, !- Name
- , !- Lower Limit Value {BasedOnField A4}
- , !- Upper Limit Value {BasedOnField A4}
- Continuous, !- Numeric Type
- Temperature; !- Unit Type
-
-OS:Schedule:Day,
- {0b13b467-6c39-403b-979c-cc6765f18157}, ! Handle
- Small Office HtgSetp Default Schedule, ! Name
- {6af4ab7a-30a9-4e42-8b76-a3570e223d01}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, !- Hour 1
- 0, !- Minute 1
- 15.6, !- Value Until Time 1
- 22, !- Hour 2
- 0, !- Minute 2
- 21, !- Value Until Time 2
- 24, !- Hour 3
- 0, !- Minute 3
- 15.6; !- Value Until Time 3
-
-OS:Schedule:Day,
- {a1e6a0a5-5ec9-4973-a37b-e6b35d84dd7a}, ! Handle
- Small Office HtgSetp Summer Design Day, ! Name
- {6af4ab7a-30a9-4e42-8b76-a3570e223d01}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 15.6; ! Value Until Time 1
-
-OS:Schedule:Day,
- {696622af-b9ff-429f-b588-9817d0695eea}, ! Handle
- Small Office HtgSetp Winter Design Day, ! Name
- {6af4ab7a-30a9-4e42-8b76-a3570e223d01}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 21; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {2621f84c-c81b-4e82-9f29-e0682453a95d}, ! Handle
- Small Office HtgSetp Rule 1, ! Name
- {cbca8ea7-52a9-4098-a228-df07fedd9843}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {0bd6fec4-33db-4f14-b257-0eec061bcb7b}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {0bd6fec4-33db-4f14-b257-0eec061bcb7b}, ! Handle
- Small Office HtgSetp Rule 1 Day Schedule, ! Name
- {6af4ab7a-30a9-4e42-8b76-a3570e223d01}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 15.6; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {3a6565f5-1ed3-4b80-9376-4e03b81838d6}, ! Handle
- Small Office HtgSetp Rule 2, ! Name
- {cbca8ea7-52a9-4098-a228-df07fedd9843}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {2e48ca2a-eb9b-4f07-beea-b12e5bea4cb2}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {2e48ca2a-eb9b-4f07-beea-b12e5bea4cb2}, ! Handle
- Small Office HtgSetp Rule 2 Day Schedule, ! Name
- {6af4ab7a-30a9-4e42-8b76-a3570e223d01}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 15.6, ! Value Until Time 1
- 18, ! Hour 2
- 0, ! Minute 2
- 21, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 15.6; ! Value Until Time 3
-
-OS:Schedule:Ruleset,
- {fdd0f8c0-36a6-4d94-b739-15c37716811f}, ! Handle
- Small Office ClgSetp, ! Name
- {f94b9a36-7bc8-41aa-a378-ba79c0659d4a}, ! Schedule Type Limits Name
- {0c0d7e96-98de-4cd8-96fc-d1fe63ff6524}, ! Default Day Schedule Name
- {e8257c89-76a8-4879-a247-567f764c3dce}, ! Summer Design Day Schedule Name
- {1aeb3f50-ed52-4638-ac5d-2a2137479dae}; ! Winter Design Day Schedule Name
-
-OS:ScheduleTypeLimits,
- {f94b9a36-7bc8-41aa-a378-ba79c0659d4a}, !- Handle
- Temperature 4, !- Name
- , !- Lower Limit Value {BasedOnField A4}
- , !- Upper Limit Value {BasedOnField A4}
- Continuous, !- Numeric Type
- Temperature; !- Unit Type
-
-OS:Schedule:Day,
- {0c0d7e96-98de-4cd8-96fc-d1fe63ff6524}, ! Handle
- Small Office ClgSetp Default Schedule, ! Name
- {f94b9a36-7bc8-41aa-a378-ba79c0659d4a}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, !- Hour 1
- 0, !- Minute 1
- 26.7, !- Value Until Time 1
- 22, !- Hour 2
- 0, !- Minute 2
- 24, !- Value Until Time 2
- 24, !- Hour 3
- 0, !- Minute 3
- 26.7; !- Value Until Time 3
-
-OS:Schedule:Day,
- {e8257c89-76a8-4879-a247-567f764c3dce}, ! Handle
- Small Office ClgSetp Summer Design Day, ! Name
- {f94b9a36-7bc8-41aa-a378-ba79c0659d4a}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 26.699999999999999, ! Value Until Time 1
- 22, ! Hour 2
- 0, ! Minute 2
- 24, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 26.699999999999999; ! Value Until Time 3
-
-OS:Schedule:Day,
- {1aeb3f50-ed52-4638-ac5d-2a2137479dae}, ! Handle
- Small Office ClgSetp Winter Design Day, ! Name
- {f94b9a36-7bc8-41aa-a378-ba79c0659d4a}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 26.699999999999999; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {9fd16a2e-c520-46b5-a558-49dd596c1409}, ! Handle
- Small Office ClgSetp Rule 1, ! Name
- {fdd0f8c0-36a6-4d94-b739-15c37716811f}, ! Schedule Ruleset Name
- 0, ! Rule Order
- {b3fefd76-d038-40ea-b866-628dc8ed6335}, ! Day Schedule Name
- Yes, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- No, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {b3fefd76-d038-40ea-b866-628dc8ed6335}, ! Handle
- Small Office ClgSetp Rule 1 Day Schedule, ! Name
- {f94b9a36-7bc8-41aa-a378-ba79c0659d4a}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 24, ! Hour 1
- 0, ! Minute 1
- 26.699999999999999; ! Value Until Time 1
-
-OS:Schedule:Rule,
- {c068b9d3-6e55-49f7-8c8e-0c639e7fdb42}, ! Handle
- Small Office ClgSetp Rule 2, ! Name
- {fdd0f8c0-36a6-4d94-b739-15c37716811f}, ! Schedule Ruleset Name
- 1, ! Rule Order
- {dcfbf476-a6a5-4dbf-b79f-4b0509d81627}, ! Day Schedule Name
- No, ! Apply Sunday
- No, ! Apply Monday
- No, ! Apply Tuesday
- No, ! Apply Wednesday
- No, ! Apply Thursday
- No, ! Apply Friday
- Yes, ! Apply Saturday
- , ! Apply Holiday
- DateRange, ! Date Specification Type
- 1, ! Start Month
- 1, ! Start Day
- 12, ! End Month
- 31; ! End Day
-
-OS:Schedule:Day,
- {dcfbf476-a6a5-4dbf-b79f-4b0509d81627}, ! Handle
- Small Office ClgSetp Rule 2 Day Schedule, ! Name
- {f94b9a36-7bc8-41aa-a378-ba79c0659d4a}, ! Schedule Type Limits Name
- , ! Interpolate to Timestep
- 6, ! Hour 1
- 0, ! Minute 1
- 26.699999999999999, ! Value Until Time 1
- 18, ! Hour 2
- 0, ! Minute 2
- 24, ! Value Until Time 2
- 24, ! Hour 3
- 0, ! Minute 3
- 26.699999999999999; ! Value Until Time 3
-
-OS:SpaceType,
- {8357cb0c-c961-4d75-8198-9d1f44dc7a47}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ4-8, !- Name
- , !- Default Construction Set Name
- {bd0f5801-bd60-403d-95ad-f696d1b6e032}, !- Default Schedule Set Name
- {f288ae59-bc7c-404f-921c-a6ef41c0c00c}, !- Group Rendering Name
- {569bacdc-f7c9-47d2-9ab3-aef7206959e6}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- BreakRoom; !- Standards Space Type
-
-OS:Rendering:Color,
- {f288ae59-bc7c-404f-921c-a6ef41c0c00c}, !- Handle
- Rendering Color 17, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {bd0f5801-bd60-403d-95ad-f696d1b6e032}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ4-8 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {0afeba0a-00bf-4f6a-8799-20087a1926d3}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ4-8 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 11.6250232500465, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {44dd974a-e28c-40c8-9e3d-15efcd111c40}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ4-8 Lights, !- Name
- {0afeba0a-00bf-4f6a-8799-20087a1926d3}, !- Lights Definition Name
- {8357cb0c-c961-4d75-8198-9d1f44dc7a47}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {569bacdc-f7c9-47d2-9ab3-aef7206959e6}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ4-8 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {2adfc7f5-4ec6-4f18-bde4-abdd745ee0b6}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ4-8 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {cf5dfed2-0a7b-446b-a995-e7a45799d953}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ4-8 People, !- Name
- {2adfc7f5-4ec6-4f18-bde4-abdd745ee0b6}, !- People Definition Name
- {8357cb0c-c961-4d75-8198-9d1f44dc7a47}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {8453dd55-b6ac-4e33-8bb3-68007de9e17f}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ4-8 Infiltration, !- Name
- {8357cb0c-c961-4d75-8198-9d1f44dc7a47}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {05d85c92-e3d1-4137-96ce-950ed306bcd4}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ4-8 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 48.0070404585254, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {044781d9-0843-436c-8fc4-a7efa9e32877}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ4-8 Electric Equipment, !- Name
- {05d85c92-e3d1-4137-96ce-950ed306bcd4}, !- Electric Equipment Definition Name
- {8357cb0c-c961-4d75-8198-9d1f44dc7a47}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {1fccc4e2-9c0f-4796-946c-f9a80aa0b188}, !- Handle
- 189.1-2009 - Office - BreakRoom - CZ4-8 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {89305c80-f5f4-4d56-953b-e5c5b7c0d155}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ4-8, !- Name
- , !- Default Construction Set Name
- {2e168018-242d-46c4-aa41-7fb2de7c8511}, !- Default Schedule Set Name
- {76f7b782-ec74-4796-86f6-860a2e3d55b3}, !- Group Rendering Name
- {2623c67b-0875-4bfc-9846-7ec81ec3d75d}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- ClosedOffice; !- Standards Space Type
-
-OS:Rendering:Color,
- {76f7b782-ec74-4796-86f6-860a2e3d55b3}, !- Handle
- Rendering Color 18, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {2e168018-242d-46c4-aa41-7fb2de7c8511}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ4-8 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {5afa65e6-b96a-4ccf-95d9-b0d8a2e6442d}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {020713ee-1ec0-4ae5-be50-bb688eee2bc0}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ4-8 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 10.6562713125426, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {bfabc463-f309-4912-a715-bdfd8aedac4d}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ4-8 Lights, !- Name
- {020713ee-1ec0-4ae5-be50-bb688eee2bc0}, !- Lights Definition Name
- {89305c80-f5f4-4d56-953b-e5c5b7c0d155}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {2623c67b-0875-4bfc-9846-7ec81ec3d75d}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ4-8 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {c20306f1-5069-4986-be6c-b142337725da}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ4-8 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0511285744793712, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {a028d020-b139-4a2f-84e4-358f529fa097}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ4-8 People, !- Name
- {c20306f1-5069-4986-be6c-b142337725da}, !- People Definition Name
- {89305c80-f5f4-4d56-953b-e5c5b7c0d155}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {795ab725-eba5-48be-a775-e68028d47041}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ4-8 Infiltration, !- Name
- {89305c80-f5f4-4d56-953b-e5c5b7c0d155}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {04140400-66fa-401d-8ae7-08985383b78f}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ4-8 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 6.88890266669422, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {87f6d821-ac85-4fa8-a982-f5825e7064cf}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ4-8 Electric Equipment, !- Name
- {04140400-66fa-401d-8ae7-08985383b78f}, !- Electric Equipment Definition Name
- {89305c80-f5f4-4d56-953b-e5c5b7c0d155}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {fc1f437b-9120-4344-ab5a-dc51264f69cc}, !- Handle
- 189.1-2009 - Office - ClosedOffice - CZ4-8 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {87a12f17-9b16-4357-ab95-13e730ca7396}, !- Handle
- 189.1-2009 - Office - Conference - CZ4-8, !- Name
- , !- Default Construction Set Name
- {d16e26c0-53ec-42c7-8135-f91cc2f5c1cc}, !- Default Schedule Set Name
- {7786b0f3-d0b5-49e5-a6ce-a786a00ecc30}, !- Group Rendering Name
- {5e3456a8-6869-4dc8-b66a-59c331415092}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Conference; !- Standards Space Type
-
-OS:Rendering:Color,
- {7786b0f3-d0b5-49e5-a6ce-a786a00ecc30}, !- Handle
- Rendering Color 19, !- Name
- 230, !- Rendering Red Value
- 196, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {d16e26c0-53ec-42c7-8135-f91cc2f5c1cc}, !- Handle
- 189.1-2009 - Office - Conference - CZ4-8 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {da3262a1-82b0-48c4-aa26-3f9ec29e8762}, !- Handle
- 189.1-2009 - Office - Conference - CZ4-8 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 12.5937751875504, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {7f5466d0-1e97-46d9-8b82-edceaa5adaf4}, !- Handle
- 189.1-2009 - Office - Conference - CZ4-8 Lights, !- Name
- {da3262a1-82b0-48c4-aa26-3f9ec29e8762}, !- Lights Definition Name
- {87a12f17-9b16-4357-ab95-13e730ca7396}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {5e3456a8-6869-4dc8-b66a-59c331415092}, !- Handle
- 189.1-2009 - Office - Conference - CZ4-8 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {ce759ea3-56de-4b24-a127-fd373ac8e87b}, !- Handle
- 189.1-2009 - Office - Conference - CZ4-8 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {3591499e-889c-4283-a0d8-f9be49efd742}, !- Handle
- 189.1-2009 - Office - Conference - CZ4-8 People, !- Name
- {ce759ea3-56de-4b24-a127-fd373ac8e87b}, !- People Definition Name
- {87a12f17-9b16-4357-ab95-13e730ca7396}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {51095156-7c85-4895-87a7-2c36838f1542}, !- Handle
- 189.1-2009 - Office - Conference - CZ4-8 Infiltration, !- Name
- {87a12f17-9b16-4357-ab95-13e730ca7396}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {e2b25d54-c215-468b-8b55-e58b9713bf93}, !- Handle
- 189.1-2009 - Office - Conference - CZ4-8 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 3.9826468541826, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {e662c68c-8382-499c-993a-2b5e45dce8c0}, !- Handle
- 189.1-2009 - Office - Conference - CZ4-8 Electric Equipment, !- Name
- {e2b25d54-c215-468b-8b55-e58b9713bf93}, !- Electric Equipment Definition Name
- {87a12f17-9b16-4357-ab95-13e730ca7396}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {e0ee7f66-007a-4b9c-b2a6-b94e9197e38b}, !- Handle
- 189.1-2009 - Office - Conference - CZ4-8 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {826015d0-2b53-408a-8599-96ccfb518d3e}, !- Handle
- 189.1-2009 - Office - Corridor - CZ4-8, !- Name
- , !- Default Construction Set Name
- {8810b60a-bcb9-477b-ac0c-26bb9e6fe55b}, !- Default Schedule Set Name
- {1f5ab8ec-588e-4142-9f31-776b1aafa05a}, !- Group Rendering Name
- {a2907dc6-f6de-4549-b960-68240e94d3b2}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Corridor; !- Standards Space Type
-
-OS:Rendering:Color,
- {1f5ab8ec-588e-4142-9f31-776b1aafa05a}, !- Handle
- Rendering Color 20, !- Name
- 169, !- Rendering Red Value
- 31, !- Rendering Green Value
- 31; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {8810b60a-bcb9-477b-ac0c-26bb9e6fe55b}, !- Handle
- 189.1-2009 - Office - Corridor - CZ4-8 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {5afa65e6-b96a-4ccf-95d9-b0d8a2e6442d}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {ccbcbd9c-d341-4fe8-aad1-26043a126726}, !- Handle
- 189.1-2009 - Office - Corridor - CZ4-8 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 4.84375968751938, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {a34ee762-8489-43ec-985b-c00deadfe503}, !- Handle
- 189.1-2009 - Office - Corridor - CZ4-8 Lights, !- Name
- {ccbcbd9c-d341-4fe8-aad1-26043a126726}, !- Lights Definition Name
- {826015d0-2b53-408a-8599-96ccfb518d3e}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {a2907dc6-f6de-4549-b960-68240e94d3b2}, !- Handle
- 189.1-2009 - Office - Corridor - CZ4-8 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {3ca62bbf-89f2-44c3-bfd6-ca5d08989b16}, !- Handle
- 189.1-2009 - Office - Corridor - CZ4-8 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {3a0d52f9-c0ae-49ad-a9e9-9c6529ade289}, !- Handle
- 189.1-2009 - Office - Corridor - CZ4-8 People, !- Name
- {3ca62bbf-89f2-44c3-bfd6-ca5d08989b16}, !- People Definition Name
- {826015d0-2b53-408a-8599-96ccfb518d3e}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {e6add869-a525-4ab9-befc-be39f018273f}, !- Handle
- 189.1-2009 - Office - Corridor - CZ4-8 Infiltration, !- Name
- {826015d0-2b53-408a-8599-96ccfb518d3e}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {3baa6bc6-c1b5-4d7a-952f-40369dd60954}, !- Handle
- 189.1-2009 - Office - Corridor - CZ4-8 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 1.72222566667356, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {14fd3624-13c4-40a9-b837-7c1339b6980e}, !- Handle
- 189.1-2009 - Office - Corridor - CZ4-8 Electric Equipment, !- Name
- {3baa6bc6-c1b5-4d7a-952f-40369dd60954}, !- Electric Equipment Definition Name
- {826015d0-2b53-408a-8599-96ccfb518d3e}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {cebcfc8d-4de4-4935-b7e1-1ccdcf0aaf5f}, !- Handle
- 189.1-2009 - Office - Corridor - CZ4-8 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {87be92da-965c-440d-999d-e89a0c04f976}, !- Handle
- 189.1-2009 - Office - Elec/MechRoom - CZ4-8, !- Name
- , !- Default Construction Set Name
- {f907df38-c67d-4545-88c5-539adef79fe2}, !- Default Schedule Set Name
- {cdbe6f2d-230c-43a4-976a-bcdc688a5e28}, !- Group Rendering Name
- {b4d65c58-5c52-41cd-b709-148e4ec55e6c}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Elec/MechRoom; !- Standards Space Type
-
-OS:Rendering:Color,
- {cdbe6f2d-230c-43a4-976a-bcdc688a5e28}, !- Handle
- Rendering Color 21, !- Name
- 41, !- Rendering Red Value
- 31, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {f907df38-c67d-4545-88c5-539adef79fe2}, !- Handle
- 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- , !- Number of People Schedule Name
- , !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {ecf52ce7-0ca3-4477-9b4e-cd75e66b299a}, !- Handle
- 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 14.5312790625581, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {838a90e6-bc3b-42d4-8f9a-1bd1cedcc22c}, !- Handle
- 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Lights, !- Name
- {ecf52ce7-0ca3-4477-9b4e-cd75e66b299a}, !- Lights Definition Name
- {87be92da-965c-440d-999d-e89a0c04f976}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {b4d65c58-5c52-41cd-b709-148e4ec55e6c}, !- Handle
- 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {1ab3f334-e0de-47a4-8d78-273a22531f8d}, !- Handle
- 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Infiltration, !- Name
- {87be92da-965c-440d-999d-e89a0c04f976}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {42387d4a-b4c3-49d8-baa3-6e247e039130}, !- Handle
- 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 2.90625581251162, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {27a71744-f10b-4d8f-b9f4-095f453c1627}, !- Handle
- 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Electric Equipment, !- Name
- {42387d4a-b4c3-49d8-baa3-6e247e039130}, !- Electric Equipment Definition Name
- {87be92da-965c-440d-999d-e89a0c04f976}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {4ed27502-a25a-4200-8fac-6aa361844952}, !- Handle
- 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {bf2874e4-0454-48dd-9a30-b5f94c33aec1}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ4-8, !- Name
- , !- Default Construction Set Name
- {6b62d75a-6542-4d6d-828c-37b6a1b387a6}, !- Default Schedule Set Name
- {232c36d3-d99e-444e-b47c-af2df853473a}, !- Group Rendering Name
- {2a09a013-1eee-4f53-b622-2c3cd5ca1db9}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- IT_Room; !- Standards Space Type
-
-OS:Rendering:Color,
- {232c36d3-d99e-444e-b47c-af2df853473a}, !- Handle
- Rendering Color 22, !- Name
- 41, !- Rendering Red Value
- 31, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {6b62d75a-6542-4d6d-828c-37b6a1b387a6}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ4-8 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {e75e2a57-36be-4f8b-9833-9dac7cab0a2d}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ4-8 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 10.6562713125426, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {46908e45-9755-47e6-98e2-16a2067233fc}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ4-8 Lights, !- Name
- {e75e2a57-36be-4f8b-9833-9dac7cab0a2d}, !- Lights Definition Name
- {bf2874e4-0454-48dd-9a30-b5f94c33aec1}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {2a09a013-1eee-4f53-b622-2c3cd5ca1db9}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ4-8 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {2af8b330-761b-4a89-83d8-b52e6574af2f}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ4-8 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {514a48be-4d4b-4ee9-a6a7-4f7163dfd92f}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ4-8 People, !- Name
- {2af8b330-761b-4a89-83d8-b52e6574af2f}, !- People Definition Name
- {bf2874e4-0454-48dd-9a30-b5f94c33aec1}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {d1bd9ca3-1bf7-42e5-a41c-ac6e45da98d4}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ4-8 Infiltration, !- Name
- {bf2874e4-0454-48dd-9a30-b5f94c33aec1}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {46e418d1-3c8e-4e3c-8605-0048798538f4}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ4-8 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 16.7917002500672, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {e6c1b667-129b-492c-abaf-23d91d1de6dc}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ4-8 Electric Equipment, !- Name
- {46e418d1-3c8e-4e3c-8605-0048798538f4}, !- Electric Equipment Definition Name
- {bf2874e4-0454-48dd-9a30-b5f94c33aec1}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {f3953f79-12c4-47df-8cbb-94d4c06341fb}, !- Handle
- 189.1-2009 - Office - IT_Room - CZ4-8 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {164cf6f6-3c88-4f03-8a52-be34f5b4c67d}, !- Handle
- 189.1-2009 - Office - Lobby - CZ4-8, !- Name
- , !- Default Construction Set Name
- {0bd43eee-0f77-4c9c-911d-46a13245a131}, !- Default Schedule Set Name
- {a4622808-b11f-497b-80d2-e58af317c855}, !- Group Rendering Name
- {ef47d9e4-eb53-4716-870d-310eaf0ad36c}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Lobby; !- Standards Space Type
-
-OS:Rendering:Color,
- {a4622808-b11f-497b-80d2-e58af317c855}, !- Handle
- Rendering Color 23, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {0bd43eee-0f77-4c9c-911d-46a13245a131}, !- Handle
- 189.1-2009 - Office - Lobby - CZ4-8 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {3b74cd09-ca58-401f-8f97-4dbbeb9e3f90}, !- Handle
- 189.1-2009 - Office - Lobby - CZ4-8 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 12.5937751875504, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {f17e52b6-5273-47e8-b9f1-83e4cec00068}, !- Handle
- 189.1-2009 - Office - Lobby - CZ4-8 Lights, !- Name
- {3b74cd09-ca58-401f-8f97-4dbbeb9e3f90}, !- Lights Definition Name
- {164cf6f6-3c88-4f03-8a52-be34f5b4c67d}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {ef47d9e4-eb53-4716-870d-310eaf0ad36c}, !- Handle
- 189.1-2009 - Office - Lobby - CZ4-8 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {ba6306d3-395a-4c2b-ab1d-163f8ef3a9ee}, !- Handle
- 189.1-2009 - Office - Lobby - CZ4-8 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {921802de-52c6-4dbc-9cd2-aaaa6110e15d}, !- Handle
- 189.1-2009 - Office - Lobby - CZ4-8 People, !- Name
- {ba6306d3-395a-4c2b-ab1d-163f8ef3a9ee}, !- People Definition Name
- {164cf6f6-3c88-4f03-8a52-be34f5b4c67d}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {b6d068d2-725c-4e3d-8e92-a58ba0fa8c0f}, !- Handle
- 189.1-2009 - Office - Lobby - CZ4-8 Infiltration, !- Name
- {164cf6f6-3c88-4f03-8a52-be34f5b4c67d}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {ac5790d2-9032-481e-9d0d-a1d7cf236942}, !- Handle
- 189.1-2009 - Office - Lobby - CZ4-8 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 0.753473729169681, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {f8fa13bc-d02c-482a-a8e4-40e19087a816}, !- Handle
- 189.1-2009 - Office - Lobby - CZ4-8 Electric Equipment, !- Name
- {ac5790d2-9032-481e-9d0d-a1d7cf236942}, !- Electric Equipment Definition Name
- {164cf6f6-3c88-4f03-8a52-be34f5b4c67d}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {4bc858e3-9e26-4fe4-8c9c-5ed874a52289}, !- Handle
- 189.1-2009 - Office - Lobby - CZ4-8 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {9bd09144-44b4-4281-b6c7-882cda5704c2}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ4-8, !- Name
- , !- Default Construction Set Name
- {a8cd6d9e-6628-49ac-8609-2291a67858f8}, !- Default Schedule Set Name
- {e7d92323-0b62-449d-aabb-13b4ae37325a}, !- Group Rendering Name
- {4970215f-c4be-4c59-8728-4485b89f5a56}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- OpenOffice; !- Standards Space Type
-
-OS:Rendering:Color,
- {e7d92323-0b62-449d-aabb-13b4ae37325a}, !- Handle
- Rendering Color 24, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {a8cd6d9e-6628-49ac-8609-2291a67858f8}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ4-8 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {5afa65e6-b96a-4ccf-95d9-b0d8a2e6442d}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {ed9bda05-0366-4992-9ca9-a5752b705d91}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ4-8 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 10.6562713125426, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {2a80696a-c6dc-4891-b306-9853229eff69}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ4-8 Lights, !- Name
- {ed9bda05-0366-4992-9ca9-a5752b705d91}, !- Lights Definition Name
- {9bd09144-44b4-4281-b6c7-882cda5704c2}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {4970215f-c4be-4c59-8728-4485b89f5a56}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ4-8 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {a3db4b1b-abad-4314-bdd6-f788b3cbe57d}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ4-8 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.056510529687726, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {3a314853-d173-4fb1-88a0-3385191b4bf6}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ4-8 People, !- Name
- {a3db4b1b-abad-4314-bdd6-f788b3cbe57d}, !- People Definition Name
- {9bd09144-44b4-4281-b6c7-882cda5704c2}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {b4c0d981-0d97-41b1-bfcd-4d723781dfa3}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ4-8 Infiltration, !- Name
- {9bd09144-44b4-4281-b6c7-882cda5704c2}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {02a0d212-2233-44f5-8b40-8aab6e7613a2}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ4-8 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 7.6423763958639, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {f52ce0e7-e4ba-4437-b427-822cb19e31e8}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ4-8 Electric Equipment, !- Name
- {02a0d212-2233-44f5-8b40-8aab6e7613a2}, !- Electric Equipment Definition Name
- {9bd09144-44b4-4281-b6c7-882cda5704c2}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {2ed68049-7f10-4c85-9461-d7b565ad2930}, !- Handle
- 189.1-2009 - Office - OpenOffice - CZ4-8 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {e42cfd0b-414e-41d8-99c8-a542c4ed7f80}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ4-8, !- Name
- , !- Default Construction Set Name
- {e1815917-57b8-4c76-a88d-d2f35a997ced}, !- Default Schedule Set Name
- {3259cd7a-e89b-40f2-bce5-3669bcb198d5}, !- Group Rendering Name
- {8f29f788-b261-48da-8e61-11bb939ac8f4}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- PrintRoom; !- Standards Space Type
-
-OS:Rendering:Color,
- {3259cd7a-e89b-40f2-bce5-3669bcb198d5}, !- Handle
- Rendering Color 25, !- Name
- 41, !- Rendering Red Value
- 31, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {e1815917-57b8-4c76-a88d-d2f35a997ced}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ4-8 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {b27da9c3-c019-4b18-b3bf-500860046818}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ4-8 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 10.6562713125426, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {9816cb0a-d47f-42b2-89ac-ea30d1067576}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ4-8 Lights, !- Name
- {b27da9c3-c019-4b18-b3bf-500860046818}, !- Lights Definition Name
- {e42cfd0b-414e-41d8-99c8-a542c4ed7f80}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {8f29f788-b261-48da-8e61-11bb939ac8f4}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ4-8 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {333fc9e4-ae15-43c2-a0e7-0d915324e68e}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ4-8 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {ead3071d-0658-41bc-805c-591ad20e274e}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ4-8 People, !- Name
- {333fc9e4-ae15-43c2-a0e7-0d915324e68e}, !- People Definition Name
- {e42cfd0b-414e-41d8-99c8-a542c4ed7f80}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {4c93c028-8fea-419c-a9c2-3fea32b228bb}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ4-8 Infiltration, !- Name
- {e42cfd0b-414e-41d8-99c8-a542c4ed7f80}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {4d579393-902d-4ca2-b35e-b12a2c817cae}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ4-8 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 30.0313100626201, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {22ca8912-4dea-4dcc-8df5-f288bacac4e2}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ4-8 Electric Equipment, !- Name
- {4d579393-902d-4ca2-b35e-b12a2c817cae}, !- Electric Equipment Definition Name
- {e42cfd0b-414e-41d8-99c8-a542c4ed7f80}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {07668bde-9af8-4692-bda9-945b6191bd86}, !- Handle
- 189.1-2009 - Office - PrintRoom - CZ4-8 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {338fa15a-e1ac-4271-b3dd-2caa7436ae69}, !- Handle
- 189.1-2009 - Office - Restroom - CZ4-8, !- Name
- , !- Default Construction Set Name
- {84e1f0a9-430a-4d78-b559-16a3e70ce120}, !- Default Schedule Set Name
- {40019f7b-d2e2-42e6-8c07-aef06d2cc721}, !- Group Rendering Name
- {f07fd0eb-aa15-460e-9e4e-55e4aab467d9}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Restroom; !- Standards Space Type
-
-OS:Rendering:Color,
- {40019f7b-d2e2-42e6-8c07-aef06d2cc721}, !- Handle
- Rendering Color 26, !- Name
- 169, !- Rendering Red Value
- 169, !- Rendering Green Value
- 31; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {84e1f0a9-430a-4d78-b559-16a3e70ce120}, !- Handle
- 189.1-2009 - Office - Restroom - CZ4-8 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {5246d184-bc2a-4dfb-8c12-a3bf18cc4487}, !- Handle
- 189.1-2009 - Office - Restroom - CZ4-8 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 8.71876743753488, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {64563e27-214a-42e5-9308-1a770a34f2c8}, !- Handle
- 189.1-2009 - Office - Restroom - CZ4-8 Lights, !- Name
- {5246d184-bc2a-4dfb-8c12-a3bf18cc4487}, !- Lights Definition Name
- {338fa15a-e1ac-4271-b3dd-2caa7436ae69}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {f07fd0eb-aa15-460e-9e4e-55e4aab467d9}, !- Handle
- 189.1-2009 - Office - Restroom - CZ4-8 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.0048768, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {3235c939-0a45-4e7f-af14-49ff6fb395fa}, !- Handle
- 189.1-2009 - Office - Restroom - CZ4-8 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {090620b4-2a73-4337-a3a9-b78a16ded5e8}, !- Handle
- 189.1-2009 - Office - Restroom - CZ4-8 People, !- Name
- {3235c939-0a45-4e7f-af14-49ff6fb395fa}, !- People Definition Name
- {338fa15a-e1ac-4271-b3dd-2caa7436ae69}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {f8caa95c-ee5e-43e2-beee-dcddf2ebd051}, !- Handle
- 189.1-2009 - Office - Restroom - CZ4-8 Infiltration, !- Name
- {338fa15a-e1ac-4271-b3dd-2caa7436ae69}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {129676e9-03fd-40d9-9fc6-d7412cdd059c}, !- Handle
- 189.1-2009 - Office - Restroom - CZ4-8 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 0.753473729169681, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {0e9236ef-de23-4a0d-a403-a03e68974a19}, !- Handle
- 189.1-2009 - Office - Restroom - CZ4-8 Electric Equipment, !- Name
- {129676e9-03fd-40d9-9fc6-d7412cdd059c}, !- Electric Equipment Definition Name
- {338fa15a-e1ac-4271-b3dd-2caa7436ae69}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {2a6c9c47-ec97-4f01-896e-b208ad0a0085}, !- Handle
- 189.1-2009 - Office - Restroom - CZ4-8 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {68d415c4-3fc5-4b75-b154-891a11411f4e}, !- Handle
- 189.1-2009 - Office - Stair - CZ4-8, !- Name
- , !- Default Construction Set Name
- {245e70e0-fe0e-453e-b2f8-803933fe106f}, !- Default Schedule Set Name
- {8a45d63f-dc63-4c34-a831-c245c7fb0cf1}, !- Group Rendering Name
- {72423963-0260-4553-a77d-7d3bf6e5ebdc}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Stair; !- Standards Space Type
-
-OS:Rendering:Color,
- {8a45d63f-dc63-4c34-a831-c245c7fb0cf1}, !- Handle
- Rendering Color 27, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {245e70e0-fe0e-453e-b2f8-803933fe106f}, !- Handle
- 189.1-2009 - Office - Stair - CZ4-8 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- , !- Number of People Schedule Name
- , !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- , !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {e75eb336-5e10-4890-82db-692cb5823fc6}, !- Handle
- 189.1-2009 - Office - Stair - CZ4-8 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 5.81251162502325, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {dad624be-a0aa-45bf-8850-1e4d184dcea2}, !- Handle
- 189.1-2009 - Office - Stair - CZ4-8 Lights, !- Name
- {e75eb336-5e10-4890-82db-692cb5823fc6}, !- Lights Definition Name
- {68d415c4-3fc5-4b75-b154-891a11411f4e}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {72423963-0260-4553-a77d-7d3bf6e5ebdc}, !- Handle
- 189.1-2009 - Office - Stair - CZ4-8 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {3f6caaef-4784-4c0c-a781-1c63289f88ae}, !- Handle
- 189.1-2009 - Office - Stair - CZ4-8 Infiltration, !- Name
- {68d415c4-3fc5-4b75-b154-891a11411f4e}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ThermostatSetpoint:DualSetpoint,
- {254f389b-e4c0-447c-b16c-6c2fa09238f4}, !- Handle
- 189.1-2009 - Office - Stair - CZ4-8 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {1effa41f-0724-4186-8eb6-e70bbc207aec}, !- Handle
- 189.1-2009 - Office - Storage - CZ4-8, !- Name
- , !- Default Construction Set Name
- {37d6b51a-42de-4437-85a8-d34e558ec75f}, !- Default Schedule Set Name
- {21344dbc-5f32-4a33-a15e-c7145e5d48ec}, !- Group Rendering Name
- {8c72870f-f413-4f76-86ff-776303740269}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Storage; !- Standards Space Type
-
-OS:Rendering:Color,
- {21344dbc-5f32-4a33-a15e-c7145e5d48ec}, !- Handle
- Rendering Color 28, !- Name
- 120, !- Rendering Red Value
- 149, !- Rendering Green Value
- 230; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {37d6b51a-42de-4437-85a8-d34e558ec75f}, !- Handle
- 189.1-2009 - Office - Storage - CZ4-8 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- , !- Number of People Schedule Name
- , !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- , !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {1681b0d9-4ddd-42ff-ab17-eb198d74e43d}, !- Handle
- 189.1-2009 - Office - Storage - CZ4-8 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 7.750015500031, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {5984455b-db2a-4235-98c5-3c7da0d8b728}, !- Handle
- 189.1-2009 - Office - Storage - CZ4-8 Lights, !- Name
- {1681b0d9-4ddd-42ff-ab17-eb198d74e43d}, !- Lights Definition Name
- {1effa41f-0724-4186-8eb6-e70bbc207aec}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {8c72870f-f413-4f76-86ff-776303740269}, !- Handle
- 189.1-2009 - Office - Storage - CZ4-8 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {0ae36ad1-1e02-446e-8917-14d2ec071bba}, !- Handle
- 189.1-2009 - Office - Storage - CZ4-8 Infiltration, !- Name
- {1effa41f-0724-4186-8eb6-e70bbc207aec}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ThermostatSetpoint:DualSetpoint,
- {07532293-7946-4e09-bd8b-9908695b4081}, !- Handle
- 189.1-2009 - Office - Storage - CZ4-8 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {5affe489-813f-4b72-91ed-b7b43d023f8d}, !- Handle
- 189.1-2009 - Office - Vending - CZ4-8, !- Name
- , !- Default Construction Set Name
- {f84e0423-1938-4281-9e40-7a25c32fffdb}, !- Default Schedule Set Name
- {0fe478f9-5d45-4607-9c17-cd2f74009799}, !- Group Rendering Name
- {d0f8b7c2-a41e-4872-875b-24187a2ee895}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Vending; !- Standards Space Type
-
-OS:Rendering:Color,
- {0fe478f9-5d45-4607-9c17-cd2f74009799}, !- Handle
- Rendering Color 29, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {f84e0423-1938-4281-9e40-7a25c32fffdb}, !- Handle
- 189.1-2009 - Office - Vending - CZ4-8 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {bf0ff6ff-3397-4424-9f61-8799e7e70d30}, !- Handle
- 189.1-2009 - Office - Vending - CZ4-8 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 4.84375968751938, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {0a9df63a-b2d6-4721-9485-fe203e48d8a6}, !- Handle
- 189.1-2009 - Office - Vending - CZ4-8 Lights, !- Name
- {bf0ff6ff-3397-4424-9f61-8799e7e70d30}, !- Lights Definition Name
- {5affe489-813f-4b72-91ed-b7b43d023f8d}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {d0f8b7c2-a41e-4872-875b-24187a2ee895}, !- Handle
- 189.1-2009 - Office - Vending - CZ4-8 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {1037d73e-f7ee-4656-8496-0040205933bb}, !- Handle
- 189.1-2009 - Office - Vending - CZ4-8 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {3b7ab798-2f4f-43c0-8fa0-7d7a43390aec}, !- Handle
- 189.1-2009 - Office - Vending - CZ4-8 People, !- Name
- {1037d73e-f7ee-4656-8496-0040205933bb}, !- People Definition Name
- {5affe489-813f-4b72-91ed-b7b43d023f8d}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {346fa7cd-1c5e-48f0-9ddb-e171d37a8e38}, !- Handle
- 189.1-2009 - Office - Vending - CZ4-8 Infiltration, !- Name
- {5affe489-813f-4b72-91ed-b7b43d023f8d}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {95536925-d13d-427e-bf69-cb933b1d4a82}, !- Handle
- 189.1-2009 - Office - Vending - CZ4-8 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 41.4410551043324, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {0a71bf42-2669-49c1-948f-026d062ebbb5}, !- Handle
- 189.1-2009 - Office - Vending - CZ4-8 Electric Equipment, !- Name
- {95536925-d13d-427e-bf69-cb933b1d4a82}, !- Electric Equipment Definition Name
- {5affe489-813f-4b72-91ed-b7b43d023f8d}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {5751f7d5-a0d8-4fc1-b2be-615100c72f71}, !- Handle
- 189.1-2009 - Office - Vending - CZ4-8 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {b1d676d6-c9bb-4978-901e-63f7d79ea267}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8, !- Name
- , !- Default Construction Set Name
- {f5b8ffd1-68e3-4a2b-a8c2-e99a3b0d251d}, !- Default Schedule Set Name
- {014b09c7-1abe-4a45-aed5-fc7d3f9d847a}, !- Group Rendering Name
- {b23382c3-149e-47fe-9ec9-f6f2cb020e25}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- WholeBuilding - Lg Office; !- Standards Space Type
-
-OS:Rendering:Color,
- {014b09c7-1abe-4a45-aed5-fc7d3f9d847a}, !- Handle
- Rendering Color 30, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {f5b8ffd1-68e3-4a2b-a8c2-e99a3b0d251d}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {0ce7bd46-4dcb-4c74-8335-03f2990a171b}, !- Number of People Schedule Name
- {1f463e70-4042-45ba-8ce9-011e0fe23dde}, !- People Activity Level Schedule Name
- {bdce9ddd-9607-421f-8827-438b47fb1af7}, !- Lighting Schedule Name
- {d3659ca4-ce60-4167-83f5-7dc1f153c5a9}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {440cff80-665b-427b-9ded-6802f1bc6101}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {ef195f20-c25d-419a-827c-9d622f8969c3}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 9.68751937503875, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {e36dad13-4d88-410a-b1ac-ca1de0cb8631}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Lights, !- Name
- {ef195f20-c25d-419a-827c-9d622f8969c3}, !- Lights Definition Name
- {b1d676d6-c9bb-4978-901e-63f7d79ea267}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {b23382c3-149e-47fe-9ec9-f6f2cb020e25}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {609552d4-ad58-438a-ada8-e08032e8e883}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {6c2b7cd4-ef7e-4105-96db-66a7231ac2f2}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 People, !- Name
- {609552d4-ad58-438a-ada8-e08032e8e883}, !- People Definition Name
- {b1d676d6-c9bb-4978-901e-63f7d79ea267}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {b1b8180a-bb30-4287-9bdc-55a0af3b1765}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Infiltration, !- Name
- {b1d676d6-c9bb-4978-901e-63f7d79ea267}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {bd3a6d97-49c1-43e6-bb61-52308e46b9e5}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 5.8125141276385, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {4d7dd115-ee1a-4c71-a71a-8b16e23824ec}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Electric Equipment, !- Name
- {bd3a6d97-49c1-43e6-bb61-52308e46b9e5}, !- Electric Equipment Definition Name
- {b1d676d6-c9bb-4978-901e-63f7d79ea267}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {2c62012b-fe2e-4c09-a38c-501077b59708}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Thermostat, !- Name
- {8a4e7aba-f033-4436-991b-30f19ba1e6c4}, !- Heating Setpoint Temperature Schedule Name
- {1bfb82be-ddb9-49cf-bfc1-de4e5b04e5cd}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {b4ead209-f94c-4303-8c0c-69ab8c38e381}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8, !- Name
- , !- Default Construction Set Name
- {d5bec870-c5ab-418c-b9c3-e25e973cd2ae}, !- Default Schedule Set Name
- {6223bada-b4b0-496c-86e5-8309290b4923}, !- Group Rendering Name
- {d203fa0a-e50c-4f8e-9f4b-191ef54515f0}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- WholeBuilding - Md Office; !- Standards Space Type
-
-OS:Rendering:Color,
- {6223bada-b4b0-496c-86e5-8309290b4923}, !- Handle
- Rendering Color 31, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {d5bec870-c5ab-418c-b9c3-e25e973cd2ae}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96ab2452-6c76-4192-93d8-cc7134f04c11}, !- Number of People Schedule Name
- {2263574d-4d0c-4599-8cd7-566e4fcb8109}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {b47aaf79-f1ea-48ef-b96a-0faa5241540e}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 9.68751937503875, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {b6c75726-f45c-4cd9-8cbc-2295356bdef8}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Lights, !- Name
- {b47aaf79-f1ea-48ef-b96a-0faa5241540e}, !- Lights Definition Name
- {b4ead209-f94c-4303-8c0c-69ab8c38e381}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {d203fa0a-e50c-4f8e-9f4b-191ef54515f0}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {757eed83-a73f-462c-8313-7fdf1a39ce2e}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {4229f95f-afd8-4891-b4de-52f74acce6d6}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 People, !- Name
- {757eed83-a73f-462c-8313-7fdf1a39ce2e}, !- People Definition Name
- {b4ead209-f94c-4303-8c0c-69ab8c38e381}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {88bf8a5f-7887-4251-8ced-a1d973e0d032}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Infiltration, !- Name
- {b4ead209-f94c-4303-8c0c-69ab8c38e381}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {a633d5d8-4389-4487-9dd0-0b6fecb5344a}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 5.81251162502325, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {e9a22b90-bf08-4493-8711-c105ff7d9583}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Electric Equipment, !- Name
- {a633d5d8-4389-4487-9dd0-0b6fecb5344a}, !- Electric Equipment Definition Name
- {b4ead209-f94c-4303-8c0c-69ab8c38e381}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {ac601e8b-9023-4681-aad5-ab31abaa735e}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {1a47d2af-4719-48bf-8f9e-1d3b9610152b}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8, !- Name
- , !- Default Construction Set Name
- {bd6e964f-f651-4000-be76-ed1b0780ece6}, !- Default Schedule Set Name
- {22aefe5c-9160-4efc-8aa7-98217683df1c}, !- Group Rendering Name
- {66ed09eb-186a-4ca9-a9da-e6ef7acf02f3}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- WholeBuilding - Sm Office; !- Standards Space Type
-
-OS:Rendering:Color,
- {22aefe5c-9160-4efc-8aa7-98217683df1c}, !- Handle
- Rendering Color 32, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {bd6e964f-f651-4000-be76-ed1b0780ece6}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96cc579e-b4dd-40a8-8f88-de19dc9796c4}, !- Number of People Schedule Name
- {6f6963b7-a3b3-4139-a797-6f0b98976dbb}, !- People Activity Level Schedule Name
- {d47b290a-675d-4165-8179-00d1fcb3b4ad}, !- Lighting Schedule Name
- {660bf029-ac0f-4c25-b85e-e3fc481f1bc4}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {753ea205-d5d0-4ad2-b03f-a9e315272a76}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {17b19330-fe3a-4216-980f-84ea67e54363}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 9.68751937503875, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {46d15878-2425-4f6c-917c-fd00c9d36c66}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Lights, !- Name
- {17b19330-fe3a-4216-980f-84ea67e54363}, !- Lights Definition Name
- {1a47d2af-4719-48bf-8f9e-1d3b9610152b}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {66ed09eb-186a-4ca9-a9da-e6ef7acf02f3}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {e42d5470-8249-483a-91a9-deee0dacd47c}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {ba09eef6-68af-4fa7-9b90-44f025b2d596}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 People, !- Name
- {e42d5470-8249-483a-91a9-deee0dacd47c}, !- People Definition Name
- {1a47d2af-4719-48bf-8f9e-1d3b9610152b}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {13bf0b3c-c5e5-477d-81a7-70b850ef253f}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Infiltration, !- Name
- {1a47d2af-4719-48bf-8f9e-1d3b9610152b}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {32447e51-e9a8-434a-b3a6-a32e20303467}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 5.8125141276385, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {96e1438d-a12e-4755-8cc5-4fd7bbe3a1ba}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Electric Equipment, !- Name
- {32447e51-e9a8-434a-b3a6-a32e20303467}, !- Electric Equipment Definition Name
- {1a47d2af-4719-48bf-8f9e-1d3b9610152b}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {f46812fa-a7fa-4192-89e9-f2f370d2fa0c}, !- Handle
- 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Thermostat, !- Name
- {cbca8ea7-52a9-4098-a228-df07fedd9843}, !- Heating Setpoint Temperature Schedule Name
- {fdd0f8c0-36a6-4d94-b739-15c37716811f}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {ab3eed83-ffd8-4869-af10-dad4f35542b7}, !- Handle
- 90.1-2007 - Office - BreakRoom, !- Name
- , !- Default Construction Set Name
- {274db445-9cce-4e10-88d6-0827db3775e7}, !- Default Schedule Set Name
- {a6320a41-f6be-4208-a697-d44ce199a468}, !- Group Rendering Name
- {ca638cc4-1b7a-4803-82ce-298c3410565c}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- BreakRoom; !- Standards Space Type
-
-OS:Rendering:Color,
- {a6320a41-f6be-4208-a697-d44ce199a468}, !- Handle
- Rendering Color 33, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {274db445-9cce-4e10-88d6-0827db3775e7}, !- Handle
- 90.1-2007 - Office - BreakRoom Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96ab2452-6c76-4192-93d8-cc7134f04c11}, !- Number of People Schedule Name
- {2263574d-4d0c-4599-8cd7-566e4fcb8109}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {69256dd1-01cf-4abb-b32d-d0824e564f08}, !- Handle
- 90.1-2007 - Office - BreakRoom Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 12.9166925000517, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {60da6382-2a7e-4230-8ba5-578e1fe8c965}, !- Handle
- 90.1-2007 - Office - BreakRoom Lights, !- Name
- {69256dd1-01cf-4abb-b32d-d0824e564f08}, !- Lights Definition Name
- {ab3eed83-ffd8-4869-af10-dad4f35542b7}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {ca638cc4-1b7a-4803-82ce-298c3410565c}, !- Handle
- 90.1-2007 - Office - BreakRoom Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.002359737216, !- Outdoor Air Flow per Person {m3/s-person}
- 0.0003048, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {fed9dbe6-323d-4446-a976-f8247bd0b30b}, !- Handle
- 90.1-2007 - Office - BreakRoom People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {c07e9e59-fbcb-4813-9a1c-2b973f1362eb}, !- Handle
- 90.1-2007 - Office - BreakRoom People, !- Name
- {fed9dbe6-323d-4446-a976-f8247bd0b30b}, !- People Definition Name
- {ab3eed83-ffd8-4869-af10-dad4f35542b7}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {c468b6b0-5b2a-409f-82c7-2da9bfeb2079}, !- Handle
- 90.1-2007 - Office - BreakRoom Infiltration, !- Name
- {ab3eed83-ffd8-4869-af10-dad4f35542b7}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {c4c8f92f-fc85-4d8d-8df0-a23275f01478}, !- Handle
- 90.1-2007 - Office - BreakRoom Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 48.0070404585254, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {afe16169-0df3-4438-a4d0-b7c4d4e89ae3}, !- Handle
- 90.1-2007 - Office - BreakRoom Electric Equipment, !- Name
- {c4c8f92f-fc85-4d8d-8df0-a23275f01478}, !- Electric Equipment Definition Name
- {ab3eed83-ffd8-4869-af10-dad4f35542b7}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {349be802-5059-4612-97a4-3305e1d196fc}, !- Handle
- 90.1-2007 - Office - BreakRoom Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {0e5080b0-e480-4763-b25e-4dff849dac13}, !- Handle
- 90.1-2007 - Office - ClosedOffice, !- Name
- , !- Default Construction Set Name
- {312d5ed4-ac6a-411c-8d71-9333b7594341}, !- Default Schedule Set Name
- {815507b5-592b-4b26-a20c-bf2a28177a76}, !- Group Rendering Name
- {ca8ccb94-ccf5-43ab-9635-22cb9308d63a}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- ClosedOffice; !- Standards Space Type
-
-OS:Rendering:Color,
- {815507b5-592b-4b26-a20c-bf2a28177a76}, !- Handle
- Rendering Color 34, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {312d5ed4-ac6a-411c-8d71-9333b7594341}, !- Handle
- 90.1-2007 - Office - ClosedOffice Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96ab2452-6c76-4192-93d8-cc7134f04c11}, !- Number of People Schedule Name
- {2263574d-4d0c-4599-8cd7-566e4fcb8109}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {15fb113b-3a01-405a-b7f9-6091be06f58f}, !- Handle
- 90.1-2007 - Office - ClosedOffice Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 11.8403014583807, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {19df3772-6b87-4df7-ab3e-69b78f467a9b}, !- Handle
- 90.1-2007 - Office - ClosedOffice Lights, !- Name
- {15fb113b-3a01-405a-b7f9-6091be06f58f}, !- Lights Definition Name
- {0e5080b0-e480-4763-b25e-4dff849dac13}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {ca8ccb94-ccf5-43ab-9635-22cb9308d63a}, !- Handle
- 90.1-2007 - Office - ClosedOffice Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.002359737216, !- Outdoor Air Flow per Person {m3/s-person}
- 0.0003048, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {d661a104-31bf-4ad9-9084-64d6c6fcd0e5}, !- Handle
- 90.1-2007 - Office - ClosedOffice People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0511285744793712, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {745926eb-79f7-443f-b861-5c9e34c1bcc9}, !- Handle
- 90.1-2007 - Office - ClosedOffice People, !- Name
- {d661a104-31bf-4ad9-9084-64d6c6fcd0e5}, !- People Definition Name
- {0e5080b0-e480-4763-b25e-4dff849dac13}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {cddb2874-fe81-4ac9-b5fa-b01b96cfdd96}, !- Handle
- 90.1-2007 - Office - ClosedOffice Infiltration, !- Name
- {0e5080b0-e480-4763-b25e-4dff849dac13}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {b2af399f-90fc-4422-b139-5d9e7cca7fb6}, !- Handle
- 90.1-2007 - Office - ClosedOffice Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 6.88890266669422, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {4ee96428-0e88-4e6d-a6fb-57b933ffaab1}, !- Handle
- 90.1-2007 - Office - ClosedOffice Electric Equipment, !- Name
- {b2af399f-90fc-4422-b139-5d9e7cca7fb6}, !- Electric Equipment Definition Name
- {0e5080b0-e480-4763-b25e-4dff849dac13}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {42b625d5-2474-4fd0-a100-a69d23d92392}, !- Handle
- 90.1-2007 - Office - ClosedOffice Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {35fd26b8-ca77-4e0d-b290-400793acd74f}, !- Handle
- 90.1-2007 - Office - Conference, !- Name
- , !- Default Construction Set Name
- {632a8ae8-9bd0-4a65-8ea0-4929e8b1cd08}, !- Default Schedule Set Name
- {42cf3633-3dad-40d5-9673-411a3ceb5904}, !- Group Rendering Name
- {9b782779-5a99-45f9-a4e3-23aa97ec0682}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Conference; !- Standards Space Type
-
-OS:Rendering:Color,
- {42cf3633-3dad-40d5-9673-411a3ceb5904}, !- Handle
- Rendering Color 35, !- Name
- 230, !- Rendering Red Value
- 196, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {632a8ae8-9bd0-4a65-8ea0-4929e8b1cd08}, !- Handle
- 90.1-2007 - Office - Conference Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96ab2452-6c76-4192-93d8-cc7134f04c11}, !- Number of People Schedule Name
- {2263574d-4d0c-4599-8cd7-566e4fcb8109}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {340eb144-8121-48ab-9c45-d3f5ed6f0d72}, !- Handle
- 90.1-2007 - Office - Conference Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 13.9930835417226, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {750dce91-4695-4681-90b9-5280d6de827c}, !- Handle
- 90.1-2007 - Office - Conference Lights, !- Name
- {340eb144-8121-48ab-9c45-d3f5ed6f0d72}, !- Lights Definition Name
- {35fd26b8-ca77-4e0d-b290-400793acd74f}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {9b782779-5a99-45f9-a4e3-23aa97ec0682}, !- Handle
- 90.1-2007 - Office - Conference Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.002359737216, !- Outdoor Air Flow per Person {m3/s-person}
- 0.0003048, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {bcb287ec-5caa-47e8-86fa-f930d8e13b51}, !- Handle
- 90.1-2007 - Office - Conference People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {74560090-2f32-4519-bf31-226595361bd1}, !- Handle
- 90.1-2007 - Office - Conference People, !- Name
- {bcb287ec-5caa-47e8-86fa-f930d8e13b51}, !- People Definition Name
- {35fd26b8-ca77-4e0d-b290-400793acd74f}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {94d17260-735a-4933-bc7e-85ac8d1b895a}, !- Handle
- 90.1-2007 - Office - Conference Infiltration, !- Name
- {35fd26b8-ca77-4e0d-b290-400793acd74f}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {0c1828d0-f36c-4a21-8644-b25d15df72d0}, !- Handle
- 90.1-2007 - Office - Conference Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 3.9826468541826, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {c8f202f7-aed1-4d18-ae6e-b51746c9e844}, !- Handle
- 90.1-2007 - Office - Conference Electric Equipment, !- Name
- {0c1828d0-f36c-4a21-8644-b25d15df72d0}, !- Electric Equipment Definition Name
- {35fd26b8-ca77-4e0d-b290-400793acd74f}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {790d9d90-1545-463d-a0ed-bf9e5d3d0c72}, !- Handle
- 90.1-2007 - Office - Conference Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {9e1b7cae-c9d1-4c05-9606-016383b129b3}, !- Handle
- 90.1-2007 - Office - Corridor, !- Name
- , !- Default Construction Set Name
- {f9af9d59-af52-4cad-bb8b-044598105e14}, !- Default Schedule Set Name
- {e70dd193-aea2-424f-9632-287c2629bfc1}, !- Group Rendering Name
- {a247eeec-ef20-4c25-abc5-b4d56e9ea544}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Corridor; !- Standards Space Type
-
-OS:Rendering:Color,
- {e70dd193-aea2-424f-9632-287c2629bfc1}, !- Handle
- Rendering Color 36, !- Name
- 169, !- Rendering Red Value
- 31, !- Rendering Green Value
- 31; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {f9af9d59-af52-4cad-bb8b-044598105e14}, !- Handle
- 90.1-2007 - Office - Corridor Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96ab2452-6c76-4192-93d8-cc7134f04c11}, !- Number of People Schedule Name
- {2263574d-4d0c-4599-8cd7-566e4fcb8109}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {7b274f7a-c408-4c24-9403-84b98ea32dfc}, !- Handle
- 90.1-2007 - Office - Corridor Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 5.38195520835486, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {42b8ca2f-9ea8-4bec-a710-ed2f70f5ec2d}, !- Handle
- 90.1-2007 - Office - Corridor Lights, !- Name
- {7b274f7a-c408-4c24-9403-84b98ea32dfc}, !- Lights Definition Name
- {9e1b7cae-c9d1-4c05-9606-016383b129b3}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {a247eeec-ef20-4c25-abc5-b4d56e9ea544}, !- Handle
- 90.1-2007 - Office - Corridor Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.0003048, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {efae5929-9dd1-4307-8b35-1966814c65d6}, !- Handle
- 90.1-2007 - Office - Corridor People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {f50f59b3-3c4e-45f6-bc24-00c5fa962b30}, !- Handle
- 90.1-2007 - Office - Corridor People, !- Name
- {efae5929-9dd1-4307-8b35-1966814c65d6}, !- People Definition Name
- {9e1b7cae-c9d1-4c05-9606-016383b129b3}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {a40a8b5c-0758-490c-8aa0-d23e1635a954}, !- Handle
- 90.1-2007 - Office - Corridor Infiltration, !- Name
- {9e1b7cae-c9d1-4c05-9606-016383b129b3}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {a2941f10-1952-4ad2-89ca-9b5a49f40cff}, !- Handle
- 90.1-2007 - Office - Corridor Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 1.72222566667356, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {eb07c083-f7d0-4470-817b-1a4f5c8ca871}, !- Handle
- 90.1-2007 - Office - Corridor Electric Equipment, !- Name
- {a2941f10-1952-4ad2-89ca-9b5a49f40cff}, !- Electric Equipment Definition Name
- {9e1b7cae-c9d1-4c05-9606-016383b129b3}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {c75a81f7-1950-4c98-9777-1215856de9c6}, !- Handle
- 90.1-2007 - Office - Corridor Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {3e126030-5ee9-4c43-a465-563e5419644d}, !- Handle
- 90.1-2007 - Office - Elec/MechRoom, !- Name
- , !- Default Construction Set Name
- {ed1f09c5-57ea-4ab5-b5bf-b6af973b882a}, !- Default Schedule Set Name
- {ae7f7efd-ffce-4348-a21f-018b046a12b1}, !- Group Rendering Name
- {f6f78c05-6e58-4a4a-8d13-e138266fb2a8}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Elec/MechRoom; !- Standards Space Type
-
-OS:Rendering:Color,
- {ae7f7efd-ffce-4348-a21f-018b046a12b1}, !- Handle
- Rendering Color 37, !- Name
- 41, !- Rendering Red Value
- 31, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {ed1f09c5-57ea-4ab5-b5bf-b6af973b882a}, !- Handle
- 90.1-2007 - Office - Elec/MechRoom Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- , !- Number of People Schedule Name
- , !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {3c7f96f8-436b-4042-b46e-160e22105fef}, !- Handle
- 90.1-2007 - Office - Elec/MechRoom Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 16.1458656250646, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {9e70fae4-bb1a-4284-9996-d5dbbf2baacf}, !- Handle
- 90.1-2007 - Office - Elec/MechRoom Lights, !- Name
- {3c7f96f8-436b-4042-b46e-160e22105fef}, !- Lights Definition Name
- {3e126030-5ee9-4c43-a465-563e5419644d}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {f6f78c05-6e58-4a4a-8d13-e138266fb2a8}, !- Handle
- 90.1-2007 - Office - Elec/MechRoom Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.0006096, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {d0f8fec3-561d-42ed-94a2-fc933cbbb709}, !- Handle
- 90.1-2007 - Office - Elec/MechRoom Infiltration, !- Name
- {3e126030-5ee9-4c43-a465-563e5419644d}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {82b97d6e-949a-46a8-8b9b-82dd29864af6}, !- Handle
- 90.1-2007 - Office - Elec/MechRoom Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 2.90625581251162, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {5f9becb3-daff-4d22-a0f8-ce05d82c0afa}, !- Handle
- 90.1-2007 - Office - Elec/MechRoom Electric Equipment, !- Name
- {82b97d6e-949a-46a8-8b9b-82dd29864af6}, !- Electric Equipment Definition Name
- {3e126030-5ee9-4c43-a465-563e5419644d}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {573e15dd-38c3-438f-a1f6-e76bbb2d0e84}, !- Handle
- 90.1-2007 - Office - Elec/MechRoom Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {ce15e5c6-f058-46ca-bec2-a440da7fa27c}, !- Handle
- 90.1-2007 - Office - IT_Room, !- Name
- , !- Default Construction Set Name
- {851561d3-e353-4308-8a79-12488c5b2c53}, !- Default Schedule Set Name
- {85823477-487f-4b66-ada3-d919f223d170}, !- Group Rendering Name
- {a07b53da-37e3-40ce-aaa7-ce0fe222d82e}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- IT_Room; !- Standards Space Type
-
-OS:Rendering:Color,
- {85823477-487f-4b66-ada3-d919f223d170}, !- Handle
- Rendering Color 38, !- Name
- 41, !- Rendering Red Value
- 31, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {851561d3-e353-4308-8a79-12488c5b2c53}, !- Handle
- 90.1-2007 - Office - IT_Room Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96ab2452-6c76-4192-93d8-cc7134f04c11}, !- Number of People Schedule Name
- {2263574d-4d0c-4599-8cd7-566e4fcb8109}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {d5ad71c4-6a84-404e-9967-10c1330d20c3}, !- Handle
- 90.1-2007 - Office - IT_Room Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 11.8403014583807, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {0531add2-e087-460c-9348-dc7e51209fcb}, !- Handle
- 90.1-2007 - Office - IT_Room Lights, !- Name
- {d5ad71c4-6a84-404e-9967-10c1330d20c3}, !- Lights Definition Name
- {ce15e5c6-f058-46ca-bec2-a440da7fa27c}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {a07b53da-37e3-40ce-aaa7-ce0fe222d82e}, !- Handle
- 90.1-2007 - Office - IT_Room Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.002359737216, !- Outdoor Air Flow per Person {m3/s-person}
- 0.0003048, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {79c3bb4e-53e0-4d82-a821-1ee907d41364}, !- Handle
- 90.1-2007 - Office - IT_Room People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {9b6782b5-977e-417b-ad21-389f7ade8a18}, !- Handle
- 90.1-2007 - Office - IT_Room People, !- Name
- {79c3bb4e-53e0-4d82-a821-1ee907d41364}, !- People Definition Name
- {ce15e5c6-f058-46ca-bec2-a440da7fa27c}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {68bace77-eff8-403d-a2bc-b0aace2edd4c}, !- Handle
- 90.1-2007 - Office - IT_Room Infiltration, !- Name
- {ce15e5c6-f058-46ca-bec2-a440da7fa27c}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {d49ade2a-2a4f-4567-b650-e759af5a3efc}, !- Handle
- 90.1-2007 - Office - IT_Room Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 16.7917002500672, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {5cc57945-e2de-498d-b716-d54b92c15b8e}, !- Handle
- 90.1-2007 - Office - IT_Room Electric Equipment, !- Name
- {d49ade2a-2a4f-4567-b650-e759af5a3efc}, !- Electric Equipment Definition Name
- {ce15e5c6-f058-46ca-bec2-a440da7fa27c}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {85d0ac6c-6df0-4975-a584-3d19055b7186}, !- Handle
- 90.1-2007 - Office - IT_Room Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {0b62fb06-c3e5-4044-88f8-cdfbf08b234e}, !- Handle
- 90.1-2007 - Office - Lobby, !- Name
- , !- Default Construction Set Name
- {18b777c2-24f9-4104-bdb0-7c2a2214c1a8}, !- Default Schedule Set Name
- {61a56346-b721-40fc-a5c2-3a8912dbbc07}, !- Group Rendering Name
- {472eaa66-6519-4fef-a41f-c2099f64cacd}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Lobby; !- Standards Space Type
-
-OS:Rendering:Color,
- {61a56346-b721-40fc-a5c2-3a8912dbbc07}, !- Handle
- Rendering Color 39, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {18b777c2-24f9-4104-bdb0-7c2a2214c1a8}, !- Handle
- 90.1-2007 - Office - Lobby Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96ab2452-6c76-4192-93d8-cc7134f04c11}, !- Number of People Schedule Name
- {2263574d-4d0c-4599-8cd7-566e4fcb8109}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {1133747d-f7b5-4a3b-9340-b215b3806671}, !- Handle
- 90.1-2007 - Office - Lobby Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 13.9930835417226, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {14b94606-8bc5-46fd-b1bf-dae8d2c30dd5}, !- Handle
- 90.1-2007 - Office - Lobby Lights, !- Name
- {1133747d-f7b5-4a3b-9340-b215b3806671}, !- Lights Definition Name
- {0b62fb06-c3e5-4044-88f8-cdfbf08b234e}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {472eaa66-6519-4fef-a41f-c2099f64cacd}, !- Handle
- 90.1-2007 - Office - Lobby Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.002359737216, !- Outdoor Air Flow per Person {m3/s-person}
- 0.0003048, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {06a9ab08-d795-4447-8af0-ae8e40c2acb1}, !- Handle
- 90.1-2007 - Office - Lobby People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {d73197ff-9a8a-40fe-9d0b-cb00578f3838}, !- Handle
- 90.1-2007 - Office - Lobby People, !- Name
- {06a9ab08-d795-4447-8af0-ae8e40c2acb1}, !- People Definition Name
- {0b62fb06-c3e5-4044-88f8-cdfbf08b234e}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {3215bbec-d6b1-4fea-b0de-784f609aebad}, !- Handle
- 90.1-2007 - Office - Lobby Infiltration, !- Name
- {0b62fb06-c3e5-4044-88f8-cdfbf08b234e}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {f2130760-a95f-4085-a9fc-6c2761af8cd6}, !- Handle
- 90.1-2007 - Office - Lobby Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 0.753473729169681, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {1c139d86-e49e-4b57-8f24-1aa07635ee7f}, !- Handle
- 90.1-2007 - Office - Lobby Electric Equipment, !- Name
- {f2130760-a95f-4085-a9fc-6c2761af8cd6}, !- Electric Equipment Definition Name
- {0b62fb06-c3e5-4044-88f8-cdfbf08b234e}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {a34f0660-59c6-444f-85b3-b81b50068712}, !- Handle
- 90.1-2007 - Office - Lobby Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {813d59f2-93e5-4fe5-b97b-1c9b9e7b2708}, !- Handle
- 90.1-2007 - Office - OpenOffice, !- Name
- , !- Default Construction Set Name
- {4cb12519-cacf-41b9-ac33-83101c134ac8}, !- Default Schedule Set Name
- {1552cc78-9755-48d0-99de-592e454fd6fa}, !- Group Rendering Name
- {0901efc3-2f8a-4748-8b63-3a9c8edbb15e}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- OpenOffice; !- Standards Space Type
-
-OS:Rendering:Color,
- {1552cc78-9755-48d0-99de-592e454fd6fa}, !- Handle
- Rendering Color 40, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {4cb12519-cacf-41b9-ac33-83101c134ac8}, !- Handle
- 90.1-2007 - Office - OpenOffice Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96ab2452-6c76-4192-93d8-cc7134f04c11}, !- Number of People Schedule Name
- {2263574d-4d0c-4599-8cd7-566e4fcb8109}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {db4a0219-1eb6-42a9-aafb-934bc118d72d}, !- Handle
- 90.1-2007 - Office - OpenOffice Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 11.8403014583807, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {99dc927b-7fc7-4856-9004-23f242752b3b}, !- Handle
- 90.1-2007 - Office - OpenOffice Lights, !- Name
- {db4a0219-1eb6-42a9-aafb-934bc118d72d}, !- Lights Definition Name
- {813d59f2-93e5-4fe5-b97b-1c9b9e7b2708}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {0901efc3-2f8a-4748-8b63-3a9c8edbb15e}, !- Handle
- 90.1-2007 - Office - OpenOffice Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.002359737216, !- Outdoor Air Flow per Person {m3/s-person}
- 0.0003048, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {ea5e9bef-c34d-40aa-a90b-cbf8eefb1ead}, !- Handle
- 90.1-2007 - Office - OpenOffice People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.056510529687726, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {92c2f666-f4fe-4455-876e-8b8ee866c73f}, !- Handle
- 90.1-2007 - Office - OpenOffice People, !- Name
- {ea5e9bef-c34d-40aa-a90b-cbf8eefb1ead}, !- People Definition Name
- {813d59f2-93e5-4fe5-b97b-1c9b9e7b2708}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {5dfd9c34-16ea-4bd2-92f9-b6c1fe74a047}, !- Handle
- 90.1-2007 - Office - OpenOffice Infiltration, !- Name
- {813d59f2-93e5-4fe5-b97b-1c9b9e7b2708}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {99bc01d2-4614-4281-92c9-ed264040a2a9}, !- Handle
- 90.1-2007 - Office - OpenOffice Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 7.6423763958639, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {417d64f4-56bc-4671-966f-b3d2ee7fe4d4}, !- Handle
- 90.1-2007 - Office - OpenOffice Electric Equipment, !- Name
- {99bc01d2-4614-4281-92c9-ed264040a2a9}, !- Electric Equipment Definition Name
- {813d59f2-93e5-4fe5-b97b-1c9b9e7b2708}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {522c6a13-fe14-4050-8046-4489d7a8ea98}, !- Handle
- 90.1-2007 - Office - OpenOffice Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {9d6b7d76-b2c4-4a77-8de3-a475b8664feb}, !- Handle
- 90.1-2007 - Office - PrintRoom, !- Name
- , !- Default Construction Set Name
- {50c5631a-a0b8-4070-ab66-7d80173e92b5}, !- Default Schedule Set Name
- {8b536910-b679-4d55-ae9d-d562e3f501ee}, !- Group Rendering Name
- {dbb48e70-e666-47ed-a65f-25a922d6bd49}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- PrintRoom; !- Standards Space Type
-
-OS:Rendering:Color,
- {8b536910-b679-4d55-ae9d-d562e3f501ee}, !- Handle
- Rendering Color 41, !- Name
- 41, !- Rendering Red Value
- 31, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {50c5631a-a0b8-4070-ab66-7d80173e92b5}, !- Handle
- 90.1-2007 - Office - PrintRoom Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96ab2452-6c76-4192-93d8-cc7134f04c11}, !- Number of People Schedule Name
- {2263574d-4d0c-4599-8cd7-566e4fcb8109}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {fe6ac9b9-9e67-46b0-afdf-c293fc33b24e}, !- Handle
- 90.1-2007 - Office - PrintRoom Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 11.8403014583807, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {ec05074b-ff3a-422d-85d2-ed33b97d76b3}, !- Handle
- 90.1-2007 - Office - PrintRoom Lights, !- Name
- {fe6ac9b9-9e67-46b0-afdf-c293fc33b24e}, !- Lights Definition Name
- {9d6b7d76-b2c4-4a77-8de3-a475b8664feb}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {dbb48e70-e666-47ed-a65f-25a922d6bd49}, !- Handle
- 90.1-2007 - Office - PrintRoom Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.0003048, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {416fb56c-d8a3-4fb9-a5d1-c27d6a46e2e1}, !- Handle
- 90.1-2007 - Office - PrintRoom People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {803024de-fef1-441f-852f-8dbee5feead6}, !- Handle
- 90.1-2007 - Office - PrintRoom People, !- Name
- {416fb56c-d8a3-4fb9-a5d1-c27d6a46e2e1}, !- People Definition Name
- {9d6b7d76-b2c4-4a77-8de3-a475b8664feb}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {06ad9258-698d-451b-bffa-780dbd8ee049}, !- Handle
- 90.1-2007 - Office - PrintRoom Infiltration, !- Name
- {9d6b7d76-b2c4-4a77-8de3-a475b8664feb}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {777872db-6da2-4ba3-9bf3-45fc1168cdec}, !- Handle
- 90.1-2007 - Office - PrintRoom Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 30.0313100626201, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {ae469be1-e774-4bed-93b9-ab28e30d5f37}, !- Handle
- 90.1-2007 - Office - PrintRoom Electric Equipment, !- Name
- {777872db-6da2-4ba3-9bf3-45fc1168cdec}, !- Electric Equipment Definition Name
- {9d6b7d76-b2c4-4a77-8de3-a475b8664feb}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {f2cd9fa7-1f6d-498a-b3d1-dd495940ab54}, !- Handle
- 90.1-2007 - Office - PrintRoom Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {23271a2e-1087-403c-85e4-2c49b13abc95}, !- Handle
- 90.1-2007 - Office - Restroom, !- Name
- , !- Default Construction Set Name
- {3cc7f65f-84f8-4dd2-9250-662ad5015944}, !- Default Schedule Set Name
- {8682c642-eb4c-460b-9933-204f13520f75}, !- Group Rendering Name
- {92bee8cd-d6a9-4bf9-b84b-f684aef1795f}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Restroom; !- Standards Space Type
-
-OS:Rendering:Color,
- {8682c642-eb4c-460b-9933-204f13520f75}, !- Handle
- Rendering Color 42, !- Name
- 169, !- Rendering Red Value
- 169, !- Rendering Green Value
- 31; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {3cc7f65f-84f8-4dd2-9250-662ad5015944}, !- Handle
- 90.1-2007 - Office - Restroom Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96ab2452-6c76-4192-93d8-cc7134f04c11}, !- Number of People Schedule Name
- {2263574d-4d0c-4599-8cd7-566e4fcb8109}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {b2320394-f21a-4821-b68d-42c06688878a}, !- Handle
- 90.1-2007 - Office - Restroom Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 9.68751937503875, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {623a0f37-5860-471a-813a-eea62e74a14d}, !- Handle
- 90.1-2007 - Office - Restroom Lights, !- Name
- {b2320394-f21a-4821-b68d-42c06688878a}, !- Lights Definition Name
- {23271a2e-1087-403c-85e4-2c49b13abc95}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {92bee8cd-d6a9-4bf9-b84b-f684aef1795f}, !- Handle
- 90.1-2007 - Office - Restroom Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.0003048, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {000b5d2b-20f9-473e-af25-8fbb681de373}, !- Handle
- 90.1-2007 - Office - Restroom People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {dd2f383e-9935-4b25-9ccd-33120872fd06}, !- Handle
- 90.1-2007 - Office - Restroom People, !- Name
- {000b5d2b-20f9-473e-af25-8fbb681de373}, !- People Definition Name
- {23271a2e-1087-403c-85e4-2c49b13abc95}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {268512b2-220d-42d1-9dad-eef44b297610}, !- Handle
- 90.1-2007 - Office - Restroom Infiltration, !- Name
- {23271a2e-1087-403c-85e4-2c49b13abc95}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {552c5e2a-560f-4632-987c-3f70b905d343}, !- Handle
- 90.1-2007 - Office - Restroom Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 0.753473729169681, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {a4aa6802-a024-41e0-ac2c-67ee7edb3982}, !- Handle
- 90.1-2007 - Office - Restroom Electric Equipment, !- Name
- {552c5e2a-560f-4632-987c-3f70b905d343}, !- Electric Equipment Definition Name
- {23271a2e-1087-403c-85e4-2c49b13abc95}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {2da20f1f-e5c0-4686-8419-a7e7745dba2e}, !- Handle
- 90.1-2007 - Office - Restroom Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {c3563463-2cd0-46b6-95b7-1a92fc5eef7b}, !- Handle
- 90.1-2007 - Office - Stair, !- Name
- , !- Default Construction Set Name
- {6e27411b-3f86-4e05-b04f-87709920e836}, !- Default Schedule Set Name
- {98287bf4-a8ca-46b6-be04-3ed9cfb42cf2}, !- Group Rendering Name
- {38818993-eb3e-4cd9-8547-11afca2c70b3}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Stair; !- Standards Space Type
-
-OS:Rendering:Color,
- {98287bf4-a8ca-46b6-be04-3ed9cfb42cf2}, !- Handle
- Rendering Color 43, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {6e27411b-3f86-4e05-b04f-87709920e836}, !- Handle
- 90.1-2007 - Office - Stair Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- , !- Number of People Schedule Name
- , !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- , !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {60201141-1668-4bba-856f-61de38bc0648}, !- Handle
- 90.1-2007 - Office - Stair Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 6.45834625002583, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {15bc5b94-2c71-43e4-adcb-a45cddd7de31}, !- Handle
- 90.1-2007 - Office - Stair Lights, !- Name
- {60201141-1668-4bba-856f-61de38bc0648}, !- Lights Definition Name
- {c3563463-2cd0-46b6-95b7-1a92fc5eef7b}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {38818993-eb3e-4cd9-8547-11afca2c70b3}, !- Handle
- 90.1-2007 - Office - Stair Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.0003048, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {063c670d-2758-4187-99ac-febf8a6ab5ad}, !- Handle
- 90.1-2007 - Office - Stair Infiltration, !- Name
- {c3563463-2cd0-46b6-95b7-1a92fc5eef7b}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ThermostatSetpoint:DualSetpoint,
- {b7ffb3ad-d24b-4554-be73-f1333e49a6ac}, !- Handle
- 90.1-2007 - Office - Stair Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {50be4dce-5010-4531-a7b9-d7572137f80d}, !- Handle
- 90.1-2007 - Office - Storage, !- Name
- , !- Default Construction Set Name
- {22cd2fcf-ea93-4186-9f15-2fa12a4e31b4}, !- Default Schedule Set Name
- {49ccafdb-dad5-44d1-9948-ea3aca3c832e}, !- Group Rendering Name
- {28af399b-3d73-46bf-a740-a76cf3cb6464}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Storage; !- Standards Space Type
-
-OS:Rendering:Color,
- {49ccafdb-dad5-44d1-9948-ea3aca3c832e}, !- Handle
- Rendering Color 44, !- Name
- 120, !- Rendering Red Value
- 149, !- Rendering Green Value
- 230; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {22cd2fcf-ea93-4186-9f15-2fa12a4e31b4}, !- Handle
- 90.1-2007 - Office - Storage Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- , !- Number of People Schedule Name
- , !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- , !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {db5fc920-77a3-4605-9f86-3802f2e57b35}, !- Handle
- 90.1-2007 - Office - Storage Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 8.61112833336778, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {83be143d-2c01-4826-aaf3-ffd6bb160f09}, !- Handle
- 90.1-2007 - Office - Storage Lights, !- Name
- {db5fc920-77a3-4605-9f86-3802f2e57b35}, !- Lights Definition Name
- {50be4dce-5010-4531-a7b9-d7572137f80d}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {28af399b-3d73-46bf-a740-a76cf3cb6464}, !- Handle
- 90.1-2007 - Office - Storage Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.0006096, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {15ed251a-1488-4604-b99c-376485705b13}, !- Handle
- 90.1-2007 - Office - Storage Infiltration, !- Name
- {50be4dce-5010-4531-a7b9-d7572137f80d}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ThermostatSetpoint:DualSetpoint,
- {c051e93c-98ba-4040-81d2-8f0802fadc38}, !- Handle
- 90.1-2007 - Office - Storage Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {38bf8d4a-cde8-4ddb-b485-4c92621d156e}, !- Handle
- 90.1-2007 - Office - Vending, !- Name
- , !- Default Construction Set Name
- {4107b0c5-b8ea-4897-ae5e-c1c836c4af6d}, !- Default Schedule Set Name
- {479663f6-03e1-46c8-8cfc-4702cb6adf2a}, !- Group Rendering Name
- {ab41eb8a-436c-40cf-b3d9-16677e324063}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Vending; !- Standards Space Type
-
-OS:Rendering:Color,
- {479663f6-03e1-46c8-8cfc-4702cb6adf2a}, !- Handle
- Rendering Color 45, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {4107b0c5-b8ea-4897-ae5e-c1c836c4af6d}, !- Handle
- 90.1-2007 - Office - Vending Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96ab2452-6c76-4192-93d8-cc7134f04c11}, !- Number of People Schedule Name
- {2263574d-4d0c-4599-8cd7-566e4fcb8109}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {f5e4f509-5ccf-4c49-bd3b-21102d737099}, !- Handle
- 90.1-2007 - Office - Vending Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 5.38195520835486, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {0035f7e0-efc4-46bf-9b73-9af59a10d93c}, !- Handle
- 90.1-2007 - Office - Vending Lights, !- Name
- {f5e4f509-5ccf-4c49-bd3b-21102d737099}, !- Lights Definition Name
- {38bf8d4a-cde8-4ddb-b485-4c92621d156e}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {ab41eb8a-436c-40cf-b3d9-16677e324063}, !- Handle
- 90.1-2007 - Office - Vending Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.0003048, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {59cd9211-9da5-4d89-893d-e58890c4297b}, !- Handle
- 90.1-2007 - Office - Vending People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {e91f36b2-ee6e-4b54-92d6-b191847a5d49}, !- Handle
- 90.1-2007 - Office - Vending People, !- Name
- {59cd9211-9da5-4d89-893d-e58890c4297b}, !- People Definition Name
- {38bf8d4a-cde8-4ddb-b485-4c92621d156e}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {0cb44233-0f3f-4266-8f7e-4e6fcb6687ab}, !- Handle
- 90.1-2007 - Office - Vending Infiltration, !- Name
- {38bf8d4a-cde8-4ddb-b485-4c92621d156e}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {eef10da1-9141-40b2-a54d-88d52c64925a}, !- Handle
- 90.1-2007 - Office - Vending Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 41.4410551043324, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {4ad612f5-eb6b-48b9-a5b9-1d3357abb45f}, !- Handle
- 90.1-2007 - Office - Vending Electric Equipment, !- Name
- {eef10da1-9141-40b2-a54d-88d52c64925a}, !- Electric Equipment Definition Name
- {38bf8d4a-cde8-4ddb-b485-4c92621d156e}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {9cfd2687-19a2-4cb4-a713-4e376067baad}, !- Handle
- 90.1-2007 - Office - Vending Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {59fd91f3-1e69-4596-be44-59e240e1194b}, !- Handle
- DOE Ref 1980-2004 - Office - BreakRoom, !- Name
- , !- Default Construction Set Name
- {afea4427-153d-4060-80db-ae7b924e650a}, !- Default Schedule Set Name
- {c2145417-4386-48ee-b086-096420a562b4}, !- Group Rendering Name
- {243d8841-e54d-4429-b3a3-8ac14505dc08}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- BreakRoom; !- Standards Space Type
-
-OS:Rendering:Color,
- {c2145417-4386-48ee-b086-096420a562b4}, !- Handle
- Rendering Color 46, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {afea4427-153d-4060-80db-ae7b924e650a}, !- Handle
- DOE Ref 1980-2004 - Office - BreakRoom Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {0308bb38-8347-46e4-8e58-3da8c2fa5097}, !- Handle
- DOE Ref 1980-2004 - Office - BreakRoom Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 2.84582681801871, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {a71a152e-55aa-4a61-9c3b-481cd1455130}, !- Handle
- DOE Ref 1980-2004 - Office - BreakRoom Lights, !- Name
- {0308bb38-8347-46e4-8e58-3da8c2fa5097}, !- Lights Definition Name
- {59fd91f3-1e69-4596-be44-59e240e1194b}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {243d8841-e54d-4429-b3a3-8ac14505dc08}, !- Handle
- DOE Ref 1980-2004 - Office - BreakRoom Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {fdb5bd2e-69be-4279-b706-328ac6746cb0}, !- Handle
- DOE Ref 1980-2004 - Office - BreakRoom People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {a2502686-784c-48c8-b246-d4cf653a4172}, !- Handle
- DOE Ref 1980-2004 - Office - BreakRoom People, !- Name
- {fdb5bd2e-69be-4279-b706-328ac6746cb0}, !- People Definition Name
- {59fd91f3-1e69-4596-be44-59e240e1194b}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {80e1c1ab-15dc-4242-af6a-21d0bdd9263f}, !- Handle
- DOE Ref 1980-2004 - Office - BreakRoom Infiltration, !- Name
- {59fd91f3-1e69-4596-be44-59e240e1194b}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {035eb166-f71d-47e4-9ee4-fbc8e0bbd4e6}, !- Handle
- DOE Ref 1980-2004 - Office - BreakRoom Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 60.6008156460757, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {bcf5b68c-27ce-43ab-8796-549e9d98c1af}, !- Handle
- DOE Ref 1980-2004 - Office - BreakRoom Electric Equipment, !- Name
- {035eb166-f71d-47e4-9ee4-fbc8e0bbd4e6}, !- Electric Equipment Definition Name
- {59fd91f3-1e69-4596-be44-59e240e1194b}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {94232302-3fec-4605-b061-56b437e56d54}, !- Handle
- DOE Ref 1980-2004 - Office - BreakRoom Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {0a53bfdb-0527-487a-9f09-a65aee7c8ba9}, !- Handle
- DOE Ref 1980-2004 - Office - ClosedOffice, !- Name
- , !- Default Construction Set Name
- {a27c3ee9-8943-4dfe-a48a-1ccfce1d498c}, !- Default Schedule Set Name
- {e9cf2c91-ad0b-459f-be2f-16f9f4819bcd}, !- Group Rendering Name
- {c4c928d3-17e8-4954-8ef1-7daa756e14f1}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- ClosedOffice; !- Standards Space Type
-
-OS:Rendering:Color,
- {e9cf2c91-ad0b-459f-be2f-16f9f4819bcd}, !- Handle
- Rendering Color 47, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {a27c3ee9-8943-4dfe-a48a-1ccfce1d498c}, !- Handle
- DOE Ref 1980-2004 - Office - ClosedOffice Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {5afa65e6-b96a-4ccf-95d9-b0d8a2e6442d}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {5715dce9-a233-4b4e-821f-f02ee57e5f70}, !- Handle
- DOE Ref 1980-2004 - Office - ClosedOffice Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 5.43088207388535, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {528e80f8-d486-47dc-aa41-a074a1148427}, !- Handle
- DOE Ref 1980-2004 - Office - ClosedOffice Lights, !- Name
- {5715dce9-a233-4b4e-821f-f02ee57e5f70}, !- Lights Definition Name
- {0a53bfdb-0527-487a-9f09-a65aee7c8ba9}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {c4c928d3-17e8-4954-8ef1-7daa756e14f1}, !- Handle
- DOE Ref 1980-2004 - Office - ClosedOffice Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {23633f51-37be-4268-bd50-0a08dab5e743}, !- Handle
- DOE Ref 1980-2004 - Office - ClosedOffice People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0511285744793712, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {8a57a07a-09f6-4e25-8724-e9b8ae02a87e}, !- Handle
- DOE Ref 1980-2004 - Office - ClosedOffice People, !- Name
- {23633f51-37be-4268-bd50-0a08dab5e743}, !- People Definition Name
- {0a53bfdb-0527-487a-9f09-a65aee7c8ba9}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {acfec90c-97df-432c-8ab1-abaa38294e6b}, !- Handle
- DOE Ref 1980-2004 - Office - ClosedOffice Infiltration, !- Name
- {0a53bfdb-0527-487a-9f09-a65aee7c8ba9}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {ac415fbd-bf51-469d-b79a-5fd3619e7b52}, !- Handle
- DOE Ref 1980-2004 - Office - ClosedOffice Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 9.36460206253746, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {1d58242e-a121-4a6c-8b80-64fd77fb88d4}, !- Handle
- DOE Ref 1980-2004 - Office - ClosedOffice Electric Equipment, !- Name
- {ac415fbd-bf51-469d-b79a-5fd3619e7b52}, !- Electric Equipment Definition Name
- {0a53bfdb-0527-487a-9f09-a65aee7c8ba9}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {39a11398-b307-49ad-8ab4-ab2f2128c40d}, !- Handle
- DOE Ref 1980-2004 - Office - ClosedOffice Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {41b48ebe-b6e6-4576-a6a0-81612910e1c8}, !- Handle
- DOE Ref 1980-2004 - Office - Conference, !- Name
- , !- Default Construction Set Name
- {2c902c1a-178f-4054-81ca-43a003604755}, !- Default Schedule Set Name
- {3bb23039-f891-45d1-801d-d9a351a51761}, !- Group Rendering Name
- {1a610362-771c-401c-bc26-f515ac7fd4aa}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Conference; !- Standards Space Type
-
-OS:Rendering:Color,
- {3bb23039-f891-45d1-801d-d9a351a51761}, !- Handle
- Rendering Color 48, !- Name
- 230, !- Rendering Red Value
- 196, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {2c902c1a-178f-4054-81ca-43a003604755}, !- Handle
- DOE Ref 1980-2004 - Office - Conference Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {c92f8694-a126-4d4b-a97e-c837dd924b34}, !- Handle
- DOE Ref 1980-2004 - Office - Conference Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 13.7484201005633, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {6f320449-fe01-45fa-ba87-82b499ea9752}, !- Handle
- DOE Ref 1980-2004 - Office - Conference Lights, !- Name
- {c92f8694-a126-4d4b-a97e-c837dd924b34}, !- Lights Definition Name
- {41b48ebe-b6e6-4576-a6a0-81612910e1c8}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {1a610362-771c-401c-bc26-f515ac7fd4aa}, !- Handle
- DOE Ref 1980-2004 - Office - Conference Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {62c5c792-bbc2-4f56-bc56-7b8724828cab}, !- Handle
- DOE Ref 1980-2004 - Office - Conference People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {b2cc61c9-75cb-429f-93e9-675b617a2ae3}, !- Handle
- DOE Ref 1980-2004 - Office - Conference People, !- Name
- {62c5c792-bbc2-4f56-bc56-7b8724828cab}, !- People Definition Name
- {41b48ebe-b6e6-4576-a6a0-81612910e1c8}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {b4545ced-865f-43ea-825f-6ead86758391}, !- Handle
- DOE Ref 1980-2004 - Office - Conference Infiltration, !- Name
- {41b48ebe-b6e6-4576-a6a0-81612910e1c8}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {c083fc07-80f7-457e-a8fc-a477106966c6}, !- Handle
- DOE Ref 1980-2004 - Office - Conference Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 10.7639104167097, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {e47ef9e2-43a0-4bd5-8e65-5e71a969dbf4}, !- Handle
- DOE Ref 1980-2004 - Office - Conference Electric Equipment, !- Name
- {c083fc07-80f7-457e-a8fc-a477106966c6}, !- Electric Equipment Definition Name
- {41b48ebe-b6e6-4576-a6a0-81612910e1c8}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {0526f38d-d70c-481a-852d-705c926985df}, !- Handle
- DOE Ref 1980-2004 - Office - Conference Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {66581761-1cd3-4b69-87e3-2a46b0b7d9a2}, !- Handle
- DOE Ref 1980-2004 - Office - Corridor, !- Name
- , !- Default Construction Set Name
- {8fa78dd1-5c2d-4edc-ab82-97a16328f7b7}, !- Default Schedule Set Name
- {4701e991-da61-40fe-8bb4-5235fc744167}, !- Group Rendering Name
- {5d866fa7-e3f7-4580-8fea-4e8c1c95bda4}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Corridor; !- Standards Space Type
-
-OS:Rendering:Color,
- {4701e991-da61-40fe-8bb4-5235fc744167}, !- Handle
- Rendering Color 49, !- Name
- 169, !- Rendering Red Value
- 31, !- Rendering Green Value
- 31; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {8fa78dd1-5c2d-4edc-ab82-97a16328f7b7}, !- Handle
- DOE Ref 1980-2004 - Office - Corridor Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {5afa65e6-b96a-4ccf-95d9-b0d8a2e6442d}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {a5a29f81-c117-436e-90dd-01e74582e3d3}, !- Handle
- DOE Ref 1980-2004 - Office - Corridor Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 8.4605662157313, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {56cbe754-dfba-4cfb-9351-cad028d486ee}, !- Handle
- DOE Ref 1980-2004 - Office - Corridor Lights, !- Name
- {a5a29f81-c117-436e-90dd-01e74582e3d3}, !- Lights Definition Name
- {66581761-1cd3-4b69-87e3-2a46b0b7d9a2}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {5d866fa7-e3f7-4580-8fea-4e8c1c95bda4}, !- Handle
- DOE Ref 1980-2004 - Office - Corridor Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {a6c19850-bca0-4e75-886d-b90a55638c0a}, !- Handle
- DOE Ref 1980-2004 - Office - Corridor People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {fa5fc506-865f-4f8f-b58b-916f1a0478a5}, !- Handle
- DOE Ref 1980-2004 - Office - Corridor People, !- Name
- {a6c19850-bca0-4e75-886d-b90a55638c0a}, !- People Definition Name
- {66581761-1cd3-4b69-87e3-2a46b0b7d9a2}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {754d727b-b835-468d-99ef-3101ccd18d61}, !- Handle
- DOE Ref 1980-2004 - Office - Corridor Infiltration, !- Name
- {66581761-1cd3-4b69-87e3-2a46b0b7d9a2}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {506824d2-d231-4ed5-9a1f-11896541666d}, !- Handle
- DOE Ref 1980-2004 - Office - Corridor Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 3.12153402084582, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {5986d42a-fb4e-411e-959d-854fe24a0856}, !- Handle
- DOE Ref 1980-2004 - Office - Corridor Electric Equipment, !- Name
- {506824d2-d231-4ed5-9a1f-11896541666d}, !- Electric Equipment Definition Name
- {66581761-1cd3-4b69-87e3-2a46b0b7d9a2}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {2f9757aa-75aa-4749-8788-84565616f311}, !- Handle
- DOE Ref 1980-2004 - Office - Corridor Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {b4929c0b-8ae4-440e-b31c-1fb8d6c2746a}, !- Handle
- DOE Ref 1980-2004 - Office - Elec/MechRoom, !- Name
- , !- Default Construction Set Name
- {5a09421b-a740-4437-b6b6-aec5532b69d6}, !- Default Schedule Set Name
- {751d6ec1-0ccd-4de6-bac1-db2734bff2ea}, !- Group Rendering Name
- {3435c4e1-a315-447e-b837-731ab67c4e38}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Elec/MechRoom; !- Standards Space Type
-
-OS:Rendering:Color,
- {751d6ec1-0ccd-4de6-bac1-db2734bff2ea}, !- Handle
- Rendering Color 50, !- Name
- 41, !- Rendering Red Value
- 31, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {5a09421b-a740-4437-b6b6-aec5532b69d6}, !- Handle
- DOE Ref 1980-2004 - Office - Elec/MechRoom Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- , !- Number of People Schedule Name
- , !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {a4b9350e-4aa4-4cac-9fbe-05ffa05043d1}, !- Handle
- DOE Ref 1980-2004 - Office - Elec/MechRoom Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 0.614452690838765, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {d80dc81e-f433-496b-90b0-e934ed723674}, !- Handle
- DOE Ref 1980-2004 - Office - Elec/MechRoom Lights, !- Name
- {a4b9350e-4aa4-4cac-9fbe-05ffa05043d1}, !- Lights Definition Name
- {b4929c0b-8ae4-440e-b31c-1fb8d6c2746a}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {3435c4e1-a315-447e-b837-731ab67c4e38}, !- Handle
- DOE Ref 1980-2004 - Office - Elec/MechRoom Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {937d2c33-9bbe-4522-84a8-c84dc9ad77d6}, !- Handle
- DOE Ref 1980-2004 - Office - Elec/MechRoom Infiltration, !- Name
- {b4929c0b-8ae4-440e-b31c-1fb8d6c2746a}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {7a2452c6-3b18-497e-bdec-79903e1964c8}, !- Handle
- DOE Ref 1980-2004 - Office - Elec/MechRoom Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 2.90625581251162, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {5d98729c-c740-4f10-818f-c352e86ba322}, !- Handle
- DOE Ref 1980-2004 - Office - Elec/MechRoom Electric Equipment, !- Name
- {7a2452c6-3b18-497e-bdec-79903e1964c8}, !- Electric Equipment Definition Name
- {b4929c0b-8ae4-440e-b31c-1fb8d6c2746a}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {451ee830-64d8-4326-9fab-2d57b4389b54}, !- Handle
- DOE Ref 1980-2004 - Office - Elec/MechRoom Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {70cc1c8f-9c21-4c2a-9ad0-fabb3f0f2874}, !- Handle
- DOE Ref 1980-2004 - Office - IT_Room, !- Name
- , !- Default Construction Set Name
- {3ce34c21-e91b-456e-9cea-8a5fe5f5fbad}, !- Default Schedule Set Name
- {ed2beb73-694a-47ff-8a61-6497eb6f6697}, !- Group Rendering Name
- {533bae1c-d60f-4e25-a5eb-fdeb7badf494}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- IT_Room; !- Standards Space Type
-
-OS:Rendering:Color,
- {ed2beb73-694a-47ff-8a61-6497eb6f6697}, !- Handle
- Rendering Color 51, !- Name
- 41, !- Rendering Red Value
- 31, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {3ce34c21-e91b-456e-9cea-8a5fe5f5fbad}, !- Handle
- DOE Ref 1980-2004 - Office - IT_Room Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {875f1efe-2d77-4e79-bb86-59b198413818}, !- Handle
- DOE Ref 1980-2004 - Office - IT_Room Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 0.409635127225843, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {a80aacdc-1452-4750-8773-16fab03657a0}, !- Handle
- DOE Ref 1980-2004 - Office - IT_Room Lights, !- Name
- {875f1efe-2d77-4e79-bb86-59b198413818}, !- Lights Definition Name
- {70cc1c8f-9c21-4c2a-9ad0-fabb3f0f2874}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {533bae1c-d60f-4e25-a5eb-fdeb7badf494}, !- Handle
- DOE Ref 1980-2004 - Office - IT_Room Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {edc790e6-8c2e-4885-b700-75b57a643bde}, !- Handle
- DOE Ref 1980-2004 - Office - IT_Room People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {6c053199-2770-4960-8807-d8f966aee4d5}, !- Handle
- DOE Ref 1980-2004 - Office - IT_Room People, !- Name
- {edc790e6-8c2e-4885-b700-75b57a643bde}, !- People Definition Name
- {70cc1c8f-9c21-4c2a-9ad0-fabb3f0f2874}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {b548ee98-56d8-45ec-86d2-e6b0b3f7ae92}, !- Handle
- DOE Ref 1980-2004 - Office - IT_Room Infiltration, !- Name
- {70cc1c8f-9c21-4c2a-9ad0-fabb3f0f2874}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {8eff8a22-6662-40d0-9397-5a459bd63385}, !- Handle
- DOE Ref 1980-2004 - Office - IT_Room Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 21.5278208334194, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {8769ce62-f876-422a-808b-a247152ec9f3}, !- Handle
- DOE Ref 1980-2004 - Office - IT_Room Electric Equipment, !- Name
- {8eff8a22-6662-40d0-9397-5a459bd63385}, !- Electric Equipment Definition Name
- {70cc1c8f-9c21-4c2a-9ad0-fabb3f0f2874}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {a414bd01-7bf2-4e81-9db3-fcec08783723}, !- Handle
- DOE Ref 1980-2004 - Office - IT_Room Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {263cb2c9-37ee-430a-92a3-5f1c173c7390}, !- Handle
- DOE Ref 1980-2004 - Office - Lobby, !- Name
- , !- Default Construction Set Name
- {5ee8df52-842e-43ee-a907-87c8c5a58c54}, !- Default Schedule Set Name
- {0137948f-ffdd-4aaf-8bf4-71a81d1ae8d3}, !- Group Rendering Name
- {cf1a6940-672f-45d4-b2d4-37d01f4c9eca}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Lobby; !- Standards Space Type
-
-OS:Rendering:Color,
- {0137948f-ffdd-4aaf-8bf4-71a81d1ae8d3}, !- Handle
- Rendering Color 52, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {5ee8df52-842e-43ee-a907-87c8c5a58c54}, !- Handle
- DOE Ref 1980-2004 - Office - Lobby Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {32facb53-6481-4027-829c-41888353e4e6}, !- Handle
- DOE Ref 1980-2004 - Office - Lobby Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 0.409635127225843, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {03e9c4a3-0369-4912-a29f-bd0f4200cb9c}, !- Handle
- DOE Ref 1980-2004 - Office - Lobby Lights, !- Name
- {32facb53-6481-4027-829c-41888353e4e6}, !- Lights Definition Name
- {263cb2c9-37ee-430a-92a3-5f1c173c7390}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {cf1a6940-672f-45d4-b2d4-37d01f4c9eca}, !- Handle
- DOE Ref 1980-2004 - Office - Lobby Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {30e56c8f-4d19-4ee2-93c9-cbd57bf36c45}, !- Handle
- DOE Ref 1980-2004 - Office - Lobby People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {df2d3d7f-6ce4-479d-8bd1-02901e2401f4}, !- Handle
- DOE Ref 1980-2004 - Office - Lobby People, !- Name
- {30e56c8f-4d19-4ee2-93c9-cbd57bf36c45}, !- People Definition Name
- {263cb2c9-37ee-430a-92a3-5f1c173c7390}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {a3d5ed36-b5e5-4976-afe4-ed1df7ac4b07}, !- Handle
- DOE Ref 1980-2004 - Office - Lobby Infiltration, !- Name
- {263cb2c9-37ee-430a-92a3-5f1c173c7390}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {d98b98ed-b7cd-426c-9f42-5f36bc4928bd}, !- Handle
- DOE Ref 1980-2004 - Office - Lobby Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 2.90625581251162, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {3458f0b8-2590-45e1-b553-9920264ff42d}, !- Handle
- DOE Ref 1980-2004 - Office - Lobby Electric Equipment, !- Name
- {d98b98ed-b7cd-426c-9f42-5f36bc4928bd}, !- Electric Equipment Definition Name
- {263cb2c9-37ee-430a-92a3-5f1c173c7390}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {7da0eb4d-e1a7-4a9b-8fbd-22abb9dff06d}, !- Handle
- DOE Ref 1980-2004 - Office - Lobby Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {5948ac5b-1483-49a0-9660-f35dae59a4e7}, !- Handle
- DOE Ref 1980-2004 - Office - OpenOffice, !- Name
- , !- Default Construction Set Name
- {0a65f229-1ca7-40a0-8a73-ab9173f3b916}, !- Default Schedule Set Name
- {db51d8fc-1ca5-4f89-9699-c01a388f6401}, !- Group Rendering Name
- {04272b8b-d3d6-4d35-86e5-1e575680b7d0}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- OpenOffice; !- Standards Space Type
-
-OS:Rendering:Color,
- {db51d8fc-1ca5-4f89-9699-c01a388f6401}, !- Handle
- Rendering Color 53, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {0a65f229-1ca7-40a0-8a73-ab9173f3b916}, !- Handle
- DOE Ref 1980-2004 - Office - OpenOffice Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {5afa65e6-b96a-4ccf-95d9-b0d8a2e6442d}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {cf7f8762-3d92-42dc-85b2-bb34590eff87}, !- Handle
- DOE Ref 1980-2004 - Office - OpenOffice Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 1.82675124303417, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {2a5340aa-c63b-4fa8-83bf-326b1f4c8729}, !- Handle
- DOE Ref 1980-2004 - Office - OpenOffice Lights, !- Name
- {cf7f8762-3d92-42dc-85b2-bb34590eff87}, !- Lights Definition Name
- {5948ac5b-1483-49a0-9660-f35dae59a4e7}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {04272b8b-d3d6-4d35-86e5-1e575680b7d0}, !- Handle
- DOE Ref 1980-2004 - Office - OpenOffice Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {7d1f831c-3287-45e7-b333-46e92986d978}, !- Handle
- DOE Ref 1980-2004 - Office - OpenOffice People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.056510529687726, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {84fab598-cc29-46d4-b983-97b81a9f3696}, !- Handle
- DOE Ref 1980-2004 - Office - OpenOffice People, !- Name
- {7d1f831c-3287-45e7-b333-46e92986d978}, !- People Definition Name
- {5948ac5b-1483-49a0-9660-f35dae59a4e7}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {dd709cbf-c038-4c76-87b8-14f0cbfe03dd}, !- Handle
- DOE Ref 1980-2004 - Office - OpenOffice Infiltration, !- Name
- {5948ac5b-1483-49a0-9660-f35dae59a4e7}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {3c3d573b-713f-45e2-812d-3cdb748abf45}, !- Handle
- DOE Ref 1980-2004 - Office - OpenOffice Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 10.3333540000413, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {982cc05f-b5fe-4e28-86d9-ec54e86acc8c}, !- Handle
- DOE Ref 1980-2004 - Office - OpenOffice Electric Equipment, !- Name
- {3c3d573b-713f-45e2-812d-3cdb748abf45}, !- Electric Equipment Definition Name
- {5948ac5b-1483-49a0-9660-f35dae59a4e7}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {f9235dc1-16e8-4c9e-a3b1-09d391f31cea}, !- Handle
- DOE Ref 1980-2004 - Office - OpenOffice Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {6bc461fd-0430-42d2-ab5a-c7f93acf5440}, !- Handle
- DOE Ref 1980-2004 - Office - PrintRoom, !- Name
- , !- Default Construction Set Name
- {8e777e34-e021-4f6d-bd3e-625f25b03937}, !- Default Schedule Set Name
- {c971a7e3-10b3-4287-916d-c304a4a49471}, !- Group Rendering Name
- {9a7bb50a-88ed-4465-a4c3-c8f75098833e}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- PrintRoom; !- Standards Space Type
-
-OS:Rendering:Color,
- {c971a7e3-10b3-4287-916d-c304a4a49471}, !- Handle
- Rendering Color 54, !- Name
- 41, !- Rendering Red Value
- 31, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {8e777e34-e021-4f6d-bd3e-625f25b03937}, !- Handle
- DOE Ref 1980-2004 - Office - PrintRoom Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {afa8fc46-a9ff-40ba-82fb-28a881b9b923}, !- Handle
- DOE Ref 1980-2004 - Office - PrintRoom Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 1.21783416202278, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {c858e16b-43f7-4962-833d-30a2e3f5b03d}, !- Handle
- DOE Ref 1980-2004 - Office - PrintRoom Lights, !- Name
- {afa8fc46-a9ff-40ba-82fb-28a881b9b923}, !- Lights Definition Name
- {6bc461fd-0430-42d2-ab5a-c7f93acf5440}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {9a7bb50a-88ed-4465-a4c3-c8f75098833e}, !- Handle
- DOE Ref 1980-2004 - Office - PrintRoom Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {cf4425ac-a99f-4a91-8517-56e9225c2d2e}, !- Handle
- DOE Ref 1980-2004 - Office - PrintRoom People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {d9a8dac0-f75a-44c3-b146-1a22bedd5347}, !- Handle
- DOE Ref 1980-2004 - Office - PrintRoom People, !- Name
- {cf4425ac-a99f-4a91-8517-56e9225c2d2e}, !- People Definition Name
- {6bc461fd-0430-42d2-ab5a-c7f93acf5440}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {5a468c82-67a1-45c9-a5ea-2251a593bb6e}, !- Handle
- DOE Ref 1980-2004 - Office - PrintRoom Infiltration, !- Name
- {6bc461fd-0430-42d2-ab5a-c7f93acf5440}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {6b2ff662-142b-469f-89b3-ea6565403c58}, !- Handle
- DOE Ref 1980-2004 - Office - PrintRoom Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 58.1251162502325, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {9d445041-afa8-4048-ad79-4b48c34643f7}, !- Handle
- DOE Ref 1980-2004 - Office - PrintRoom Electric Equipment, !- Name
- {6b2ff662-142b-469f-89b3-ea6565403c58}, !- Electric Equipment Definition Name
- {6bc461fd-0430-42d2-ab5a-c7f93acf5440}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {ee28358e-b7d0-4847-927d-9261c43dd0de}, !- Handle
- DOE Ref 1980-2004 - Office - PrintRoom Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {5df17718-496e-45c4-afd2-e5a2da799240}, !- Handle
- DOE Ref 1980-2004 - Office - Restroom, !- Name
- , !- Default Construction Set Name
- {c3238a40-af5b-4c2a-b2cd-c8aa7e31630c}, !- Default Schedule Set Name
- {afa25316-0c48-491b-a71b-2d04c5a09d3f}, !- Group Rendering Name
- {3617569b-7243-44db-8e6e-07e00ad94be2}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Restroom; !- Standards Space Type
-
-OS:Rendering:Color,
- {afa25316-0c48-491b-a71b-2d04c5a09d3f}, !- Handle
- Rendering Color 55, !- Name
- 169, !- Rendering Red Value
- 169, !- Rendering Green Value
- 31; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {c3238a40-af5b-4c2a-b2cd-c8aa7e31630c}, !- Handle
- DOE Ref 1980-2004 - Office - Restroom Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {d056b29c-5a9a-4b2e-b44f-5beeee663715}, !- Handle
- DOE Ref 1980-2004 - Office - Restroom Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 1.21783416202278, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {99918fc7-951c-4382-8ff9-0a9d858cab0d}, !- Handle
- DOE Ref 1980-2004 - Office - Restroom Lights, !- Name
- {d056b29c-5a9a-4b2e-b44f-5beeee663715}, !- Lights Definition Name
- {5df17718-496e-45c4-afd2-e5a2da799240}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {3617569b-7243-44db-8e6e-07e00ad94be2}, !- Handle
- DOE Ref 1980-2004 - Office - Restroom Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.0048768, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {72420b10-7b2d-46cd-8661-515c6e7ca5d8}, !- Handle
- DOE Ref 1980-2004 - Office - Restroom People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {da4e4cbb-af03-43b9-9d52-8f115a351bb1}, !- Handle
- DOE Ref 1980-2004 - Office - Restroom People, !- Name
- {72420b10-7b2d-46cd-8661-515c6e7ca5d8}, !- People Definition Name
- {5df17718-496e-45c4-afd2-e5a2da799240}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {ae0703a3-7817-4d0e-b036-70868b9405c9}, !- Handle
- DOE Ref 1980-2004 - Office - Restroom Infiltration, !- Name
- {5df17718-496e-45c4-afd2-e5a2da799240}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {7b5a7607-6d32-4053-ba6e-0d313f852be8}, !- Handle
- DOE Ref 1980-2004 - Office - Restroom Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 2.90625581251162, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {85121287-0fe9-4ac5-8dee-413a4c771844}, !- Handle
- DOE Ref 1980-2004 - Office - Restroom Electric Equipment, !- Name
- {7b5a7607-6d32-4053-ba6e-0d313f852be8}, !- Electric Equipment Definition Name
- {5df17718-496e-45c4-afd2-e5a2da799240}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {ae3e24bf-a343-4f65-ab97-f33b323d942f}, !- Handle
- DOE Ref 1980-2004 - Office - Restroom Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {e020fa7e-60b1-4a11-ae3d-81ee70b1750d}, !- Handle
- DOE Ref 1980-2004 - Office - Stair, !- Name
- , !- Default Construction Set Name
- {2dbac561-d01c-4996-a2a2-ddf32b0d6506}, !- Default Schedule Set Name
- {8626cc3f-cd7f-4404-b840-2c97a8fd4fa9}, !- Group Rendering Name
- {d2c076be-2a7d-4ecd-9d50-452da7af3610}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Stair; !- Standards Space Type
-
-OS:Rendering:Color,
- {8626cc3f-cd7f-4404-b840-2c97a8fd4fa9}, !- Handle
- Rendering Color 56, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {2dbac561-d01c-4996-a2a2-ddf32b0d6506}, !- Handle
- DOE Ref 1980-2004 - Office - Stair Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- , !- Number of People Schedule Name
- , !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- , !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {954869bc-e848-42b4-a65c-2b3d7463b418}, !- Handle
- DOE Ref 1980-2004 - Office - Stair Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 5.43088207388535, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {cf808bd9-00a4-4258-b0c3-afb14ad8794e}, !- Handle
- DOE Ref 1980-2004 - Office - Stair Lights, !- Name
- {954869bc-e848-42b4-a65c-2b3d7463b418}, !- Lights Definition Name
- {e020fa7e-60b1-4a11-ae3d-81ee70b1750d}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {d2c076be-2a7d-4ecd-9d50-452da7af3610}, !- Handle
- DOE Ref 1980-2004 - Office - Stair Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {05289139-412e-4287-8c96-d3e0750c8bcc}, !- Handle
- DOE Ref 1980-2004 - Office - Stair Infiltration, !- Name
- {e020fa7e-60b1-4a11-ae3d-81ee70b1750d}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ThermostatSetpoint:DualSetpoint,
- {82d7d290-d593-4a2d-866a-678b98d89807}, !- Handle
- DOE Ref 1980-2004 - Office - Stair Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {e20d4810-c2f1-4ad2-9d20-f743041916bd}, !- Handle
- DOE Ref 1980-2004 - Office - Storage, !- Name
- , !- Default Construction Set Name
- {7c24cff6-27f8-47f9-b4d9-fdb8dda0763a}, !- Default Schedule Set Name
- {ebc1fcfb-6515-48fc-8810-78e2c66ea26d}, !- Group Rendering Name
- {56ad0d8e-ce71-4e5c-90c8-5d8e47ba8722}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Storage; !- Standards Space Type
-
-OS:Rendering:Color,
- {ebc1fcfb-6515-48fc-8810-78e2c66ea26d}, !- Handle
- Rendering Color 57, !- Name
- 120, !- Rendering Red Value
- 149, !- Rendering Green Value
- 230; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {7c24cff6-27f8-47f9-b4d9-fdb8dda0763a}, !- Handle
- DOE Ref 1980-2004 - Office - Storage Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- , !- Number of People Schedule Name
- , !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- , !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {9b6276b0-3ce4-4a1e-99c8-cac11f5122f1}, !- Handle
- DOE Ref 1980-2004 - Office - Storage Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 3.6205880492569, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {86665c65-8f1f-4023-8f6a-8bdb91724e93}, !- Handle
- DOE Ref 1980-2004 - Office - Storage Lights, !- Name
- {9b6276b0-3ce4-4a1e-99c8-cac11f5122f1}, !- Lights Definition Name
- {e20d4810-c2f1-4ad2-9d20-f743041916bd}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {56ad0d8e-ce71-4e5c-90c8-5d8e47ba8722}, !- Handle
- DOE Ref 1980-2004 - Office - Storage Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {b1d4889b-2fba-4997-a859-00103b5c0736}, !- Handle
- DOE Ref 1980-2004 - Office - Storage Infiltration, !- Name
- {e20d4810-c2f1-4ad2-9d20-f743041916bd}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ThermostatSetpoint:DualSetpoint,
- {fb7972d5-795c-44dc-be63-df40109e34b6}, !- Handle
- DOE Ref 1980-2004 - Office - Storage Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {397202ea-39c0-4677-958d-4a62f8f71bba}, !- Handle
- DOE Ref 1980-2004 - Office - Vending, !- Name
- , !- Default Construction Set Name
- {07f92b59-8e83-4580-9400-252afd019a48}, !- Default Schedule Set Name
- {a97dedaa-1841-4b7b-b226-a7de3c00892a}, !- Group Rendering Name
- {dc4d7495-13f0-4b14-b897-7ca38376daa5}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Vending; !- Standards Space Type
-
-OS:Rendering:Color,
- {a97dedaa-1841-4b7b-b226-a7de3c00892a}, !- Handle
- Rendering Color 58, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {07f92b59-8e83-4580-9400-252afd019a48}, !- Handle
- DOE Ref 1980-2004 - Office - Vending Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {b3792a97-837f-407e-9b41-318c9400f0e4}, !- Handle
- DOE Ref 1980-2004 - Office - Vending Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 3.6205880492569, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {3e7ad429-db98-469e-8335-0a99c9514c7f}, !- Handle
- DOE Ref 1980-2004 - Office - Vending Lights, !- Name
- {b3792a97-837f-407e-9b41-318c9400f0e4}, !- Lights Definition Name
- {397202ea-39c0-4677-958d-4a62f8f71bba}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {dc4d7495-13f0-4b14-b897-7ca38376daa5}, !- Handle
- DOE Ref 1980-2004 - Office - Vending Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {9f78fe7e-aaf8-4184-8924-084e607c17e2}, !- Handle
- DOE Ref 1980-2004 - Office - Vending People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {f37775a2-f47f-4509-8ab4-1eacb222e02d}, !- Handle
- DOE Ref 1980-2004 - Office - Vending People, !- Name
- {9f78fe7e-aaf8-4184-8924-084e607c17e2}, !- People Definition Name
- {397202ea-39c0-4677-958d-4a62f8f71bba}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {374ea29e-e65a-4872-a91e-2e96a858f2ec}, !- Handle
- DOE Ref 1980-2004 - Office - Vending Infiltration, !- Name
- {397202ea-39c0-4677-958d-4a62f8f71bba}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {afaaba53-7ab5-4289-887f-fc0b59cebc79}, !- Handle
- DOE Ref 1980-2004 - Office - Vending Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 41.4410551043324, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {ed9aa6b7-a11d-42d8-9bee-ea996d6a05d5}, !- Handle
- DOE Ref 1980-2004 - Office - Vending Electric Equipment, !- Name
- {afaaba53-7ab5-4289-887f-fc0b59cebc79}, !- Electric Equipment Definition Name
- {397202ea-39c0-4677-958d-4a62f8f71bba}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {eb5c9a3a-f19a-41aa-8824-64b3e806c059}, !- Handle
- DOE Ref 1980-2004 - Office - Vending Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {3e679529-cee0-458e-849e-aeebd48be73b}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Lg Office, !- Name
- , !- Default Construction Set Name
- {22ab0a14-40b4-489b-a152-8ea332e09f61}, !- Default Schedule Set Name
- {711b4e43-c535-4226-b042-6cd4b3563f22}, !- Group Rendering Name
- {10493f2d-cb65-4b3d-93ae-2ebc5b8da31b}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- WholeBuilding - Lg Office; !- Standards Space Type
-
-OS:Rendering:Color,
- {711b4e43-c535-4226-b042-6cd4b3563f22}, !- Handle
- Rendering Color 59, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {22ab0a14-40b4-489b-a152-8ea332e09f61}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Lg Office Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {0ce7bd46-4dcb-4c74-8335-03f2990a171b}, !- Number of People Schedule Name
- {1f463e70-4042-45ba-8ce9-011e0fe23dde}, !- People Activity Level Schedule Name
- {bdce9ddd-9607-421f-8827-438b47fb1af7}, !- Lighting Schedule Name
- {d3659ca4-ce60-4167-83f5-7dc1f153c5a9}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {440cff80-665b-427b-9ded-6802f1bc6101}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {85981a97-da32-4228-906e-dab9d7965569}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Lg Office Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 16.1458656250646, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {5b4b4343-98cc-4095-b33b-1f87108f3ad5}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Lg Office Lights, !- Name
- {85981a97-da32-4228-906e-dab9d7965569}, !- Lights Definition Name
- {3e679529-cee0-458e-849e-aeebd48be73b}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {10493f2d-cb65-4b3d-93ae-2ebc5b8da31b}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Lg Office Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {c0a7b112-70db-4c31-90ab-5e5e472c90cc}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Lg Office People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {e898a51a-6233-4ed5-a929-41e96e718efb}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Lg Office People, !- Name
- {c0a7b112-70db-4c31-90ab-5e5e472c90cc}, !- People Definition Name
- {3e679529-cee0-458e-849e-aeebd48be73b}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {5ed90e40-e30c-4ca4-a1a7-fc9141a3b016}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Lg Office Infiltration, !- Name
- {3e679529-cee0-458e-849e-aeebd48be73b}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {2b3d878d-75a9-435f-b072-594df8c46268}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Lg Office Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 10.7639104167097, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {b0a5bf63-6524-4bb1-a033-09942c587f23}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Lg Office Electric Equipment, !- Name
- {2b3d878d-75a9-435f-b072-594df8c46268}, !- Electric Equipment Definition Name
- {3e679529-cee0-458e-849e-aeebd48be73b}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {96194933-d718-466b-b5a9-d94cbbf471cb}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Lg Office Thermostat, !- Name
- {8a4e7aba-f033-4436-991b-30f19ba1e6c4}, !- Heating Setpoint Temperature Schedule Name
- {1bfb82be-ddb9-49cf-bfc1-de4e5b04e5cd}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {aca0edd8-cfd7-47bc-ac20-a7753767ee79}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Md Office, !- Name
- , !- Default Construction Set Name
- {2f0533ee-52a1-41be-8434-dc3414978f4b}, !- Default Schedule Set Name
- {8a42308f-5f1d-4f80-8575-7c42f81392c3}, !- Group Rendering Name
- {fc91025f-fd6e-492e-89e4-0c09a5f78414}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- WholeBuilding - Md Office; !- Standards Space Type
-
-OS:Rendering:Color,
- {8a42308f-5f1d-4f80-8575-7c42f81392c3}, !- Handle
- Rendering Color 60, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {2f0533ee-52a1-41be-8434-dc3414978f4b}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Md Office Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96ab2452-6c76-4192-93d8-cc7134f04c11}, !- Number of People Schedule Name
- {2263574d-4d0c-4599-8cd7-566e4fcb8109}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {e23ca40a-4257-4238-8ec1-008d383faf71}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Md Office Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 16.8993393542343, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {85923612-5a6f-4243-bb0f-55b1f6171148}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Md Office Lights, !- Name
- {e23ca40a-4257-4238-8ec1-008d383faf71}, !- Lights Definition Name
- {aca0edd8-cfd7-47bc-ac20-a7753767ee79}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {fc91025f-fd6e-492e-89e4-0c09a5f78414}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Md Office Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {eed61b9f-0f19-42b5-ab30-627f73c2fca6}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Md Office People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {d6a58d69-6105-46f6-a8ac-b990a2dcacc1}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Md Office People, !- Name
- {eed61b9f-0f19-42b5-ab30-627f73c2fca6}, !- People Definition Name
- {aca0edd8-cfd7-47bc-ac20-a7753767ee79}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {44af1a2c-9108-45d2-ac8b-cd3911aac183}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Md Office Infiltration, !- Name
- {aca0edd8-cfd7-47bc-ac20-a7753767ee79}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {852085c6-cc5f-49d8-91ae-1b86138b1c27}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Md Office Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 10.7639104167097, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {07699784-647f-47d9-8378-36e8d601835c}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Md Office Electric Equipment, !- Name
- {852085c6-cc5f-49d8-91ae-1b86138b1c27}, !- Electric Equipment Definition Name
- {aca0edd8-cfd7-47bc-ac20-a7753767ee79}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {11ae5cd9-7860-4025-9321-7d3aa63c8c62}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Md Office Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {93269ff9-9cf0-4b47-bbb7-4a141973bee9}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Sm Office, !- Name
- , !- Default Construction Set Name
- {0cca726f-513f-4a50-b8d8-06f3d59de0d5}, !- Default Schedule Set Name
- {24f77a37-6f38-4261-98dd-dfe50d19ee55}, !- Group Rendering Name
- {d74d821c-9339-495f-87b8-60f63587dfce}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- WholeBuilding - Sm Office; !- Standards Space Type
-
-OS:Rendering:Color,
- {24f77a37-6f38-4261-98dd-dfe50d19ee55}, !- Handle
- Rendering Color 61, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {0cca726f-513f-4a50-b8d8-06f3d59de0d5}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Sm Office Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96cc579e-b4dd-40a8-8f88-de19dc9796c4}, !- Number of People Schedule Name
- {6f6963b7-a3b3-4139-a797-6f0b98976dbb}, !- People Activity Level Schedule Name
- {d47b290a-675d-4165-8179-00d1fcb3b4ad}, !- Lighting Schedule Name
- {660bf029-ac0f-4c25-b85e-e3fc481f1bc4}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {753ea205-d5d0-4ad2-b03f-a9e315272a76}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {0924b7c4-9168-4864-9879-7bbd805d9c0c}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Sm Office Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 19.4826778542446, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {3d5567a4-8973-4207-8d26-aeb1c32c1c27}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Sm Office Lights, !- Name
- {0924b7c4-9168-4864-9879-7bbd805d9c0c}, !- Lights Definition Name
- {93269ff9-9cf0-4b47-bbb7-4a141973bee9}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {d74d821c-9339-495f-87b8-60f63587dfce}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Sm Office Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {08665031-b7e5-4518-b144-14c5303f7548}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Sm Office People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {176a7bad-9a52-449b-99e4-077a7cc8febc}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Sm Office People, !- Name
- {08665031-b7e5-4518-b144-14c5303f7548}, !- People Definition Name
- {93269ff9-9cf0-4b47-bbb7-4a141973bee9}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {721fab82-c687-4ada-a849-e11d9d144eb1}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Sm Office Infiltration, !- Name
- {93269ff9-9cf0-4b47-bbb7-4a141973bee9}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {89305d8b-eb0a-440b-b3eb-811786339928}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Sm Office Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 10.7639104167097, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {14414f35-c27f-4f8a-9d75-d9482b1bbe8a}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Sm Office Electric Equipment, !- Name
- {89305d8b-eb0a-440b-b3eb-811786339928}, !- Electric Equipment Definition Name
- {93269ff9-9cf0-4b47-bbb7-4a141973bee9}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {903b9cc2-3292-4962-a412-f8769df89e98}, !- Handle
- DOE Ref 1980-2004 - Office - WholeBuilding - Sm Office Thermostat, !- Name
- {cbca8ea7-52a9-4098-a228-df07fedd9843}, !- Heating Setpoint Temperature Schedule Name
- {fdd0f8c0-36a6-4d94-b739-15c37716811f}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {d34d765e-8e15-426c-9846-f902b6e8de17}, !- Handle
- DOE Ref 2004 - Office - BreakRoom, !- Name
- , !- Default Construction Set Name
- {6382c21b-431a-4407-a741-89f908d0235f}, !- Default Schedule Set Name
- {71c80dc5-bdd5-41cb-a471-df099f2310d2}, !- Group Rendering Name
- {eadecb65-d6ff-49e2-a9c4-a8fc9a5ca806}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- BreakRoom; !- Standards Space Type
-
-OS:Rendering:Color,
- {71c80dc5-bdd5-41cb-a471-df099f2310d2}, !- Handle
- Rendering Color 62, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {6382c21b-431a-4407-a741-89f908d0235f}, !- Handle
- DOE Ref 2004 - Office - BreakRoom Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {844d8fbc-8e04-4b7e-8c3f-8223ff78f8c2}, !- Handle
- DOE Ref 2004 - Office - BreakRoom Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 12.9166925000517, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {4dfa6ba1-9152-4873-b41f-dfce49684870}, !- Handle
- DOE Ref 2004 - Office - BreakRoom Lights, !- Name
- {844d8fbc-8e04-4b7e-8c3f-8223ff78f8c2}, !- Lights Definition Name
- {d34d765e-8e15-426c-9846-f902b6e8de17}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {eadecb65-d6ff-49e2-a9c4-a8fc9a5ca806}, !- Handle
- DOE Ref 2004 - Office - BreakRoom Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {3426d22b-148e-41a2-a2ef-988ef0572666}, !- Handle
- DOE Ref 2004 - Office - BreakRoom People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {95198a13-b356-41e2-9cd7-93c1082521ee}, !- Handle
- DOE Ref 2004 - Office - BreakRoom People, !- Name
- {3426d22b-148e-41a2-a2ef-988ef0572666}, !- People Definition Name
- {d34d765e-8e15-426c-9846-f902b6e8de17}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {f83b7388-56a1-4c22-b75d-49c04b46b6b8}, !- Handle
- DOE Ref 2004 - Office - BreakRoom Infiltration, !- Name
- {d34d765e-8e15-426c-9846-f902b6e8de17}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {8821e850-a78d-43a7-a8a4-895c0d26cf39}, !- Handle
- DOE Ref 2004 - Office - BreakRoom Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 60.0626201252403, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {7e0248de-40bc-4fd8-acb6-540baa642ce8}, !- Handle
- DOE Ref 2004 - Office - BreakRoom Electric Equipment, !- Name
- {8821e850-a78d-43a7-a8a4-895c0d26cf39}, !- Electric Equipment Definition Name
- {d34d765e-8e15-426c-9846-f902b6e8de17}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {06271641-2ed4-426c-a24e-a8548ea979b8}, !- Handle
- DOE Ref 2004 - Office - BreakRoom Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {e8aecc3d-39f6-48d9-9eb0-be6ce91996ed}, !- Handle
- DOE Ref 2004 - Office - ClosedOffice, !- Name
- , !- Default Construction Set Name
- {a8ccff31-943f-4a6c-996f-e93e98dae124}, !- Default Schedule Set Name
- {4dbf0f99-3d17-44fd-83b7-f1c80cb2504a}, !- Group Rendering Name
- {3301e7c4-0435-4be2-bc6e-508655e83a89}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- ClosedOffice; !- Standards Space Type
-
-OS:Rendering:Color,
- {4dbf0f99-3d17-44fd-83b7-f1c80cb2504a}, !- Handle
- Rendering Color 63, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {a8ccff31-943f-4a6c-996f-e93e98dae124}, !- Handle
- DOE Ref 2004 - Office - ClosedOffice Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {5afa65e6-b96a-4ccf-95d9-b0d8a2e6442d}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {b95c394b-a3e1-4325-afa9-ed00d22c2a65}, !- Handle
- DOE Ref 2004 - Office - ClosedOffice Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 11.8403014583807, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {31500723-f89a-405a-81aa-076a18dd81c0}, !- Handle
- DOE Ref 2004 - Office - ClosedOffice Lights, !- Name
- {b95c394b-a3e1-4325-afa9-ed00d22c2a65}, !- Lights Definition Name
- {e8aecc3d-39f6-48d9-9eb0-be6ce91996ed}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {3301e7c4-0435-4be2-bc6e-508655e83a89}, !- Handle
- DOE Ref 2004 - Office - ClosedOffice Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {15d93604-4405-4a9a-961e-3e852a026456}, !- Handle
- DOE Ref 2004 - Office - ClosedOffice People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0511285744793712, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {611bf909-64e0-43ad-9289-832e0168f7d0}, !- Handle
- DOE Ref 2004 - Office - ClosedOffice People, !- Name
- {15d93604-4405-4a9a-961e-3e852a026456}, !- People Definition Name
- {e8aecc3d-39f6-48d9-9eb0-be6ce91996ed}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {c67a205b-cac7-449b-9181-0d7697e731ed}, !- Handle
- DOE Ref 2004 - Office - ClosedOffice Infiltration, !- Name
- {e8aecc3d-39f6-48d9-9eb0-be6ce91996ed}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {a2d5d492-b071-4e98-a7fc-634e02d5d583}, !- Handle
- DOE Ref 2004 - Office - ClosedOffice Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 9.36460206253746, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {9398c33b-ccfc-4296-9801-cc5fd224ce42}, !- Handle
- DOE Ref 2004 - Office - ClosedOffice Electric Equipment, !- Name
- {a2d5d492-b071-4e98-a7fc-634e02d5d583}, !- Electric Equipment Definition Name
- {e8aecc3d-39f6-48d9-9eb0-be6ce91996ed}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {62628b7c-1ad0-44b2-a3ca-c0a41fa41638}, !- Handle
- DOE Ref 2004 - Office - ClosedOffice Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {ab91a2a2-ed94-4a26-8ee3-8ea53d65a830}, !- Handle
- DOE Ref 2004 - Office - Conference, !- Name
- , !- Default Construction Set Name
- {4dcb4307-d57c-4117-a0d4-66e1e0150959}, !- Default Schedule Set Name
- {e4b65329-639e-405a-8eb8-fc00f2469edf}, !- Group Rendering Name
- {107b30e0-ca22-47fd-8f62-ee55725ad3d3}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Conference; !- Standards Space Type
-
-OS:Rendering:Color,
- {e4b65329-639e-405a-8eb8-fc00f2469edf}, !- Handle
- Rendering Color 64, !- Name
- 230, !- Rendering Red Value
- 196, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {4dcb4307-d57c-4117-a0d4-66e1e0150959}, !- Handle
- DOE Ref 2004 - Office - Conference Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {f8c17029-f7c4-48e3-a8e5-cd1224278e48}, !- Handle
- DOE Ref 2004 - Office - Conference Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 13.9930835417226, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {c10a3163-6758-40dc-a2b5-2870c6fbd2aa}, !- Handle
- DOE Ref 2004 - Office - Conference Lights, !- Name
- {f8c17029-f7c4-48e3-a8e5-cd1224278e48}, !- Lights Definition Name
- {ab91a2a2-ed94-4a26-8ee3-8ea53d65a830}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {107b30e0-ca22-47fd-8f62-ee55725ad3d3}, !- Handle
- DOE Ref 2004 - Office - Conference Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {ff3b61a0-afca-4002-b619-c65262a9622a}, !- Handle
- DOE Ref 2004 - Office - Conference People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {3a31ee13-1553-4ef6-b604-23cb3dc6f0cc}, !- Handle
- DOE Ref 2004 - Office - Conference People, !- Name
- {ff3b61a0-afca-4002-b619-c65262a9622a}, !- People Definition Name
- {ab91a2a2-ed94-4a26-8ee3-8ea53d65a830}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {b3f7c971-0431-4094-a793-e90fcb8bdfe3}, !- Handle
- DOE Ref 2004 - Office - Conference Infiltration, !- Name
- {ab91a2a2-ed94-4a26-8ee3-8ea53d65a830}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {eabf6b01-1809-48a3-9033-78a3d2f877cf}, !- Handle
- DOE Ref 2004 - Office - Conference Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 10.7639104167097, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {1c4d840a-5270-473c-b32f-aa0fd476ef8f}, !- Handle
- DOE Ref 2004 - Office - Conference Electric Equipment, !- Name
- {eabf6b01-1809-48a3-9033-78a3d2f877cf}, !- Electric Equipment Definition Name
- {ab91a2a2-ed94-4a26-8ee3-8ea53d65a830}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {c8cfdbb6-58cb-4eb3-94ac-1e1377e5cd6e}, !- Handle
- DOE Ref 2004 - Office - Conference Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {afdf78bb-70ae-4f7e-9e9a-f373a1f7375b}, !- Handle
- DOE Ref 2004 - Office - Corridor, !- Name
- , !- Default Construction Set Name
- {ff14e462-7ffa-47aa-b5dc-67678246ba97}, !- Default Schedule Set Name
- {6cb3fea2-7eeb-43cc-a7b5-489510f74f6c}, !- Group Rendering Name
- {cb053880-72f0-486c-9a94-cdf1c1f7a87b}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Corridor; !- Standards Space Type
-
-OS:Rendering:Color,
- {6cb3fea2-7eeb-43cc-a7b5-489510f74f6c}, !- Handle
- Rendering Color 65, !- Name
- 169, !- Rendering Red Value
- 31, !- Rendering Green Value
- 31; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {ff14e462-7ffa-47aa-b5dc-67678246ba97}, !- Handle
- DOE Ref 2004 - Office - Corridor Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {5afa65e6-b96a-4ccf-95d9-b0d8a2e6442d}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {12a1c8ff-231f-4ff4-9d35-2d31c67e51d4}, !- Handle
- DOE Ref 2004 - Office - Corridor Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 5.38195520835486, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {ac3e9e52-9310-40a6-b111-f5e9e9e929aa}, !- Handle
- DOE Ref 2004 - Office - Corridor Lights, !- Name
- {12a1c8ff-231f-4ff4-9d35-2d31c67e51d4}, !- Lights Definition Name
- {afdf78bb-70ae-4f7e-9e9a-f373a1f7375b}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {cb053880-72f0-486c-9a94-cdf1c1f7a87b}, !- Handle
- DOE Ref 2004 - Office - Corridor Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {01ca27c4-81e0-41f8-9cbe-49a5c7b81225}, !- Handle
- DOE Ref 2004 - Office - Corridor People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {590c06b8-8b13-498c-b366-7f9c3c9448a9}, !- Handle
- DOE Ref 2004 - Office - Corridor People, !- Name
- {01ca27c4-81e0-41f8-9cbe-49a5c7b81225}, !- People Definition Name
- {afdf78bb-70ae-4f7e-9e9a-f373a1f7375b}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {c335b4ac-5a06-47d3-80ba-2dadebf9c1c2}, !- Handle
- DOE Ref 2004 - Office - Corridor Infiltration, !- Name
- {afdf78bb-70ae-4f7e-9e9a-f373a1f7375b}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {53ba95a1-8700-4589-91c5-d1d01e283a4e}, !- Handle
- DOE Ref 2004 - Office - Corridor Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 3.12153402084582, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {e1952f0c-1a1a-46ac-9a14-db20bbdbd5c4}, !- Handle
- DOE Ref 2004 - Office - Corridor Electric Equipment, !- Name
- {53ba95a1-8700-4589-91c5-d1d01e283a4e}, !- Electric Equipment Definition Name
- {afdf78bb-70ae-4f7e-9e9a-f373a1f7375b}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {d38442fc-c9c5-4d93-a115-6c482b9ff800}, !- Handle
- DOE Ref 2004 - Office - Corridor Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {3b973dfe-37f8-42ae-81e2-2401679422c0}, !- Handle
- DOE Ref 2004 - Office - Elec/MechRoom, !- Name
- , !- Default Construction Set Name
- {b379d745-6e5c-47cb-902c-a3130e66f564}, !- Default Schedule Set Name
- {f9f4bac9-908f-480a-9e15-55076901b19b}, !- Group Rendering Name
- {7c243090-96c5-40fd-a44e-4d4e93c5b131}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Elec/MechRoom; !- Standards Space Type
-
-OS:Rendering:Color,
- {f9f4bac9-908f-480a-9e15-55076901b19b}, !- Handle
- Rendering Color 66, !- Name
- 41, !- Rendering Red Value
- 31, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {b379d745-6e5c-47cb-902c-a3130e66f564}, !- Handle
- DOE Ref 2004 - Office - Elec/MechRoom Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- , !- Number of People Schedule Name
- , !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {bc907c5d-c0da-40a3-a302-2ce9bfd2b237}, !- Handle
- DOE Ref 2004 - Office - Elec/MechRoom Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 16.1458656250646, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {d25cb1f1-5050-4d42-bc99-99bec229f63c}, !- Handle
- DOE Ref 2004 - Office - Elec/MechRoom Lights, !- Name
- {bc907c5d-c0da-40a3-a302-2ce9bfd2b237}, !- Lights Definition Name
- {3b973dfe-37f8-42ae-81e2-2401679422c0}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {7c243090-96c5-40fd-a44e-4d4e93c5b131}, !- Handle
- DOE Ref 2004 - Office - Elec/MechRoom Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {6f8e3118-9e27-4eeb-a154-a3ab4336f776}, !- Handle
- DOE Ref 2004 - Office - Elec/MechRoom Infiltration, !- Name
- {3b973dfe-37f8-42ae-81e2-2401679422c0}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {b1cb5ad4-1695-4aac-b831-c8c972debe88}, !- Handle
- DOE Ref 2004 - Office - Elec/MechRoom Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 2.90625581251162, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {333d05fc-e383-41f4-8fdd-8cd65d8b94fa}, !- Handle
- DOE Ref 2004 - Office - Elec/MechRoom Electric Equipment, !- Name
- {b1cb5ad4-1695-4aac-b831-c8c972debe88}, !- Electric Equipment Definition Name
- {3b973dfe-37f8-42ae-81e2-2401679422c0}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {3a49b43a-489c-427b-adf3-2e37f0c6d542}, !- Handle
- DOE Ref 2004 - Office - Elec/MechRoom Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {0635ac95-dc52-4b51-80b6-88cdb1b763b1}, !- Handle
- DOE Ref 2004 - Office - IT_Room, !- Name
- , !- Default Construction Set Name
- {d91e8bc3-442f-40b9-8d65-0abeb1cf32b5}, !- Default Schedule Set Name
- {96dd8866-146e-4770-9f98-aeb4b9ca2384}, !- Group Rendering Name
- {4b92b0e0-552c-4cf3-a32e-cb222bbed855}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- IT_Room; !- Standards Space Type
-
-OS:Rendering:Color,
- {96dd8866-146e-4770-9f98-aeb4b9ca2384}, !- Handle
- Rendering Color 67, !- Name
- 41, !- Rendering Red Value
- 31, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {d91e8bc3-442f-40b9-8d65-0abeb1cf32b5}, !- Handle
- DOE Ref 2004 - Office - IT_Room Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {9ef5d775-e11d-4c6a-877e-ce97ec1f988d}, !- Handle
- DOE Ref 2004 - Office - IT_Room Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 11.8403014583807, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {4ea0a83a-122d-48f1-b9b2-dee1458e3dba}, !- Handle
- DOE Ref 2004 - Office - IT_Room Lights, !- Name
- {9ef5d775-e11d-4c6a-877e-ce97ec1f988d}, !- Lights Definition Name
- {0635ac95-dc52-4b51-80b6-88cdb1b763b1}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {4b92b0e0-552c-4cf3-a32e-cb222bbed855}, !- Handle
- DOE Ref 2004 - Office - IT_Room Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {280af72b-98e6-4faa-a9bb-8cdb0ae389e9}, !- Handle
- DOE Ref 2004 - Office - IT_Room People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {7f57579c-0a79-4bb8-8786-576dbdc86d22}, !- Handle
- DOE Ref 2004 - Office - IT_Room People, !- Name
- {280af72b-98e6-4faa-a9bb-8cdb0ae389e9}, !- People Definition Name
- {0635ac95-dc52-4b51-80b6-88cdb1b763b1}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {6b58de9b-642e-464a-b295-b19f97dd3ae8}, !- Handle
- DOE Ref 2004 - Office - IT_Room Infiltration, !- Name
- {0635ac95-dc52-4b51-80b6-88cdb1b763b1}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {837d4250-e7ad-40ae-9f7f-4ae8c8055079}, !- Handle
- DOE Ref 2004 - Office - IT_Room Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 21.5278208334194, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {fdd14bc0-7646-4014-a97c-8faabbc01129}, !- Handle
- DOE Ref 2004 - Office - IT_Room Electric Equipment, !- Name
- {837d4250-e7ad-40ae-9f7f-4ae8c8055079}, !- Electric Equipment Definition Name
- {0635ac95-dc52-4b51-80b6-88cdb1b763b1}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {9a00852b-8d6c-48f5-8d7f-92b65dfd2905}, !- Handle
- DOE Ref 2004 - Office - IT_Room Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {0753445d-00ab-426d-9139-dc5535782c11}, !- Handle
- DOE Ref 2004 - Office - Lobby, !- Name
- , !- Default Construction Set Name
- {124e6921-2e27-4f8a-b651-e0669285d39c}, !- Default Schedule Set Name
- {08abbffa-6fa9-457f-8669-0c391d9bb6e9}, !- Group Rendering Name
- {4981517f-774f-467c-8418-13e0c43f88ef}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Lobby; !- Standards Space Type
-
-OS:Rendering:Color,
- {08abbffa-6fa9-457f-8669-0c391d9bb6e9}, !- Handle
- Rendering Color 68, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {124e6921-2e27-4f8a-b651-e0669285d39c}, !- Handle
- DOE Ref 2004 - Office - Lobby Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {7ea46a43-cde7-4e48-812e-bb8fcf53dc6b}, !- Handle
- DOE Ref 2004 - Office - Lobby Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 13.9930835417226, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {808eed0a-7b1d-465a-ac66-93592e2bd6ce}, !- Handle
- DOE Ref 2004 - Office - Lobby Lights, !- Name
- {7ea46a43-cde7-4e48-812e-bb8fcf53dc6b}, !- Lights Definition Name
- {0753445d-00ab-426d-9139-dc5535782c11}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {4981517f-774f-467c-8418-13e0c43f88ef}, !- Handle
- DOE Ref 2004 - Office - Lobby Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {0af08ad3-d078-4e0b-bc68-e3db5b81914a}, !- Handle
- DOE Ref 2004 - Office - Lobby People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {ad12bb32-e7a4-482d-99f9-f7e6a0d52f88}, !- Handle
- DOE Ref 2004 - Office - Lobby People, !- Name
- {0af08ad3-d078-4e0b-bc68-e3db5b81914a}, !- People Definition Name
- {0753445d-00ab-426d-9139-dc5535782c11}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {32f92de1-75f2-49df-bdc6-5e862172fbe3}, !- Handle
- DOE Ref 2004 - Office - Lobby Infiltration, !- Name
- {0753445d-00ab-426d-9139-dc5535782c11}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {e6f454ac-9d89-4d04-985c-bd900cea3262}, !- Handle
- DOE Ref 2004 - Office - Lobby Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 2.90625581251162, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {f83e799f-d60c-4715-bfea-f303e09caf8c}, !- Handle
- DOE Ref 2004 - Office - Lobby Electric Equipment, !- Name
- {e6f454ac-9d89-4d04-985c-bd900cea3262}, !- Electric Equipment Definition Name
- {0753445d-00ab-426d-9139-dc5535782c11}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {401ff2e0-84aa-4cfb-8b3a-9c0ca1a013da}, !- Handle
- DOE Ref 2004 - Office - Lobby Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {ee7d7ffb-2ec3-49b8-a0d3-aecc36549bd8}, !- Handle
- DOE Ref 2004 - Office - OpenOffice, !- Name
- , !- Default Construction Set Name
- {ecc00383-9492-434d-8a22-a49eb9165125}, !- Default Schedule Set Name
- {f7801e93-612b-43cd-8b6b-6e13d5f41c1a}, !- Group Rendering Name
- {b71dce24-e66f-448f-90d6-525c5bcc0c3a}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- OpenOffice; !- Standards Space Type
-
-OS:Rendering:Color,
- {f7801e93-612b-43cd-8b6b-6e13d5f41c1a}, !- Handle
- Rendering Color 69, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {ecc00383-9492-434d-8a22-a49eb9165125}, !- Handle
- DOE Ref 2004 - Office - OpenOffice Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {5afa65e6-b96a-4ccf-95d9-b0d8a2e6442d}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {bca12c57-64c0-4247-9f9b-e055a71b456f}, !- Handle
- DOE Ref 2004 - Office - OpenOffice Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 11.8403014583807, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {065751cd-9b78-47a5-8185-8d8193a0be7f}, !- Handle
- DOE Ref 2004 - Office - OpenOffice Lights, !- Name
- {bca12c57-64c0-4247-9f9b-e055a71b456f}, !- Lights Definition Name
- {ee7d7ffb-2ec3-49b8-a0d3-aecc36549bd8}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {b71dce24-e66f-448f-90d6-525c5bcc0c3a}, !- Handle
- DOE Ref 2004 - Office - OpenOffice Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {e20f2268-d847-49f8-8e42-065aea1d42a9}, !- Handle
- DOE Ref 2004 - Office - OpenOffice People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.056510529687726, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {4631c7b1-0bbc-4dd8-814a-de7aa439c21e}, !- Handle
- DOE Ref 2004 - Office - OpenOffice People, !- Name
- {e20f2268-d847-49f8-8e42-065aea1d42a9}, !- People Definition Name
- {ee7d7ffb-2ec3-49b8-a0d3-aecc36549bd8}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {f6d42607-a1df-4f1c-ac1d-0ed5e6b9f74c}, !- Handle
- DOE Ref 2004 - Office - OpenOffice Infiltration, !- Name
- {ee7d7ffb-2ec3-49b8-a0d3-aecc36549bd8}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {65f7d078-692b-421e-a1b3-51150f722d03}, !- Handle
- DOE Ref 2004 - Office - OpenOffice Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 10.3333540000413, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {507df4e3-e099-4b8f-8fbe-334c6d2183c5}, !- Handle
- DOE Ref 2004 - Office - OpenOffice Electric Equipment, !- Name
- {65f7d078-692b-421e-a1b3-51150f722d03}, !- Electric Equipment Definition Name
- {ee7d7ffb-2ec3-49b8-a0d3-aecc36549bd8}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {2cc2a6ae-b55b-4d48-9285-30d54ccc8e05}, !- Handle
- DOE Ref 2004 - Office - OpenOffice Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {bc2c528a-fb5b-412d-945b-142949fff6e5}, !- Handle
- DOE Ref 2004 - Office - PrintRoom, !- Name
- , !- Default Construction Set Name
- {f6a294ef-2a77-4205-8d56-971174d376ab}, !- Default Schedule Set Name
- {165ed093-99ab-43ce-a6e5-4cc5a414d3d7}, !- Group Rendering Name
- {7c140eaf-fc84-4902-b8a5-5a00f0999ffc}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- PrintRoom; !- Standards Space Type
-
-OS:Rendering:Color,
- {165ed093-99ab-43ce-a6e5-4cc5a414d3d7}, !- Handle
- Rendering Color 70, !- Name
- 41, !- Rendering Red Value
- 31, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {f6a294ef-2a77-4205-8d56-971174d376ab}, !- Handle
- DOE Ref 2004 - Office - PrintRoom Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {58e7214a-2f49-4a28-9bb1-4bc52bab00da}, !- Handle
- DOE Ref 2004 - Office - PrintRoom Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 11.8403014583807, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {5599c997-1516-4248-8738-21f3354cf44d}, !- Handle
- DOE Ref 2004 - Office - PrintRoom Lights, !- Name
- {58e7214a-2f49-4a28-9bb1-4bc52bab00da}, !- Lights Definition Name
- {bc2c528a-fb5b-412d-945b-142949fff6e5}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {7c140eaf-fc84-4902-b8a5-5a00f0999ffc}, !- Handle
- DOE Ref 2004 - Office - PrintRoom Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {2dd43357-3d00-48aa-98d4-af1d11e8ea04}, !- Handle
- DOE Ref 2004 - Office - PrintRoom People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {7960c148-f7e3-4acf-a031-159a0e3810a1}, !- Handle
- DOE Ref 2004 - Office - PrintRoom People, !- Name
- {2dd43357-3d00-48aa-98d4-af1d11e8ea04}, !- People Definition Name
- {bc2c528a-fb5b-412d-945b-142949fff6e5}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {312f1b6c-c13d-4585-bc29-af7598bc12ad}, !- Handle
- DOE Ref 2004 - Office - PrintRoom Infiltration, !- Name
- {bc2c528a-fb5b-412d-945b-142949fff6e5}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {fc28ef26-3fe9-498c-9bd3-2a8ed8ff4b38}, !- Handle
- DOE Ref 2004 - Office - PrintRoom Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 58.1251162502325, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {5c8d809b-4efd-4e5d-9395-96b4aa0ddf69}, !- Handle
- DOE Ref 2004 - Office - PrintRoom Electric Equipment, !- Name
- {fc28ef26-3fe9-498c-9bd3-2a8ed8ff4b38}, !- Electric Equipment Definition Name
- {bc2c528a-fb5b-412d-945b-142949fff6e5}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {5faef0a1-84cd-4bc1-bc14-e036c3c8056c}, !- Handle
- DOE Ref 2004 - Office - PrintRoom Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {506bc792-6ea4-4959-8909-7768a4684ee2}, !- Handle
- DOE Ref 2004 - Office - Restroom, !- Name
- , !- Default Construction Set Name
- {bd7769f4-1dc9-465c-bd3a-e2936520838f}, !- Default Schedule Set Name
- {4daf0442-64c6-48b2-9cc1-8284dc428575}, !- Group Rendering Name
- {a1149d38-03f5-4ce9-99fe-03f71d46e629}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Restroom; !- Standards Space Type
-
-OS:Rendering:Color,
- {4daf0442-64c6-48b2-9cc1-8284dc428575}, !- Handle
- Rendering Color 71, !- Name
- 169, !- Rendering Red Value
- 169, !- Rendering Green Value
- 31; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {bd7769f4-1dc9-465c-bd3a-e2936520838f}, !- Handle
- DOE Ref 2004 - Office - Restroom Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {fa61afa2-662a-4758-b88f-1d0b8173028e}, !- Handle
- DOE Ref 2004 - Office - Restroom Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 9.68751937503875, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {9bb5b193-2ae3-4079-870a-8547dd000ed1}, !- Handle
- DOE Ref 2004 - Office - Restroom Lights, !- Name
- {fa61afa2-662a-4758-b88f-1d0b8173028e}, !- Lights Definition Name
- {506bc792-6ea4-4959-8909-7768a4684ee2}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {a1149d38-03f5-4ce9-99fe-03f71d46e629}, !- Handle
- DOE Ref 2004 - Office - Restroom Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.0048768, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {91b0e50e-d314-45ba-8e31-7ba717697a7d}, !- Handle
- DOE Ref 2004 - Office - Restroom People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {678d5081-6403-4deb-9343-040c96615f20}, !- Handle
- DOE Ref 2004 - Office - Restroom People, !- Name
- {91b0e50e-d314-45ba-8e31-7ba717697a7d}, !- People Definition Name
- {506bc792-6ea4-4959-8909-7768a4684ee2}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {50a9e5e8-48b7-463d-8172-a1b9cd726792}, !- Handle
- DOE Ref 2004 - Office - Restroom Infiltration, !- Name
- {506bc792-6ea4-4959-8909-7768a4684ee2}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {12b460e7-ea9d-4cad-b74e-cf05cc682f51}, !- Handle
- DOE Ref 2004 - Office - Restroom Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 2.90625581251162, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {987c0464-410f-4c6a-b09c-b56103228afb}, !- Handle
- DOE Ref 2004 - Office - Restroom Electric Equipment, !- Name
- {12b460e7-ea9d-4cad-b74e-cf05cc682f51}, !- Electric Equipment Definition Name
- {506bc792-6ea4-4959-8909-7768a4684ee2}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {4b92ba3a-0b86-4678-85c0-3edd59217c3a}, !- Handle
- DOE Ref 2004 - Office - Restroom Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {65cfdcae-0e4f-4bd2-81ed-17319a737b31}, !- Handle
- DOE Ref 2004 - Office - Stair, !- Name
- , !- Default Construction Set Name
- {90e2ecc0-fbe8-4a73-91ff-4fd044e849bd}, !- Default Schedule Set Name
- {8fa8699e-e19c-46c9-a585-cff4f5188467}, !- Group Rendering Name
- {810b0212-2e8e-4ae7-83c2-c35bfed7fb52}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Stair; !- Standards Space Type
-
-OS:Rendering:Color,
- {8fa8699e-e19c-46c9-a585-cff4f5188467}, !- Handle
- Rendering Color 72, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {90e2ecc0-fbe8-4a73-91ff-4fd044e849bd}, !- Handle
- DOE Ref 2004 - Office - Stair Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- , !- Number of People Schedule Name
- , !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- , !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {2c1a2d4e-0d44-4cf3-bae0-23c82f6dcd36}, !- Handle
- DOE Ref 2004 - Office - Stair Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 6.45834625002583, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {0d56ac49-286d-4684-b822-1612b8777495}, !- Handle
- DOE Ref 2004 - Office - Stair Lights, !- Name
- {2c1a2d4e-0d44-4cf3-bae0-23c82f6dcd36}, !- Lights Definition Name
- {65cfdcae-0e4f-4bd2-81ed-17319a737b31}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {810b0212-2e8e-4ae7-83c2-c35bfed7fb52}, !- Handle
- DOE Ref 2004 - Office - Stair Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {3ddf6af9-3b54-4d9d-9ef9-d59185a622da}, !- Handle
- DOE Ref 2004 - Office - Stair Infiltration, !- Name
- {65cfdcae-0e4f-4bd2-81ed-17319a737b31}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ThermostatSetpoint:DualSetpoint,
- {bdd36fde-96fe-432f-aee3-d8cd45713dc9}, !- Handle
- DOE Ref 2004 - Office - Stair Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {8d0ab1cb-2b61-4194-9c85-e937444fa3d1}, !- Handle
- DOE Ref 2004 - Office - Storage, !- Name
- , !- Default Construction Set Name
- {85eb7ea4-406f-4584-b431-b8a0a72c0080}, !- Default Schedule Set Name
- {6e9372b0-590f-4de9-8cea-2552d6e49272}, !- Group Rendering Name
- {bda38a54-fa4c-4ba1-9a7c-b295c110468f}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Storage; !- Standards Space Type
-
-OS:Rendering:Color,
- {6e9372b0-590f-4de9-8cea-2552d6e49272}, !- Handle
- Rendering Color 73, !- Name
- 120, !- Rendering Red Value
- 149, !- Rendering Green Value
- 230; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {85eb7ea4-406f-4584-b431-b8a0a72c0080}, !- Handle
- DOE Ref 2004 - Office - Storage Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- , !- Number of People Schedule Name
- , !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- , !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {3cb00472-bd39-45d8-a0ad-7d648b00d0d4}, !- Handle
- DOE Ref 2004 - Office - Storage Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 8.61112833336778, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {da248404-8a0d-48b3-bc95-b339ee502e72}, !- Handle
- DOE Ref 2004 - Office - Storage Lights, !- Name
- {3cb00472-bd39-45d8-a0ad-7d648b00d0d4}, !- Lights Definition Name
- {8d0ab1cb-2b61-4194-9c85-e937444fa3d1}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {bda38a54-fa4c-4ba1-9a7c-b295c110468f}, !- Handle
- DOE Ref 2004 - Office - Storage Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {43a429b2-4307-4265-9f76-0f35361373cf}, !- Handle
- DOE Ref 2004 - Office - Storage Infiltration, !- Name
- {8d0ab1cb-2b61-4194-9c85-e937444fa3d1}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ThermostatSetpoint:DualSetpoint,
- {9d3d1bfe-9439-43ed-93f2-ab8ebee636bd}, !- Handle
- DOE Ref 2004 - Office - Storage Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {9fb6b8a7-3578-4427-aa7e-4a68c27ed95b}, !- Handle
- DOE Ref 2004 - Office - Vending, !- Name
- , !- Default Construction Set Name
- {ffa36ee0-a68c-478e-846a-0c418b71cedf}, !- Default Schedule Set Name
- {949eee76-1263-43cb-ad73-1bef9a192173}, !- Group Rendering Name
- {29c3ff49-af0d-45dd-a356-736c11492b18}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Vending; !- Standards Space Type
-
-OS:Rendering:Color,
- {949eee76-1263-43cb-ad73-1bef9a192173}, !- Handle
- Rendering Color 74, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {ffa36ee0-a68c-478e-846a-0c418b71cedf}, !- Handle
- DOE Ref 2004 - Office - Vending Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {587aba98-3f80-43a2-9ea7-66f37744dc68}, !- Handle
- DOE Ref 2004 - Office - Vending Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 5.38195520835486, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {14376fa8-1ff8-4113-a60d-48d7d48445db}, !- Handle
- DOE Ref 2004 - Office - Vending Lights, !- Name
- {587aba98-3f80-43a2-9ea7-66f37744dc68}, !- Lights Definition Name
- {9fb6b8a7-3578-4427-aa7e-4a68c27ed95b}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {29c3ff49-af0d-45dd-a356-736c11492b18}, !- Handle
- DOE Ref 2004 - Office - Vending Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {80e60190-958e-4c23-aa7c-594bfd7e8b51}, !- Handle
- DOE Ref 2004 - Office - Vending People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {a39ae467-2238-4f4d-8d24-ad6be965f127}, !- Handle
- DOE Ref 2004 - Office - Vending People, !- Name
- {80e60190-958e-4c23-aa7c-594bfd7e8b51}, !- People Definition Name
- {9fb6b8a7-3578-4427-aa7e-4a68c27ed95b}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {b3256fe0-c3f7-43a7-bba2-183d2c977dc4}, !- Handle
- DOE Ref 2004 - Office - Vending Infiltration, !- Name
- {9fb6b8a7-3578-4427-aa7e-4a68c27ed95b}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {8e7ff818-31d2-4421-9c8b-474d192573f0}, !- Handle
- DOE Ref 2004 - Office - Vending Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 41.4410551043324, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {f51c96bd-aa81-4b50-a251-d9dc4f4dcf46}, !- Handle
- DOE Ref 2004 - Office - Vending Electric Equipment, !- Name
- {8e7ff818-31d2-4421-9c8b-474d192573f0}, !- Electric Equipment Definition Name
- {9fb6b8a7-3578-4427-aa7e-4a68c27ed95b}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {612ec1a2-ed18-4050-be73-3a85b856118f}, !- Handle
- DOE Ref 2004 - Office - Vending Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {30e25808-7f25-46f8-9316-3d4b1e1c7c12}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Md Office, !- Name
- , !- Default Construction Set Name
- {72ff00b4-3476-4538-aa37-949fa33ae307}, !- Default Schedule Set Name
- {2b700caa-ff5d-460e-9e04-b2c20b058542}, !- Group Rendering Name
- {dc360b0e-0937-416d-8722-ec73c32f930f}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- WholeBuilding - Md Office; !- Standards Space Type
-
-OS:Rendering:Color,
- {2b700caa-ff5d-460e-9e04-b2c20b058542}, !- Handle
- Rendering Color 75, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {72ff00b4-3476-4538-aa37-949fa33ae307}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Md Office Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96ab2452-6c76-4192-93d8-cc7134f04c11}, !- Number of People Schedule Name
- {2263574d-4d0c-4599-8cd7-566e4fcb8109}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {5988c53f-02d7-447f-98e0-6213d5b0245e}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Md Office Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 10.7639104167097, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {6b349cc8-792c-4fcf-955d-1d17491391a1}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Md Office Lights, !- Name
- {5988c53f-02d7-447f-98e0-6213d5b0245e}, !- Lights Definition Name
- {30e25808-7f25-46f8-9316-3d4b1e1c7c12}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {dc360b0e-0937-416d-8722-ec73c32f930f}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Md Office Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {d63c745e-d635-4b8c-be7f-6a73716bf51b}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Md Office People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {be09d796-eced-4225-bc8f-fca1de0aec47}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Md Office People, !- Name
- {d63c745e-d635-4b8c-be7f-6a73716bf51b}, !- People Definition Name
- {30e25808-7f25-46f8-9316-3d4b1e1c7c12}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {eb7715d9-bedf-46ed-a1f6-2446b2fddd74}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Md Office Infiltration, !- Name
- {30e25808-7f25-46f8-9316-3d4b1e1c7c12}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {c15d24f4-6daf-4dae-baa5-9da3b9b2f5aa}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Md Office Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 10.7639104167097, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {852ef7e4-23ee-4da5-a827-f214f40e9ea6}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Md Office Electric Equipment, !- Name
- {c15d24f4-6daf-4dae-baa5-9da3b9b2f5aa}, !- Electric Equipment Definition Name
- {30e25808-7f25-46f8-9316-3d4b1e1c7c12}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {ea9418fe-11b9-4a46-afa0-e8abadb00d84}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Md Office Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {b3fdd372-8edc-42d6-bfa9-a1e528df2a84}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Sm Office, !- Name
- , !- Default Construction Set Name
- {575ba342-fa66-49b9-97bc-e62ad625d511}, !- Default Schedule Set Name
- {d0c3d350-14dc-42da-824e-7da66e6d09e2}, !- Group Rendering Name
- {b97d5274-45b9-44c1-8b98-05f3ae06eb4b}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- WholeBuilding - Sm Office; !- Standards Space Type
-
-OS:Rendering:Color,
- {d0c3d350-14dc-42da-824e-7da66e6d09e2}, !- Handle
- Rendering Color 76, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {575ba342-fa66-49b9-97bc-e62ad625d511}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Sm Office Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96cc579e-b4dd-40a8-8f88-de19dc9796c4}, !- Number of People Schedule Name
- {6f6963b7-a3b3-4139-a797-6f0b98976dbb}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {660bf029-ac0f-4c25-b85e-e3fc481f1bc4}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {753ea205-d5d0-4ad2-b03f-a9e315272a76}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {e9b94540-de4f-4482-b949-3ed8963a7afe}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Sm Office Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 10.7639104167097, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {ae575aa8-5776-4b8f-8a30-7c63032304e6}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Sm Office Lights, !- Name
- {e9b94540-de4f-4482-b949-3ed8963a7afe}, !- Lights Definition Name
- {b3fdd372-8edc-42d6-bfa9-a1e528df2a84}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {b97d5274-45b9-44c1-8b98-05f3ae06eb4b}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Sm Office Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {cbf692d7-323a-4f3f-bd8f-3bcacb4f0624}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Sm Office People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {9a7b78b0-213f-4296-a425-44a788361de7}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Sm Office People, !- Name
- {cbf692d7-323a-4f3f-bd8f-3bcacb4f0624}, !- People Definition Name
- {b3fdd372-8edc-42d6-bfa9-a1e528df2a84}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {79bedf19-854c-443a-b2cb-3a94ee7e83e2}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Sm Office Infiltration, !- Name
- {b3fdd372-8edc-42d6-bfa9-a1e528df2a84}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {83722cea-2229-4099-98a6-2d55fbd93eea}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Sm Office Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 10.7639104167097, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {d110aec3-b437-4dce-92e7-28997badb481}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Sm Office Electric Equipment, !- Name
- {83722cea-2229-4099-98a6-2d55fbd93eea}, !- Electric Equipment Definition Name
- {b3fdd372-8edc-42d6-bfa9-a1e528df2a84}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {50c036af-7feb-46ef-8b6b-a5f1088e51ab}, !- Handle
- DOE Ref 2004 - Office - WholeBuilding - Sm Office Thermostat, !- Name
- {cbca8ea7-52a9-4098-a228-df07fedd9843}, !- Heating Setpoint Temperature Schedule Name
- {fdd0f8c0-36a6-4d94-b739-15c37716811f}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {d3f1a3dd-a131-4974-9892-c66b1ee4a39a}, !- Handle
- DOE Ref Pre-1980 - Office - BreakRoom, !- Name
- , !- Default Construction Set Name
- {c89c6802-3b10-42bb-b423-5a3e3175fe18}, !- Default Schedule Set Name
- {84cabd37-1ca2-445b-8cf3-9d1fd39c376a}, !- Group Rendering Name
- {4c316d2e-9589-4e6f-8f63-35fc1a5dfc15}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- BreakRoom; !- Standards Space Type
-
-OS:Rendering:Color,
- {84cabd37-1ca2-445b-8cf3-9d1fd39c376a}, !- Handle
- Rendering Color 77, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {c89c6802-3b10-42bb-b423-5a3e3175fe18}, !- Handle
- DOE Ref Pre-1980 - Office - BreakRoom Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {b98a1897-43d5-403f-af79-8fe023579c20}, !- Handle
- DOE Ref Pre-1980 - Office - BreakRoom Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 21.523906684177, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {15aeaac6-510f-4fe5-9da1-f532d7df37cc}, !- Handle
- DOE Ref Pre-1980 - Office - BreakRoom Lights, !- Name
- {b98a1897-43d5-403f-af79-8fe023579c20}, !- Lights Definition Name
- {d3f1a3dd-a131-4974-9892-c66b1ee4a39a}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {4c316d2e-9589-4e6f-8f63-35fc1a5dfc15}, !- Handle
- DOE Ref Pre-1980 - Office - BreakRoom Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {245ceee4-64d2-4257-9408-38404436daa0}, !- Handle
- DOE Ref Pre-1980 - Office - BreakRoom People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {58de0fef-08f3-4b72-880b-c5a785f20af4}, !- Handle
- DOE Ref Pre-1980 - Office - BreakRoom People, !- Name
- {245ceee4-64d2-4257-9408-38404436daa0}, !- People Definition Name
- {d3f1a3dd-a131-4974-9892-c66b1ee4a39a}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {06f15e9f-5b97-49e2-a197-48031860bba9}, !- Handle
- DOE Ref Pre-1980 - Office - BreakRoom Infiltration, !- Name
- {d3f1a3dd-a131-4974-9892-c66b1ee4a39a}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {b2c62e0e-cdcb-4243-aa0c-b96caf20f6d7}, !- Handle
- DOE Ref Pre-1980 - Office - BreakRoom Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 60.6008156460757, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {82f4a578-de40-4648-a190-50f0cf7cb37b}, !- Handle
- DOE Ref Pre-1980 - Office - BreakRoom Electric Equipment, !- Name
- {b2c62e0e-cdcb-4243-aa0c-b96caf20f6d7}, !- Electric Equipment Definition Name
- {d3f1a3dd-a131-4974-9892-c66b1ee4a39a}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {a21142a4-b9a1-4828-aa7e-e2dc5f4e5f8a}, !- Handle
- DOE Ref Pre-1980 - Office - BreakRoom Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {c7dab86d-429e-45d2-bb13-159b63843a45}, !- Handle
- DOE Ref Pre-1980 - Office - ClosedOffice, !- Name
- , !- Default Construction Set Name
- {72bff99e-f2e7-4167-9dfb-cbd41ab9a822}, !- Default Schedule Set Name
- {3dcbab11-8c89-4830-bb03-00ea6aca962d}, !- Group Rendering Name
- {da397607-0fd0-46fc-8332-9bb2c267a12c}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- ClosedOffice; !- Standards Space Type
-
-OS:Rendering:Color,
- {3dcbab11-8c89-4830-bb03-00ea6aca962d}, !- Handle
- Rendering Color 78, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {72bff99e-f2e7-4167-9dfb-cbd41ab9a822}, !- Handle
- DOE Ref Pre-1980 - Office - ClosedOffice Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {5afa65e6-b96a-4ccf-95d9-b0d8a2e6442d}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {e9f4f9e8-42bb-414a-a3df-0cf1680b97d3}, !- Handle
- DOE Ref Pre-1980 - Office - ClosedOffice Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 18.2125364250728, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {874f754e-cbc9-463e-bb52-75964a3224d0}, !- Handle
- DOE Ref Pre-1980 - Office - ClosedOffice Lights, !- Name
- {e9f4f9e8-42bb-414a-a3df-0cf1680b97d3}, !- Lights Definition Name
- {c7dab86d-429e-45d2-bb13-159b63843a45}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {da397607-0fd0-46fc-8332-9bb2c267a12c}, !- Handle
- DOE Ref Pre-1980 - Office - ClosedOffice Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {4f7b1f82-63d9-456e-9034-411a1e059fd9}, !- Handle
- DOE Ref Pre-1980 - Office - ClosedOffice People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0511285744793712, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {64f7fc95-8636-4962-9d79-6353f741f46c}, !- Handle
- DOE Ref Pre-1980 - Office - ClosedOffice People, !- Name
- {4f7b1f82-63d9-456e-9034-411a1e059fd9}, !- People Definition Name
- {c7dab86d-429e-45d2-bb13-159b63843a45}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {2c8155a8-3d8b-4c0e-bb76-41c915a8084f}, !- Handle
- DOE Ref Pre-1980 - Office - ClosedOffice Infiltration, !- Name
- {c7dab86d-429e-45d2-bb13-159b63843a45}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {532e28ef-db22-434b-a113-ce829d9a83a1}, !- Handle
- DOE Ref Pre-1980 - Office - ClosedOffice Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 9.36460206253746, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {0077ab68-0c07-4423-87c2-a7148d20f822}, !- Handle
- DOE Ref Pre-1980 - Office - ClosedOffice Electric Equipment, !- Name
- {532e28ef-db22-434b-a113-ce829d9a83a1}, !- Electric Equipment Definition Name
- {c7dab86d-429e-45d2-bb13-159b63843a45}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {b6f1b364-6ebc-462b-97eb-d972f40572ce}, !- Handle
- DOE Ref Pre-1980 - Office - ClosedOffice Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {793a9633-80d5-48dc-b658-0f30ba21ae21}, !- Handle
- DOE Ref Pre-1980 - Office - Conference, !- Name
- , !- Default Construction Set Name
- {a186f65b-fc62-4004-b63c-9b1ea35850a1}, !- Default Schedule Set Name
- {91659801-f72c-4e7f-a699-46d8cae76ede}, !- Group Rendering Name
- {a58dcb4c-3d5e-4846-a1a8-8cfa9b501328}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Conference; !- Standards Space Type
-
-OS:Rendering:Color,
- {91659801-f72c-4e7f-a699-46d8cae76ede}, !- Handle
- Rendering Color 79, !- Name
- 230, !- Rendering Red Value
- 196, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {a186f65b-fc62-4004-b63c-9b1ea35850a1}, !- Handle
- DOE Ref Pre-1980 - Office - Conference Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {b1d1cc64-75d6-4f39-8d54-df8c17eefee5}, !- Handle
- DOE Ref Pre-1980 - Office - Conference Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 18.2125364250728, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {496fb471-cd6a-4fa4-8037-ca01268d370c}, !- Handle
- DOE Ref Pre-1980 - Office - Conference Lights, !- Name
- {b1d1cc64-75d6-4f39-8d54-df8c17eefee5}, !- Lights Definition Name
- {793a9633-80d5-48dc-b658-0f30ba21ae21}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {a58dcb4c-3d5e-4846-a1a8-8cfa9b501328}, !- Handle
- DOE Ref Pre-1980 - Office - Conference Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {544b639f-f34a-4b4b-98aa-d3fdc4c57f65}, !- Handle
- DOE Ref Pre-1980 - Office - Conference People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {f57d371f-67e9-46f0-a5e6-5a85f3830188}, !- Handle
- DOE Ref Pre-1980 - Office - Conference People, !- Name
- {544b639f-f34a-4b4b-98aa-d3fdc4c57f65}, !- People Definition Name
- {793a9633-80d5-48dc-b658-0f30ba21ae21}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {8d0b50f5-99b0-485c-88c1-29a31f5cd93e}, !- Handle
- DOE Ref Pre-1980 - Office - Conference Infiltration, !- Name
- {793a9633-80d5-48dc-b658-0f30ba21ae21}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {91e752e8-eaf1-44df-8991-425eecf910d3}, !- Handle
- DOE Ref Pre-1980 - Office - Conference Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 10.7639104167097, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {89c773df-8c10-43cc-b4d8-7a06af6e7d03}, !- Handle
- DOE Ref Pre-1980 - Office - Conference Electric Equipment, !- Name
- {91e752e8-eaf1-44df-8991-425eecf910d3}, !- Electric Equipment Definition Name
- {793a9633-80d5-48dc-b658-0f30ba21ae21}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {38bbf5c3-e4f7-4961-a369-b3bd3a600d42}, !- Handle
- DOE Ref Pre-1980 - Office - Conference Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {80088e30-3070-45bc-b018-d1cfddc1ee27}, !- Handle
- DOE Ref Pre-1980 - Office - Corridor, !- Name
- , !- Default Construction Set Name
- {e9328a2d-a416-4cc3-a9a2-71a0d54bb21a}, !- Default Schedule Set Name
- {16320b87-8fde-4378-b06c-8fc1ba8ec312}, !- Group Rendering Name
- {8d395736-a9f7-4b76-9f01-76929695e8c1}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Corridor; !- Standards Space Type
-
-OS:Rendering:Color,
- {16320b87-8fde-4378-b06c-8fc1ba8ec312}, !- Handle
- Rendering Color 80, !- Name
- 169, !- Rendering Red Value
- 31, !- Rendering Green Value
- 31; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {e9328a2d-a416-4cc3-a9a2-71a0d54bb21a}, !- Handle
- DOE Ref Pre-1980 - Office - Corridor Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {5afa65e6-b96a-4ccf-95d9-b0d8a2e6442d}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {d1f9f819-6a96-4435-8128-96725057046c}, !- Handle
- DOE Ref Pre-1980 - Office - Corridor Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 14.9011661659687, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {e461ec00-f4e4-408e-b125-ba764d37fda5}, !- Handle
- DOE Ref Pre-1980 - Office - Corridor Lights, !- Name
- {d1f9f819-6a96-4435-8128-96725057046c}, !- Lights Definition Name
- {80088e30-3070-45bc-b018-d1cfddc1ee27}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {8d395736-a9f7-4b76-9f01-76929695e8c1}, !- Handle
- DOE Ref Pre-1980 - Office - Corridor Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {2483739a-1647-4646-85d1-fc0e9ecf0cbf}, !- Handle
- DOE Ref Pre-1980 - Office - Corridor People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {a5fdd964-ac01-4800-aaf2-7254e6e66f71}, !- Handle
- DOE Ref Pre-1980 - Office - Corridor People, !- Name
- {2483739a-1647-4646-85d1-fc0e9ecf0cbf}, !- People Definition Name
- {80088e30-3070-45bc-b018-d1cfddc1ee27}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {55871dbb-d2cf-4382-bd2b-310e49bd3376}, !- Handle
- DOE Ref Pre-1980 - Office - Corridor Infiltration, !- Name
- {80088e30-3070-45bc-b018-d1cfddc1ee27}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {f99f97ad-36c0-4e61-a11d-24794b610510}, !- Handle
- DOE Ref Pre-1980 - Office - Corridor Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 3.12153402084582, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {5cc42954-8ad9-44e5-83e9-2295d12d33a8}, !- Handle
- DOE Ref Pre-1980 - Office - Corridor Electric Equipment, !- Name
- {f99f97ad-36c0-4e61-a11d-24794b610510}, !- Electric Equipment Definition Name
- {80088e30-3070-45bc-b018-d1cfddc1ee27}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {b3983d0e-51f5-4dec-8c7a-1fc2c7a2b7e7}, !- Handle
- DOE Ref Pre-1980 - Office - Corridor Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {98044493-86a6-4f78-bfc5-820ff6c33c85}, !- Handle
- DOE Ref Pre-1980 - Office - Elec/MechRoom, !- Name
- , !- Default Construction Set Name
- {663377e7-e6ca-4fe2-9ebe-330885a2c32b}, !- Default Schedule Set Name
- {600e181e-111e-46a6-bfb4-1bb73b350ecf}, !- Group Rendering Name
- {80e24534-b5b7-4b63-a475-c94a38fc2d8c}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Elec/MechRoom; !- Standards Space Type
-
-OS:Rendering:Color,
- {600e181e-111e-46a6-bfb4-1bb73b350ecf}, !- Handle
- Rendering Color 81, !- Name
- 41, !- Rendering Red Value
- 31, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {663377e7-e6ca-4fe2-9ebe-330885a2c32b}, !- Handle
- DOE Ref Pre-1980 - Office - Elec/MechRoom Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- , !- Number of People Schedule Name
- , !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {b84ca7ed-f58a-4231-8954-a3df53653a4b}, !- Handle
- DOE Ref Pre-1980 - Office - Elec/MechRoom Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 40.8736813800533, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {0853863d-52a1-40d3-abb9-8728d839e178}, !- Handle
- DOE Ref Pre-1980 - Office - Elec/MechRoom Lights, !- Name
- {b84ca7ed-f58a-4231-8954-a3df53653a4b}, !- Lights Definition Name
- {98044493-86a6-4f78-bfc5-820ff6c33c85}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {80e24534-b5b7-4b63-a475-c94a38fc2d8c}, !- Handle
- DOE Ref Pre-1980 - Office - Elec/MechRoom Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {1cde6f1d-6bc5-4157-b01e-7c4e1dd2b6e9}, !- Handle
- DOE Ref Pre-1980 - Office - Elec/MechRoom Infiltration, !- Name
- {98044493-86a6-4f78-bfc5-820ff6c33c85}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {1369a0c2-20bc-425c-bb84-077b3591f4f3}, !- Handle
- DOE Ref Pre-1980 - Office - Elec/MechRoom Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 2.90625581251162, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {fc4c287d-c944-4dff-9205-7137553a9476}, !- Handle
- DOE Ref Pre-1980 - Office - Elec/MechRoom Electric Equipment, !- Name
- {1369a0c2-20bc-425c-bb84-077b3591f4f3}, !- Electric Equipment Definition Name
- {98044493-86a6-4f78-bfc5-820ff6c33c85}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {45bd0861-5f38-400f-8389-e8e06263023d}, !- Handle
- DOE Ref Pre-1980 - Office - Elec/MechRoom Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {49b4fd89-5000-4ecb-a996-4270134133fb}, !- Handle
- DOE Ref Pre-1980 - Office - IT_Room, !- Name
- , !- Default Construction Set Name
- {5753c82b-8b68-4157-860e-46de9b506002}, !- Default Schedule Set Name
- {36ba917b-4379-4350-9de0-ff6e32ca787b}, !- Group Rendering Name
- {208af34b-2022-419b-a770-9fc3277e885d}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- IT_Room; !- Standards Space Type
-
-OS:Rendering:Color,
- {36ba917b-4379-4350-9de0-ff6e32ca787b}, !- Handle
- Rendering Color 82, !- Name
- 41, !- Rendering Red Value
- 31, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {5753c82b-8b68-4157-860e-46de9b506002}, !- Handle
- DOE Ref Pre-1980 - Office - IT_Room Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {10e1e137-c6e2-4f96-907c-81100573ee13}, !- Handle
- DOE Ref Pre-1980 - Office - IT_Room Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 25.1530346954174, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {79ab916c-bd10-45d5-8364-f00c3232d92e}, !- Handle
- DOE Ref Pre-1980 - Office - IT_Room Lights, !- Name
- {10e1e137-c6e2-4f96-907c-81100573ee13}, !- Lights Definition Name
- {49b4fd89-5000-4ecb-a996-4270134133fb}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {208af34b-2022-419b-a770-9fc3277e885d}, !- Handle
- DOE Ref Pre-1980 - Office - IT_Room Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {130bb302-8edd-4ebc-9031-940b54c60763}, !- Handle
- DOE Ref Pre-1980 - Office - IT_Room People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {080e2008-2cf9-4303-bb99-8973083ff87a}, !- Handle
- DOE Ref Pre-1980 - Office - IT_Room People, !- Name
- {130bb302-8edd-4ebc-9031-940b54c60763}, !- People Definition Name
- {49b4fd89-5000-4ecb-a996-4270134133fb}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {c4b6719f-eeba-4a8b-8d60-17d7fba28e95}, !- Handle
- DOE Ref Pre-1980 - Office - IT_Room Infiltration, !- Name
- {49b4fd89-5000-4ecb-a996-4270134133fb}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {d2767b89-83eb-4b9c-8949-4bb7283df328}, !- Handle
- DOE Ref Pre-1980 - Office - IT_Room Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 21.5278208334194, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {9e8f28e7-e3da-409f-af20-1a262932e846}, !- Handle
- DOE Ref Pre-1980 - Office - IT_Room Electric Equipment, !- Name
- {d2767b89-83eb-4b9c-8949-4bb7283df328}, !- Electric Equipment Definition Name
- {49b4fd89-5000-4ecb-a996-4270134133fb}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {a0f16ea8-062d-44e6-8b06-f2c487d77df1}, !- Handle
- DOE Ref Pre-1980 - Office - IT_Room Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {b926691f-7ff0-4f68-873e-3088efa79930}, !- Handle
- DOE Ref Pre-1980 - Office - Lobby, !- Name
- , !- Default Construction Set Name
- {f870d276-0842-4647-93d7-8f38741070d2}, !- Default Schedule Set Name
- {3c177afc-1759-4fab-92c1-103cfeb54185}, !- Group Rendering Name
- {5be0bc6a-1d92-42bf-8e6c-f5f3cfc884c6}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Lobby; !- Standards Space Type
-
-OS:Rendering:Color,
- {3c177afc-1759-4fab-92c1-103cfeb54185}, !- Handle
- Rendering Color 83, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {f870d276-0842-4647-93d7-8f38741070d2}, !- Handle
- DOE Ref Pre-1980 - Office - Lobby Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {c3796e3e-41a8-45b5-bc48-7183c80c88e0}, !- Handle
- DOE Ref Pre-1980 - Office - Lobby Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 31.4412933692718, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {d8e3753f-0f1f-4916-978d-8e5ecd5ac720}, !- Handle
- DOE Ref Pre-1980 - Office - Lobby Lights, !- Name
- {c3796e3e-41a8-45b5-bc48-7183c80c88e0}, !- Lights Definition Name
- {b926691f-7ff0-4f68-873e-3088efa79930}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {5be0bc6a-1d92-42bf-8e6c-f5f3cfc884c6}, !- Handle
- DOE Ref Pre-1980 - Office - Lobby Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {c7fb5c01-c508-46d8-bc68-ac5465199867}, !- Handle
- DOE Ref Pre-1980 - Office - Lobby People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {90af06b4-0785-4792-bf7a-0025b0e69dfd}, !- Handle
- DOE Ref Pre-1980 - Office - Lobby People, !- Name
- {c7fb5c01-c508-46d8-bc68-ac5465199867}, !- People Definition Name
- {b926691f-7ff0-4f68-873e-3088efa79930}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {de3ef9ca-d5c3-41df-ac0c-14f5dc6ab06e}, !- Handle
- DOE Ref Pre-1980 - Office - Lobby Infiltration, !- Name
- {b926691f-7ff0-4f68-873e-3088efa79930}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {f9fe6ba5-8a25-4125-8742-7171c91b1442}, !- Handle
- DOE Ref Pre-1980 - Office - Lobby Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 2.90625581251162, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {9954979c-708f-47a4-b8b2-ab0b9140f3ee}, !- Handle
- DOE Ref Pre-1980 - Office - Lobby Electric Equipment, !- Name
- {f9fe6ba5-8a25-4125-8742-7171c91b1442}, !- Electric Equipment Definition Name
- {b926691f-7ff0-4f68-873e-3088efa79930}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {7a68436d-316f-4469-b7a0-a21b90f5ce03}, !- Handle
- DOE Ref Pre-1980 - Office - Lobby Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {de85915a-c18f-4290-93ae-3cd09c09362d}, !- Handle
- DOE Ref Pre-1980 - Office - OpenOffice, !- Name
- , !- Default Construction Set Name
- {f9eb5ac8-eac8-4d6e-9b73-ac507fc7fd07}, !- Default Schedule Set Name
- {84910309-3422-459e-8a13-5674c6993061}, !- Group Rendering Name
- {5656fd6b-8487-40b5-a58a-c91cc80706da}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- OpenOffice; !- Standards Space Type
-
-OS:Rendering:Color,
- {84910309-3422-459e-8a13-5674c6993061}, !- Handle
- Rendering Color 84, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {f9eb5ac8-eac8-4d6e-9b73-ac507fc7fd07}, !- Handle
- DOE Ref Pre-1980 - Office - OpenOffice Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {5afa65e6-b96a-4ccf-95d9-b0d8a2e6442d}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {b1a8aa82-b82d-4516-9da3-a692988dd83f}, !- Handle
- DOE Ref Pre-1980 - Office - OpenOffice Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 28.882507259964, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {bdcf9fea-4c51-4266-8619-24ae52843ebf}, !- Handle
- DOE Ref Pre-1980 - Office - OpenOffice Lights, !- Name
- {b1a8aa82-b82d-4516-9da3-a692988dd83f}, !- Lights Definition Name
- {de85915a-c18f-4290-93ae-3cd09c09362d}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {5656fd6b-8487-40b5-a58a-c91cc80706da}, !- Handle
- DOE Ref Pre-1980 - Office - OpenOffice Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {90434217-eed5-46b0-bc10-b2f05e68f846}, !- Handle
- DOE Ref Pre-1980 - Office - OpenOffice People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.056510529687726, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {42adc90b-11d4-4f3a-99ca-ea6d98ba0d8d}, !- Handle
- DOE Ref Pre-1980 - Office - OpenOffice People, !- Name
- {90434217-eed5-46b0-bc10-b2f05e68f846}, !- People Definition Name
- {de85915a-c18f-4290-93ae-3cd09c09362d}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {57da3472-c729-4230-b7c3-4f00c3d3d3ac}, !- Handle
- DOE Ref Pre-1980 - Office - OpenOffice Infiltration, !- Name
- {de85915a-c18f-4290-93ae-3cd09c09362d}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {4575649c-e7ce-4b41-8929-44027b2ab2ad}, !- Handle
- DOE Ref Pre-1980 - Office - OpenOffice Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 10.3333540000413, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {6d8efb69-df33-47fb-bf59-1af0ef20c092}, !- Handle
- DOE Ref Pre-1980 - Office - OpenOffice Electric Equipment, !- Name
- {4575649c-e7ce-4b41-8929-44027b2ab2ad}, !- Electric Equipment Definition Name
- {de85915a-c18f-4290-93ae-3cd09c09362d}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {32f7ee2e-7e32-48f5-b74e-131db1ad5111}, !- Handle
- DOE Ref Pre-1980 - Office - OpenOffice Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {7dcb64d8-d457-4048-8c17-d68b81346486}, !- Handle
- DOE Ref Pre-1980 - Office - PrintRoom, !- Name
- , !- Default Construction Set Name
- {4a20eddb-a23a-4105-af3d-7fb4e82e44a0}, !- Default Schedule Set Name
- {7a5e9c1c-3e51-4a70-9246-d891d08acda7}, !- Group Rendering Name
- {fa4ad4f8-b1e7-4724-b24f-5aab85a15160}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- PrintRoom; !- Standards Space Type
-
-OS:Rendering:Color,
- {7a5e9c1c-3e51-4a70-9246-d891d08acda7}, !- Handle
- Rendering Color 85, !- Name
- 41, !- Rendering Red Value
- 31, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {4a20eddb-a23a-4105-af3d-7fb4e82e44a0}, !- Handle
- DOE Ref Pre-1980 - Office - PrintRoom Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {22a938de-443e-435a-93b5-8150d863e072}, !- Handle
- DOE Ref Pre-1980 - Office - PrintRoom Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 28.882507259964, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {2e9e7a01-2a48-4dab-a4ac-2a195c784344}, !- Handle
- DOE Ref Pre-1980 - Office - PrintRoom Lights, !- Name
- {22a938de-443e-435a-93b5-8150d863e072}, !- Lights Definition Name
- {7dcb64d8-d457-4048-8c17-d68b81346486}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {fa4ad4f8-b1e7-4724-b24f-5aab85a15160}, !- Handle
- DOE Ref Pre-1980 - Office - PrintRoom Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {68394b82-dcc7-4f78-a45d-d3a4bc29d5e5}, !- Handle
- DOE Ref Pre-1980 - Office - PrintRoom People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {5da877f2-cddc-4e53-bc86-2435ed1cf93a}, !- Handle
- DOE Ref Pre-1980 - Office - PrintRoom People, !- Name
- {68394b82-dcc7-4f78-a45d-d3a4bc29d5e5}, !- People Definition Name
- {7dcb64d8-d457-4048-8c17-d68b81346486}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {32c3332a-1838-462c-af9f-2cb0ceac1709}, !- Handle
- DOE Ref Pre-1980 - Office - PrintRoom Infiltration, !- Name
- {7dcb64d8-d457-4048-8c17-d68b81346486}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {c3378705-4b7d-4e46-92ab-bdd6de4ffa15}, !- Handle
- DOE Ref Pre-1980 - Office - PrintRoom Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 58.1251162502325, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {26aa3a22-a60d-4193-8500-8f0f788f0fe2}, !- Handle
- DOE Ref Pre-1980 - Office - PrintRoom Electric Equipment, !- Name
- {c3378705-4b7d-4e46-92ab-bdd6de4ffa15}, !- Electric Equipment Definition Name
- {7dcb64d8-d457-4048-8c17-d68b81346486}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {ec328c48-aeb8-438c-b96d-c6c6fc187336}, !- Handle
- DOE Ref Pre-1980 - Office - PrintRoom Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {8ee64ac5-2603-4c66-b9b7-7900c31d1eda}, !- Handle
- DOE Ref Pre-1980 - Office - Restroom, !- Name
- , !- Default Construction Set Name
- {ca21a54c-f943-4a4e-977f-92d4248cedfa}, !- Default Schedule Set Name
- {c919489c-3d75-4169-907c-9a5363e31c71}, !- Group Rendering Name
- {75a191c8-b5fd-486a-8539-c4fdb394bc3b}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Restroom; !- Standards Space Type
-
-OS:Rendering:Color,
- {c919489c-3d75-4169-907c-9a5363e31c71}, !- Handle
- Rendering Color 86, !- Name
- 169, !- Rendering Red Value
- 169, !- Rendering Green Value
- 31; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {ca21a54c-f943-4a4e-977f-92d4248cedfa}, !- Handle
- DOE Ref Pre-1980 - Office - Restroom Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {9da9bdc0-17d7-4998-818b-502ccfba9ebe}, !- Handle
- DOE Ref Pre-1980 - Office - Restroom Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 33.2976676054363, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {ea79c702-4108-4e34-a484-a59e1f5aa829}, !- Handle
- DOE Ref Pre-1980 - Office - Restroom Lights, !- Name
- {9da9bdc0-17d7-4998-818b-502ccfba9ebe}, !- Lights Definition Name
- {8ee64ac5-2603-4c66-b9b7-7900c31d1eda}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {75a191c8-b5fd-486a-8539-c4fdb394bc3b}, !- Handle
- DOE Ref Pre-1980 - Office - Restroom Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.0048768, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {9fbd35dd-002e-41cc-824e-202c0d34759d}, !- Handle
- DOE Ref Pre-1980 - Office - Restroom People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {ba0d6491-e15f-48dc-8283-5592df55a21d}, !- Handle
- DOE Ref Pre-1980 - Office - Restroom People, !- Name
- {9fbd35dd-002e-41cc-824e-202c0d34759d}, !- People Definition Name
- {8ee64ac5-2603-4c66-b9b7-7900c31d1eda}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {b1df2a7a-d744-46fe-9244-5c8215d51515}, !- Handle
- DOE Ref Pre-1980 - Office - Restroom Infiltration, !- Name
- {8ee64ac5-2603-4c66-b9b7-7900c31d1eda}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {fc917772-cb0a-4669-b469-6c934ba5064c}, !- Handle
- DOE Ref Pre-1980 - Office - Restroom Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 2.90625581251162, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {766b42e8-6b2a-4ca2-a168-3ed1e9f4d3e4}, !- Handle
- DOE Ref Pre-1980 - Office - Restroom Electric Equipment, !- Name
- {fc917772-cb0a-4669-b469-6c934ba5064c}, !- Electric Equipment Definition Name
- {8ee64ac5-2603-4c66-b9b7-7900c31d1eda}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {0a972149-a0b2-41d5-9db3-3f0f53894abd}, !- Handle
- DOE Ref Pre-1980 - Office - Restroom Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {1f462e66-88be-4aca-869f-bc0a98e553d8}, !- Handle
- DOE Ref Pre-1980 - Office - Stair, !- Name
- , !- Default Construction Set Name
- {2b4d89b1-0179-4034-93e5-4720ae55568b}, !- Default Schedule Set Name
- {5db5bf40-b9cb-42a7-9e16-d4e681b6f127}, !- Group Rendering Name
- {f41f64c0-c139-43f0-b3a9-df918b46a4a8}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Stair; !- Standards Space Type
-
-OS:Rendering:Color,
- {5db5bf40-b9cb-42a7-9e16-d4e681b6f127}, !- Handle
- Rendering Color 87, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {2b4d89b1-0179-4034-93e5-4720ae55568b}, !- Handle
- DOE Ref Pre-1980 - Office - Stair Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- , !- Number of People Schedule Name
- , !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- , !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {ef8c4cc2-0930-4742-858e-3b896fcfb372}, !- Handle
- DOE Ref Pre-1980 - Office - Stair Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 23.9154518713078, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {a78975ee-152c-46c4-b988-8892f34a18b2}, !- Handle
- DOE Ref Pre-1980 - Office - Stair Lights, !- Name
- {ef8c4cc2-0930-4742-858e-3b896fcfb372}, !- Lights Definition Name
- {1f462e66-88be-4aca-869f-bc0a98e553d8}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {f41f64c0-c139-43f0-b3a9-df918b46a4a8}, !- Handle
- DOE Ref Pre-1980 - Office - Stair Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {35000b17-0136-464c-97d3-9370ac279982}, !- Handle
- DOE Ref Pre-1980 - Office - Stair Infiltration, !- Name
- {1f462e66-88be-4aca-869f-bc0a98e553d8}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ThermostatSetpoint:DualSetpoint,
- {7edb9087-96b1-43f1-9f5b-eb790e10807c}, !- Handle
- DOE Ref Pre-1980 - Office - Stair Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {a9a6110e-475c-4971-9a16-256239f40e1f}, !- Handle
- DOE Ref Pre-1980 - Office - Storage, !- Name
- , !- Default Construction Set Name
- {854c9c5d-8e42-4d39-be4b-dd289d9c8614}, !- Default Schedule Set Name
- {5819e2c7-103f-4049-8ba7-c51728decca4}, !- Group Rendering Name
- {21572d27-cb0d-4824-9373-9ae81b012845}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Storage; !- Standards Space Type
-
-OS:Rendering:Color,
- {5819e2c7-103f-4049-8ba7-c51728decca4}, !- Handle
- Rendering Color 88, !- Name
- 120, !- Rendering Red Value
- 149, !- Rendering Green Value
- 230; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {854c9c5d-8e42-4d39-be4b-dd289d9c8614}, !- Handle
- DOE Ref Pre-1980 - Office - Storage Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- , !- Number of People Schedule Name
- , !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- , !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {d37383f5-6702-49dd-b7bd-002db48708bc}, !- Handle
- DOE Ref Pre-1980 - Office - Storage Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 14.7172011515741, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {3b2c24c0-71de-4d74-96ae-e363fb11c348}, !- Handle
- DOE Ref Pre-1980 - Office - Storage Lights, !- Name
- {d37383f5-6702-49dd-b7bd-002db48708bc}, !- Lights Definition Name
- {a9a6110e-475c-4971-9a16-256239f40e1f}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {21572d27-cb0d-4824-9373-9ae81b012845}, !- Handle
- DOE Ref Pre-1980 - Office - Storage Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {01d1591d-5625-4410-910b-221e1a0b6a4b}, !- Handle
- DOE Ref Pre-1980 - Office - Storage Infiltration, !- Name
- {a9a6110e-475c-4971-9a16-256239f40e1f}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ThermostatSetpoint:DualSetpoint,
- {8009a4ec-04fa-489f-bc0b-672332730df9}, !- Handle
- DOE Ref Pre-1980 - Office - Storage Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {dbb5558b-b2d6-4df3-9244-8c15ae424af3}, !- Handle
- DOE Ref Pre-1980 - Office - Vending, !- Name
- , !- Default Construction Set Name
- {19a71fbc-319a-4589-8e30-f2d242337d07}, !- Default Schedule Set Name
- {ce10221d-cbe7-40af-b813-f8f0f15776c1}, !- Group Rendering Name
- {8199ba74-9ea0-4b83-8fb7-9c7081c8d391}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- Vending; !- Standards Space Type
-
-OS:Rendering:Color,
- {ce10221d-cbe7-40af-b813-f8f0f15776c1}, !- Handle
- Rendering Color 89, !- Name
- 230, !- Rendering Red Value
- 157, !- Rendering Green Value
- 120; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {19a71fbc-319a-4589-8e30-f2d242337d07}, !- Handle
- DOE Ref Pre-1980 - Office - Vending Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {09084f9d-b8ad-43ca-8ba2-4dff200a5e9e}, !- Number of People Schedule Name
- {2153631b-a2e5-4e62-8ade-3823a0d9aaa7}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {66df2a86-15dc-4534-abee-c5c2366a7af7}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {9f9a27ce-3e28-4ef3-b6af-33c7378b0e21}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {bb379bc0-1733-47fb-9f5b-b6690e3c8e23}, !- Handle
- DOE Ref Pre-1980 - Office - Vending Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 18.3965014394675, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {a4471696-44e3-4a04-949b-71854debbf72}, !- Handle
- DOE Ref Pre-1980 - Office - Vending Lights, !- Name
- {bb379bc0-1733-47fb-9f5b-b6690e3c8e23}, !- Lights Definition Name
- {dbb5558b-b2d6-4df3-9244-8c15ae424af3}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {8199ba74-9ea0-4b83-8fb7-9c7081c8d391}, !- Handle
- DOE Ref Pre-1980 - Office - Vending Ventilation, !- Name
- Sum, !- Outdoor Air Method
- , !- Outdoor Air Flow per Person {m3/s-person}
- 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {51419ce1-6f42-4523-9051-2157e109c6ad}, !- Handle
- DOE Ref Pre-1980 - Office - Vending People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0107639104167097, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {88e13508-dd64-477f-b4d6-2059705c2572}, !- Handle
- DOE Ref Pre-1980 - Office - Vending People, !- Name
- {51419ce1-6f42-4523-9051-2157e109c6ad}, !- People Definition Name
- {dbb5558b-b2d6-4df3-9244-8c15ae424af3}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {b4bbe828-485b-4ef4-b766-7384782e29cb}, !- Handle
- DOE Ref Pre-1980 - Office - Vending Infiltration, !- Name
- {dbb5558b-b2d6-4df3-9244-8c15ae424af3}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {ec952047-95da-4051-bb65-e4c6e74c809b}, !- Handle
- DOE Ref Pre-1980 - Office - Vending Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 41.4410551043324, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {2bcf2b2a-ba71-4655-807c-6153a5c8e35c}, !- Handle
- DOE Ref Pre-1980 - Office - Vending Electric Equipment, !- Name
- {ec952047-95da-4051-bb65-e4c6e74c809b}, !- Electric Equipment Definition Name
- {dbb5558b-b2d6-4df3-9244-8c15ae424af3}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {4f1bc635-fe06-42e2-8513-72185d19c5da}, !- Handle
- DOE Ref Pre-1980 - Office - Vending Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {1227063b-6992-4563-8e2c-90b95ff431e7}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Lg Office, !- Name
- , !- Default Construction Set Name
- {6f097321-2e7d-430c-8da8-b78c8ddab3eb}, !- Default Schedule Set Name
- {4d384bdc-4e1d-4fde-b3a3-5f58c5260e64}, !- Group Rendering Name
- {a62ef90a-f116-412c-994e-f3b2d82449c7}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- WholeBuilding - Lg Office; !- Standards Space Type
-
-OS:Rendering:Color,
- {4d384bdc-4e1d-4fde-b3a3-5f58c5260e64}, !- Handle
- Rendering Color 90, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {6f097321-2e7d-430c-8da8-b78c8ddab3eb}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Lg Office Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {0ce7bd46-4dcb-4c74-8335-03f2990a171b}, !- Number of People Schedule Name
- {1f463e70-4042-45ba-8ce9-011e0fe23dde}, !- People Activity Level Schedule Name
- {bdce9ddd-9607-421f-8827-438b47fb1af7}, !- Lighting Schedule Name
- {d3659ca4-ce60-4167-83f5-7dc1f153c5a9}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {440cff80-665b-427b-9ded-6802f1bc6101}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {3ec08a35-dfe4-4d22-bc83-36b793082933}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Lg Office Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 20.4514297917485, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {24255a94-0877-4096-b633-472b89a56851}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Lg Office Lights, !- Name
- {3ec08a35-dfe4-4d22-bc83-36b793082933}, !- Lights Definition Name
- {1227063b-6992-4563-8e2c-90b95ff431e7}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {a62ef90a-f116-412c-994e-f3b2d82449c7}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Lg Office Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {c33b02b1-1041-43d9-884e-31b1b74caefe}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Lg Office People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {d0e4fc4b-2401-4749-8392-222017acdb5a}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Lg Office People, !- Name
- {c33b02b1-1041-43d9-884e-31b1b74caefe}, !- People Definition Name
- {1227063b-6992-4563-8e2c-90b95ff431e7}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {86f990d1-ae00-423a-92c2-1d8e56ddf58d}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Lg Office Infiltration, !- Name
- {1227063b-6992-4563-8e2c-90b95ff431e7}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {cc4cfc75-c0e4-446f-b08a-6f299c0d1f63}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Lg Office Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 10.7639104167097, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {016060fe-6e49-4a57-8ff7-ac79772da091}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Lg Office Electric Equipment, !- Name
- {cc4cfc75-c0e4-446f-b08a-6f299c0d1f63}, !- Electric Equipment Definition Name
- {1227063b-6992-4563-8e2c-90b95ff431e7}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {c029186f-eac7-4848-8038-a74946c2ee05}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Lg Office Thermostat, !- Name
- {8a4e7aba-f033-4436-991b-30f19ba1e6c4}, !- Heating Setpoint Temperature Schedule Name
- {1bfb82be-ddb9-49cf-bfc1-de4e5b04e5cd}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {5dcbb0c7-e5ff-49ec-817f-024d4afaa572}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Md Office, !- Name
- , !- Default Construction Set Name
- {f72c134b-34ed-437c-af2e-b9d1b57bf7ad}, !- Default Schedule Set Name
- {d0202a76-6a34-4e99-97de-927565bbc7eb}, !- Group Rendering Name
- {f205909b-535e-48e8-b164-4fc01499459a}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- WholeBuilding - Md Office; !- Standards Space Type
-
-OS:Rendering:Color,
- {d0202a76-6a34-4e99-97de-927565bbc7eb}, !- Handle
- Rendering Color 91, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {f72c134b-34ed-437c-af2e-b9d1b57bf7ad}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Md Office Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96ab2452-6c76-4192-93d8-cc7134f04c11}, !- Number of People Schedule Name
- {2263574d-4d0c-4599-8cd7-566e4fcb8109}, !- People Activity Level Schedule Name
- {b34c8f87-142e-4f2c-96fe-e5cdac8910ad}, !- Lighting Schedule Name
- {5e010303-f1c1-4f6f-a120-51b7be1c5814}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {a23fa7a6-5670-4ebd-b17d-96c275861f8b}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {2ee904f9-95c5-467e-8b65-d1d4a808baaf}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Md Office Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 20.4514297917485, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {12b77be0-3357-493c-9517-507a8c84d47d}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Md Office Lights, !- Name
- {2ee904f9-95c5-467e-8b65-d1d4a808baaf}, !- Lights Definition Name
- {5dcbb0c7-e5ff-49ec-817f-024d4afaa572}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {f205909b-535e-48e8-b164-4fc01499459a}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Md Office Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {76c458f0-11be-42fa-b559-23a227868f82}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Md Office People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {b31c5ffc-2c4d-4cad-a2cc-46df8cc23582}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Md Office People, !- Name
- {76c458f0-11be-42fa-b559-23a227868f82}, !- People Definition Name
- {5dcbb0c7-e5ff-49ec-817f-024d4afaa572}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {c316fbbd-caed-4cc4-96d2-93d019fe034c}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Md Office Infiltration, !- Name
- {5dcbb0c7-e5ff-49ec-817f-024d4afaa572}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {fb2788dc-62d2-4594-b2ab-9e906a531b91}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Md Office Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 10.7639104167097, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {3976b71d-50d7-425e-b0e3-6cc2d7c14b1c}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Md Office Electric Equipment, !- Name
- {fb2788dc-62d2-4594-b2ab-9e906a531b91}, !- Electric Equipment Definition Name
- {5dcbb0c7-e5ff-49ec-817f-024d4afaa572}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {e9f83728-7494-4996-88cf-4cc020fa3775}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Md Office Thermostat, !- Name
- {7995ffd0-8009-49be-9099-72402aeefab3}, !- Heating Setpoint Temperature Schedule Name
- {877493ad-545d-4a12-942c-80be8d2d89cc}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:SpaceType,
- {2137a445-7c4e-4651-bd0e-2831e71b5756}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Sm Office, !- Name
- , !- Default Construction Set Name
- {62f3076f-2ae2-4d8b-865d-2de0b94a6ab7}, !- Default Schedule Set Name
- {8ef51192-277c-4cd0-acf2-d28f36a65c64}, !- Group Rendering Name
- {593a3282-7aa1-4af9-8f2b-dd8dea812b6b}, !- Design Specification Outdoor Air Object Name
- Office, !- Standards Building Type
- WholeBuilding - Sm Office; !- Standards Space Type
-
-OS:Rendering:Color,
- {8ef51192-277c-4cd0-acf2-d28f36a65c64}, !- Handle
- Rendering Color 92, !- Name
- 120, !- Rendering Red Value
- 230, !- Rendering Green Value
- 199; !- Rendering Blue Value
-
-OS:DefaultScheduleSet,
- {62f3076f-2ae2-4d8b-865d-2de0b94a6ab7}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Sm Office Schedule Set, !- Name
- , !- Hours of Operation Schedule Name
- {96cc579e-b4dd-40a8-8f88-de19dc9796c4}, !- Number of People Schedule Name
- {6f6963b7-a3b3-4139-a797-6f0b98976dbb}, !- People Activity Level Schedule Name
- {d47b290a-675d-4165-8179-00d1fcb3b4ad}, !- Lighting Schedule Name
- {660bf029-ac0f-4c25-b85e-e3fc481f1bc4}, !- Electric Equipment Schedule Name
- , !- Gas Equipment Schedule Name
- , !- Hot Water Equipment Schedule Name
- {753ea205-d5d0-4ad2-b03f-a9e315272a76}, !- Infiltration Schedule Name
- , !- Steam Equipment Schedule Name
- ; !- Other Equipment Schedule Name
-
-OS:Lights:Definition,
- {bf6331cf-d0bd-4e33-9121-b10a1a692d5d}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Sm Office Lights Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Lighting Level {W}
- 20.4514297917485, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:Lights,
- {6d029cb0-0d98-46d4-ba94-7cabe9a4b9e9}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Sm Office Lights, !- Name
- {bf6331cf-d0bd-4e33-9121-b10a1a692d5d}, !- Lights Definition Name
- {2137a445-7c4e-4651-bd0e-2831e71b5756}; !- Space or SpaceType Name
-
-OS:DesignSpecification:OutdoorAir,
- {593a3282-7aa1-4af9-8f2b-dd8dea812b6b}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Sm Office Ventilation, !- Name
- Sum, !- Outdoor Air Method
- 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
- , !- Outdoor Air Flow per Floor Area {m3/s-m2}
- , !- Outdoor Air Flow Rate {m3/s}
- , !- Outdoor Air Flow Air Changes per Hour {1/hr}
- ; !- Outdoor Air Flow Rate Fraction Schedule Name
-
-OS:People:Definition,
- {cc9ac097-4f01-41e8-91e6-f90ce2f99ae9}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Sm Office People Definition, !- Name
- People/Area, !- Number of People Calculation Method
- , !- Number of People {people}
- 0.0538195520835486, !- People per Space Floor Area {person/m2}
- , !- Space Floor Area per Person {m2/person}
- 0.3; !- Fraction Radiant
-
-OS:People,
- {c580389a-8de3-427e-828a-0b6f69814a04}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Sm Office People, !- Name
- {cc9ac097-4f01-41e8-91e6-f90ce2f99ae9}, !- People Definition Name
- {2137a445-7c4e-4651-bd0e-2831e71b5756}; !- Space or SpaceType Name
-
-OS:SpaceInfiltration:DesignFlowRate,
- {1a68a74a-bd86-4067-a8b7-6f490b830a59}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Sm Office Infiltration, !- Name
- {2137a445-7c4e-4651-bd0e-2831e71b5756}, !- Space or SpaceType Name
- , !- Schedule Name
- Flow/ExteriorArea, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
- , !- Flow per Space Floor Area {m3/s-m2}
- 0.001133856, !- Flow per Exterior Surface Area {m3/s-m2}
- , !- Air Changes per Hour {1/hr}
- , !- Constant Term Coefficient
- , !- Temperature Term Coefficient
- , !- Velocity Term Coefficient
- ; !- Velocity Squared Term Coefficient
-
-OS:ElectricEquipment:Definition,
- {4a131afb-a570-48b8-a566-4ecee69fa856}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Sm Office Electric Equipment Definition, !- Name
- Watts/Area, !- Design Level Calculation Method
- , !- Design Level {W}
- 10.7639104167097, !- Watts per Space Floor Area {W/m2}
- ; !- Watts per Person {W/person}
-
-OS:ElectricEquipment,
- {59a64b4d-e1d2-484e-b9a3-2ffc85e4961f}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Sm Office Electric Equipment, !- Name
- {4a131afb-a570-48b8-a566-4ecee69fa856}, !- Electric Equipment Definition Name
- {2137a445-7c4e-4651-bd0e-2831e71b5756}; !- Space or SpaceType Name
-
-OS:ThermostatSetpoint:DualSetpoint,
- {c35f1943-1f03-477d-8fc7-f74144f73af8}, !- Handle
- DOE Ref Pre-1980 - Office - WholeBuilding - Sm Office Thermostat, !- Name
- {cbca8ea7-52a9-4098-a228-df07fedd9843}, !- Heating Setpoint Temperature Schedule Name
- {fdd0f8c0-36a6-4d94-b739-15c37716811f}; !- Cooling Setpoint Temperature Schedule Name
-
-OS:DefaultConstructionSet,
- {75961e92-88f2-4116-b7e4-4099afac9ff8}, !- Handle
- 189.1-2009 - CZ1 - Office, !- Name
- {edfbc977-d060-47aa-a71d-0b0b62153093}, !- Default Exterior Surface Constructions Name
- {a60406f5-e47e-4310-9324-54f1b6bad23c}, !- Default Interior Surface Constructions Name
- {bd1cf9ec-a746-46ad-b027-eb8fc822aeb3}, !- Default Ground Contact Surface Constructions Name
- {8d9b4735-256e-4351-a53a-d72c90b51f4a}, !- Default Exterior SubSurface Constructions Name
- {171da06d-6a10-422c-8f5a-938a996ebe0b}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {edfbc977-d060-47aa-a71d-0b0b62153093}, !- Handle
- Default Surface Constructions 1, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {c6333a9a-c721-41c2-8793-782dadab20a6}, !- Wall Construction Name
- {40a0ea9a-88e9-42c7-8e0e-11603f474906}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {a60406f5-e47e-4310-9324-54f1b6bad23c}, !- Handle
- Default Surface Constructions 2, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {bd1cf9ec-a746-46ad-b027-eb8fc822aeb3}, !- Handle
- Default Surface Constructions 3, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {8d9b4735-256e-4351-a53a-d72c90b51f4a}, !- Handle
- Default Sub Surface Constructions 1, !- Name
- {56c821f9-3e0f-4f1e-bec3-51227ea4f9a1}, !- Fixed Window Construction Name
- {56c821f9-3e0f-4f1e-bec3-51227ea4f9a1}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {171da06d-6a10-422c-8f5a-938a996ebe0b}, !- Handle
- Default Sub Surface Constructions 2, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {c82e0f52-11c2-48ce-a9fa-f0e4d9264862}, !- Handle
- 189.1-2009 - CZ2 - Office, !- Name
- {4d4e3d48-a0be-48c3-b2a5-67d4f26dc7d1}, !- Default Exterior Surface Constructions Name
- {c1419354-6ed2-4ca3-b04a-cc529a73d96b}, !- Default Interior Surface Constructions Name
- {b42f40eb-f7ee-4c71-99a0-19b9b9b036de}, !- Default Ground Contact Surface Constructions Name
- {4965690d-6c8f-4816-86ee-7366da94ea8c}, !- Default Exterior SubSurface Constructions Name
- {814e6fce-c0a1-4a07-8aff-88ce7d3db293}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {4d4e3d48-a0be-48c3-b2a5-67d4f26dc7d1}, !- Handle
- Default Surface Constructions 4, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {ab8e0d11-5a82-40c7-b921-9499d89f2502}, !- Wall Construction Name
- {fdb89cd2-2e75-40f0-b3a0-4e0cbd990b88}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {c1419354-6ed2-4ca3-b04a-cc529a73d96b}, !- Handle
- Default Surface Constructions 5, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {b42f40eb-f7ee-4c71-99a0-19b9b9b036de}, !- Handle
- Default Surface Constructions 6, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {4965690d-6c8f-4816-86ee-7366da94ea8c}, !- Handle
- Default Sub Surface Constructions 3, !- Name
- {cedbe616-71dd-4e1f-ab76-817ed5689b11}, !- Fixed Window Construction Name
- {cedbe616-71dd-4e1f-ab76-817ed5689b11}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {814e6fce-c0a1-4a07-8aff-88ce7d3db293}, !- Handle
- Default Sub Surface Constructions 4, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {5956754f-99bc-4f9f-b906-409a9d006fde}, !- Handle
- 189.1-2009 - CZ3 - Office, !- Name
- {f930b6cd-3f3e-4e66-9133-8b862203c31d}, !- Default Exterior Surface Constructions Name
- {ed3f4191-1688-47aa-b06d-6dee0fe025a0}, !- Default Interior Surface Constructions Name
- {94534971-eda7-47a9-9965-7f65691e1db7}, !- Default Ground Contact Surface Constructions Name
- {ed2bb918-6716-4259-a86a-48282efd27e1}, !- Default Exterior SubSurface Constructions Name
- {158fa7e3-7118-4f45-a4cf-3dbe9a694c14}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {f930b6cd-3f3e-4e66-9133-8b862203c31d}, !- Handle
- Default Surface Constructions 7, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {4de59e95-8c3c-4194-ae19-7b14aaac8c03}, !- Wall Construction Name
- {fdb89cd2-2e75-40f0-b3a0-4e0cbd990b88}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {ed3f4191-1688-47aa-b06d-6dee0fe025a0}, !- Handle
- Default Surface Constructions 8, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {94534971-eda7-47a9-9965-7f65691e1db7}, !- Handle
- Default Surface Constructions 9, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {ed2bb918-6716-4259-a86a-48282efd27e1}, !- Handle
- Default Sub Surface Constructions 5, !- Name
- {6fd61ed3-01e1-4804-9f9f-3dbda73b5c41}, !- Fixed Window Construction Name
- {6fd61ed3-01e1-4804-9f9f-3dbda73b5c41}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {158fa7e3-7118-4f45-a4cf-3dbe9a694c14}, !- Handle
- Default Sub Surface Constructions 6, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {decbe51e-d4b4-4121-beaf-ba3c6a062999}, !- Handle
- 189.1-2009 - CZ4 - Office, !- Name
- {f64ea5ba-ad43-4228-9b7a-9b92e44dfdb5}, !- Default Exterior Surface Constructions Name
- {e1fa5f76-e2f2-463b-842a-c4b2f9a22c1e}, !- Default Interior Surface Constructions Name
- {e51d3b43-ca31-46f0-ba89-598661bd32bb}, !- Default Ground Contact Surface Constructions Name
- {6d5101c0-a204-4f43-bc63-8a4d0aaf3269}, !- Default Exterior SubSurface Constructions Name
- {ad10e5d7-b919-4aba-9f77-077acb65f25a}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {f64ea5ba-ad43-4228-9b7a-9b92e44dfdb5}, !- Handle
- Default Surface Constructions 10, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {9e32f411-df47-45ac-ae73-13d1c34d049b}, !- Wall Construction Name
- {fdb89cd2-2e75-40f0-b3a0-4e0cbd990b88}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {e1fa5f76-e2f2-463b-842a-c4b2f9a22c1e}, !- Handle
- Default Surface Constructions 11, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {e51d3b43-ca31-46f0-ba89-598661bd32bb}, !- Handle
- Default Surface Constructions 12, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {6d5101c0-a204-4f43-bc63-8a4d0aaf3269}, !- Handle
- Default Sub Surface Constructions 7, !- Name
- {3cbfa831-4406-444d-8f9f-0fda68304e5e}, !- Fixed Window Construction Name
- {3cbfa831-4406-444d-8f9f-0fda68304e5e}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {ad10e5d7-b919-4aba-9f77-077acb65f25a}, !- Handle
- Default Sub Surface Constructions 8, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {ebbc0730-92c8-4edd-8d6d-6fd82c130474}, !- Handle
- 189.1-2009 - CZ5 - Office, !- Name
- {fb1bd7d0-7912-4592-9674-376b28400494}, !- Default Exterior Surface Constructions Name
- {75a3ea31-e777-400a-a0ff-b3d9b5132cc8}, !- Default Interior Surface Constructions Name
- {6e0e885e-de50-429a-a83a-2c5a1ca06706}, !- Default Ground Contact Surface Constructions Name
- {3b23ad1e-a7d3-44bc-afe3-e5ade9a6e791}, !- Default Exterior SubSurface Constructions Name
- {50ecf333-b3e3-4bce-94ca-7e7301c099f7}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {fb1bd7d0-7912-4592-9674-376b28400494}, !- Handle
- Default Surface Constructions 13, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {cab66df5-2916-4034-b342-b6d88280cf29}, !- Wall Construction Name
- {fdb89cd2-2e75-40f0-b3a0-4e0cbd990b88}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {75a3ea31-e777-400a-a0ff-b3d9b5132cc8}, !- Handle
- Default Surface Constructions 14, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {6e0e885e-de50-429a-a83a-2c5a1ca06706}, !- Handle
- Default Surface Constructions 15, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {3b23ad1e-a7d3-44bc-afe3-e5ade9a6e791}, !- Handle
- Default Sub Surface Constructions 9, !- Name
- {3cbfa831-4406-444d-8f9f-0fda68304e5e}, !- Fixed Window Construction Name
- {3cbfa831-4406-444d-8f9f-0fda68304e5e}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {50ecf333-b3e3-4bce-94ca-7e7301c099f7}, !- Handle
- Default Sub Surface Constructions 10, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {61ce43b8-5304-4c87-a864-bc4eaca1dc9f}, !- Handle
- 189.1-2009 - CZ6 - Office, !- Name
- {c3120126-ee6e-4034-b079-787bd2e02e07}, !- Default Exterior Surface Constructions Name
- {1e95f74c-b3c1-4bf8-a650-54b82a7bca89}, !- Default Interior Surface Constructions Name
- {f00eb91d-bb87-4e7f-875d-edfaabb2ac18}, !- Default Ground Contact Surface Constructions Name
- {61b9bc1b-55d7-41f7-98fe-12bb59194c49}, !- Default Exterior SubSurface Constructions Name
- {6b70dcf8-8f08-4cd4-a009-2c3fffe6cbc8}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {c3120126-ee6e-4034-b079-787bd2e02e07}, !- Handle
- Default Surface Constructions 16, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {5cecfa47-c43d-42e4-b25e-42a7c3aeda51}, !- Wall Construction Name
- {edb12e36-7b52-460d-9b4c-cc1f40aa4a91}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {1e95f74c-b3c1-4bf8-a650-54b82a7bca89}, !- Handle
- Default Surface Constructions 17, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {f00eb91d-bb87-4e7f-875d-edfaabb2ac18}, !- Handle
- Default Surface Constructions 18, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {61b9bc1b-55d7-41f7-98fe-12bb59194c49}, !- Handle
- Default Sub Surface Constructions 11, !- Name
- {2b0ae29e-17fd-45ce-b1a8-110a77eb7d5b}, !- Fixed Window Construction Name
- {2b0ae29e-17fd-45ce-b1a8-110a77eb7d5b}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {6b70dcf8-8f08-4cd4-a009-2c3fffe6cbc8}, !- Handle
- Default Sub Surface Constructions 12, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {e9427c10-a3fe-4de3-af39-60f8c991b5c7}, !- Handle
- 189.1-2009 - CZ7-8 - Office, !- Name
- {f394508a-59c8-4d8f-bd9b-5ce4c58fdcee}, !- Default Exterior Surface Constructions Name
- {91f42696-5b49-474e-93ba-d5b4cb39f148}, !- Default Interior Surface Constructions Name
- {06ac80a8-245c-4cf9-bed1-8480beff69da}, !- Default Ground Contact Surface Constructions Name
- {04292efa-6327-43a4-906b-75bd3081bab4}, !- Default Exterior SubSurface Constructions Name
- {7e72adf2-f396-4221-b828-fc8b0f2ba6ce}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {f394508a-59c8-4d8f-bd9b-5ce4c58fdcee}, !- Handle
- Default Surface Constructions 19, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {1329af10-b825-468b-be25-abfd05d14bca}, !- Wall Construction Name
- {87d04872-6630-4f83-a2c3-2b202db554dd}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {91f42696-5b49-474e-93ba-d5b4cb39f148}, !- Handle
- Default Surface Constructions 20, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {06ac80a8-245c-4cf9-bed1-8480beff69da}, !- Handle
- Default Surface Constructions 21, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {04292efa-6327-43a4-906b-75bd3081bab4}, !- Handle
- Default Sub Surface Constructions 13, !- Name
- {6915ecd8-575e-479e-ad84-cf28a9eea9ba}, !- Fixed Window Construction Name
- {6915ecd8-575e-479e-ad84-cf28a9eea9ba}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {7e72adf2-f396-4221-b828-fc8b0f2ba6ce}, !- Handle
- Default Sub Surface Constructions 14, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {d4b11570-2376-440a-a523-43334ef12d53}, !- Handle
- DOE Ref 1980-2004 - CZ1 - Office, !- Name
- {558e90e6-daa5-480d-8066-5a3d9ffd21a7}, !- Default Exterior Surface Constructions Name
- {770b689c-0df1-4015-a940-8ed4df93d6ca}, !- Default Interior Surface Constructions Name
- {bf9bb829-e373-4152-961b-a0f0bc717d14}, !- Default Ground Contact Surface Constructions Name
- {0e0a3df7-8157-41a4-8e23-16796a6ead04}, !- Default Exterior SubSurface Constructions Name
- {5feb534f-7ac7-4099-ac10-507380f55232}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {558e90e6-daa5-480d-8066-5a3d9ffd21a7}, !- Handle
- Default Surface Constructions 22, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {1355291f-436b-4266-bc7b-5ef24925c1fc}, !- Wall Construction Name
- {17e7318d-9700-469e-a721-1dd01bf50f58}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {770b689c-0df1-4015-a940-8ed4df93d6ca}, !- Handle
- Default Surface Constructions 23, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {bf9bb829-e373-4152-961b-a0f0bc717d14}, !- Handle
- Default Surface Constructions 24, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {0e0a3df7-8157-41a4-8e23-16796a6ead04}, !- Handle
- Default Sub Surface Constructions 15, !- Name
- {928f638a-0c0b-4931-b7bd-04a09a6b7c09}, !- Fixed Window Construction Name
- {928f638a-0c0b-4931-b7bd-04a09a6b7c09}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {5feb534f-7ac7-4099-ac10-507380f55232}, !- Handle
- Default Sub Surface Constructions 16, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {4094925d-8e1e-460f-bf55-e3fc0846bd0b}, !- Handle
- DOE Ref 1980-2004 - CZ1 - Attic, !- Name
- {b812f41d-2469-4539-bd9a-1ef48613f6bd}, !- Default Exterior Surface Constructions Name
- {369c41a4-3ef6-4bac-8c7e-9696d4b336ca}, !- Default Interior Surface Constructions Name
- {6da15bb5-f469-4433-abd4-f0f34bc47ee1}, !- Default Ground Contact Surface Constructions Name
- {b4900854-c558-4eea-96ad-b1f1141a5be8}, !- Default Exterior SubSurface Constructions Name
- {49145029-22ff-4efa-b0e7-ac117878caff}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {b812f41d-2469-4539-bd9a-1ef48613f6bd}, !- Handle
- Default Surface Constructions 25, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {369c41a4-3ef6-4bac-8c7e-9696d4b336ca}, !- Handle
- Default Surface Constructions 26, !- Name
- {68ca41ed-bf46-44b8-9a25-ee86c697c6f1}, !- Floor Construction Name
- {68ca41ed-bf46-44b8-9a25-ee86c697c6f1}, !- Wall Construction Name
- {68ca41ed-bf46-44b8-9a25-ee86c697c6f1}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {6da15bb5-f469-4433-abd4-f0f34bc47ee1}, !- Handle
- Default Surface Constructions 27, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {b4900854-c558-4eea-96ad-b1f1141a5be8}, !- Handle
- Default Sub Surface Constructions 17, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {49145029-22ff-4efa-b0e7-ac117878caff}, !- Handle
- Default Sub Surface Constructions 18, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {360f266b-66f4-4717-b10f-fd1cba0d0e7f}, !- Handle
- DOE Ref 1980-2004 - CZ2a - Office, !- Name
- {ae8a0a3f-cfd7-47d5-ad49-ef463c3d67aa}, !- Default Exterior Surface Constructions Name
- {bac9903c-fabe-4191-ae9f-9fb6da28f1cb}, !- Default Interior Surface Constructions Name
- {7bdb199b-9043-4004-8bbe-29e0e36a3abf}, !- Default Ground Contact Surface Constructions Name
- {0ecbccf6-7e70-4100-946d-aad84e9c6243}, !- Default Exterior SubSurface Constructions Name
- {cc6ca7b1-7f25-4704-bdb9-5edebd839dbc}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {ae8a0a3f-cfd7-47d5-ad49-ef463c3d67aa}, !- Handle
- Default Surface Constructions 28, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6ae0cbc4-2322-43de-951f-308413cd9a61}, !- Wall Construction Name
- {8ef07f15-85c3-4fbe-ba4d-a013169be39b}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {bac9903c-fabe-4191-ae9f-9fb6da28f1cb}, !- Handle
- Default Surface Constructions 29, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {7bdb199b-9043-4004-8bbe-29e0e36a3abf}, !- Handle
- Default Surface Constructions 30, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {0ecbccf6-7e70-4100-946d-aad84e9c6243}, !- Handle
- Default Sub Surface Constructions 19, !- Name
- {928f638a-0c0b-4931-b7bd-04a09a6b7c09}, !- Fixed Window Construction Name
- {928f638a-0c0b-4931-b7bd-04a09a6b7c09}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {cc6ca7b1-7f25-4704-bdb9-5edebd839dbc}, !- Handle
- Default Sub Surface Constructions 20, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {01d77a89-4b65-4846-adc0-a3e29ed57081}, !- Handle
- DOE Ref 1980-2004 - CZ2a - Attic, !- Name
- {f796e14d-30b8-4a39-83f8-838067cc0b56}, !- Default Exterior Surface Constructions Name
- {89f26275-e30b-4453-b8bf-75468d272a2f}, !- Default Interior Surface Constructions Name
- {7177a4b7-2f8e-4672-9143-49fb871691aa}, !- Default Ground Contact Surface Constructions Name
- {3517a270-0d24-440f-ba9c-6d97814d163c}, !- Default Exterior SubSurface Constructions Name
- {fca01923-0e54-4174-b5d3-4c1eed57715c}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {f796e14d-30b8-4a39-83f8-838067cc0b56}, !- Handle
- Default Surface Constructions 31, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {89f26275-e30b-4453-b8bf-75468d272a2f}, !- Handle
- Default Surface Constructions 32, !- Name
- {e033e87f-9e1a-4d87-a32c-1a708bfae131}, !- Floor Construction Name
- {e033e87f-9e1a-4d87-a32c-1a708bfae131}, !- Wall Construction Name
- {e033e87f-9e1a-4d87-a32c-1a708bfae131}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {7177a4b7-2f8e-4672-9143-49fb871691aa}, !- Handle
- Default Surface Constructions 33, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {3517a270-0d24-440f-ba9c-6d97814d163c}, !- Handle
- Default Sub Surface Constructions 21, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {fca01923-0e54-4174-b5d3-4c1eed57715c}, !- Handle
- Default Sub Surface Constructions 22, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {99b9ce53-824d-4413-a8e0-0a67a4780d50}, !- Handle
- DOE Ref 1980-2004 - CZ2b - Office, !- Name
- {052d07c2-6ec1-4041-82ba-cc2c42da2eea}, !- Default Exterior Surface Constructions Name
- {0d15d830-c2aa-4b25-a30a-7edd5f2dccb4}, !- Default Interior Surface Constructions Name
- {9b9d0b2f-f13a-47fa-96b5-ae74de19167e}, !- Default Ground Contact Surface Constructions Name
- {ec06451d-1892-4269-bf16-54e048da5b25}, !- Default Exterior SubSurface Constructions Name
- {4c6fa2cc-4641-4546-bc82-2ea051afedea}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {052d07c2-6ec1-4041-82ba-cc2c42da2eea}, !- Handle
- Default Surface Constructions 34, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {ee21c06e-b0ce-474a-95a9-b1734d148ff7}, !- Wall Construction Name
- {5be49245-bb87-4b96-bf8d-f55188d3b426}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {0d15d830-c2aa-4b25-a30a-7edd5f2dccb4}, !- Handle
- Default Surface Constructions 35, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {9b9d0b2f-f13a-47fa-96b5-ae74de19167e}, !- Handle
- Default Surface Constructions 36, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {ec06451d-1892-4269-bf16-54e048da5b25}, !- Handle
- Default Sub Surface Constructions 23, !- Name
- {928f638a-0c0b-4931-b7bd-04a09a6b7c09}, !- Fixed Window Construction Name
- {928f638a-0c0b-4931-b7bd-04a09a6b7c09}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {4c6fa2cc-4641-4546-bc82-2ea051afedea}, !- Handle
- Default Sub Surface Constructions 24, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {6e0863f8-7be9-46bc-9f6e-55f4b0b963dc}, !- Handle
- DOE Ref 1980-2004 - CZ2b - Attic, !- Name
- {458e78c8-03f3-4e85-823a-cdf93e15f593}, !- Default Exterior Surface Constructions Name
- {4cd7f260-27bb-4ae4-a17d-a2a00f2c10c4}, !- Default Interior Surface Constructions Name
- {6a324b8f-e04c-4ba0-aee5-cf15ddb83b3c}, !- Default Ground Contact Surface Constructions Name
- {acbf36af-cf44-4a10-bd83-2926c8244f86}, !- Default Exterior SubSurface Constructions Name
- {0e5f3b6f-50c6-4faa-a2d7-7ce0e80f527f}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {458e78c8-03f3-4e85-823a-cdf93e15f593}, !- Handle
- Default Surface Constructions 37, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {4cd7f260-27bb-4ae4-a17d-a2a00f2c10c4}, !- Handle
- Default Surface Constructions 38, !- Name
- {ce598798-6771-4f90-bcf6-521f3310ce95}, !- Floor Construction Name
- {ce598798-6771-4f90-bcf6-521f3310ce95}, !- Wall Construction Name
- {ce598798-6771-4f90-bcf6-521f3310ce95}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {6a324b8f-e04c-4ba0-aee5-cf15ddb83b3c}, !- Handle
- Default Surface Constructions 39, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {acbf36af-cf44-4a10-bd83-2926c8244f86}, !- Handle
- Default Sub Surface Constructions 25, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {0e5f3b6f-50c6-4faa-a2d7-7ce0e80f527f}, !- Handle
- Default Sub Surface Constructions 26, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {db51a5ce-0114-4e55-99b1-e4e602c1915e}, !- Handle
- DOE Ref 1980-2004 - CZ3a - Office, !- Name
- {24274d64-fb10-4f30-9b15-5457ae95d17d}, !- Default Exterior Surface Constructions Name
- {057af6eb-58fe-491a-8932-b166d645a7ef}, !- Default Interior Surface Constructions Name
- {f98bc693-479b-426f-bdf2-d85133336b84}, !- Default Ground Contact Surface Constructions Name
- {3ea4363b-1b27-43d2-9415-955a0770d935}, !- Default Exterior SubSurface Constructions Name
- {390b1d4b-a9ba-49ff-8b7b-40095fa7da2c}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {24274d64-fb10-4f30-9b15-5457ae95d17d}, !- Handle
- Default Surface Constructions 40, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {806d6c44-40f6-4f6a-8e3e-759ac1759344}, !- Wall Construction Name
- {3ec11078-d147-4f6e-b504-7ccc77430d31}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {057af6eb-58fe-491a-8932-b166d645a7ef}, !- Handle
- Default Surface Constructions 41, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {f98bc693-479b-426f-bdf2-d85133336b84}, !- Handle
- Default Surface Constructions 42, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {3ea4363b-1b27-43d2-9415-955a0770d935}, !- Handle
- Default Sub Surface Constructions 27, !- Name
- {fe188c50-e026-4392-90da-492cc0aa1f61}, !- Fixed Window Construction Name
- {fe188c50-e026-4392-90da-492cc0aa1f61}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {390b1d4b-a9ba-49ff-8b7b-40095fa7da2c}, !- Handle
- Default Sub Surface Constructions 28, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {ecec2d47-ed02-4d35-b125-6bcb1b88413f}, !- Handle
- DOE Ref 1980-2004 - CZ3a - Attic, !- Name
- {7d75b54a-61e8-4381-8b00-cd85275a34fe}, !- Default Exterior Surface Constructions Name
- {5b98300f-fb9f-4ebb-abf1-9ca86a4822a7}, !- Default Interior Surface Constructions Name
- {7e6397bd-da75-4603-9170-52201f0975ee}, !- Default Ground Contact Surface Constructions Name
- {084ddc53-e52e-44ee-a540-7027eafec708}, !- Default Exterior SubSurface Constructions Name
- {af0fad48-c009-4e01-a4e8-f9dcdaebe42e}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {7d75b54a-61e8-4381-8b00-cd85275a34fe}, !- Handle
- Default Surface Constructions 43, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {5b98300f-fb9f-4ebb-abf1-9ca86a4822a7}, !- Handle
- Default Surface Constructions 44, !- Name
- {b14334e4-b981-4323-937b-271d3800968a}, !- Floor Construction Name
- {b14334e4-b981-4323-937b-271d3800968a}, !- Wall Construction Name
- {b14334e4-b981-4323-937b-271d3800968a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {7e6397bd-da75-4603-9170-52201f0975ee}, !- Handle
- Default Surface Constructions 45, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {084ddc53-e52e-44ee-a540-7027eafec708}, !- Handle
- Default Sub Surface Constructions 29, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {af0fad48-c009-4e01-a4e8-f9dcdaebe42e}, !- Handle
- Default Sub Surface Constructions 30, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {e7794f8a-0c90-4132-a78b-03e951132062}, !- Handle
- DOE Ref 1980-2004 - CZ3b - Office, !- Name
- {e5baae5e-be38-40ea-ada2-3fdd4723217c}, !- Default Exterior Surface Constructions Name
- {2438026e-bfe0-4412-8fec-9cee62ec3f88}, !- Default Interior Surface Constructions Name
- {736efd65-2b78-4ebb-9f8a-d38eb611e006}, !- Default Ground Contact Surface Constructions Name
- {03302c4c-c689-4a8a-8793-59501dcd8d54}, !- Default Exterior SubSurface Constructions Name
- {0382b3ff-1ddb-402a-8af5-4e04aff4836b}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {e5baae5e-be38-40ea-ada2-3fdd4723217c}, !- Handle
- Default Surface Constructions 46, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {e805714e-3281-4f03-bfdb-349b1edf5732}, !- Wall Construction Name
- {da9a7f6d-02d8-4648-bb30-ea148879c33c}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {2438026e-bfe0-4412-8fec-9cee62ec3f88}, !- Handle
- Default Surface Constructions 47, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {736efd65-2b78-4ebb-9f8a-d38eb611e006}, !- Handle
- Default Surface Constructions 48, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {03302c4c-c689-4a8a-8793-59501dcd8d54}, !- Handle
- Default Sub Surface Constructions 31, !- Name
- {fa7311c3-b0e3-4e8a-bc91-62ce4173a65f}, !- Fixed Window Construction Name
- {fa7311c3-b0e3-4e8a-bc91-62ce4173a65f}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {0382b3ff-1ddb-402a-8af5-4e04aff4836b}, !- Handle
- Default Sub Surface Constructions 32, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {996be58d-3a34-4f64-9b8c-b8b083f51b19}, !- Handle
- DOE Ref 1980-2004 - CZ3b - Attic, !- Name
- {0fbdbbed-425f-4d6d-a98a-b5f37052d01d}, !- Default Exterior Surface Constructions Name
- {54e1429c-b574-4c37-8dda-79ec4b56879a}, !- Default Interior Surface Constructions Name
- {fcd0f6e4-70cc-413b-9d5e-471a9786129a}, !- Default Ground Contact Surface Constructions Name
- {ac22ebff-25cb-4805-8a19-f1254caecffc}, !- Default Exterior SubSurface Constructions Name
- {623fb79a-596d-48f2-8bad-b206745dffdd}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {0fbdbbed-425f-4d6d-a98a-b5f37052d01d}, !- Handle
- Default Surface Constructions 49, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {54e1429c-b574-4c37-8dda-79ec4b56879a}, !- Handle
- Default Surface Constructions 50, !- Name
- {5fbaa21b-016f-4525-9fb5-5995988a0e6f}, !- Floor Construction Name
- {5fbaa21b-016f-4525-9fb5-5995988a0e6f}, !- Wall Construction Name
- {5fbaa21b-016f-4525-9fb5-5995988a0e6f}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {fcd0f6e4-70cc-413b-9d5e-471a9786129a}, !- Handle
- Default Surface Constructions 51, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {ac22ebff-25cb-4805-8a19-f1254caecffc}, !- Handle
- Default Sub Surface Constructions 33, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {623fb79a-596d-48f2-8bad-b206745dffdd}, !- Handle
- Default Sub Surface Constructions 34, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {c196c325-1f59-4045-99b0-317d55ffdbb8}, !- Handle
- DOE Ref 1980-2004 - CZ3c - Office, !- Name
- {2f47952c-1f58-4f7a-a766-1a91d7db0442}, !- Default Exterior Surface Constructions Name
- {0b1587f9-ddda-4426-bf42-84197f219308}, !- Default Interior Surface Constructions Name
- {c6af5ac2-7791-4d58-a3ef-12d65a1f6286}, !- Default Ground Contact Surface Constructions Name
- {82af1571-a8ee-4331-b4d7-8ef26f2c8fa9}, !- Default Exterior SubSurface Constructions Name
- {114a913c-9394-4d10-9dca-3b070e2576b6}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {2f47952c-1f58-4f7a-a766-1a91d7db0442}, !- Handle
- Default Surface Constructions 52, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {32f5a921-aab3-4122-bae6-573714c89800}, !- Wall Construction Name
- {72003aeb-8e8e-4f15-9620-6aa777f68621}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {0b1587f9-ddda-4426-bf42-84197f219308}, !- Handle
- Default Surface Constructions 53, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {c6af5ac2-7791-4d58-a3ef-12d65a1f6286}, !- Handle
- Default Surface Constructions 54, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {82af1571-a8ee-4331-b4d7-8ef26f2c8fa9}, !- Handle
- Default Sub Surface Constructions 35, !- Name
- {a94f08e9-d489-4241-af8a-7e20aa240ecc}, !- Fixed Window Construction Name
- {a94f08e9-d489-4241-af8a-7e20aa240ecc}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {114a913c-9394-4d10-9dca-3b070e2576b6}, !- Handle
- Default Sub Surface Constructions 36, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {13fbb9fb-77fa-4979-89a3-56e43427a0d4}, !- Handle
- DOE Ref 1980-2004 - CZ4a - Office, !- Name
- {abced615-42f4-405e-a9ca-5aed2f58b682}, !- Default Exterior Surface Constructions Name
- {95b0d5eb-0c0e-442a-9d89-d08ca0c714e9}, !- Default Interior Surface Constructions Name
- {b08a4f49-8b26-4044-8129-5df9c30a758d}, !- Default Ground Contact Surface Constructions Name
- {909ce367-cfff-408c-8ac1-81484e28170a}, !- Default Exterior SubSurface Constructions Name
- {0288d6e4-f9d7-44ff-b747-89cc67a5eb19}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {abced615-42f4-405e-a9ca-5aed2f58b682}, !- Handle
- Default Surface Constructions 55, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {b5eecdce-892f-41b2-8d47-dbe81823b368}, !- Wall Construction Name
- {418ce316-a749-453a-b2c7-5d67c917175b}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {95b0d5eb-0c0e-442a-9d89-d08ca0c714e9}, !- Handle
- Default Surface Constructions 56, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {b08a4f49-8b26-4044-8129-5df9c30a758d}, !- Handle
- Default Surface Constructions 57, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {909ce367-cfff-408c-8ac1-81484e28170a}, !- Handle
- Default Sub Surface Constructions 37, !- Name
- {26ef6ec9-1d5c-4ba8-8066-f51ce6987e88}, !- Fixed Window Construction Name
- {26ef6ec9-1d5c-4ba8-8066-f51ce6987e88}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {0288d6e4-f9d7-44ff-b747-89cc67a5eb19}, !- Handle
- Default Sub Surface Constructions 38, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {1719d517-fdbc-49ce-9d92-bc11adef7ce6}, !- Handle
- DOE Ref 1980-2004 - CZ4a - Attic, !- Name
- {fdc4f060-66f1-460f-99f6-236c7918b68c}, !- Default Exterior Surface Constructions Name
- {118ec3f3-d142-4ba1-b869-38710d4735a1}, !- Default Interior Surface Constructions Name
- {b798cb3f-f0f6-4c33-8af3-b08b51f6df62}, !- Default Ground Contact Surface Constructions Name
- {a6f458ce-3742-4d8f-bc05-ffd4d29ec7c5}, !- Default Exterior SubSurface Constructions Name
- {585a0eaf-7206-4de3-9e35-b216732d09e0}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {fdc4f060-66f1-460f-99f6-236c7918b68c}, !- Handle
- Default Surface Constructions 58, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {118ec3f3-d142-4ba1-b869-38710d4735a1}, !- Handle
- Default Surface Constructions 59, !- Name
- {28e96400-64a3-4ea5-9505-6cca47125ca0}, !- Floor Construction Name
- {28e96400-64a3-4ea5-9505-6cca47125ca0}, !- Wall Construction Name
- {28e96400-64a3-4ea5-9505-6cca47125ca0}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {b798cb3f-f0f6-4c33-8af3-b08b51f6df62}, !- Handle
- Default Surface Constructions 60, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {a6f458ce-3742-4d8f-bc05-ffd4d29ec7c5}, !- Handle
- Default Sub Surface Constructions 39, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {585a0eaf-7206-4de3-9e35-b216732d09e0}, !- Handle
- Default Sub Surface Constructions 40, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {1cbf283b-d46d-4317-8fc3-98f0241ff179}, !- Handle
- DOE Ref 1980-2004 - CZ4b - Office, !- Name
- {3626f10a-9d49-4f89-948c-2f716f0476d3}, !- Default Exterior Surface Constructions Name
- {8d694558-d3fb-469f-88b4-2249aa74a7c9}, !- Default Interior Surface Constructions Name
- {82c1eb49-817d-4cf3-8168-f79b5003ea88}, !- Default Ground Contact Surface Constructions Name
- {d165b7db-1306-4794-b2d0-d91aae0a69a3}, !- Default Exterior SubSurface Constructions Name
- {9c6c467d-db62-4676-b829-1b71cb421c2a}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {3626f10a-9d49-4f89-948c-2f716f0476d3}, !- Handle
- Default Surface Constructions 61, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {4f276f62-8dce-409d-af10-44ac7eacc3f3}, !- Wall Construction Name
- {c06a5333-9881-464c-a965-297b8f213663}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {8d694558-d3fb-469f-88b4-2249aa74a7c9}, !- Handle
- Default Surface Constructions 62, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {82c1eb49-817d-4cf3-8168-f79b5003ea88}, !- Handle
- Default Surface Constructions 63, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {d165b7db-1306-4794-b2d0-d91aae0a69a3}, !- Handle
- Default Sub Surface Constructions 41, !- Name
- {7f5a7852-eb62-48c7-93db-327744bdbb67}, !- Fixed Window Construction Name
- {7f5a7852-eb62-48c7-93db-327744bdbb67}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {9c6c467d-db62-4676-b829-1b71cb421c2a}, !- Handle
- Default Sub Surface Constructions 42, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {64cb976b-3510-43bc-8ae5-8cce4bf6f2e6}, !- Handle
- DOE Ref 1980-2004 - CZ4b - Attic, !- Name
- {7d4da5ce-cdee-4967-b04c-6015bd366570}, !- Default Exterior Surface Constructions Name
- {22c88e8f-b1a8-46cf-b19a-def83e178e6d}, !- Default Interior Surface Constructions Name
- {c1ec3338-04d4-47b0-ad0c-a487081b80bf}, !- Default Ground Contact Surface Constructions Name
- {ca86bf97-3cb4-4d5e-985d-244c6f1f0bb0}, !- Default Exterior SubSurface Constructions Name
- {103683ce-591f-45d7-8d7c-28616d205cfc}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {7d4da5ce-cdee-4967-b04c-6015bd366570}, !- Handle
- Default Surface Constructions 64, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {22c88e8f-b1a8-46cf-b19a-def83e178e6d}, !- Handle
- Default Surface Constructions 65, !- Name
- {f835c9db-bbe9-47c2-bf05-0a2df3eebc80}, !- Floor Construction Name
- {f835c9db-bbe9-47c2-bf05-0a2df3eebc80}, !- Wall Construction Name
- {f835c9db-bbe9-47c2-bf05-0a2df3eebc80}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {c1ec3338-04d4-47b0-ad0c-a487081b80bf}, !- Handle
- Default Surface Constructions 66, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {ca86bf97-3cb4-4d5e-985d-244c6f1f0bb0}, !- Handle
- Default Sub Surface Constructions 43, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {103683ce-591f-45d7-8d7c-28616d205cfc}, !- Handle
- Default Sub Surface Constructions 44, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {b070c971-3d69-4a5c-bd90-65de50c91b0b}, !- Handle
- DOE Ref 1980-2004 - CZ4c - Office, !- Name
- {4dd8f911-94e4-45fe-8ada-367da9c8b19d}, !- Default Exterior Surface Constructions Name
- {fb616be3-194c-4000-bc7c-01bc5d7eca6a}, !- Default Interior Surface Constructions Name
- {7640b620-b072-4a71-8018-64d18776c1c8}, !- Default Ground Contact Surface Constructions Name
- {bbfc7b47-ea87-42db-942f-22c2e6ff7c3b}, !- Default Exterior SubSurface Constructions Name
- {eb744345-0644-4e41-a00c-75ab167ea626}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {4dd8f911-94e4-45fe-8ada-367da9c8b19d}, !- Handle
- Default Surface Constructions 67, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {2665fa61-ecc3-48d1-a8dd-04af5655f46c}, !- Wall Construction Name
- {2089d418-aa7c-4843-808e-7c89f4da9d1b}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {fb616be3-194c-4000-bc7c-01bc5d7eca6a}, !- Handle
- Default Surface Constructions 68, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {7640b620-b072-4a71-8018-64d18776c1c8}, !- Handle
- Default Surface Constructions 69, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {bbfc7b47-ea87-42db-942f-22c2e6ff7c3b}, !- Handle
- Default Sub Surface Constructions 45, !- Name
- {70145daf-4b3f-4415-9c48-3f71e81a46cf}, !- Fixed Window Construction Name
- {70145daf-4b3f-4415-9c48-3f71e81a46cf}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {eb744345-0644-4e41-a00c-75ab167ea626}, !- Handle
- Default Sub Surface Constructions 46, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {5f9c1c26-8c88-4bff-8b63-bebf6cd76785}, !- Handle
- DOE Ref 1980-2004 - CZ4c - Attic, !- Name
- {f0d8ccc8-19d6-479c-ba00-9ae187f6a069}, !- Default Exterior Surface Constructions Name
- {8663d548-d56f-4846-a07f-63e224f691c7}, !- Default Interior Surface Constructions Name
- {ed805f94-a02c-4182-a968-d414309efbba}, !- Default Ground Contact Surface Constructions Name
- {3ab3c89e-6c96-4608-a9ed-ed3fb2fd0d3e}, !- Default Exterior SubSurface Constructions Name
- {a8e56b22-febe-4957-a741-9442b7219aa5}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {f0d8ccc8-19d6-479c-ba00-9ae187f6a069}, !- Handle
- Default Surface Constructions 70, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {8663d548-d56f-4846-a07f-63e224f691c7}, !- Handle
- Default Surface Constructions 71, !- Name
- {ec47776d-8709-4135-b771-49f459b20cbc}, !- Floor Construction Name
- {ec47776d-8709-4135-b771-49f459b20cbc}, !- Wall Construction Name
- {ec47776d-8709-4135-b771-49f459b20cbc}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {ed805f94-a02c-4182-a968-d414309efbba}, !- Handle
- Default Surface Constructions 72, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {3ab3c89e-6c96-4608-a9ed-ed3fb2fd0d3e}, !- Handle
- Default Sub Surface Constructions 47, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {a8e56b22-febe-4957-a741-9442b7219aa5}, !- Handle
- Default Sub Surface Constructions 48, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {7adb42cd-4918-497c-bab5-528e5aea93d9}, !- Handle
- DOE Ref 1980-2004 - CZ5a - Office, !- Name
- {41550100-2444-4ecb-8c7e-cfc30cb600d2}, !- Default Exterior Surface Constructions Name
- {3f0380ee-3cc4-4ed1-b051-cfeec8e9e6b4}, !- Default Interior Surface Constructions Name
- {6325972b-8817-450e-9cb2-8a29ca260dac}, !- Default Ground Contact Surface Constructions Name
- {0f5fb109-0af3-41e2-b563-d335bd536d2f}, !- Default Exterior SubSurface Constructions Name
- {87cf320e-c5fa-4bcb-9e68-7fae6050b922}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {41550100-2444-4ecb-8c7e-cfc30cb600d2}, !- Handle
- Default Surface Constructions 73, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {2665fa61-ecc3-48d1-a8dd-04af5655f46c}, !- Wall Construction Name
- {c002cabe-b4b9-424b-90fc-16882c9298aa}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {3f0380ee-3cc4-4ed1-b051-cfeec8e9e6b4}, !- Handle
- Default Surface Constructions 74, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {6325972b-8817-450e-9cb2-8a29ca260dac}, !- Handle
- Default Surface Constructions 75, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {0f5fb109-0af3-41e2-b563-d335bd536d2f}, !- Handle
- Default Sub Surface Constructions 49, !- Name
- {0ae258aa-0c54-4025-9a57-75d78236bfd9}, !- Fixed Window Construction Name
- {0ae258aa-0c54-4025-9a57-75d78236bfd9}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {87cf320e-c5fa-4bcb-9e68-7fae6050b922}, !- Handle
- Default Sub Surface Constructions 50, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {d58f2b37-526a-4872-98a5-add28a54a42c}, !- Handle
- DOE Ref 1980-2004 - CZ5a - Attic, !- Name
- {027b032c-6f76-42ba-878e-bff431604170}, !- Default Exterior Surface Constructions Name
- {6e65898d-2fdf-4d13-b32a-e085bb568e93}, !- Default Interior Surface Constructions Name
- {33445386-25c8-4633-8585-3bc93989df86}, !- Default Ground Contact Surface Constructions Name
- {a7a28e11-5c8d-4ef8-ac8f-148c3a480633}, !- Default Exterior SubSurface Constructions Name
- {7a304d3d-300a-40d0-a4b8-afbb026337f9}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {027b032c-6f76-42ba-878e-bff431604170}, !- Handle
- Default Surface Constructions 76, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {6e65898d-2fdf-4d13-b32a-e085bb568e93}, !- Handle
- Default Surface Constructions 77, !- Name
- {320dfa53-45b9-4cb3-826c-5f41b339b556}, !- Floor Construction Name
- {320dfa53-45b9-4cb3-826c-5f41b339b556}, !- Wall Construction Name
- {320dfa53-45b9-4cb3-826c-5f41b339b556}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {33445386-25c8-4633-8585-3bc93989df86}, !- Handle
- Default Surface Constructions 78, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {a7a28e11-5c8d-4ef8-ac8f-148c3a480633}, !- Handle
- Default Sub Surface Constructions 51, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {7a304d3d-300a-40d0-a4b8-afbb026337f9}, !- Handle
- Default Sub Surface Constructions 52, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {e186ce36-5836-466c-9e20-c6f2a583a6c8}, !- Handle
- DOE Ref 1980-2004 - CZ5b - Office, !- Name
- {a2231852-b4d2-4b52-ba24-553f0d0f54ec}, !- Default Exterior Surface Constructions Name
- {1dc1c172-f1fd-4290-a441-c2ff162e6a03}, !- Default Interior Surface Constructions Name
- {dd144de7-027b-4751-8e7d-64191e114bb8}, !- Default Ground Contact Surface Constructions Name
- {0b57b41e-3b2c-4352-b5d0-14877d8469cd}, !- Default Exterior SubSurface Constructions Name
- {846ad46e-7e89-4b23-80ee-e9138954be5a}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {a2231852-b4d2-4b52-ba24-553f0d0f54ec}, !- Handle
- Default Surface Constructions 79, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {b130658c-23fd-42d0-9000-6242c9058f7f}, !- Wall Construction Name
- {35904535-50d8-4779-aeed-8cff4d6ac720}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {1dc1c172-f1fd-4290-a441-c2ff162e6a03}, !- Handle
- Default Surface Constructions 80, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {dd144de7-027b-4751-8e7d-64191e114bb8}, !- Handle
- Default Surface Constructions 81, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {0b57b41e-3b2c-4352-b5d0-14877d8469cd}, !- Handle
- Default Sub Surface Constructions 53, !- Name
- {0ae258aa-0c54-4025-9a57-75d78236bfd9}, !- Fixed Window Construction Name
- {0ae258aa-0c54-4025-9a57-75d78236bfd9}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {846ad46e-7e89-4b23-80ee-e9138954be5a}, !- Handle
- Default Sub Surface Constructions 54, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {ca742b61-c90f-4e75-8cc9-f4cde4b44aea}, !- Handle
- DOE Ref 1980-2004 - CZ5b - Attic, !- Name
- {9e7f8634-89ab-4f37-9fa4-80857868a985}, !- Default Exterior Surface Constructions Name
- {f02dae9a-117f-4280-9dfb-eed227e49c1d}, !- Default Interior Surface Constructions Name
- {2611da32-f0cd-45e0-9dc1-dfc3009da5c3}, !- Default Ground Contact Surface Constructions Name
- {8eb7f479-7075-42c3-bb47-5e35427b4dda}, !- Default Exterior SubSurface Constructions Name
- {cf21c4b5-d48a-4ecb-ae0a-ec529dc5b4dd}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {9e7f8634-89ab-4f37-9fa4-80857868a985}, !- Handle
- Default Surface Constructions 82, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {f02dae9a-117f-4280-9dfb-eed227e49c1d}, !- Handle
- Default Surface Constructions 83, !- Name
- {ee12ddf1-15d4-487a-a6d7-1215c3898573}, !- Floor Construction Name
- {ee12ddf1-15d4-487a-a6d7-1215c3898573}, !- Wall Construction Name
- {ee12ddf1-15d4-487a-a6d7-1215c3898573}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {2611da32-f0cd-45e0-9dc1-dfc3009da5c3}, !- Handle
- Default Surface Constructions 84, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {8eb7f479-7075-42c3-bb47-5e35427b4dda}, !- Handle
- Default Sub Surface Constructions 55, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {cf21c4b5-d48a-4ecb-ae0a-ec529dc5b4dd}, !- Handle
- Default Sub Surface Constructions 56, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {0b9ce14e-2e7e-4497-bacc-0c4622f5bbce}, !- Handle
- DOE Ref 1980-2004 - CZ6a - Office, !- Name
- {21ed710f-da03-49b9-89c1-5f712babe6e7}, !- Default Exterior Surface Constructions Name
- {22aee24c-84e0-40ee-b417-83ef77b62c6b}, !- Default Interior Surface Constructions Name
- {51b6c5f3-76ce-481a-907f-f7f43aaff9ba}, !- Default Ground Contact Surface Constructions Name
- {33b7a958-6c79-4a2b-9fe6-fa498c2f6164}, !- Default Exterior SubSurface Constructions Name
- {d38be4df-2d26-43c5-a7f1-24020b91d7d7}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {21ed710f-da03-49b9-89c1-5f712babe6e7}, !- Handle
- Default Surface Constructions 85, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {86d38920-21f3-4b66-9399-a68866d1d293}, !- Wall Construction Name
- {f022b2fc-9dc4-4e9e-a259-c8bab18edb85}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {22aee24c-84e0-40ee-b417-83ef77b62c6b}, !- Handle
- Default Surface Constructions 86, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {51b6c5f3-76ce-481a-907f-f7f43aaff9ba}, !- Handle
- Default Surface Constructions 87, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {33b7a958-6c79-4a2b-9fe6-fa498c2f6164}, !- Handle
- Default Sub Surface Constructions 57, !- Name
- {9bf6e4c2-12ae-420f-ad7d-a23737d12910}, !- Fixed Window Construction Name
- {9bf6e4c2-12ae-420f-ad7d-a23737d12910}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {d38be4df-2d26-43c5-a7f1-24020b91d7d7}, !- Handle
- Default Sub Surface Constructions 58, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {7a88037d-fee5-4efe-ae36-98ef8dbac46d}, !- Handle
- DOE Ref 1980-2004 - CZ6a - Attic, !- Name
- {43190eb2-b0d4-4f47-8fee-2d51d74798fd}, !- Default Exterior Surface Constructions Name
- {666f02f2-0d6d-44c9-a959-ac256990562f}, !- Default Interior Surface Constructions Name
- {df119ea6-974c-4213-91d2-d83d47f40d50}, !- Default Ground Contact Surface Constructions Name
- {fb4956df-9a19-4232-83fe-3656068e183b}, !- Default Exterior SubSurface Constructions Name
- {f48c941d-0e7b-4a9b-a2d8-053a2efd47c4}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {43190eb2-b0d4-4f47-8fee-2d51d74798fd}, !- Handle
- Default Surface Constructions 88, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {666f02f2-0d6d-44c9-a959-ac256990562f}, !- Handle
- Default Surface Constructions 89, !- Name
- {23f9c6a6-abb9-476b-8dec-9f9f4c8735a4}, !- Floor Construction Name
- {23f9c6a6-abb9-476b-8dec-9f9f4c8735a4}, !- Wall Construction Name
- {23f9c6a6-abb9-476b-8dec-9f9f4c8735a4}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {df119ea6-974c-4213-91d2-d83d47f40d50}, !- Handle
- Default Surface Constructions 90, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {fb4956df-9a19-4232-83fe-3656068e183b}, !- Handle
- Default Sub Surface Constructions 59, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {f48c941d-0e7b-4a9b-a2d8-053a2efd47c4}, !- Handle
- Default Sub Surface Constructions 60, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {a2682a1d-ee36-4cb9-9663-b09ee5ab7a25}, !- Handle
- DOE Ref 1980-2004 - CZ6b - Office, !- Name
- {552215f8-cee2-483c-ad93-d5525028b660}, !- Default Exterior Surface Constructions Name
- {248a5d49-49cb-4297-8e6c-3ffbc5308105}, !- Default Interior Surface Constructions Name
- {2f172794-a1fc-4e52-abf5-cc753b0f3b3a}, !- Default Ground Contact Surface Constructions Name
- {418fc1a2-5cb1-4c21-8fa1-a2d1aff6946d}, !- Default Exterior SubSurface Constructions Name
- {d65b58b5-e2ab-4d4a-9b06-c38e84a55b68}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {552215f8-cee2-483c-ad93-d5525028b660}, !- Handle
- Default Surface Constructions 91, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {d6a779f2-ee0b-4dc6-97e1-49cde5573caa}, !- Wall Construction Name
- {00475890-af16-4b53-b780-1d9d32eaf49a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {248a5d49-49cb-4297-8e6c-3ffbc5308105}, !- Handle
- Default Surface Constructions 92, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {2f172794-a1fc-4e52-abf5-cc753b0f3b3a}, !- Handle
- Default Surface Constructions 93, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {418fc1a2-5cb1-4c21-8fa1-a2d1aff6946d}, !- Handle
- Default Sub Surface Constructions 61, !- Name
- {a94f08e9-d489-4241-af8a-7e20aa240ecc}, !- Fixed Window Construction Name
- {a94f08e9-d489-4241-af8a-7e20aa240ecc}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {d65b58b5-e2ab-4d4a-9b06-c38e84a55b68}, !- Handle
- Default Sub Surface Constructions 62, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {51f1ed29-4a81-4ea7-9783-54dd1c364b37}, !- Handle
- DOE Ref 1980-2004 - CZ6b - Attic, !- Name
- {35311f43-ec05-4660-b61c-d9047ec959f2}, !- Default Exterior Surface Constructions Name
- {d8bc3b39-de96-4437-a9f5-7eb4f20952ba}, !- Default Interior Surface Constructions Name
- {ea8de0a9-f9a8-4f95-a247-3dbec352477e}, !- Default Ground Contact Surface Constructions Name
- {1bc1d2f8-9fb9-4d62-86ca-a53afaa27679}, !- Default Exterior SubSurface Constructions Name
- {d6063388-b4d6-40af-a26e-2824402634c3}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {35311f43-ec05-4660-b61c-d9047ec959f2}, !- Handle
- Default Surface Constructions 94, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {d8bc3b39-de96-4437-a9f5-7eb4f20952ba}, !- Handle
- Default Surface Constructions 95, !- Name
- {a4ca502f-b9e3-4b92-9449-9317aa22c9ba}, !- Floor Construction Name
- {a4ca502f-b9e3-4b92-9449-9317aa22c9ba}, !- Wall Construction Name
- {a4ca502f-b9e3-4b92-9449-9317aa22c9ba}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {ea8de0a9-f9a8-4f95-a247-3dbec352477e}, !- Handle
- Default Surface Constructions 96, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {1bc1d2f8-9fb9-4d62-86ca-a53afaa27679}, !- Handle
- Default Sub Surface Constructions 63, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {d6063388-b4d6-40af-a26e-2824402634c3}, !- Handle
- Default Sub Surface Constructions 64, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {b9f53d41-0a0f-4734-b4bd-97d5545da829}, !- Handle
- DOE Ref 1980-2004 - CZ7 - Office, !- Name
- {a683ba81-08be-4ecb-9867-942ad44773cc}, !- Default Exterior Surface Constructions Name
- {7bb027b2-c543-499b-9d4e-7729b5416506}, !- Default Interior Surface Constructions Name
- {f584b1d3-7b94-4423-9778-dc8cb99b5ed6}, !- Default Ground Contact Surface Constructions Name
- {2f7df673-212c-46a8-9740-2acc2df13095}, !- Default Exterior SubSurface Constructions Name
- {cf7697ce-007d-454a-a3e8-773141d08562}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {a683ba81-08be-4ecb-9867-942ad44773cc}, !- Handle
- Default Surface Constructions 97, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {50a1b547-8506-4fda-adb5-9ec62b74ad00}, !- Wall Construction Name
- {eb161c7b-e92e-4a97-9466-38ab36091a26}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {7bb027b2-c543-499b-9d4e-7729b5416506}, !- Handle
- Default Surface Constructions 98, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {f584b1d3-7b94-4423-9778-dc8cb99b5ed6}, !- Handle
- Default Surface Constructions 99, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {2f7df673-212c-46a8-9740-2acc2df13095}, !- Handle
- Default Sub Surface Constructions 65, !- Name
- {3fa71155-3e5f-4184-8758-fdd6569dcb9f}, !- Fixed Window Construction Name
- {3fa71155-3e5f-4184-8758-fdd6569dcb9f}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {cf7697ce-007d-454a-a3e8-773141d08562}, !- Handle
- Default Sub Surface Constructions 66, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {5176479c-e50d-4ac5-a665-47ef7576bd8e}, !- Handle
- DOE Ref 1980-2004 - CZ7 - Attic, !- Name
- {fc8aeccd-2899-47f0-bee2-15da82cac6ea}, !- Default Exterior Surface Constructions Name
- {1102c4e0-58f3-48bc-8035-49e28ceb81ef}, !- Default Interior Surface Constructions Name
- {9db7da30-1a76-477d-897c-28f2ae05af17}, !- Default Ground Contact Surface Constructions Name
- {b096f661-855a-4383-8acf-ddef92d67889}, !- Default Exterior SubSurface Constructions Name
- {0b9dec10-e666-4f9a-81a2-1d7565a85532}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {fc8aeccd-2899-47f0-bee2-15da82cac6ea}, !- Handle
- Default Surface Constructions 100, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {1102c4e0-58f3-48bc-8035-49e28ceb81ef}, !- Handle
- Default Surface Constructions 101, !- Name
- {d6512b1b-b6ea-4100-8f9a-be6ef29a4ad4}, !- Floor Construction Name
- {d6512b1b-b6ea-4100-8f9a-be6ef29a4ad4}, !- Wall Construction Name
- {d6512b1b-b6ea-4100-8f9a-be6ef29a4ad4}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {9db7da30-1a76-477d-897c-28f2ae05af17}, !- Handle
- Default Surface Constructions 102, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {b096f661-855a-4383-8acf-ddef92d67889}, !- Handle
- Default Sub Surface Constructions 67, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {0b9dec10-e666-4f9a-81a2-1d7565a85532}, !- Handle
- Default Sub Surface Constructions 68, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {accc898f-27ed-42b5-a44f-9f7147cd9b03}, !- Handle
- DOE Ref 1980-2004 - CZ8 - Office, !- Name
- {7e121fc0-2d96-4a40-bc96-4e16a190ef8c}, !- Default Exterior Surface Constructions Name
- {a6c351a8-adce-4253-b76b-e1f51c24d440}, !- Default Interior Surface Constructions Name
- {14d88617-bb9c-42e9-bde3-753aa19c8459}, !- Default Ground Contact Surface Constructions Name
- {72bf965b-c28a-4247-aa9a-cf035e073c02}, !- Default Exterior SubSurface Constructions Name
- {fc6764ee-2401-4c3e-9da4-c5ee4d712906}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {7e121fc0-2d96-4a40-bc96-4e16a190ef8c}, !- Handle
- Default Surface Constructions 103, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {05469df0-6d00-402c-bf85-9ffc75fa65a1}, !- Wall Construction Name
- {9c9420a4-8b70-478a-ba27-ac5957d665f7}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {a6c351a8-adce-4253-b76b-e1f51c24d440}, !- Handle
- Default Surface Constructions 104, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {14d88617-bb9c-42e9-bde3-753aa19c8459}, !- Handle
- Default Surface Constructions 105, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {72bf965b-c28a-4247-aa9a-cf035e073c02}, !- Handle
- Default Sub Surface Constructions 69, !- Name
- {a94f08e9-d489-4241-af8a-7e20aa240ecc}, !- Fixed Window Construction Name
- {a94f08e9-d489-4241-af8a-7e20aa240ecc}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {fc6764ee-2401-4c3e-9da4-c5ee4d712906}, !- Handle
- Default Sub Surface Constructions 70, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {661f3e38-f069-4023-9937-85f108f4515b}, !- Handle
- DOE Ref 1980-2004 - CZ8 - Attic, !- Name
- {3f1a7cc3-86dd-4f23-9e25-1a162d0cd3e7}, !- Default Exterior Surface Constructions Name
- {d1daac65-731b-40d8-a0eb-f9745f4ca678}, !- Default Interior Surface Constructions Name
- {b227db51-9c47-4154-ba96-e7b344dd8823}, !- Default Ground Contact Surface Constructions Name
- {3fcfeba7-e8bb-489c-822b-045717d929cb}, !- Default Exterior SubSurface Constructions Name
- {c2820643-395e-498d-84d2-826e0ade6f0c}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {3f1a7cc3-86dd-4f23-9e25-1a162d0cd3e7}, !- Handle
- Default Surface Constructions 106, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {d1daac65-731b-40d8-a0eb-f9745f4ca678}, !- Handle
- Default Surface Constructions 107, !- Name
- {29707535-3df5-4566-a986-ab67171cf18e}, !- Floor Construction Name
- {29707535-3df5-4566-a986-ab67171cf18e}, !- Wall Construction Name
- {29707535-3df5-4566-a986-ab67171cf18e}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {b227db51-9c47-4154-ba96-e7b344dd8823}, !- Handle
- Default Surface Constructions 108, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {3fcfeba7-e8bb-489c-822b-045717d929cb}, !- Handle
- Default Sub Surface Constructions 71, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {c2820643-395e-498d-84d2-826e0ade6f0c}, !- Handle
- Default Sub Surface Constructions 72, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {2b0e837d-e2aa-482c-856d-ba9de552893b}, !- Handle
- DOE Ref 2004 - CZ1-2 - Office, !- Name
- {4cf35893-ab6e-474d-8654-74e9a49707a2}, !- Default Exterior Surface Constructions Name
- {2a632125-859c-4431-8d66-099eca4e2faf}, !- Default Interior Surface Constructions Name
- {adc93faa-ee14-4ad8-84d7-c81fccbec111}, !- Default Ground Contact Surface Constructions Name
- {3a5f9a34-9ad6-4336-a180-bf292f4699ce}, !- Default Exterior SubSurface Constructions Name
- {702b45c2-888f-4aee-94eb-8a4c638c2b0f}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {4cf35893-ab6e-474d-8654-74e9a49707a2}, !- Handle
- Default Surface Constructions 109, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {8d0593e0-2465-4be9-92dc-ee825ba6de7a}, !- Wall Construction Name
- {13718882-d4e5-4ad5-a9e9-493e298e203e}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {2a632125-859c-4431-8d66-099eca4e2faf}, !- Handle
- Default Surface Constructions 110, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {adc93faa-ee14-4ad8-84d7-c81fccbec111}, !- Handle
- Default Surface Constructions 111, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {3a5f9a34-9ad6-4336-a180-bf292f4699ce}, !- Handle
- Default Sub Surface Constructions 73, !- Name
- {88a4b519-93f2-4e93-85e0-61e068a8b2b8}, !- Fixed Window Construction Name
- {88a4b519-93f2-4e93-85e0-61e068a8b2b8}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {702b45c2-888f-4aee-94eb-8a4c638c2b0f}, !- Handle
- Default Sub Surface Constructions 74, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {248ba86d-9a81-4ba2-bc02-a1cd788a6a85}, !- Handle
- DOE Ref 2004 - CZ3a-3b - Office, !- Name
- {a6ec4622-6110-4e09-b54a-c3f23b4e4ce3}, !- Default Exterior Surface Constructions Name
- {86027946-0dbb-4e56-92e5-9f752cc10c21}, !- Default Interior Surface Constructions Name
- {5268496a-1f21-4e3d-b597-d1e0b60ee498}, !- Default Ground Contact Surface Constructions Name
- {e61d5742-e46c-4de4-aa74-d57dbe32997b}, !- Default Exterior SubSurface Constructions Name
- {ce1dc004-a695-42df-8fc6-fa15a412d213}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {a6ec4622-6110-4e09-b54a-c3f23b4e4ce3}, !- Handle
- Default Surface Constructions 112, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {e83e32df-070f-4fdb-82bf-967554cdd32e}, !- Wall Construction Name
- {13718882-d4e5-4ad5-a9e9-493e298e203e}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {86027946-0dbb-4e56-92e5-9f752cc10c21}, !- Handle
- Default Surface Constructions 113, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {5268496a-1f21-4e3d-b597-d1e0b60ee498}, !- Handle
- Default Surface Constructions 114, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {e61d5742-e46c-4de4-aa74-d57dbe32997b}, !- Handle
- Default Sub Surface Constructions 75, !- Name
- {79650613-7e50-45ba-ab1c-2289455f84c3}, !- Fixed Window Construction Name
- {79650613-7e50-45ba-ab1c-2289455f84c3}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {ce1dc004-a695-42df-8fc6-fa15a412d213}, !- Handle
- Default Sub Surface Constructions 76, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {c3519209-1a6e-4231-9123-4334e71e6f6d}, !- Handle
- DOE Ref 2004 - CZ3c - Office, !- Name
- {2fdc4967-eac5-4552-bdbb-70372302ab7f}, !- Default Exterior Surface Constructions Name
- {e3396b2c-1c90-4e6b-b45e-f19d542f8b6a}, !- Default Interior Surface Constructions Name
- {a86dc02b-b9f6-448c-b9e2-57a7aed8f212}, !- Default Ground Contact Surface Constructions Name
- {a7796ec0-fb65-44a4-9a50-59f715206521}, !- Default Exterior SubSurface Constructions Name
- {5f041cfa-8a48-457e-87c8-8c26be8d464d}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {2fdc4967-eac5-4552-bdbb-70372302ab7f}, !- Handle
- Default Surface Constructions 115, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {e83e32df-070f-4fdb-82bf-967554cdd32e}, !- Wall Construction Name
- {13718882-d4e5-4ad5-a9e9-493e298e203e}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {e3396b2c-1c90-4e6b-b45e-f19d542f8b6a}, !- Handle
- Default Surface Constructions 116, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {a86dc02b-b9f6-448c-b9e2-57a7aed8f212}, !- Handle
- Default Surface Constructions 117, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {a7796ec0-fb65-44a4-9a50-59f715206521}, !- Handle
- Default Sub Surface Constructions 77, !- Name
- {239adf82-ec3f-485a-aad7-b88979ffd0e2}, !- Fixed Window Construction Name
- {239adf82-ec3f-485a-aad7-b88979ffd0e2}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {5f041cfa-8a48-457e-87c8-8c26be8d464d}, !- Handle
- Default Sub Surface Constructions 78, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {1df427b3-21c5-4a42-82e1-61f764c06fd0}, !- Handle
- DOE Ref 2004 - CZ4 - Office, !- Name
- {81cebce4-f695-4ca3-8c35-d0c5d7d693c9}, !- Default Exterior Surface Constructions Name
- {7620e675-dbe4-4483-83da-a2f685cf7429}, !- Default Interior Surface Constructions Name
- {1df72853-69d8-4bae-8043-093059d38576}, !- Default Ground Contact Surface Constructions Name
- {6a355fba-bd59-4365-a830-fc744e27a481}, !- Default Exterior SubSurface Constructions Name
- {922ebac9-35ea-4a71-8463-5a3c35dea9ad}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {81cebce4-f695-4ca3-8c35-d0c5d7d693c9}, !- Handle
- Default Surface Constructions 118, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {e83e32df-070f-4fdb-82bf-967554cdd32e}, !- Wall Construction Name
- {13718882-d4e5-4ad5-a9e9-493e298e203e}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {7620e675-dbe4-4483-83da-a2f685cf7429}, !- Handle
- Default Surface Constructions 119, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {1df72853-69d8-4bae-8043-093059d38576}, !- Handle
- Default Surface Constructions 120, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {6a355fba-bd59-4365-a830-fc744e27a481}, !- Handle
- Default Sub Surface Constructions 79, !- Name
- {0bc2883f-2b30-4ad1-b516-3f3cec2d2612}, !- Fixed Window Construction Name
- {0bc2883f-2b30-4ad1-b516-3f3cec2d2612}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {922ebac9-35ea-4a71-8463-5a3c35dea9ad}, !- Handle
- Default Sub Surface Constructions 80, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {828dbbdf-4b59-47b7-8c50-e90935f97adf}, !- Handle
- DOE Ref 2004 - CZ5 - Office, !- Name
- {3c2c9b0b-b040-411c-a5ce-4e9cebf7b007}, !- Default Exterior Surface Constructions Name
- {4fcff8d7-3492-4c0a-b235-53634f744c18}, !- Default Interior Surface Constructions Name
- {0aa43d47-584c-478c-aa05-38673d1d3d77}, !- Default Ground Contact Surface Constructions Name
- {50be6071-324e-4369-944b-b1f5404a06a5}, !- Default Exterior SubSurface Constructions Name
- {064685f8-0649-425b-b968-06b4481b50b7}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {3c2c9b0b-b040-411c-a5ce-4e9cebf7b007}, !- Handle
- Default Surface Constructions 121, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {c0987827-8934-44fd-b3ab-bc331edd42b1}, !- Wall Construction Name
- {2ccc92d2-8a89-48fd-bf5a-657a4f1be9ef}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {4fcff8d7-3492-4c0a-b235-53634f744c18}, !- Handle
- Default Surface Constructions 122, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {0aa43d47-584c-478c-aa05-38673d1d3d77}, !- Handle
- Default Surface Constructions 123, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {50be6071-324e-4369-944b-b1f5404a06a5}, !- Handle
- Default Sub Surface Constructions 81, !- Name
- {0bc2883f-2b30-4ad1-b516-3f3cec2d2612}, !- Fixed Window Construction Name
- {0bc2883f-2b30-4ad1-b516-3f3cec2d2612}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {064685f8-0649-425b-b968-06b4481b50b7}, !- Handle
- Default Sub Surface Constructions 82, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {6165a0ea-90d4-4408-98e9-6e83657f90c2}, !- Handle
- DOE Ref 2004 - CZ6 - Office, !- Name
- {daf0e12e-c510-4040-b1ae-5629c463cf1e}, !- Default Exterior Surface Constructions Name
- {747da471-66d2-42f0-9f11-3fe7dfe2e193}, !- Default Interior Surface Constructions Name
- {70d528bd-0344-438b-a79b-3ee89ae3c5c6}, !- Default Ground Contact Surface Constructions Name
- {6fc098bd-c45e-45c7-99ab-c203191a9c58}, !- Default Exterior SubSurface Constructions Name
- {d590b669-ff09-4353-b760-1b2973d4c8cc}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {daf0e12e-c510-4040-b1ae-5629c463cf1e}, !- Handle
- Default Surface Constructions 124, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {ec85b1c8-dc75-4b09-9b0e-f7b0a920a29f}, !- Wall Construction Name
- {2ccc92d2-8a89-48fd-bf5a-657a4f1be9ef}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {747da471-66d2-42f0-9f11-3fe7dfe2e193}, !- Handle
- Default Surface Constructions 125, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {70d528bd-0344-438b-a79b-3ee89ae3c5c6}, !- Handle
- Default Surface Constructions 126, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {6fc098bd-c45e-45c7-99ab-c203191a9c58}, !- Handle
- Default Sub Surface Constructions 83, !- Name
- {0bc2883f-2b30-4ad1-b516-3f3cec2d2612}, !- Fixed Window Construction Name
- {0bc2883f-2b30-4ad1-b516-3f3cec2d2612}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {d590b669-ff09-4353-b760-1b2973d4c8cc}, !- Handle
- Default Sub Surface Constructions 84, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {33dc74ec-541f-4fee-a566-e69965e77440}, !- Handle
- DOE Ref 2004 - CZ7 - Office, !- Name
- {3f861612-6111-4cd5-b4f8-e11ac09eb015}, !- Default Exterior Surface Constructions Name
- {98a70f8e-74ef-40d6-b500-ecd6bcfbd712}, !- Default Interior Surface Constructions Name
- {567069d0-0bf1-430c-af3e-f33e7bbe74fb}, !- Default Ground Contact Surface Constructions Name
- {1458a9f7-f1aa-47a1-bd31-16a1783dabc6}, !- Default Exterior SubSurface Constructions Name
- {2af57320-6524-4fbd-908d-7072e71393c3}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {3f861612-6111-4cd5-b4f8-e11ac09eb015}, !- Handle
- Default Surface Constructions 127, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {95a725a0-d5e1-4c0d-95c2-f105969cbf54}, !- Wall Construction Name
- {cb61258b-2cde-4a18-b387-d54b3814c4d9}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {98a70f8e-74ef-40d6-b500-ecd6bcfbd712}, !- Handle
- Default Surface Constructions 128, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {567069d0-0bf1-430c-af3e-f33e7bbe74fb}, !- Handle
- Default Surface Constructions 129, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {1458a9f7-f1aa-47a1-bd31-16a1783dabc6}, !- Handle
- Default Sub Surface Constructions 85, !- Name
- {f2221c8b-1d7e-4443-9fc4-72460168f35d}, !- Fixed Window Construction Name
- {f2221c8b-1d7e-4443-9fc4-72460168f35d}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {2af57320-6524-4fbd-908d-7072e71393c3}, !- Handle
- Default Sub Surface Constructions 86, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {1df3a62d-0411-4207-8b8f-6b5170805cf4}, !- Handle
- DOE Ref 2004 - CZ8 - Office, !- Name
- {bd330459-bc54-41bf-b10a-8d516a95cc6f}, !- Default Exterior Surface Constructions Name
- {a2f1c600-de11-4390-ba2a-47f1d704809a}, !- Default Interior Surface Constructions Name
- {0f88008d-7986-4cbd-89e9-676522c0fb8f}, !- Default Ground Contact Surface Constructions Name
- {37e62691-ee7a-41fe-98e4-474cd1e61cda}, !- Default Exterior SubSurface Constructions Name
- {f2f06dec-09e0-49e5-9a67-202f28477453}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {bd330459-bc54-41bf-b10a-8d516a95cc6f}, !- Handle
- Default Surface Constructions 130, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {82bf78be-cfd6-4bb9-9a09-c1d4833b53f5}, !- Wall Construction Name
- {da1f21fd-c804-4c6f-a9e2-1b997c803383}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {a2f1c600-de11-4390-ba2a-47f1d704809a}, !- Handle
- Default Surface Constructions 131, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {0f88008d-7986-4cbd-89e9-676522c0fb8f}, !- Handle
- Default Surface Constructions 132, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {37e62691-ee7a-41fe-98e4-474cd1e61cda}, !- Handle
- Default Sub Surface Constructions 87, !- Name
- {4b079779-8c2e-491d-8d18-7c91eae68a29}, !- Fixed Window Construction Name
- {4b079779-8c2e-491d-8d18-7c91eae68a29}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {f2f06dec-09e0-49e5-9a67-202f28477453}, !- Handle
- Default Sub Surface Constructions 88, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {0afb0df0-521a-4930-9596-99455e9aa89c}, !- Handle
- DOE Ref Pre-1980 - CZ1-2 - Office, !- Name
- {b682fa61-720d-471f-a32c-ef0b0004fb7f}, !- Default Exterior Surface Constructions Name
- {56d1ddff-fc59-4d7c-9862-70f308e370bf}, !- Default Interior Surface Constructions Name
- {7852a362-311b-4afe-af36-1c27ed788adc}, !- Default Ground Contact Surface Constructions Name
- {4f89d830-87a4-4807-91cc-aec455fae2a4}, !- Default Exterior SubSurface Constructions Name
- {1ee256b9-9a51-4161-beb0-be63d55f241e}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {b682fa61-720d-471f-a32c-ef0b0004fb7f}, !- Handle
- Default Surface Constructions 133, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {b1fd2833-9be1-4487-b0a2-dbaae9889b64}, !- Wall Construction Name
- {ed6eb2fd-07fa-4752-935f-57b6f30aaf18}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {56d1ddff-fc59-4d7c-9862-70f308e370bf}, !- Handle
- Default Surface Constructions 134, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {7852a362-311b-4afe-af36-1c27ed788adc}, !- Handle
- Default Surface Constructions 135, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {4f89d830-87a4-4807-91cc-aec455fae2a4}, !- Handle
- Default Sub Surface Constructions 89, !- Name
- {49a7a1d9-4034-4e60-b8d2-ca722c46b54e}, !- Fixed Window Construction Name
- {49a7a1d9-4034-4e60-b8d2-ca722c46b54e}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {1ee256b9-9a51-4161-beb0-be63d55f241e}, !- Handle
- Default Sub Surface Constructions 90, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {84fa303d-f90b-44e1-a6fd-a144e96a8b8d}, !- Handle
- DOE Ref Pre-1980 - CZ3a - Office, !- Name
- {d24e2ee0-61c7-4c50-88fc-653da763f523}, !- Default Exterior Surface Constructions Name
- {d8d806b5-b6eb-44d4-b927-4960c523c3dc}, !- Default Interior Surface Constructions Name
- {23950e2c-edb5-42c0-8300-16ad1a3bcfc5}, !- Default Ground Contact Surface Constructions Name
- {0657555d-6cda-4923-b5de-5d1d149dfe62}, !- Default Exterior SubSurface Constructions Name
- {c01f165c-29ad-413e-a261-2d2a4473baea}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {d24e2ee0-61c7-4c50-88fc-653da763f523}, !- Handle
- Default Surface Constructions 136, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {97d990c8-d809-4f8a-a872-3155963e24c4}, !- Wall Construction Name
- {ed6eb2fd-07fa-4752-935f-57b6f30aaf18}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {d8d806b5-b6eb-44d4-b927-4960c523c3dc}, !- Handle
- Default Surface Constructions 137, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {23950e2c-edb5-42c0-8300-16ad1a3bcfc5}, !- Handle
- Default Surface Constructions 138, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {0657555d-6cda-4923-b5de-5d1d149dfe62}, !- Handle
- Default Sub Surface Constructions 91, !- Name
- {49a7a1d9-4034-4e60-b8d2-ca722c46b54e}, !- Fixed Window Construction Name
- {49a7a1d9-4034-4e60-b8d2-ca722c46b54e}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {c01f165c-29ad-413e-a261-2d2a4473baea}, !- Handle
- Default Sub Surface Constructions 92, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {a858f891-a52c-4dd2-a463-7e9ec636845a}, !- Handle
- DOE Ref Pre-1980 - CZ3b - Office, !- Name
- {94ff5fa3-1db8-41dd-8187-fc3d2e542e77}, !- Default Exterior Surface Constructions Name
- {244a567d-91a2-4d23-896d-e76ac6f89c49}, !- Default Interior Surface Constructions Name
- {30df21c3-43ef-44ae-b67e-4623672ef2cd}, !- Default Ground Contact Surface Constructions Name
- {2a44c660-e21e-4db8-9ce1-3f6144cf311d}, !- Default Exterior SubSurface Constructions Name
- {92b3afaa-f48e-4a04-8600-abe12e5f6f77}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {94ff5fa3-1db8-41dd-8187-fc3d2e542e77}, !- Handle
- Default Surface Constructions 139, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {b2e19410-9d88-4419-81de-5ebcfee66aad}, !- Wall Construction Name
- {ed6eb2fd-07fa-4752-935f-57b6f30aaf18}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {244a567d-91a2-4d23-896d-e76ac6f89c49}, !- Handle
- Default Surface Constructions 140, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {30df21c3-43ef-44ae-b67e-4623672ef2cd}, !- Handle
- Default Surface Constructions 141, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {2a44c660-e21e-4db8-9ce1-3f6144cf311d}, !- Handle
- Default Sub Surface Constructions 93, !- Name
- {49a7a1d9-4034-4e60-b8d2-ca722c46b54e}, !- Fixed Window Construction Name
- {49a7a1d9-4034-4e60-b8d2-ca722c46b54e}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {92b3afaa-f48e-4a04-8600-abe12e5f6f77}, !- Handle
- Default Sub Surface Constructions 94, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {a5e66f2f-232a-47bd-b983-42dd8408725f}, !- Handle
- DOE Ref Pre-1980 - CZ3c - Office, !- Name
- {865dc62f-bceb-4456-9d32-68f75c170a8e}, !- Default Exterior Surface Constructions Name
- {139e3354-5ec2-4f5e-ad49-6b5848f410f6}, !- Default Interior Surface Constructions Name
- {6e5c0a31-199b-4bf4-a06a-27292b8ff880}, !- Default Ground Contact Surface Constructions Name
- {fb42153d-9db6-4041-9929-f09837495151}, !- Default Exterior SubSurface Constructions Name
- {3cdfbf44-e644-4e5c-ae85-541d01a5242d}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {865dc62f-bceb-4456-9d32-68f75c170a8e}, !- Handle
- Default Surface Constructions 142, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {f0aff5c0-1095-4fce-b830-f15c749a8648}, !- Wall Construction Name
- {ed6eb2fd-07fa-4752-935f-57b6f30aaf18}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {139e3354-5ec2-4f5e-ad49-6b5848f410f6}, !- Handle
- Default Surface Constructions 143, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {6e5c0a31-199b-4bf4-a06a-27292b8ff880}, !- Handle
- Default Surface Constructions 144, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {fb42153d-9db6-4041-9929-f09837495151}, !- Handle
- Default Sub Surface Constructions 95, !- Name
- {49a7a1d9-4034-4e60-b8d2-ca722c46b54e}, !- Fixed Window Construction Name
- {49a7a1d9-4034-4e60-b8d2-ca722c46b54e}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {3cdfbf44-e644-4e5c-ae85-541d01a5242d}, !- Handle
- Default Sub Surface Constructions 96, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {45be4720-5e76-4576-9225-5462039d8772}, !- Handle
- DOE Ref Pre-1980 - CZ4a - Office, !- Name
- {d74b1adf-d14d-4253-a3be-dbc90441c817}, !- Default Exterior Surface Constructions Name
- {c14e9022-57a7-4839-a0de-addafa08aab9}, !- Default Interior Surface Constructions Name
- {65b66f79-cfcd-4d0b-97fa-f5b2bf544c8c}, !- Default Ground Contact Surface Constructions Name
- {8058a7a6-52bb-41ad-ac8e-6d80d885bac3}, !- Default Exterior SubSurface Constructions Name
- {8fcb5669-60ea-44f8-b2d7-bb2794edece9}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {d74b1adf-d14d-4253-a3be-dbc90441c817}, !- Handle
- Default Surface Constructions 145, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {2d3d1906-4ad0-48c2-b83d-d196c8003f1d}, !- Wall Construction Name
- {d10fa3f4-9c8d-46ff-b420-25797fda2a26}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {c14e9022-57a7-4839-a0de-addafa08aab9}, !- Handle
- Default Surface Constructions 146, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {65b66f79-cfcd-4d0b-97fa-f5b2bf544c8c}, !- Handle
- Default Surface Constructions 147, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {8058a7a6-52bb-41ad-ac8e-6d80d885bac3}, !- Handle
- Default Sub Surface Constructions 97, !- Name
- {49a7a1d9-4034-4e60-b8d2-ca722c46b54e}, !- Fixed Window Construction Name
- {49a7a1d9-4034-4e60-b8d2-ca722c46b54e}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {8fcb5669-60ea-44f8-b2d7-bb2794edece9}, !- Handle
- Default Sub Surface Constructions 98, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {0d0f8ddb-cc38-4a27-b2a1-7786a27e5419}, !- Handle
- DOE Ref Pre-1980 - CZ4a - Attic, !- Name
- {5a2cee12-bd8c-4d18-8076-fa899d6522a1}, !- Default Exterior Surface Constructions Name
- {4e57c809-3ce3-4b74-b792-ddf1e656ef26}, !- Default Interior Surface Constructions Name
- {e2832762-8bac-4cfc-aa7f-858187bcfc58}, !- Default Ground Contact Surface Constructions Name
- {42a7b55f-3ce0-455a-9431-5f0d1aa6d15d}, !- Default Exterior SubSurface Constructions Name
- {eaf59f31-102e-4a57-af39-8acb76d1b3a7}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {5a2cee12-bd8c-4d18-8076-fa899d6522a1}, !- Handle
- Default Surface Constructions 148, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {4e57c809-3ce3-4b74-b792-ddf1e656ef26}, !- Handle
- Default Surface Constructions 149, !- Name
- {74a25ed9-fe43-472d-abd3-e91e532d655f}, !- Floor Construction Name
- {74a25ed9-fe43-472d-abd3-e91e532d655f}, !- Wall Construction Name
- {74a25ed9-fe43-472d-abd3-e91e532d655f}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {e2832762-8bac-4cfc-aa7f-858187bcfc58}, !- Handle
- Default Surface Constructions 150, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {42a7b55f-3ce0-455a-9431-5f0d1aa6d15d}, !- Handle
- Default Sub Surface Constructions 99, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {eaf59f31-102e-4a57-af39-8acb76d1b3a7}, !- Handle
- Default Sub Surface Constructions 100, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {5b388b18-f9a4-4701-9bcb-2252cc8284eb}, !- Handle
- DOE Ref Pre-1980 - CZ4b - Office, !- Name
- {3993a85b-3d7b-48f9-979e-9cef9242e1bd}, !- Default Exterior Surface Constructions Name
- {af21769f-3d61-4c1a-862a-d082e6dc1945}, !- Default Interior Surface Constructions Name
- {d8dac6f4-92a6-4b63-b683-9c1d337003f7}, !- Default Ground Contact Surface Constructions Name
- {25226e69-36f2-4f0e-b91e-47c9ce207310}, !- Default Exterior SubSurface Constructions Name
- {b3b2e161-2293-41aa-91dd-b2d574273bad}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {3993a85b-3d7b-48f9-979e-9cef9242e1bd}, !- Handle
- Default Surface Constructions 151, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {9d615b9a-2aad-40a6-8e20-904b733f984a}, !- Wall Construction Name
- {f471b3d0-4406-4379-b4ca-2c2c29a27867}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {af21769f-3d61-4c1a-862a-d082e6dc1945}, !- Handle
- Default Surface Constructions 152, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {d8dac6f4-92a6-4b63-b683-9c1d337003f7}, !- Handle
- Default Surface Constructions 153, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {25226e69-36f2-4f0e-b91e-47c9ce207310}, !- Handle
- Default Sub Surface Constructions 101, !- Name
- {49a7a1d9-4034-4e60-b8d2-ca722c46b54e}, !- Fixed Window Construction Name
- {49a7a1d9-4034-4e60-b8d2-ca722c46b54e}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {b3b2e161-2293-41aa-91dd-b2d574273bad}, !- Handle
- Default Sub Surface Constructions 102, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {9126937c-d0a1-43de-bca7-90f61622fcfc}, !- Handle
- DOE Ref Pre-1980 - CZ4b - Attic, !- Name
- {b9652fdd-1466-402f-9898-924529f19f0d}, !- Default Exterior Surface Constructions Name
- {fcd07868-9905-41af-a386-828cc553026d}, !- Default Interior Surface Constructions Name
- {531f58b3-d77a-45df-af07-bac4fd56b862}, !- Default Ground Contact Surface Constructions Name
- {4cf00b41-eca4-46d9-86ec-5bab2600cab9}, !- Default Exterior SubSurface Constructions Name
- {5b298446-c87b-4f9d-af07-5f7ff2316ea1}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {b9652fdd-1466-402f-9898-924529f19f0d}, !- Handle
- Default Surface Constructions 154, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {fcd07868-9905-41af-a386-828cc553026d}, !- Handle
- Default Surface Constructions 155, !- Name
- {35172695-cd71-4be1-bf39-357b411a8994}, !- Floor Construction Name
- {35172695-cd71-4be1-bf39-357b411a8994}, !- Wall Construction Name
- {35172695-cd71-4be1-bf39-357b411a8994}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {531f58b3-d77a-45df-af07-bac4fd56b862}, !- Handle
- Default Surface Constructions 156, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {4cf00b41-eca4-46d9-86ec-5bab2600cab9}, !- Handle
- Default Sub Surface Constructions 103, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {5b298446-c87b-4f9d-af07-5f7ff2316ea1}, !- Handle
- Default Sub Surface Constructions 104, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {6370a182-bbde-44ef-8213-bba4406cf29b}, !- Handle
- DOE Ref Pre-1980 - CZ4c - Office, !- Name
- {816fd039-3b62-4057-88a8-92c10bc36c1e}, !- Default Exterior Surface Constructions Name
- {16196722-86d5-4741-8b39-b19d0016d1af}, !- Default Interior Surface Constructions Name
- {35726ea8-c712-4cc6-a3c5-2e54eeec787a}, !- Default Ground Contact Surface Constructions Name
- {c4613fc1-5c26-4131-b56b-ab12986747c8}, !- Default Exterior SubSurface Constructions Name
- {5f7bb1eb-aba0-42e6-bb4f-46c9a9eeb741}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {816fd039-3b62-4057-88a8-92c10bc36c1e}, !- Handle
- Default Surface Constructions 157, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {7b1396eb-532b-4b52-85b6-0154af949a2a}, !- Wall Construction Name
- {4e483ea6-bcab-49ba-9bb6-6eea3b763f81}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {16196722-86d5-4741-8b39-b19d0016d1af}, !- Handle
- Default Surface Constructions 158, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {35726ea8-c712-4cc6-a3c5-2e54eeec787a}, !- Handle
- Default Surface Constructions 159, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {c4613fc1-5c26-4131-b56b-ab12986747c8}, !- Handle
- Default Sub Surface Constructions 105, !- Name
- {49a7a1d9-4034-4e60-b8d2-ca722c46b54e}, !- Fixed Window Construction Name
- {49a7a1d9-4034-4e60-b8d2-ca722c46b54e}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {5f7bb1eb-aba0-42e6-bb4f-46c9a9eeb741}, !- Handle
- Default Sub Surface Constructions 106, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {4940382b-f71f-4450-b471-2f980a93af64}, !- Handle
- DOE Ref Pre-1980 - CZ4c - Attic, !- Name
- {1202c6a7-07f2-435d-8db8-7c823578599a}, !- Default Exterior Surface Constructions Name
- {61c70f4d-61de-4e2b-99a0-9f987e4c8a6e}, !- Default Interior Surface Constructions Name
- {83932d37-775d-4d34-8dff-cf8d135cedc3}, !- Default Ground Contact Surface Constructions Name
- {aec09e9b-51a6-4560-8b96-407bcd3481cd}, !- Default Exterior SubSurface Constructions Name
- {024b448d-de62-4cf3-b331-467c291b3ae2}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {1202c6a7-07f2-435d-8db8-7c823578599a}, !- Handle
- Default Surface Constructions 160, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {61c70f4d-61de-4e2b-99a0-9f987e4c8a6e}, !- Handle
- Default Surface Constructions 161, !- Name
- {adc37967-2e5e-4862-bf09-8b0e0581e428}, !- Floor Construction Name
- {adc37967-2e5e-4862-bf09-8b0e0581e428}, !- Wall Construction Name
- {adc37967-2e5e-4862-bf09-8b0e0581e428}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {83932d37-775d-4d34-8dff-cf8d135cedc3}, !- Handle
- Default Surface Constructions 162, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {aec09e9b-51a6-4560-8b96-407bcd3481cd}, !- Handle
- Default Sub Surface Constructions 107, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {024b448d-de62-4cf3-b331-467c291b3ae2}, !- Handle
- Default Sub Surface Constructions 108, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {6f90344a-ded7-45ee-ab15-7adaf3fe0926}, !- Handle
- DOE Ref Pre-1980 - CZ5a - Office, !- Name
- {168520de-21ee-49b4-b4db-56f285c8ed1f}, !- Default Exterior Surface Constructions Name
- {88214b99-cc64-4fd4-9606-6da1a3db34ae}, !- Default Interior Surface Constructions Name
- {0a1f37be-bd90-4173-8293-92e064e0dac4}, !- Default Ground Contact Surface Constructions Name
- {d73c0dd2-c16c-4192-9169-f863ff1f0a0b}, !- Default Exterior SubSurface Constructions Name
- {e6b8f688-3caa-4d1f-a1bc-b2f6e0dfc35c}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {168520de-21ee-49b4-b4db-56f285c8ed1f}, !- Handle
- Default Surface Constructions 163, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {5edb383e-13d4-49dd-a408-8a86affdd3d0}, !- Wall Construction Name
- {f5fd22bb-eb00-485c-a9e4-b73af1ed9071}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {88214b99-cc64-4fd4-9606-6da1a3db34ae}, !- Handle
- Default Surface Constructions 164, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {0a1f37be-bd90-4173-8293-92e064e0dac4}, !- Handle
- Default Surface Constructions 165, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {d73c0dd2-c16c-4192-9169-f863ff1f0a0b}, !- Handle
- Default Sub Surface Constructions 109, !- Name
- {0004ac0e-7a7f-4b23-a590-beb8c5ddddbd}, !- Fixed Window Construction Name
- {0004ac0e-7a7f-4b23-a590-beb8c5ddddbd}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {e6b8f688-3caa-4d1f-a1bc-b2f6e0dfc35c}, !- Handle
- Default Sub Surface Constructions 110, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {1ad67115-7154-4a9d-b2d6-e08d239c6a57}, !- Handle
- DOE Ref Pre-1980 - CZ5a - Attic, !- Name
- {2cccc916-5e29-4e24-82fb-540a1449b57d}, !- Default Exterior Surface Constructions Name
- {4551e82b-87c4-4377-a04d-5d4f1691e5ab}, !- Default Interior Surface Constructions Name
- {a8534d2a-1adb-4124-9c0e-09ddd1891a2c}, !- Default Ground Contact Surface Constructions Name
- {5937e116-419c-49f4-a48d-f252f569621c}, !- Default Exterior SubSurface Constructions Name
- {dff10066-fed8-4719-80cb-d337e95f5bb4}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {2cccc916-5e29-4e24-82fb-540a1449b57d}, !- Handle
- Default Surface Constructions 166, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {4551e82b-87c4-4377-a04d-5d4f1691e5ab}, !- Handle
- Default Surface Constructions 167, !- Name
- {5bbdf8a4-afda-4a27-9855-689c7cd60d28}, !- Floor Construction Name
- {5bbdf8a4-afda-4a27-9855-689c7cd60d28}, !- Wall Construction Name
- {5bbdf8a4-afda-4a27-9855-689c7cd60d28}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {a8534d2a-1adb-4124-9c0e-09ddd1891a2c}, !- Handle
- Default Surface Constructions 168, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {5937e116-419c-49f4-a48d-f252f569621c}, !- Handle
- Default Sub Surface Constructions 111, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {dff10066-fed8-4719-80cb-d337e95f5bb4}, !- Handle
- Default Sub Surface Constructions 112, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {8f4ddebe-4737-4ef0-83e3-69ac55c48b85}, !- Handle
- DOE Ref Pre-1980 - CZ5b - Office, !- Name
- {3ab949e9-5af9-48f1-b9e0-e7fb40aadae3}, !- Default Exterior Surface Constructions Name
- {e9d48496-6caa-49de-9fb8-d19b9d544357}, !- Default Interior Surface Constructions Name
- {859d3b82-1199-4e18-a733-c2b33f626ec8}, !- Default Ground Contact Surface Constructions Name
- {c77036fa-0690-40e7-9d46-22b1746e9ea7}, !- Default Exterior SubSurface Constructions Name
- {0a5d2820-f145-4bc2-a7d1-15c6b7d343ef}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {3ab949e9-5af9-48f1-b9e0-e7fb40aadae3}, !- Handle
- Default Surface Constructions 169, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {2f9619ca-18e3-46dd-92d9-67bff93172be}, !- Wall Construction Name
- {7a773a3d-e22f-4663-8ee4-adb3602c710a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {e9d48496-6caa-49de-9fb8-d19b9d544357}, !- Handle
- Default Surface Constructions 170, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {859d3b82-1199-4e18-a733-c2b33f626ec8}, !- Handle
- Default Surface Constructions 171, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {c77036fa-0690-40e7-9d46-22b1746e9ea7}, !- Handle
- Default Sub Surface Constructions 113, !- Name
- {37318866-de5b-4d83-8e00-6ccf54e8d4f9}, !- Fixed Window Construction Name
- {37318866-de5b-4d83-8e00-6ccf54e8d4f9}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {0a5d2820-f145-4bc2-a7d1-15c6b7d343ef}, !- Handle
- Default Sub Surface Constructions 114, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {10ab4db3-8e42-496e-9dd8-8a9a844563a4}, !- Handle
- DOE Ref Pre-1980 - CZ5b - Attic, !- Name
- {e57ac979-5317-47e8-a5b6-1f7641a0a26d}, !- Default Exterior Surface Constructions Name
- {014d81b8-1afd-4be4-9415-452326dd325a}, !- Default Interior Surface Constructions Name
- {555c743d-77d4-4cb1-8c39-4a531197706a}, !- Default Ground Contact Surface Constructions Name
- {2b2baf75-d1b2-4100-b24a-bdc72902f674}, !- Default Exterior SubSurface Constructions Name
- {ae17a313-eb30-4718-ae5a-aa61ef8c0fba}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {e57ac979-5317-47e8-a5b6-1f7641a0a26d}, !- Handle
- Default Surface Constructions 172, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {014d81b8-1afd-4be4-9415-452326dd325a}, !- Handle
- Default Surface Constructions 173, !- Name
- {43c92453-f004-46dc-b473-f0e313b6ccdb}, !- Floor Construction Name
- {43c92453-f004-46dc-b473-f0e313b6ccdb}, !- Wall Construction Name
- {43c92453-f004-46dc-b473-f0e313b6ccdb}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {555c743d-77d4-4cb1-8c39-4a531197706a}, !- Handle
- Default Surface Constructions 174, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {2b2baf75-d1b2-4100-b24a-bdc72902f674}, !- Handle
- Default Sub Surface Constructions 115, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {ae17a313-eb30-4718-ae5a-aa61ef8c0fba}, !- Handle
- Default Sub Surface Constructions 116, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {44d1abe7-97c5-4c7d-b9a5-bfc25cdfc587}, !- Handle
- DOE Ref Pre-1980 - CZ6 - Office, !- Name
- {48952014-45db-4f70-8384-21d44c7d23f3}, !- Default Exterior Surface Constructions Name
- {251d8c5e-0e1b-4d22-ac0b-5dc6db45c56b}, !- Default Interior Surface Constructions Name
- {f70d3c52-e8c5-48fb-b74b-435b64240081}, !- Default Ground Contact Surface Constructions Name
- {efd2c49f-a4f5-44f2-9962-c0ed4732b753}, !- Default Exterior SubSurface Constructions Name
- {c40fa709-de18-4bdb-96ac-33b65f78c95a}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {48952014-45db-4f70-8384-21d44c7d23f3}, !- Handle
- Default Surface Constructions 175, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {7ed8aa10-c479-4b7e-aeb0-86ee171acc6a}, !- Wall Construction Name
- {50454eaa-65a6-4971-972d-f4d3437e85fc}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {251d8c5e-0e1b-4d22-ac0b-5dc6db45c56b}, !- Handle
- Default Surface Constructions 176, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {f70d3c52-e8c5-48fb-b74b-435b64240081}, !- Handle
- Default Surface Constructions 177, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {efd2c49f-a4f5-44f2-9962-c0ed4732b753}, !- Handle
- Default Sub Surface Constructions 117, !- Name
- {0004ac0e-7a7f-4b23-a590-beb8c5ddddbd}, !- Fixed Window Construction Name
- {0004ac0e-7a7f-4b23-a590-beb8c5ddddbd}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {c40fa709-de18-4bdb-96ac-33b65f78c95a}, !- Handle
- Default Sub Surface Constructions 118, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {7a3d1945-e1ba-48ba-b3ba-6745537cf239}, !- Handle
- DOE Ref Pre-1980 - CZ6 - Attic, !- Name
- {8a8cf2b0-799c-4f27-a5b7-f6cfc7f459bc}, !- Default Exterior Surface Constructions Name
- {83c4171e-1b00-42b3-a88c-47f191bb9c35}, !- Default Interior Surface Constructions Name
- {89f3e7ba-3564-44ff-b767-2e65a31cc3b2}, !- Default Ground Contact Surface Constructions Name
- {ac4646b5-da8b-4eeb-9f8d-a25947ac438a}, !- Default Exterior SubSurface Constructions Name
- {b7eab82c-226e-4281-bf59-a40f9386e6bc}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {8a8cf2b0-799c-4f27-a5b7-f6cfc7f459bc}, !- Handle
- Default Surface Constructions 178, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {83c4171e-1b00-42b3-a88c-47f191bb9c35}, !- Handle
- Default Surface Constructions 179, !- Name
- {fa46bf99-5eae-4274-8cfb-7ed3b73627a4}, !- Floor Construction Name
- {fa46bf99-5eae-4274-8cfb-7ed3b73627a4}, !- Wall Construction Name
- {fa46bf99-5eae-4274-8cfb-7ed3b73627a4}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {89f3e7ba-3564-44ff-b767-2e65a31cc3b2}, !- Handle
- Default Surface Constructions 180, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {ac4646b5-da8b-4eeb-9f8d-a25947ac438a}, !- Handle
- Default Sub Surface Constructions 119, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {b7eab82c-226e-4281-bf59-a40f9386e6bc}, !- Handle
- Default Sub Surface Constructions 120, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {22a1e005-4c6b-40cb-adf3-22317e576046}, !- Handle
- DOE Ref Pre-1980 - CZ7 - Office, !- Name
- {c2bc10bb-b96b-4ce5-b7c2-b4e68ab729d5}, !- Default Exterior Surface Constructions Name
- {9d6f42c4-c6ff-49ac-a472-b555370daf9f}, !- Default Interior Surface Constructions Name
- {a6b939f1-edf1-4e63-83dd-becc0f2e34d9}, !- Default Ground Contact Surface Constructions Name
- {17507825-2e5a-4d87-94ea-395f78b7833f}, !- Default Exterior SubSurface Constructions Name
- {0566a166-0601-4399-a748-65461928e274}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {c2bc10bb-b96b-4ce5-b7c2-b4e68ab729d5}, !- Handle
- Default Surface Constructions 181, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {77732194-f543-4b8e-8c0b-0655ea4ad9d5}, !- Wall Construction Name
- {26b1a344-734d-43ec-8197-ca9365f61ff9}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {9d6f42c4-c6ff-49ac-a472-b555370daf9f}, !- Handle
- Default Surface Constructions 182, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {a6b939f1-edf1-4e63-83dd-becc0f2e34d9}, !- Handle
- Default Surface Constructions 183, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {17507825-2e5a-4d87-94ea-395f78b7833f}, !- Handle
- Default Sub Surface Constructions 121, !- Name
- {0004ac0e-7a7f-4b23-a590-beb8c5ddddbd}, !- Fixed Window Construction Name
- {0004ac0e-7a7f-4b23-a590-beb8c5ddddbd}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {0566a166-0601-4399-a748-65461928e274}, !- Handle
- Default Sub Surface Constructions 122, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {97b780a9-6cfa-4caa-bcf4-e12625a7ed0f}, !- Handle
- DOE Ref Pre-1980 - CZ7 - Attic, !- Name
- {a21a9038-a4dc-4a55-b30e-49a1428f23e3}, !- Default Exterior Surface Constructions Name
- {eabf15dd-954b-477c-9b3f-edb0fe778fc1}, !- Default Interior Surface Constructions Name
- {42ba2c59-a0a2-4030-bad9-f0f600f0b826}, !- Default Ground Contact Surface Constructions Name
- {4005b38e-5490-4332-b5e7-d4e5323c929e}, !- Default Exterior SubSurface Constructions Name
- {b561d9c5-da49-4049-8e18-51de4ab62540}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {a21a9038-a4dc-4a55-b30e-49a1428f23e3}, !- Handle
- Default Surface Constructions 184, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {eabf15dd-954b-477c-9b3f-edb0fe778fc1}, !- Handle
- Default Surface Constructions 185, !- Name
- {306bc0d9-d288-4502-b3dd-d09547f7e3d1}, !- Floor Construction Name
- {306bc0d9-d288-4502-b3dd-d09547f7e3d1}, !- Wall Construction Name
- {306bc0d9-d288-4502-b3dd-d09547f7e3d1}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {42ba2c59-a0a2-4030-bad9-f0f600f0b826}, !- Handle
- Default Surface Constructions 186, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {4005b38e-5490-4332-b5e7-d4e5323c929e}, !- Handle
- Default Sub Surface Constructions 123, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {b561d9c5-da49-4049-8e18-51de4ab62540}, !- Handle
- Default Sub Surface Constructions 124, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {93ac94b7-0101-4e77-9f8b-60d7c8be9575}, !- Handle
- DOE Ref Pre-1980 - CZ8 - Office, !- Name
- {a4e12592-34e5-4943-b492-7c670b150e45}, !- Default Exterior Surface Constructions Name
- {cfd0c017-ef8b-4706-973a-625c474868e7}, !- Default Interior Surface Constructions Name
- {368893d2-6a47-4038-bb6a-e219bb438ea2}, !- Default Ground Contact Surface Constructions Name
- {794936b3-3d5e-4d65-a519-a1ef389f63e4}, !- Default Exterior SubSurface Constructions Name
- {41763ebf-efbc-4b96-a0cf-1a6de8e5a0f5}, !- Default Interior SubSurface Constructions Name
- {956cf777-e339-4a79-b6e6-5945610ccd8b}, !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {a4e12592-34e5-4943-b492-7c670b150e45}, !- Handle
- Default Surface Constructions 187, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {e597982e-54fe-4105-bff7-10970f28a246}, !- Wall Construction Name
- {4f28a0ac-245c-4401-bb05-376af3fa30c6}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {cfd0c017-ef8b-4706-973a-625c474868e7}, !- Handle
- Default Surface Constructions 188, !- Name
- {93e96d62-d580-4b82-9a27-cc3c7c52532b}, !- Floor Construction Name
- {f88123bd-394b-4a3b-9d52-052aa232ca1c}, !- Wall Construction Name
- {7692b4b6-e923-4ad0-a8ac-1a22c252797a}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {368893d2-6a47-4038-bb6a-e219bb438ea2}, !- Handle
- Default Surface Constructions 189, !- Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Floor Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}, !- Wall Construction Name
- {6593269f-4c72-4220-b978-2587d9b9c062}; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {794936b3-3d5e-4d65-a519-a1ef389f63e4}, !- Handle
- Default Sub Surface Constructions 125, !- Name
- {0004ac0e-7a7f-4b23-a590-beb8c5ddddbd}, !- Fixed Window Construction Name
- {0004ac0e-7a7f-4b23-a590-beb8c5ddddbd}, !- Operable Window Construction Name
- {407084e8-27cc-46f2-9725-f6cd8c262943}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Tubular Daylight Dome Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {41763ebf-efbc-4b96-a0cf-1a6de8e5a0f5}, !- Handle
- Default Sub Surface Constructions 126, !- Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Fixed Window Construction Name
- {48bbc7e0-d552-471e-bd66-38626ba6fdba}, !- Operable Window Construction Name
- {da0ca4d9-691b-40e2-8f5e-cd7eabcd45dd}, !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultConstructionSet,
- {6d1e3abe-cf62-4273-b906-f631fa57679a}, !- Handle
- DOE Ref Pre-1980 - CZ8 - Attic, !- Name
- {cd8fce15-89d8-4e4a-99bb-6f6793d45b74}, !- Default Exterior Surface Constructions Name
- {e07db01f-2ee0-4438-99dc-50b6c7b90680}, !- Default Interior Surface Constructions Name
- {5ce0efe6-2d75-4b20-bd0c-6e1ed052cdd8}, !- Default Ground Contact Surface Constructions Name
- {280e1f1f-ef72-437f-a19f-5432a3405fad}, !- Default Exterior SubSurface Constructions Name
- {e10da1c5-cd9c-427a-80a6-4617a1804e96}, !- Default Interior SubSurface Constructions Name
- , !- Interior Partition Construction Name
- , !- Space Shading Construction Name
- , !- Building Shading Construction Name
- ; !- Site Shading Construction Name
-
-OS:DefaultSurfaceConstructions,
- {cd8fce15-89d8-4e4a-99bb-6f6793d45b74}, !- Handle
- Default Surface Constructions 190, !- Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Floor Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}, !- Wall Construction Name
- {637dd80a-59db-419c-8679-8d32fd877d22}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {e07db01f-2ee0-4438-99dc-50b6c7b90680}, !- Handle
- Default Surface Constructions 191, !- Name
- {0d0a0772-10c4-424e-a26d-4b2c6d48ef7f}, !- Floor Construction Name
- {0d0a0772-10c4-424e-a26d-4b2c6d48ef7f}, !- Wall Construction Name
- {0d0a0772-10c4-424e-a26d-4b2c6d48ef7f}; !- Roof Ceiling Construction Name
-
-OS:DefaultSurfaceConstructions,
- {5ce0efe6-2d75-4b20-bd0c-6e1ed052cdd8}, !- Handle
- Default Surface Constructions 192, !- Name
- , !- Floor Construction Name
- , !- Wall Construction Name
- ; !- Roof Ceiling Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {280e1f1f-ef72-437f-a19f-5432a3405fad}, !- Handle
- Default Sub Surface Constructions 127, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:DefaultSubSurfaceConstructions,
- {e10da1c5-cd9c-427a-80a6-4617a1804e96}, !- Handle
- Default Sub Surface Constructions 128, !- Name
- , !- Fixed Window Construction Name
- , !- Operable Window Construction Name
- , !- Door Construction Name
- , !- Glass Door Construction Name
- , !- Overhead Door Construction Name
- , !- Skylight Construction Name
- , !- Tubular Daylight Dome Construction Name
- ; !- Tubular Daylight Diffuser Construction Name
-
-OS:Facility,
- {093bbeb8-5c9b-4882-8b63-3ad2b7c21bb5}; !- Handle
-
-OS:Rendering:Color,
- {9f8bc94a-4384-46a3-bb5d-e40677908cb3}, !- Handle
- Rendering Color 93, !- Name
- 165, !- Rendering Red Value
- 42, !- Rendering Green Value
- 42; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {d56cea61-17ce-40fa-b85c-040dd21c2ae4}, !- Handle
- Rendering Color 94, !- Name
- 154, !- Rendering Red Value
- 205, !- Rendering Green Value
- 50; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {531b16aa-f377-4bcc-ae64-77c92651808d}, !- Handle
- Rendering Color 95, !- Name
- 30, !- Rendering Red Value
- 144, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {db20b17a-e76a-46b3-ab7e-8efb2f6f6f5b}, !- Handle
- Rendering Color 96, !- Name
- 106, !- Rendering Red Value
- 90, !- Rendering Green Value
- 205; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {8294f06c-b954-4b23-8cdd-807c5f218e32}, !- Handle
- Rendering Color 97, !- Name
- 250, !- Rendering Red Value
- 128, !- Rendering Green Value
- 114; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {6ba879bc-5b4e-4bed-a7bc-8ee8b73e6bc0}, !- Handle
- Rendering Color 98, !- Name
- 147, !- Rendering Red Value
- 112, !- Rendering Green Value
- 219; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {d384bd78-6dae-48bd-858c-4f096c4844fd}, !- Handle
- Rendering Color 99, !- Name
- 0, !- Rendering Red Value
- 255, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {4e2c0a62-b65e-46af-a97d-e90ba1f906f3}, !- Handle
- Rendering Color 100, !- Name
- 240, !- Rendering Red Value
- 255, !- Rendering Green Value
- 240; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {4bbb066d-3a93-4146-94c4-9b0188d0446a}, !- Handle
- Rendering Color 101, !- Name
- 143, !- Rendering Red Value
- 188, !- Rendering Green Value
- 143; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {886fc23d-66c8-43fc-a477-117747d9ca79}, !- Handle
- Rendering Color 102, !- Name
- 169, !- Rendering Red Value
- 169, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {910a56af-5936-4ad0-9c01-7f75d30506e2}, !- Handle
- Rendering Color 103, !- Name
- 250, !- Rendering Red Value
- 240, !- Rendering Green Value
- 230; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {5e11f311-6b4d-4939-bd51-32e10ad1f84d}, !- Handle
- Rendering Color 104, !- Name
- 128, !- Rendering Red Value
- 128, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {c17bac7b-0550-4ed7-bcc4-d3fe4109e6b0}, !- Handle
- Rendering Color 105, !- Name
- 152, !- Rendering Red Value
- 251, !- Rendering Green Value
- 152; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {13b637fd-bfd6-4a47-a498-2d2255730948}, !- Handle
- Rendering Color 106, !- Name
- 255, !- Rendering Red Value
- 105, !- Rendering Green Value
- 180; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {32b3c7f1-8c95-4135-a5ff-ae16fec66bed}, !- Handle
- Rendering Color 107, !- Name
- 245, !- Rendering Red Value
- 255, !- Rendering Green Value
- 250; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {aa048f40-0278-4628-bcd6-5539c29c0e4c}, !- Handle
- Rendering Color 108, !- Name
- 102, !- Rendering Red Value
- 205, !- Rendering Green Value
- 170; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {58f24b3f-ed82-42ac-b8e9-44fae5326ee4}, !- Handle
- Rendering Color 109, !- Name
- 184, !- Rendering Red Value
- 134, !- Rendering Green Value
- 11; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {9098e2a0-ae64-4264-8a53-d5da3450b562}, !- Handle
- Rendering Color 110, !- Name
- 0, !- Rendering Red Value
- 191, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {5d0c6d5f-843a-4e60-a7dd-4a38a1575cb9}, !- Handle
- Rendering Color 111, !- Name
- 34, !- Rendering Red Value
- 139, !- Rendering Green Value
- 34; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {11c3404c-325b-40ff-aea3-f5039746583d}, !- Handle
- Rendering Color 112, !- Name
- 255, !- Rendering Red Value
- 69, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {12ff553c-a50f-4747-99bd-87331d979a84}, !- Handle
- Rendering Color 113, !- Name
- 60, !- Rendering Red Value
- 179, !- Rendering Green Value
- 113; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {40c4948d-973e-4f74-a35c-156372b5da99}, !- Handle
- Rendering Color 114, !- Name
- 205, !- Rendering Red Value
- 133, !- Rendering Green Value
- 63; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {05941f90-2546-4baf-b45f-7ab1750054e0}, !- Handle
- Rendering Color 115, !- Name
- 106, !- Rendering Red Value
- 90, !- Rendering Green Value
- 205; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {ccc7ea78-754b-40a5-9198-a207febad0ca}, !- Handle
- Rendering Color 116, !- Name
- 245, !- Rendering Red Value
- 222, !- Rendering Green Value
- 179; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {0dd8fa69-f68b-46c7-b981-21c148e1444c}, !- Handle
- Rendering Color 117, !- Name
- 248, !- Rendering Red Value
- 248, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {d602004c-5af2-41d7-844f-ed700cb0e78b}, !- Handle
- Rendering Color 118, !- Name
- 255, !- Rendering Red Value
- 140, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {e95f335b-5071-41e3-b5cb-5529338fe732}, !- Handle
- Rendering Color 119, !- Name
- 210, !- Rendering Red Value
- 180, !- Rendering Green Value
- 140; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {0819f1ee-9868-457b-b319-dc5bfe044e90}, !- Handle
- Rendering Color 120, !- Name
- 222, !- Rendering Red Value
- 184, !- Rendering Green Value
- 135; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {a9bc40a8-3cb1-43d5-b77f-e1a55c76172e}, !- Handle
- Rendering Color 121, !- Name
- 135, !- Rendering Red Value
- 206, !- Rendering Green Value
- 235; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {655869c1-d4b9-438f-84ca-20ef29353b1f}, !- Handle
- Rendering Color 122, !- Name
- 47, !- Rendering Red Value
- 79, !- Rendering Green Value
- 79; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {049f0b2f-a0b0-4250-93f7-ec6ac1ac7599}, !- Handle
- Rendering Color 123, !- Name
- 0, !- Rendering Red Value
- 139, !- Rendering Green Value
- 139; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {e2a784cf-88e2-4568-bfa6-e7a9aa2937f6}, !- Handle
- Rendering Color 124, !- Name
- 253, !- Rendering Red Value
- 245, !- Rendering Green Value
- 230; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {fbc582fa-cc96-49ca-94a8-d81c28862288}, !- Handle
- Rendering Color 125, !- Name
- 255, !- Rendering Red Value
- 69, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {e655e4f8-19fe-4963-b6f9-2960cd4a30ed}, !- Handle
- Rendering Color 126, !- Name
- 250, !- Rendering Red Value
- 128, !- Rendering Green Value
- 114; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {312d38f8-8a3e-4139-a24d-71648ec9a04f}, !- Handle
- Rendering Color 127, !- Name
- 255, !- Rendering Red Value
- 0, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {f607dc38-752c-4720-a416-b25abd5833de}, !- Handle
- Rendering Color 128, !- Name
- 0, !- Rendering Red Value
- 255, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {0751c6eb-54a5-40a4-9239-1a0d8e0fd207}, !- Handle
- Rendering Color 129, !- Name
- 240, !- Rendering Red Value
- 128, !- Rendering Green Value
- 128; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {87eb5466-693e-45fe-8b52-d4f55c88872c}, !- Handle
- Rendering Color 130, !- Name
- 199, !- Rendering Red Value
- 21, !- Rendering Green Value
- 133; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {837cb428-619f-4c3b-8d31-a8b0a4777bae}, !- Handle
- Rendering Color 131, !- Name
- 220, !- Rendering Red Value
- 20, !- Rendering Green Value
- 60; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {6cf7fbae-bbc5-44d9-b730-8504f5069691}, !- Handle
- Rendering Color 132, !- Name
- 210, !- Rendering Red Value
- 180, !- Rendering Green Value
- 140; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {cbb61106-e19a-4d07-aa4c-56bd608a05bb}, !- Handle
- Rendering Color 133, !- Name
- 95, !- Rendering Red Value
- 158, !- Rendering Green Value
- 160; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {b63b258f-706b-4d56-b753-fe34e9d6895b}, !- Handle
- Rendering Color 134, !- Name
- 147, !- Rendering Red Value
- 112, !- Rendering Green Value
- 219; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {a8baad67-82b4-4c33-888d-6b799518d865}, !- Handle
- Rendering Color 135, !- Name
- 0, !- Rendering Red Value
- 0, !- Rendering Green Value
- 128; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {38faf9d4-107c-4f34-9553-83636fd3f5a7}, !- Handle
- Rendering Color 136, !- Name
- 255, !- Rendering Red Value
- 0, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {320f29b4-01ad-4c3b-9fcb-89d1aa70bb28}, !- Handle
- Rendering Color 137, !- Name
- 169, !- Rendering Red Value
- 169, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {2e85dd90-4990-4021-864d-e5a5ae3b1ece}, !- Handle
- Rendering Color 138, !- Name
- 233, !- Rendering Red Value
- 150, !- Rendering Green Value
- 122; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {43edac1c-8945-48ad-9f54-9cde26299eb2}, !- Handle
- Rendering Color 139, !- Name
- 240, !- Rendering Red Value
- 248, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {472b56ef-b544-447a-a0af-d62ae2e77d02}, !- Handle
- Rendering Color 140, !- Name
- 30, !- Rendering Red Value
- 144, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {a5e626e0-3213-46c8-bbc5-c999b0174be4}, !- Handle
- Rendering Color 141, !- Name
- 75, !- Rendering Red Value
- 0, !- Rendering Green Value
- 130; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {629897d2-2781-4c44-b113-3d262d03dae4}, !- Handle
- Rendering Color 142, !- Name
- 153, !- Rendering Red Value
- 50, !- Rendering Green Value
- 204; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {0fc3008f-5600-4265-8a6c-1cf0cc8dacf4}, !- Handle
- Rendering Color 143, !- Name
- 255, !- Rendering Red Value
- 105, !- Rendering Green Value
- 180; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {8ca952e9-a102-4bac-a81f-0c8a7eaa762f}, !- Handle
- Rendering Color 144, !- Name
- 34, !- Rendering Red Value
- 139, !- Rendering Green Value
- 34; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {1040f905-6346-4fbd-8a09-26f1804a4397}, !- Handle
- Rendering Color 145, !- Name
- 230, !- Rendering Red Value
- 230, !- Rendering Green Value
- 250; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {d45f4187-e18c-4e0b-98c3-57d1f8f779fa}, !- Handle
- Rendering Color 146, !- Name
- 72, !- Rendering Red Value
- 61, !- Rendering Green Value
- 139; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {065e0a81-60f2-419f-9b2a-a04d8848c89b}, !- Handle
- Rendering Color 147, !- Name
- 65, !- Rendering Red Value
- 105, !- Rendering Green Value
- 225; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {0b703e6c-387b-43eb-9109-2a5898829c3d}, !- Handle
- Rendering Color 148, !- Name
- 152, !- Rendering Red Value
- 251, !- Rendering Green Value
- 152; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {288bab31-7484-40dc-9132-e6cb1d87b8d4}, !- Handle
- Rendering Color 149, !- Name
- 255, !- Rendering Red Value
- 250, !- Rendering Green Value
- 205; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {3b01c082-afc4-4cf6-aa8b-d167b9a6f915}, !- Handle
- Rendering Color 150, !- Name
- 169, !- Rendering Red Value
- 169, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {7a87b354-94ff-467e-a87a-bef30f0e6cbb}, !- Handle
- Rendering Color 151, !- Name
- 250, !- Rendering Red Value
- 240, !- Rendering Green Value
- 230; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {a9d4078f-5ac2-435d-9c5c-84ad68a9d187}, !- Handle
- Rendering Color 152, !- Name
- 0, !- Rendering Red Value
- 128, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {cfad1a02-a0fa-4b47-a3f9-b610b399ac0f}, !- Handle
- Rendering Color 153, !- Name
- 248, !- Rendering Red Value
- 248, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {df33979a-e8c6-4d2a-becb-1c39232d70ef}, !- Handle
- Rendering Color 154, !- Name
- 148, !- Rendering Red Value
- 0, !- Rendering Green Value
- 211; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {6feede14-3b52-4751-985c-b46d669cba83}, !- Handle
- Rendering Color 155, !- Name
- 0, !- Rendering Red Value
- 250, !- Rendering Green Value
- 154; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {4fe5bd0d-46fd-49ee-b3b9-0b9c196cbe88}, !- Handle
- Rendering Color 156, !- Name
- 245, !- Rendering Red Value
- 245, !- Rendering Green Value
- 245; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {1e2aecf3-2f76-4c59-9be9-9cfc9d5a00cb}, !- Handle
- Rendering Color 157, !- Name
- 64, !- Rendering Red Value
- 224, !- Rendering Green Value
- 208; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {f698320f-c69e-4626-baf6-473efe42aabd}, !- Handle
- Rendering Color 158, !- Name
- 233, !- Rendering Red Value
- 150, !- Rendering Green Value
- 122; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {bdf089cf-ee53-433a-817c-3ab83bcfe8fb}, !- Handle
- Rendering Color 159, !- Name
- 255, !- Rendering Red Value
- 99, !- Rendering Green Value
- 71; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {b3543280-63e2-4757-a888-386dd3ea1792}, !- Handle
- Rendering Color 160, !- Name
- 0, !- Rendering Red Value
- 100, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {8d557d3c-6558-4ea0-b1b5-8b2bfe6072b8}, !- Handle
- Rendering Color 161, !- Name
- 173, !- Rendering Red Value
- 255, !- Rendering Green Value
- 47; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {72575c19-d8e0-4179-80a8-faf8de5553a9}, !- Handle
- Rendering Color 162, !- Name
- 0, !- Rendering Red Value
- 0, !- Rendering Green Value
- 205; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {f2402793-4006-43e7-82e3-0f6840d5441e}, !- Handle
- Rendering Color 163, !- Name
- 154, !- Rendering Red Value
- 205, !- Rendering Green Value
- 50; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {024b7274-f9c7-4875-9220-b8a2b5688599}, !- Handle
- Rendering Color 164, !- Name
- 255, !- Rendering Red Value
- 255, !- Rendering Green Value
- 240; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {467c2859-d8cb-4a69-bf97-dcc545258f4a}, !- Handle
- Rendering Color 165, !- Name
- 0, !- Rendering Red Value
- 255, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {37f9c417-fdf9-4138-a569-646e6466b322}, !- Handle
- Rendering Color 166, !- Name
- 135, !- Rendering Red Value
- 206, !- Rendering Green Value
- 250; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {a7b25f03-8c8c-4973-8a43-9175695b3b89}, !- Handle
- Rendering Color 167, !- Name
- 255, !- Rendering Red Value
- 165, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {9afd6835-93b4-43ad-be59-50d637340dde}, !- Handle
- Rendering Color 168, !- Name
- 219, !- Rendering Red Value
- 112, !- Rendering Green Value
- 147; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {9fe4dedf-dbd2-4780-a85b-fc5a6467d3d6}, !- Handle
- Rendering Color 169, !- Name
- 72, !- Rendering Red Value
- 209, !- Rendering Green Value
- 204; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {0eac7dec-cbb7-46cc-8e8a-60928f18f6ac}, !- Handle
- Rendering Color 170, !- Name
- 255, !- Rendering Red Value
- 235, !- Rendering Green Value
- 205; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {57cf1a36-ec6b-420f-a352-6253ca98c5b7}, !- Handle
- Rendering Color 171, !- Name
- 0, !- Rendering Red Value
- 255, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {1bf0782d-528c-4895-a523-d715d3bf0d77}, !- Handle
- Rendering Color 172, !- Name
- 255, !- Rendering Red Value
- 228, !- Rendering Green Value
- 196; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {9d82f052-ab25-44ff-a655-bdc31e046cc6}, !- Handle
- Rendering Color 173, !- Name
- 0, !- Rendering Red Value
- 206, !- Rendering Green Value
- 209; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {0d8c67e8-09f7-4146-9dfd-3e5455049fca}, !- Handle
- Rendering Color 174, !- Name
- 238, !- Rendering Red Value
- 232, !- Rendering Green Value
- 170; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {29c04dd9-00d5-46b8-b51e-432289233721}, !- Handle
- Rendering Color 175, !- Name
- 0, !- Rendering Red Value
- 255, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {699c8a4d-b258-4614-b441-5c6860921445}, !- Handle
- Rendering Color 176, !- Name
- 47, !- Rendering Red Value
- 79, !- Rendering Green Value
- 79; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {7e753571-c598-4d0c-9caf-8e01e020b8e8}, !- Handle
- Rendering Color 177, !- Name
- 72, !- Rendering Red Value
- 209, !- Rendering Green Value
- 204; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {719ae211-f4a3-4d22-95c1-975d6d52de73}, !- Handle
- Rendering Color 178, !- Name
- 106, !- Rendering Red Value
- 90, !- Rendering Green Value
- 205; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {eafbfbf8-143f-4914-965b-c0f99bfd4032}, !- Handle
- Rendering Color 179, !- Name
- 176, !- Rendering Red Value
- 196, !- Rendering Green Value
- 222; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {50a5a216-476d-4438-a77c-8d76c497addf}, !- Handle
- Rendering Color 180, !- Name
- 119, !- Rendering Red Value
- 136, !- Rendering Green Value
- 153; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {35c5003c-2213-4a83-a37b-ed3825ccdfa1}, !- Handle
- Rendering Color 181, !- Name
- 119, !- Rendering Red Value
- 136, !- Rendering Green Value
- 153; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {83765133-3acd-4afd-afa8-86c53613707f}, !- Handle
- Rendering Color 182, !- Name
- 245, !- Rendering Red Value
- 245, !- Rendering Green Value
- 245; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {22ca222b-69cf-4a5c-b8b1-e51bce2e2f9b}, !- Handle
- Rendering Color 183, !- Name
- 175, !- Rendering Red Value
- 238, !- Rendering Green Value
- 238; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {1853f1a5-4b91-4dac-970e-54cd2ed742a5}, !- Handle
- Rendering Color 184, !- Name
- 95, !- Rendering Red Value
- 158, !- Rendering Green Value
- 160; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {07e506f9-1841-41a3-834c-4ff7fbe8b87f}, !- Handle
- Rendering Color 185, !- Name
- 135, !- Rendering Red Value
- 206, !- Rendering Green Value
- 235; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {4acaa55f-10cd-4506-8116-fb9b3b2df2ee}, !- Handle
- Rendering Color 186, !- Name
- 255, !- Rendering Red Value
- 140, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {fb3a4b86-8528-44ea-b5e9-ffdfcb5a901c}, !- Handle
- Rendering Color 187, !- Name
- 255, !- Rendering Red Value
- 69, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {18a5c7bf-eeff-40cd-944e-7d403559160c}, !- Handle
- Rendering Color 188, !- Name
- 255, !- Rendering Red Value
- 240, !- Rendering Green Value
- 245; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {02810718-737d-4085-9884-181bc4e891d6}, !- Handle
- Rendering Color 189, !- Name
- 224, !- Rendering Red Value
- 255, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {0f0c6bad-fde1-4114-a805-d9b8bb05b171}, !- Handle
- Rendering Color 190, !- Name
- 222, !- Rendering Red Value
- 184, !- Rendering Green Value
- 135; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {0a9e00a1-f2d1-4618-b271-9b76c8579fda}, !- Handle
- Rendering Color 191, !- Name
- 147, !- Rendering Red Value
- 112, !- Rendering Green Value
- 219; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {b0899a88-e436-4f0f-bbe0-bcd942919233}, !- Handle
- Rendering Color 192, !- Name
- 255, !- Rendering Red Value
- 192, !- Rendering Green Value
- 203; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {e8372371-52e4-4da4-ac2a-22c9e9ed945b}, !- Handle
- Rendering Color 193, !- Name
- 30, !- Rendering Red Value
- 144, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {0a9a33e2-69eb-4162-adfc-4d8257047822}, !- Handle
- Rendering Color 194, !- Name
- 105, !- Rendering Red Value
- 105, !- Rendering Green Value
- 105; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {d0585f28-0a0c-4b2e-97fe-b0c6bf2f4bf6}, !- Handle
- Rendering Color 195, !- Name
- 173, !- Rendering Red Value
- 255, !- Rendering Green Value
- 47; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {caef7403-e433-4374-a0db-7431b62a7dc2}, !- Handle
- Rendering Color 196, !- Name
- 255, !- Rendering Red Value
- 140, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {7d2525e6-4a5c-4461-ac80-486c68f90f5e}, !- Handle
- Rendering Color 197, !- Name
- 255, !- Rendering Red Value
- 248, !- Rendering Green Value
- 220; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {8815b1c6-efba-40de-b062-81d3deb97d58}, !- Handle
- Rendering Color 198, !- Name
- 72, !- Rendering Red Value
- 209, !- Rendering Green Value
- 204; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {483ce1b1-71f4-4008-8939-ca8270d31452}, !- Handle
- Rendering Color 199, !- Name
- 240, !- Rendering Red Value
- 255, !- Rendering Green Value
- 240; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {974bc8df-0370-4f22-9ae2-25b65942d529}, !- Handle
- Rendering Color 200, !- Name
- 144, !- Rendering Red Value
- 238, !- Rendering Green Value
- 144; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {16a81b16-dca2-4189-9c87-cba787b9e64f}, !- Handle
- Rendering Color 201, !- Name
- 0, !- Rendering Red Value
- 0, !- Rendering Green Value
- 139; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {01509abd-50b3-41af-8744-2b993c7df23d}, !- Handle
- Rendering Color 202, !- Name
- 255, !- Rendering Red Value
- 182, !- Rendering Green Value
- 193; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {5884cfd1-4f24-499b-aea9-fbf8215f94ae}, !- Handle
- Rendering Color 203, !- Name
- 199, !- Rendering Red Value
- 21, !- Rendering Green Value
- 133; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {485959a9-f0b9-4983-9a80-d2b5d1773e1f}, !- Handle
- Rendering Color 204, !- Name
- 233, !- Rendering Red Value
- 150, !- Rendering Green Value
- 122; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {bb3ab245-ab1e-4dd5-b435-957b4b3f7f7a}, !- Handle
- Rendering Color 205, !- Name
- 250, !- Rendering Red Value
- 240, !- Rendering Green Value
- 230; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {d42f0b29-47e4-4d58-9314-179762c59454}, !- Handle
- Rendering Color 206, !- Name
- 250, !- Rendering Red Value
- 240, !- Rendering Green Value
- 230; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {809b84a3-a40a-4d43-8d31-e33d35a721f4}, !- Handle
- Rendering Color 207, !- Name
- 123, !- Rendering Red Value
- 104, !- Rendering Green Value
- 238; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {baadbaa5-c12b-4ffa-94ad-8f6aa5355d3e}, !- Handle
- Rendering Color 208, !- Name
- 255, !- Rendering Red Value
- 228, !- Rendering Green Value
- 181; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {13b0a0a1-a0b0-4acd-b2b5-b5bf113350e4}, !- Handle
- Rendering Color 209, !- Name
- 255, !- Rendering Red Value
- 228, !- Rendering Green Value
- 196; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {8ca2ebd2-7bd0-4c40-bbdc-710d0a41cfb4}, !- Handle
- Rendering Color 210, !- Name
- 0, !- Rendering Red Value
- 0, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {30228e9a-e41b-4c0f-a073-754e58412367}, !- Handle
- Rendering Color 211, !- Name
- 240, !- Rendering Red Value
- 248, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {fbaffa09-b87a-4721-b1f4-a58bf875becd}, !- Handle
- Rendering Color 212, !- Name
- 188, !- Rendering Red Value
- 143, !- Rendering Green Value
- 143; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {a9f3cd07-bab4-4134-b710-a61a42788229}, !- Handle
- Rendering Color 213, !- Name
- 255, !- Rendering Red Value
- 160, !- Rendering Green Value
- 122; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {3c347c78-4e8d-4f1f-8e91-0706bba81fd8}, !- Handle
- Rendering Color 214, !- Name
- 255, !- Rendering Red Value
- 239, !- Rendering Green Value
- 213; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {9c78354b-145f-46c8-9d34-82c367ab6447}, !- Handle
- Rendering Color 215, !- Name
- 139, !- Rendering Red Value
- 0, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {d6e02691-a221-4eb6-ac9a-f97f6d465136}, !- Handle
- Rendering Color 216, !- Name
- 32, !- Rendering Red Value
- 178, !- Rendering Green Value
- 170; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {5c0a1713-167a-4565-84b7-e86a8c4d60e5}, !- Handle
- Rendering Color 217, !- Name
- 219, !- Rendering Red Value
- 112, !- Rendering Green Value
- 147; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {762b4554-8836-403a-ac3d-39715abd67a4}, !- Handle
- Rendering Color 218, !- Name
- 255, !- Rendering Red Value
- 0, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {d324c1f6-b466-4c8b-bd6d-de0a5047a760}, !- Handle
- Rendering Color 219, !- Name
- 173, !- Rendering Red Value
- 216, !- Rendering Green Value
- 230; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {20f30c60-ad81-48c3-b932-a9a5786a4a39}, !- Handle
- Rendering Color 220, !- Name
- 60, !- Rendering Red Value
- 179, !- Rendering Green Value
- 113; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {990b8d5f-9bd1-452b-99c8-69f322ac4fc0}, !- Handle
- Rendering Color 221, !- Name
- 233, !- Rendering Red Value
- 150, !- Rendering Green Value
- 122; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {65c2e8d5-fc77-4938-a7f6-8cfc7e30bc75}, !- Handle
- Rendering Color 222, !- Name
- 255, !- Rendering Red Value
- 250, !- Rendering Green Value
- 250; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {f378692d-e8a7-4338-89c0-fe8320ab1909}, !- Handle
- Rendering Color 223, !- Name
- 240, !- Rendering Red Value
- 230, !- Rendering Green Value
- 140; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {c8249aef-f231-49cc-9e97-63a7342f8c57}, !- Handle
- Rendering Color 224, !- Name
- 205, !- Rendering Red Value
- 92, !- Rendering Green Value
- 92; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {b2004c41-740a-4002-a62c-028d724b711d}, !- Handle
- Rendering Color 225, !- Name
- 220, !- Rendering Red Value
- 220, !- Rendering Green Value
- 220; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {39f36b04-142b-41e5-af02-52c96a3c067c}, !- Handle
- Rendering Color 226, !- Name
- 221, !- Rendering Red Value
- 160, !- Rendering Green Value
- 221; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {5f8cc3e5-37c1-474f-8d3b-38caba9d7b02}, !- Handle
- Rendering Color 227, !- Name
- 138, !- Rendering Red Value
- 43, !- Rendering Green Value
- 226; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {b0394973-0e35-4df6-9dae-4980ee19c5a4}, !- Handle
- Rendering Color 228, !- Name
- 0, !- Rendering Red Value
- 100, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {1a98c9df-5d48-4e39-a739-104f8bbd09a7}, !- Handle
- Rendering Color 229, !- Name
- 169, !- Rendering Red Value
- 169, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {5e659c3c-7fa7-487c-a5ef-6e5aff042096}, !- Handle
- Rendering Color 230, !- Name
- 255, !- Rendering Red Value
- 192, !- Rendering Green Value
- 203; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {85b3a6e9-0af0-4b6c-85f3-70c7e00634b5}, !- Handle
- Rendering Color 231, !- Name
- 0, !- Rendering Red Value
- 255, !- Rendering Green Value
- 127; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {54533d57-59e8-48da-b9f2-5eff03af3649}, !- Handle
- Rendering Color 232, !- Name
- 218, !- Rendering Red Value
- 112, !- Rendering Green Value
- 214; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {78e24b0c-35f3-491f-b6b6-81e43f9900e3}, !- Handle
- Rendering Color 233, !- Name
- 189, !- Rendering Red Value
- 183, !- Rendering Green Value
- 107; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {b19d5e5b-d100-42d4-a4f9-129db68c8da6}, !- Handle
- Rendering Color 234, !- Name
- 173, !- Rendering Red Value
- 255, !- Rendering Green Value
- 47; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {10eb4c32-4f4d-4b14-8266-d1e87ed288bc}, !- Handle
- Rendering Color 235, !- Name
- 135, !- Rendering Red Value
- 206, !- Rendering Green Value
- 250; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {96c8c26c-5e58-4774-811c-ac3cb0fc1283}, !- Handle
- Rendering Color 236, !- Name
- 250, !- Rendering Red Value
- 128, !- Rendering Green Value
- 114; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {ae01db34-e566-4a46-bca7-53a1ff2c36fb}, !- Handle
- Rendering Color 237, !- Name
- 255, !- Rendering Red Value
- 222, !- Rendering Green Value
- 173; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {28a8edd4-c923-4214-8e7c-7758b940749a}, !- Handle
- Rendering Color 238, !- Name
- 240, !- Rendering Red Value
- 248, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {40fb89ac-f3d6-403e-9825-d04f293db521}, !- Handle
- Rendering Color 239, !- Name
- 250, !- Rendering Red Value
- 240, !- Rendering Green Value
- 230; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {c8f3ddf8-412e-440d-a0b8-31caf2a3c2ef}, !- Handle
- Rendering Color 240, !- Name
- 233, !- Rendering Red Value
- 150, !- Rendering Green Value
- 122; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {2b4c499c-0e13-4f74-82da-fa00688258fb}, !- Handle
- Rendering Color 241, !- Name
- 173, !- Rendering Red Value
- 255, !- Rendering Green Value
- 47; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {1117f297-3f25-43a4-9674-fd5bc7e27258}, !- Handle
- Rendering Color 242, !- Name
- 218, !- Rendering Red Value
- 112, !- Rendering Green Value
- 214; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {85cf9835-be45-4095-9bb6-d864272e9995}, !- Handle
- Rendering Color 243, !- Name
- 176, !- Rendering Red Value
- 224, !- Rendering Green Value
- 230; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {cce2557e-0d3a-4c7b-9512-1b9f92079fe8}, !- Handle
- Rendering Color 244, !- Name
- 105, !- Rendering Red Value
- 105, !- Rendering Green Value
- 105; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {cb44820f-c7e7-4ffb-9c3c-b358301739a8}, !- Handle
- Rendering Color 245, !- Name
- 60, !- Rendering Red Value
- 179, !- Rendering Green Value
- 113; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {f3f70733-22ac-4af2-85c9-d4ec71c3d502}, !- Handle
- Rendering Color 246, !- Name
- 135, !- Rendering Red Value
- 206, !- Rendering Green Value
- 250; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {50250294-5daa-413d-a8ce-301f59c1f3e9}, !- Handle
- Rendering Color 247, !- Name
- 128, !- Rendering Red Value
- 128, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {54e6e972-63bb-4688-9c7d-705f20a1e305}, !- Handle
- Rendering Color 248, !- Name
- 60, !- Rendering Red Value
- 179, !- Rendering Green Value
- 113; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {10e600b5-72e2-4e0b-bf8a-5d0dda01cebf}, !- Handle
- Rendering Color 249, !- Name
- 240, !- Rendering Red Value
- 255, !- Rendering Green Value
- 240; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {e1a8dbce-5de8-4e03-81f1-c5bb76a24dae}, !- Handle
- Rendering Color 250, !- Name
- 233, !- Rendering Red Value
- 150, !- Rendering Green Value
- 122; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {501f8390-3264-404e-935f-236c971cd7e6}, !- Handle
- Rendering Color 251, !- Name
- 32, !- Rendering Red Value
- 178, !- Rendering Green Value
- 170; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {58f78fee-3947-4593-9997-24a7f58d396b}, !- Handle
- Rendering Color 252, !- Name
- 218, !- Rendering Red Value
- 112, !- Rendering Green Value
- 214; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {b2a7942d-c30d-4943-aa78-4428a7f03c96}, !- Handle
- Rendering Color 253, !- Name
- 255, !- Rendering Red Value
- 160, !- Rendering Green Value
- 122; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {97849181-c59b-4626-b565-0b29c0079f67}, !- Handle
- Rendering Color 254, !- Name
- 138, !- Rendering Red Value
- 43, !- Rendering Green Value
- 226; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {9eb9d127-8aa7-4c97-8bac-30402c18ea5d}, !- Handle
- Rendering Color 255, !- Name
- 255, !- Rendering Red Value
- 239, !- Rendering Green Value
- 213; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {6533d3f1-0b90-4320-9220-6fd84955a880}, !- Handle
- Rendering Color 256, !- Name
- 240, !- Rendering Red Value
- 255, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {e0d60368-a26f-4420-a6e4-ac892c7859ba}, !- Handle
- Rendering Color 257, !- Name
- 255, !- Rendering Red Value
- 235, !- Rendering Green Value
- 205; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {dabf88b9-5f6f-4dac-b23d-8b8d32124472}, !- Handle
- Rendering Color 258, !- Name
- 248, !- Rendering Red Value
- 248, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {fc70dcf8-88b9-4188-b8ea-4c7bd94e7e09}, !- Handle
- Rendering Color 259, !- Name
- 144, !- Rendering Red Value
- 238, !- Rendering Green Value
- 144; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {7e3a05c6-32e0-45eb-aaa5-7c1027bc1243}, !- Handle
- Rendering Color 260, !- Name
- 255, !- Rendering Red Value
- 255, !- Rendering Green Value
- 224; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {19c9fb78-9783-4918-b241-5bf63d0d457b}, !- Handle
- Rendering Color 261, !- Name
- 100, !- Rendering Red Value
- 149, !- Rendering Green Value
- 237; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {a669254c-e8be-468c-afac-b805e66e65c5}, !- Handle
- Rendering Color 262, !- Name
- 255, !- Rendering Red Value
- 127, !- Rendering Green Value
- 80; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {bed74763-2eda-4ac0-8b49-089599e13a4c}, !- Handle
- Rendering Color 263, !- Name
- 255, !- Rendering Red Value
- 228, !- Rendering Green Value
- 196; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {6142552e-3615-4806-a38f-9da80422b7fb}, !- Handle
- Rendering Color 264, !- Name
- 255, !- Rendering Red Value
- 239, !- Rendering Green Value
- 213; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {94cf3105-757a-4674-bef5-c9508248c9f0}, !- Handle
- Rendering Color 265, !- Name
- 173, !- Rendering Red Value
- 255, !- Rendering Green Value
- 47; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {8a76f28d-0b4c-4f7c-95ca-366e696bfed2}, !- Handle
- Rendering Color 266, !- Name
- 173, !- Rendering Red Value
- 216, !- Rendering Green Value
- 230; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {cc69191e-3993-418e-9d0e-958c10cec325}, !- Handle
- Rendering Color 267, !- Name
- 127, !- Rendering Red Value
- 255, !- Rendering Green Value
- 212; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {9ea4598f-8d09-4a5a-bb0f-d02feb980483}, !- Handle
- Rendering Color 268, !- Name
- 65, !- Rendering Red Value
- 105, !- Rendering Green Value
- 225; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {2961c469-e384-41b0-801e-e5d3b41ebccf}, !- Handle
- Rendering Color 269, !- Name
- 245, !- Rendering Red Value
- 245, !- Rendering Green Value
- 220; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {fbfa4b1a-a385-4783-803c-cac43a402f55}, !- Handle
- Rendering Color 270, !- Name
- 85, !- Rendering Red Value
- 107, !- Rendering Green Value
- 47; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {43bc7622-612f-4898-b1c9-b3f90df46d52}, !- Handle
- Rendering Color 271, !- Name
- 255, !- Rendering Red Value
- 255, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {fb248930-f824-4b8f-a700-597d68cc7908}, !- Handle
- Rendering Color 272, !- Name
- 218, !- Rendering Red Value
- 165, !- Rendering Green Value
- 32; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {1b5d26fe-409a-4172-be04-61408cb97100}, !- Handle
- Rendering Color 273, !- Name
- 127, !- Rendering Red Value
- 255, !- Rendering Green Value
- 212; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {29b4eeb6-6974-4d5d-9fb2-43fb017e16c6}, !- Handle
- Rendering Color 274, !- Name
- 169, !- Rendering Red Value
- 169, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {be733825-dbda-4a05-ab77-f0bb38cf54a0}, !- Handle
- Rendering Color 275, !- Name
- 0, !- Rendering Red Value
- 255, !- Rendering Green Value
- 127; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {1d1314a1-2a67-43a2-beb0-8ef73c58d9fb}, !- Handle
- Rendering Color 276, !- Name
- 153, !- Rendering Red Value
- 50, !- Rendering Green Value
- 204; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {40096b05-f715-4431-8a21-2ca98978aa32}, !- Handle
- Rendering Color 277, !- Name
- 240, !- Rendering Red Value
- 255, !- Rendering Green Value
- 240; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {fd7ce1d1-e737-48df-a217-a982742fa69f}, !- Handle
- Rendering Color 278, !- Name
- 255, !- Rendering Red Value
- 0, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {d9e2f627-2c21-402f-bdd7-f5161c3c5188}, !- Handle
- Rendering Color 279, !- Name
- 255, !- Rendering Red Value
- 222, !- Rendering Green Value
- 173; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {c804bd9a-576d-4a18-9b2f-3d3edfb6bae9}, !- Handle
- Rendering Color 280, !- Name
- 230, !- Rendering Red Value
- 230, !- Rendering Green Value
- 250; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {f8ee0e97-fe9d-411a-a70c-0fed592bdcb7}, !- Handle
- Rendering Color 281, !- Name
- 186, !- Rendering Red Value
- 85, !- Rendering Green Value
- 211; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {254a5f0d-161b-4972-a2cb-41be35cd2d1e}, !- Handle
- Rendering Color 282, !- Name
- 173, !- Rendering Red Value
- 255, !- Rendering Green Value
- 47; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {4f7d7351-dc5b-4be3-b55c-2ee0988a6f66}, !- Handle
- Rendering Color 283, !- Name
- 25, !- Rendering Red Value
- 25, !- Rendering Green Value
- 112; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {1debd370-324b-4f85-b519-74e42dff2780}, !- Handle
- Rendering Color 284, !- Name
- 255, !- Rendering Red Value
- 228, !- Rendering Green Value
- 181; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {5f82342d-ea4d-4879-ae63-983202bd2e91}, !- Handle
- Rendering Color 285, !- Name
- 25, !- Rendering Red Value
- 25, !- Rendering Green Value
- 112; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {7b88eed3-e8a4-42b9-a41d-fd5d35f88f8c}, !- Handle
- Rendering Color 286, !- Name
- 255, !- Rendering Red Value
- 182, !- Rendering Green Value
- 193; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {d69b8086-765f-4015-ad0b-186456b47673}, !- Handle
- Rendering Color 287, !- Name
- 255, !- Rendering Red Value
- 20, !- Rendering Green Value
- 147; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {15f7e199-e7f3-4fdd-9cb1-de6a118e27dc}, !- Handle
- Rendering Color 288, !- Name
- 255, !- Rendering Red Value
- 218, !- Rendering Green Value
- 185; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {43c26936-afb0-4d34-a314-25bee800babe}, !- Handle
- Rendering Color 289, !- Name
- 238, !- Rendering Red Value
- 130, !- Rendering Green Value
- 238; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {0dc23693-a1c6-4fed-b883-68a0adbf1868}, !- Handle
- Rendering Color 290, !- Name
- 189, !- Rendering Red Value
- 183, !- Rendering Green Value
- 107; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {399c3aca-317d-4adb-b061-edca81d847ef}, !- Handle
- Rendering Color 291, !- Name
- 205, !- Rendering Red Value
- 92, !- Rendering Green Value
- 92; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {8962c163-f60c-494e-b166-12a382189644}, !- Handle
- Rendering Color 292, !- Name
- 169, !- Rendering Red Value
- 169, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {4038a47e-6161-4b3a-ad0d-36b1dd43149e}, !- Handle
- Rendering Color 293, !- Name
- 34, !- Rendering Red Value
- 139, !- Rendering Green Value
- 34; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {e49d1ac3-2d66-4e52-a1b7-f1898c0dcc21}, !- Handle
- Rendering Color 294, !- Name
- 240, !- Rendering Red Value
- 255, !- Rendering Green Value
- 240; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {e5fbe26e-e20d-471c-8bd4-b97dde3f9ca7}, !- Handle
- Rendering Color 295, !- Name
- 218, !- Rendering Red Value
- 112, !- Rendering Green Value
- 214; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {7a9d4d73-41f7-4be1-90fa-bde99892ea35}, !- Handle
- Rendering Color 296, !- Name
- 72, !- Rendering Red Value
- 209, !- Rendering Green Value
- 204; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {50903ea0-51b4-44c0-b288-7047387defe8}, !- Handle
- Rendering Color 297, !- Name
- 135, !- Rendering Red Value
- 206, !- Rendering Green Value
- 250; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {88147034-3a86-43fc-96f2-1f25f2a42263}, !- Handle
- Rendering Color 298, !- Name
- 175, !- Rendering Red Value
- 238, !- Rendering Green Value
- 238; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {01b13463-a289-4ea3-a850-b4074ffc4ec4}, !- Handle
- Rendering Color 299, !- Name
- 250, !- Rendering Red Value
- 128, !- Rendering Green Value
- 114; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {58681989-027e-4908-9e5d-edb38367851b}, !- Handle
- Rendering Color 300, !- Name
- 72, !- Rendering Red Value
- 61, !- Rendering Green Value
- 139; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {4295b1af-3b2c-4a43-8894-724bc6e325ef}, !- Handle
- Rendering Color 301, !- Name
- 72, !- Rendering Red Value
- 209, !- Rendering Green Value
- 204; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {b50c1219-fc3e-48b4-8b24-5f1254a76ca4}, !- Handle
- Rendering Color 302, !- Name
- 135, !- Rendering Red Value
- 206, !- Rendering Green Value
- 235; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {2ff1a601-a919-430e-b3bc-1034a3fc974a}, !- Handle
- Rendering Color 303, !- Name
- 240, !- Rendering Red Value
- 255, !- Rendering Green Value
- 240; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {eabdbb2c-6725-4025-aad3-a993d3b0dde3}, !- Handle
- Rendering Color 304, !- Name
- 175, !- Rendering Red Value
- 238, !- Rendering Green Value
- 238; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {ea621f54-2b21-4f9b-8b1d-21d81cd16900}, !- Handle
- Rendering Color 305, !- Name
- 30, !- Rendering Red Value
- 144, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {b0a7770c-61ea-40fb-b071-989b2236ab71}, !- Handle
- Rendering Color 306, !- Name
- 220, !- Rendering Red Value
- 220, !- Rendering Green Value
- 220; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {98eb45d6-f456-41a4-9b09-a94561918275}, !- Handle
- Rendering Color 307, !- Name
- 184, !- Rendering Red Value
- 134, !- Rendering Green Value
- 11; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {529f6a57-0dbb-4239-bcc2-0be99c6a77b8}, !- Handle
- Rendering Color 308, !- Name
- 0, !- Rendering Red Value
- 0, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {aa3f536a-7a2a-481e-b559-da7485e330cd}, !- Handle
- Rendering Color 309, !- Name
- 169, !- Rendering Red Value
- 169, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {793f53be-8bf9-45ae-a749-5787d652419c}, !- Handle
- Rendering Color 310, !- Name
- 255, !- Rendering Red Value
- 0, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {6004eea9-e716-48cc-8f6e-e15b1a51ad3f}, !- Handle
- Rendering Color 311, !- Name
- 0, !- Rendering Red Value
- 0, !- Rendering Green Value
- 205; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {9a1818ca-b2d8-479d-a2ae-95517632a29e}, !- Handle
- Rendering Color 312, !- Name
- 219, !- Rendering Red Value
- 112, !- Rendering Green Value
- 147; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {cbc75808-b080-446f-af6d-4b4e570ab796}, !- Handle
- Rendering Color 313, !- Name
- 124, !- Rendering Red Value
- 252, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {00b601e1-e375-4b45-9d87-28c185f1b67e}, !- Handle
- Rendering Color 314, !- Name
- 255, !- Rendering Red Value
- 0, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {4b6e0c4d-d323-45dc-bb02-17d0593c1fda}, !- Handle
- Rendering Color 315, !- Name
- 0, !- Rendering Red Value
- 206, !- Rendering Green Value
- 209; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {aa26cc43-75ce-4d91-aed7-48eb990a5d35}, !- Handle
- Rendering Color 316, !- Name
- 124, !- Rendering Red Value
- 252, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {f35dc5be-f534-462d-b35e-56435ea76579}, !- Handle
- Rendering Color 317, !- Name
- 240, !- Rendering Red Value
- 255, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {3bc849ee-bdd4-4aa7-83a9-d335235e109f}, !- Handle
- Rendering Color 318, !- Name
- 139, !- Rendering Red Value
- 0, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {c9d111e5-23c0-4be1-9ba8-6e37b4082982}, !- Handle
- Rendering Color 319, !- Name
- 34, !- Rendering Red Value
- 139, !- Rendering Green Value
- 34; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {b10361dd-c414-4aed-a538-40064fcedc1c}, !- Handle
- Rendering Color 320, !- Name
- 128, !- Rendering Red Value
- 128, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {4f41f461-be33-40cc-afb6-7e2ca9517270}, !- Handle
- Rendering Color 321, !- Name
- 173, !- Rendering Red Value
- 216, !- Rendering Green Value
- 230; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {ac6af2a2-14b5-4153-91b0-79248b6ad903}, !- Handle
- Rendering Color 322, !- Name
- 143, !- Rendering Red Value
- 188, !- Rendering Green Value
- 143; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {84e11d38-4f57-49b2-97d5-030dc6665d3d}, !- Handle
- Rendering Color 323, !- Name
- 210, !- Rendering Red Value
- 180, !- Rendering Green Value
- 140; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {fa7882e6-4c26-4d18-b6b1-c6cf6a0e3537}, !- Handle
- Rendering Color 324, !- Name
- 95, !- Rendering Red Value
- 158, !- Rendering Green Value
- 160; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {670b8a44-99b8-445b-bae0-35e85de32618}, !- Handle
- Rendering Color 325, !- Name
- 160, !- Rendering Red Value
- 82, !- Rendering Green Value
- 45; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {946eea9f-4f3e-4700-92a6-1ff69b94a43c}, !- Handle
- Rendering Color 326, !- Name
- 255, !- Rendering Red Value
- 248, !- Rendering Green Value
- 220; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {668735f6-1d72-4523-848a-b6eb6f96d34b}, !- Handle
- Rendering Color 327, !- Name
- 255, !- Rendering Red Value
- 240, !- Rendering Green Value
- 245; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {422c07cf-69bc-472f-8c90-eb09d5651cab}, !- Handle
- Rendering Color 328, !- Name
- 112, !- Rendering Red Value
- 128, !- Rendering Green Value
- 144; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {db013bbe-187e-4d62-a65f-8f2b33753f05}, !- Handle
- Rendering Color 329, !- Name
- 173, !- Rendering Red Value
- 255, !- Rendering Green Value
- 47; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {4f3a1d88-723d-4165-bdfd-7259496ab4e7}, !- Handle
- Rendering Color 330, !- Name
- 255, !- Rendering Red Value
- 99, !- Rendering Green Value
- 71; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {29c26aa1-e8c7-4966-8854-efcb78a19153}, !- Handle
- Rendering Color 331, !- Name
- 165, !- Rendering Red Value
- 42, !- Rendering Green Value
- 42; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {7c0caed3-c8fc-4bdb-b927-d6ede611a3cd}, !- Handle
- Rendering Color 332, !- Name
- 30, !- Rendering Red Value
- 144, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {4863be98-8575-4e43-8068-1f1a1ed6560d}, !- Handle
- Rendering Color 333, !- Name
- 175, !- Rendering Red Value
- 238, !- Rendering Green Value
- 238; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {0620df5f-1261-441a-a7ea-05d5d8cd6992}, !- Handle
- Rendering Color 334, !- Name
- 100, !- Rendering Red Value
- 149, !- Rendering Green Value
- 237; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {ce435fc4-aba9-411b-a608-af360dae76d8}, !- Handle
- Rendering Color 335, !- Name
- 143, !- Rendering Red Value
- 188, !- Rendering Green Value
- 143; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {83900bcd-aaee-4c32-9b32-0a48d2087c14}, !- Handle
- Rendering Color 336, !- Name
- 255, !- Rendering Red Value
- 105, !- Rendering Green Value
- 180; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {a813b000-6a7a-4b82-887d-da8f3d52644c}, !- Handle
- Rendering Color 337, !- Name
- 250, !- Rendering Red Value
- 250, !- Rendering Green Value
- 210; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {7a3cddf8-cc8f-4388-bc08-b67b5384256c}, !- Handle
- Rendering Color 338, !- Name
- 255, !- Rendering Red Value
- 105, !- Rendering Green Value
- 180; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {5969903d-cb06-4f02-81b8-8dc5ad21521b}, !- Handle
- Rendering Color 339, !- Name
- 255, !- Rendering Red Value
- 182, !- Rendering Green Value
- 193; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {40f3ad16-3744-4bc4-9e7b-fb220604afe1}, !- Handle
- Rendering Color 340, !- Name
- 169, !- Rendering Red Value
- 169, !- Rendering Green Value
- 169; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {85d0a459-2d92-42f2-97ca-1ebcb248f88d}, !- Handle
- Rendering Color 341, !- Name
- 0, !- Rendering Red Value
- 128, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {53b247f0-4ca0-4482-b111-4bc7e405307c}, !- Handle
- Rendering Color 342, !- Name
- 0, !- Rendering Red Value
- 255, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {f1f7e4a3-188b-40aa-9a86-29ab1cc8efe9}, !- Handle
- Rendering Color 343, !- Name
- 25, !- Rendering Red Value
- 25, !- Rendering Green Value
- 112; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {22aadfd7-06e9-4d6d-bb62-e3d509767ce1}, !- Handle
- Rendering Color 344, !- Name
- 0, !- Rendering Red Value
- 0, !- Rendering Green Value
- 128; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {2482e391-ecc6-48d9-a904-047fa428cfad}, !- Handle
- Rendering Color 345, !- Name
- 100, !- Rendering Red Value
- 149, !- Rendering Green Value
- 237; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {869cef73-f7da-4cae-9612-00e1007a522e}, !- Handle
- Rendering Color 346, !- Name
- 205, !- Rendering Red Value
- 92, !- Rendering Green Value
- 92; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {fabfd528-18ca-4e09-85ce-64e578103169}, !- Handle
- Rendering Color 347, !- Name
- 46, !- Rendering Red Value
- 139, !- Rendering Green Value
- 87; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {a4eebac2-dce3-45cd-b4e0-61cafc5bcf3b}, !- Handle
- Rendering Color 348, !- Name
- 85, !- Rendering Red Value
- 107, !- Rendering Green Value
- 47; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {d085e745-926f-4601-87d0-18cb5caa8ca9}, !- Handle
- Rendering Color 349, !- Name
- 46, !- Rendering Red Value
- 139, !- Rendering Green Value
- 87; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {a5df727a-724a-43d9-a06e-17e69629a1ca}, !- Handle
- Rendering Color 350, !- Name
- 218, !- Rendering Red Value
- 165, !- Rendering Green Value
- 32; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {1c69ce7e-8f89-440d-83db-6aa0b3ee5efc}, !- Handle
- Rendering Color 351, !- Name
- 175, !- Rendering Red Value
- 238, !- Rendering Green Value
- 238; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {a3d9b30b-7c22-48eb-80a6-4f7e8de7d190}, !- Handle
- Rendering Color 352, !- Name
- 189, !- Rendering Red Value
- 183, !- Rendering Green Value
- 107; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {8bf9035f-73c5-482c-9ad0-58c9f681cdd9}, !- Handle
- Rendering Color 353, !- Name
- 220, !- Rendering Red Value
- 20, !- Rendering Green Value
- 60; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {bd28d63c-0e69-4fcd-845d-748c66e375d2}, !- Handle
- Rendering Color 354, !- Name
- 0, !- Rendering Red Value
- 0, !- Rendering Green Value
- 139; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {85c7d32c-3b35-445e-a0ce-79fb233c3e50}, !- Handle
- Rendering Color 355, !- Name
- 218, !- Rendering Red Value
- 165, !- Rendering Green Value
- 32; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {52c0b52f-90e3-4885-9b8e-176af70e6682}, !- Handle
- Rendering Color 356, !- Name
- 153, !- Rendering Red Value
- 50, !- Rendering Green Value
- 204; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {5a233dad-fc2c-4aa3-a98f-421127962f5b}, !- Handle
- Rendering Color 357, !- Name
- 224, !- Rendering Red Value
- 255, !- Rendering Green Value
- 255; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {1ddc095b-cc1a-42ce-8e09-a1a9c8dcae58}, !- Handle
- Rendering Color 358, !- Name
- 176, !- Rendering Red Value
- 224, !- Rendering Green Value
- 230; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {48fbabac-d550-4d93-9ec4-7f71a115bf4f}, !- Handle
- Rendering Color 359, !- Name
- 255, !- Rendering Red Value
- 127, !- Rendering Green Value
- 80; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {68049732-ec2a-4d45-bf82-6fd76ade3c34}, !- Handle
- Rendering Color 360, !- Name
- 245, !- Rendering Red Value
- 255, !- Rendering Green Value
- 250; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {66bdfb47-0370-46e0-a71f-3b7d70d737c6}, !- Handle
- Rendering Color 361, !- Name
- 160, !- Rendering Red Value
- 82, !- Rendering Green Value
- 45; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {aaad8779-bf30-4d99-8339-bf19dab71953}, !- Handle
- Rendering Color 362, !- Name
- 238, !- Rendering Red Value
- 232, !- Rendering Green Value
- 170; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {76887b37-bf33-4c81-a98a-659db88d106f}, !- Handle
- Rendering Color 363, !- Name
- 199, !- Rendering Red Value
- 21, !- Rendering Green Value
- 133; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {fccd02fb-5cd3-4fab-8328-6ccdd2fccdec}, !- Handle
- Rendering Color 364, !- Name
- 0, !- Rendering Red Value
- 128, !- Rendering Green Value
- 0; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {e2a3e8bf-d2b7-4e77-84fa-2e2aee8ba5ac}, !- Handle
- Rendering Color 365, !- Name
- 144, !- Rendering Red Value
- 238, !- Rendering Green Value
- 144; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {6a461046-d8fd-4dc5-bbf1-3156b2190c8b}, !- Handle
- Rendering Color 366, !- Name
- 138, !- Rendering Red Value
- 43, !- Rendering Green Value
- 226; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {bc8fff26-de47-4487-9c14-a5f8faf1facb}, !- Handle
- Rendering Color 367, !- Name
- 205, !- Rendering Red Value
- 133, !- Rendering Green Value
- 63; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {7dcf0a2c-70ee-455b-a26b-33b3200177c9}, !- Handle
- Rendering Color 368, !- Name
- 205, !- Rendering Red Value
- 133, !- Rendering Green Value
- 63; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {9fd1d9c9-d6e8-448b-9d20-0b4259202b01}, !- Handle
- Rendering Color 369, !- Name
- 72, !- Rendering Red Value
- 61, !- Rendering Green Value
- 139; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {f572de54-167b-474b-b4ef-804b7970428e}, !- Handle
- Rendering Color 370, !- Name
- 255, !- Rendering Red Value
- 99, !- Rendering Green Value
- 71; !- Rendering Blue Value
-
-OS:Rendering:Color,
- {e1a6f51f-fb69-4630-b0a8-e88f3d13b91e}, !- Handle
- Rendering Color 371, !- Name
- 143, !- Rendering Red Value
- 188, !- Rendering Green Value
- 143; !- Rendering Blue Value
-
diff --git a/lib/measures/BarAspectRatioStudy/LICENSE.md b/lib/measures/BarAspectRatioStudy/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/BarAspectRatioStudy/LICENSE.md
+++ b/lib/measures/BarAspectRatioStudy/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/BarAspectRatioStudy/measure.rb b/lib/measures/BarAspectRatioStudy/measure.rb
index c2cb2e1f..f0f01f30 100644
--- a/lib/measures/BarAspectRatioStudy/measure.rb
+++ b/lib/measures/BarAspectRatioStudy/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/BarAspectRatioStudy/measure.xml b/lib/measures/BarAspectRatioStudy/measure.xml
index 178eb746..a72f2487 100644
--- a/lib/measures/BarAspectRatioStudy/measure.xml
+++ b/lib/measures/BarAspectRatioStudy/measure.xml
@@ -1,9 +1,10 @@
+
3.0
bar_aspect_ratio_study
3dcac94d-8a2e-43b6-8698-a3a4e8f3903f
- bc5cc57e-c161-4c4f-a411-d0719e883a45
- 20200229T024052Z
+ fe5839ff-2dfe-4053-be2d-603a439ce7f9
+ 20210423T142509Z
49BEF039
BarAspectRatioStudy
Bar Aspect Ratio Study
@@ -81,8 +82,8 @@
-
-
+
+
Envelope.Form
@@ -125,7 +126,7 @@
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -136,13 +137,13 @@
measure.rb
rb
script
- 741408BD
+ 68A31043
BarAspectRatioStudy_Test.rb
rb
test
- 3311CA6D
+ B1DFBF18
diff --git a/lib/measures/BarAspectRatioStudy/tests/BarAspectRatioStudy_Test.rb b/lib/measures/BarAspectRatioStudy/tests/BarAspectRatioStudy_Test.rb
index 8ef00bb9..18406731 100644
--- a/lib/measures/BarAspectRatioStudy/tests/BarAspectRatioStudy_Test.rb
+++ b/lib/measures/BarAspectRatioStudy/tests/BarAspectRatioStudy_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/CleanupSpaceOrigins/LICENSE.md b/lib/measures/CleanupSpaceOrigins/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/CleanupSpaceOrigins/LICENSE.md
+++ b/lib/measures/CleanupSpaceOrigins/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/CleanupSpaceOrigins/measure.rb b/lib/measures/CleanupSpaceOrigins/measure.rb
index 87906385..ea2f5c36 100644
--- a/lib/measures/CleanupSpaceOrigins/measure.rb
+++ b/lib/measures/CleanupSpaceOrigins/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/CleanupSpaceOrigins/measure.xml b/lib/measures/CleanupSpaceOrigins/measure.xml
index 72cb6a43..d22efa80 100644
--- a/lib/measures/CleanupSpaceOrigins/measure.xml
+++ b/lib/measures/CleanupSpaceOrigins/measure.xml
@@ -1,17 +1,18 @@
+
3.0
cleanup_space_origins
d81f8791-081d-4346-9f27-1b721d27ea86
- 943354e8-ce1a-4658-8d96-60b36654319f
- 20200229T024053Z
+ 2adda00f-77ef-4a17-a6cd-f4284f7e8ea2
+ 20210423T142509Z
45097B60
CleanupSpaceOrigins
CleanupSpaceOrigins
This measure will move the space origin for all spaces to the origin of bounding box closest to the model origin.
This was originally developed to cleanup imported IDF's which sometimes had all zone origins at model 0,0,0.
-
-
-
+
+
+
Envelope.Form
@@ -55,19 +56,19 @@
measure.rb
rb
script
- E47B892C
+ AE1DED78
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
CleanupSpaceOrigins_Test.rb
rb
test
- 5B8C13C0
+ A470A74C
diff --git a/lib/measures/CleanupSpaceOrigins/tests/CleanupSpaceOrigins_Test.rb b/lib/measures/CleanupSpaceOrigins/tests/CleanupSpaceOrigins_Test.rb
index 0f467705..c01f539e 100644
--- a/lib/measures/CleanupSpaceOrigins/tests/CleanupSpaceOrigins_Test.rb
+++ b/lib/measures/CleanupSpaceOrigins/tests/CleanupSpaceOrigins_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/FindAndReplaceObjectNames/LICENSE.md b/lib/measures/FindAndReplaceObjectNames/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/FindAndReplaceObjectNames/LICENSE.md
+++ b/lib/measures/FindAndReplaceObjectNames/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/FindAndReplaceObjectNames/measure.rb b/lib/measures/FindAndReplaceObjectNames/measure.rb
index a1950e7b..6a2b2f30 100644
--- a/lib/measures/FindAndReplaceObjectNames/measure.rb
+++ b/lib/measures/FindAndReplaceObjectNames/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/FindAndReplaceObjectNames/measure.xml b/lib/measures/FindAndReplaceObjectNames/measure.xml
index d93e936f..0a2f50d3 100644
--- a/lib/measures/FindAndReplaceObjectNames/measure.xml
+++ b/lib/measures/FindAndReplaceObjectNames/measure.xml
@@ -1,9 +1,10 @@
+
3.0
find_and_replace_object_names
f540d66c-800f-4187-81ee-957891034d56
- c3a7cabf-4a97-48c9-8444-4a481967e39e
- 20200229T024056Z
+ f4dd1c8b-15c6-4bdf-8e29-1a09915461c1
+ 20210423T142510Z
F6B8F064
FindAndReplaceObjectNames
Find and Replace Object Names in the Model
@@ -27,8 +28,8 @@
with this text
-
-
+
+
Whole Building.Space Types
@@ -82,19 +83,19 @@
measure.rb
rb
script
- 92B695FC
+ C9F4ECE0
FindAndReplaceObjectNames_Test.rb
rb
test
- 1187323A
+ 4175F163
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
diff --git a/lib/measures/FindAndReplaceObjectNames/tests/FindAndReplaceObjectNames_Test.rb b/lib/measures/FindAndReplaceObjectNames/tests/FindAndReplaceObjectNames_Test.rb
index 62b9c136..ec8c5abe 100644
--- a/lib/measures/FindAndReplaceObjectNames/tests/FindAndReplaceObjectNames_Test.rb
+++ b/lib/measures/FindAndReplaceObjectNames/tests/FindAndReplaceObjectNames_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/InjectOsmGeometryIntoAnExternalIdf/LICENSE.md b/lib/measures/InjectOsmGeometryIntoAnExternalIdf/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/InjectOsmGeometryIntoAnExternalIdf/LICENSE.md
+++ b/lib/measures/InjectOsmGeometryIntoAnExternalIdf/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/InjectOsmGeometryIntoAnExternalIdf/measure.rb b/lib/measures/InjectOsmGeometryIntoAnExternalIdf/measure.rb
index 4d22b750..edf81f54 100644
--- a/lib/measures/InjectOsmGeometryIntoAnExternalIdf/measure.rb
+++ b/lib/measures/InjectOsmGeometryIntoAnExternalIdf/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/InjectOsmGeometryIntoAnExternalIdf/measure.xml b/lib/measures/InjectOsmGeometryIntoAnExternalIdf/measure.xml
index 01d0d0ea..ffc164dd 100644
--- a/lib/measures/InjectOsmGeometryIntoAnExternalIdf/measure.xml
+++ b/lib/measures/InjectOsmGeometryIntoAnExternalIdf/measure.xml
@@ -3,8 +3,8 @@
3.0
inject_osm_geometry_into_an_external_idf
633cd1c5-5b55-4b50-ab20-cf2d2f7ddff8
- 280b80cc-c941-463b-bfd1-dbc3bd969f25
- 20200624T003817Z
+ 172665e1-0401-4511-a31e-c4f24cf4f99b
+ 20210423T142510Z
3BE1CF9C
InjectOsmGeometryIntoAnExternalIdf
InjectOsmGeometryIntoAnExternalIdf
@@ -141,12 +141,6 @@ Constructions and other resources won?t be moved back and forth but the surface
test
F5FABCCF
-
- LICENSE.md
- md
- license
- E0468DD6
-
README.md.erb
erb
@@ -159,6 +153,12 @@ Constructions and other resources won?t be moved back and forth but the surface
readme
6FF2AF68
+
+ LICENSE.md
+ md
+ license
+ A21A3ED2
+
OpenStudio
@@ -168,13 +168,13 @@ Constructions and other resources won?t be moved back and forth but the surface
measure.rb
rb
script
- A76C44E1
+ 466953F1
InjectOsmGeometryIntoAnExternalIdf_Test.rb
rb
test
- A4070AAC
+ 7B655B56
diff --git a/lib/measures/InjectOsmGeometryIntoAnExternalIdf/tests/InjectOsmGeometryIntoAnExternalIdf_Test.rb b/lib/measures/InjectOsmGeometryIntoAnExternalIdf/tests/InjectOsmGeometryIntoAnExternalIdf_Test.rb
index 928a1d95..30b4a7a3 100644
--- a/lib/measures/InjectOsmGeometryIntoAnExternalIdf/tests/InjectOsmGeometryIntoAnExternalIdf_Test.rb
+++ b/lib/measures/InjectOsmGeometryIntoAnExternalIdf/tests/InjectOsmGeometryIntoAnExternalIdf_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/RemoveHardAssignedConstructions/LICENSE.md b/lib/measures/RemoveHardAssignedConstructions/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/RemoveHardAssignedConstructions/LICENSE.md
+++ b/lib/measures/RemoveHardAssignedConstructions/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/RemoveHardAssignedConstructions/measure.rb b/lib/measures/RemoveHardAssignedConstructions/measure.rb
index c7f7b4ea..4eb7edea 100644
--- a/lib/measures/RemoveHardAssignedConstructions/measure.rb
+++ b/lib/measures/RemoveHardAssignedConstructions/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/RemoveHardAssignedConstructions/measure.xml b/lib/measures/RemoveHardAssignedConstructions/measure.xml
index 7d1d0f63..697e3370 100644
--- a/lib/measures/RemoveHardAssignedConstructions/measure.xml
+++ b/lib/measures/RemoveHardAssignedConstructions/measure.xml
@@ -1,9 +1,10 @@
+
3.0
remove_hard_assigned_constructions
8fd2557e-907d-46a3-aebf-8cc81c58bc65
- 08479221-f488-4a11-8c58-97dfe88252c0
- 20200229T024056Z
+ 8b5b2fe1-0524-4b24-8f77-de57f98ed544
+ 20210423T142510Z
1E963D9C
RemoveHardAssignedConstructions
RemoveHardAssignedConstructions
@@ -29,8 +30,8 @@
-
-
+
+
Envelope.Opaque
@@ -74,19 +75,19 @@
measure.rb
rb
script
- A259558F
+ F18D020C
RemoveHardAssignedConstructions_Test.rb
rb
test
- 36381DED
+ D38C492D
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
diff --git a/lib/measures/RemoveHardAssignedConstructions/tests/RemoveHardAssignedConstructions_Test.rb b/lib/measures/RemoveHardAssignedConstructions/tests/RemoveHardAssignedConstructions_Test.rb
index 552599ee..2feb6cb4 100644
--- a/lib/measures/RemoveHardAssignedConstructions/tests/RemoveHardAssignedConstructions_Test.rb
+++ b/lib/measures/RemoveHardAssignedConstructions/tests/RemoveHardAssignedConstructions_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/LICENSE.md b/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/LICENSE.md
+++ b/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/measure.rb b/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/measure.rb
index d9d1e3ae..8fbba23a 100644
--- a/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/measure.rb
+++ b/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/measure.xml b/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/measure.xml
index 13d7a853..feb7ec08 100644
--- a/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/measure.xml
+++ b/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/measure.xml
@@ -1,17 +1,18 @@
+
3.0
rename_space_surfaces_basedon_parent_spaceand_orientation
fee62510-c076-423a-b172-0810ecedba10
- ebcace9b-81c0-4baf-997a-61489efa781d
- 20200229T024044Z
+ 7f0ce0f3-bfff-410c-8bfe-348b99bfb9a6
+ 20210423T142510Z
0F858D9E
RenameSpaceSurfacesBasedonParentSpaceandOrientation
RenameSpaceSurfacesBasedonParentSpaceandOrientation
This will rename surfaces so so that they will look like "Surface MySpace1 wall 230-01" where "MySpace1" is the name of my space "wall" is the surface type and 230 is the orientation of the surface and 01 is the first surface of that orientation. SubSurfaces will start with SubSurface instead of "Surface.
This is a modeling aid. It just cleans up surface naming and will not have any impact on the simulation results. The orientation will be rounded to the closest integer and padding all surfaces will have be padded to show 2 figures. so that single digit numbers will have a leading 0. This will help in sort order on pull down lists.
-
-
-
+
+
+
Envelope.Opaque
@@ -65,19 +66,19 @@
measure.rb
rb
script
- 60D817D1
+ EB416F3D
RenameSpaceSurfacesBasedonParentSpaceandOrientation_Test.rb
rb
test
- C0576CB8
+ 9443B43B
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
diff --git a/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/tests/RenameSpaceSurfacesBasedonParentSpaceandOrientation_Test.rb b/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/tests/RenameSpaceSurfacesBasedonParentSpaceandOrientation_Test.rb
index f87c6fcc..88b9ecb6 100644
--- a/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/tests/RenameSpaceSurfacesBasedonParentSpaceandOrientation_Test.rb
+++ b/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/tests/RenameSpaceSurfacesBasedonParentSpaceandOrientation_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/RotateBuilding/LICENSE.md b/lib/measures/RotateBuilding/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/RotateBuilding/LICENSE.md
+++ b/lib/measures/RotateBuilding/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/RotateBuilding/measure.rb b/lib/measures/RotateBuilding/measure.rb
index 4326c6cd..3c0e6d2b 100644
--- a/lib/measures/RotateBuilding/measure.rb
+++ b/lib/measures/RotateBuilding/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/RotateBuilding/measure.xml b/lib/measures/RotateBuilding/measure.xml
index d0f85a33..d5f84768 100644
--- a/lib/measures/RotateBuilding/measure.xml
+++ b/lib/measures/RotateBuilding/measure.xml
@@ -1,9 +1,10 @@
+
3.0
rotate_building
b2742307-bce7-4747-8f94-977718217305
- 49895ac3-da96-498f-b46d-4f54597a0137
- 20200229T024052Z
+ bdde9591-38c6-47ff-b43d-4e205864b64d
+ 20210423T142510Z
49BEF039
RotateBuilding
Rotate Building
@@ -20,8 +21,8 @@
90
-
-
+
+
Envelope.Form
@@ -76,13 +77,13 @@
RotateBuilding_Test.rb
rb
test
- EF3CE1FE
+ 80D856EC
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -93,7 +94,7 @@
measure.rb
rb
script
- D81D9FE0
+ 7A45B037
diff --git a/lib/measures/RotateBuilding/tests/RotateBuilding_Test.rb b/lib/measures/RotateBuilding/tests/RotateBuilding_Test.rb
index 1fa7acc0..d6099c3f 100644
--- a/lib/measures/RotateBuilding/tests/RotateBuilding_Test.rb
+++ b/lib/measures/RotateBuilding/tests/RotateBuilding_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/SetExtWallToGroundBoundaryConditionByStory/LICENSE.md b/lib/measures/SetExtWallToGroundBoundaryConditionByStory/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/SetExtWallToGroundBoundaryConditionByStory/LICENSE.md
+++ b/lib/measures/SetExtWallToGroundBoundaryConditionByStory/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/SetExtWallToGroundBoundaryConditionByStory/measure.rb b/lib/measures/SetExtWallToGroundBoundaryConditionByStory/measure.rb
index 6e694fa2..25b50302 100644
--- a/lib/measures/SetExtWallToGroundBoundaryConditionByStory/measure.rb
+++ b/lib/measures/SetExtWallToGroundBoundaryConditionByStory/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/SetExtWallToGroundBoundaryConditionByStory/measure.xml b/lib/measures/SetExtWallToGroundBoundaryConditionByStory/measure.xml
index 7b382fcc..9e8d6cbe 100644
--- a/lib/measures/SetExtWallToGroundBoundaryConditionByStory/measure.xml
+++ b/lib/measures/SetExtWallToGroundBoundaryConditionByStory/measure.xml
@@ -1,9 +1,10 @@
+
3.0
set_ext_wall_to_ground_boundary_condition_by_story
a6da6f2b-2d07-4d25-b2b4-4b1dd62df237
- 57032944-29c8-439a-a588-140bfdc065be
- 20200229T024054Z
+ 561e388e-2470-4fe4-89dd-53da429a4faa
+ 20210423T142510Z
0F858D9E
SetExtWallToGroundBoundaryConditionByStory
SetExtWallToGroundBoundaryConditionByStory
@@ -18,8 +19,8 @@
false
-
-
+
+
Envelope.Opaque
@@ -73,19 +74,19 @@
measure.rb
rb
script
- E461B58A
+ D74BDE59
SetExtWallToGroundByStory_Test.rb
rb
test
- E8E4B1C6
+ 250AF3F7
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
diff --git a/lib/measures/SetExtWallToGroundBoundaryConditionByStory/tests/SetExtWallToGroundByStory_Test.rb b/lib/measures/SetExtWallToGroundBoundaryConditionByStory/tests/SetExtWallToGroundByStory_Test.rb
index ea929eb0..519f126c 100644
--- a/lib/measures/SetExtWallToGroundBoundaryConditionByStory/tests/SetExtWallToGroundByStory_Test.rb
+++ b/lib/measures/SetExtWallToGroundBoundaryConditionByStory/tests/SetExtWallToGroundByStory_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/LICENSE.md b/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/LICENSE.md
+++ b/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/measure.rb b/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/measure.rb
index f990f7f2..a1123b81 100644
--- a/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/measure.rb
+++ b/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/measure.xml b/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/measure.xml
index b51d5b12..a1b8cb81 100644
--- a/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/measure.xml
+++ b/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/measure.xml
@@ -1,9 +1,10 @@
+
3.0
set_interior_walls_and_floors_to_adiabatic
78cbde97-d7c4-425f-ab74-5053a681cc4b
- 42b16731-a5cb-4899-a304-0560b9819b68
- 20200229T024054Z
+ f5114792-b53a-425c-911d-10fd356d8e79
+ 20210423T142510Z
1E963D9C
SetInteriorWallsAndFloorsToAdiabatic
SetInteriorWallsAndFloorsToAdiabatic
@@ -18,8 +19,8 @@
false
-
-
+
+
Envelope.Opaque
@@ -63,19 +64,19 @@
measure.rb
rb
script
- FDE653B2
+ CEFB1A45
SetInteriorWallsAndFloorsToSelectedConstruction_Test.rb
rb
test
- A209EDAB
+ 39534274
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
diff --git a/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/tests/SetInteriorWallsAndFloorsToSelectedConstruction_Test.rb b/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/tests/SetInteriorWallsAndFloorsToSelectedConstruction_Test.rb
index 7a7c417a..87a1af6d 100644
--- a/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/tests/SetInteriorWallsAndFloorsToSelectedConstruction_Test.rb
+++ b/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/tests/SetInteriorWallsAndFloorsToSelectedConstruction_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/SetInteriorWallsToSelectedConstruction/LICENSE.md b/lib/measures/SetInteriorWallsToSelectedConstruction/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/SetInteriorWallsToSelectedConstruction/LICENSE.md
+++ b/lib/measures/SetInteriorWallsToSelectedConstruction/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/SetInteriorWallsToSelectedConstruction/measure.rb b/lib/measures/SetInteriorWallsToSelectedConstruction/measure.rb
index 7c16c204..81112834 100644
--- a/lib/measures/SetInteriorWallsToSelectedConstruction/measure.rb
+++ b/lib/measures/SetInteriorWallsToSelectedConstruction/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/SetInteriorWallsToSelectedConstruction/measure.xml b/lib/measures/SetInteriorWallsToSelectedConstruction/measure.xml
index 3dafef07..f84797eb 100644
--- a/lib/measures/SetInteriorWallsToSelectedConstruction/measure.xml
+++ b/lib/measures/SetInteriorWallsToSelectedConstruction/measure.xml
@@ -1,9 +1,10 @@
+
3.0
set_interior_walls_to_selected_construction
e3d59d0d-1ce8-4cb2-ae59-001f0fa2ac46
- 01d5fe6b-b17f-4cf5-8fb7-c510611e4257
- 20200229T024052Z
+ b3a51cf7-1156-4d3b-9c68-3f76f16ae570
+ 20210423T142511Z
1E963D9C
SetInteriorWallsToSelectedConstruction
SetInteriorWallsToSelectedConstruction
@@ -18,8 +19,8 @@
false
-
-
+
+
Envelope.Opaque
@@ -63,19 +64,19 @@
measure.rb
rb
script
- 934DE430
+ 0293AC5B
SetInteriorWallstoSelectedConstruction_Test.rb
rb
test
- AAF34E3E
+ EE1A5054
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
diff --git a/lib/measures/SetInteriorWallsToSelectedConstruction/tests/SetInteriorWallstoSelectedConstruction_Test.rb b/lib/measures/SetInteriorWallsToSelectedConstruction/tests/SetInteriorWallstoSelectedConstruction_Test.rb
index 65457d3f..7d7df446 100644
--- a/lib/measures/SetInteriorWallsToSelectedConstruction/tests/SetInteriorWallstoSelectedConstruction_Test.rb
+++ b/lib/measures/SetInteriorWallsToSelectedConstruction/tests/SetInteriorWallstoSelectedConstruction_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/SetWindowToWallRatioByFacade/LICENSE.md b/lib/measures/SetWindowToWallRatioByFacade/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/SetWindowToWallRatioByFacade/LICENSE.md
+++ b/lib/measures/SetWindowToWallRatioByFacade/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/SetWindowToWallRatioByFacade/measure.rb b/lib/measures/SetWindowToWallRatioByFacade/measure.rb
index be174ea9..36c5a58c 100644
--- a/lib/measures/SetWindowToWallRatioByFacade/measure.rb
+++ b/lib/measures/SetWindowToWallRatioByFacade/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/SetWindowToWallRatioByFacade/measure.xml b/lib/measures/SetWindowToWallRatioByFacade/measure.xml
index 3890fa44..59b76488 100644
--- a/lib/measures/SetWindowToWallRatioByFacade/measure.xml
+++ b/lib/measures/SetWindowToWallRatioByFacade/measure.xml
@@ -3,8 +3,8 @@
3.0
set_window_to_wall_ratio_by_facade
c567a0bf-a7d9-4a06-afe9-bf7df79e6bf8
- ba8a1d2e-0d49-4e86-9aba-f4d55097f358
- 20200928T200703Z
+ aff8deeb-a011-4ad8-8c0d-22e736faa347
+ 20210423T142511Z
6DE831F7
SetWindowToWallRatioByFacade
Set Window to Wall Ratio by Facade
@@ -222,7 +222,7 @@ The measure doesn?t have any cost or lifecycle arguments, however If lifecycle o
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -233,13 +233,13 @@ The measure doesn?t have any cost or lifecycle arguments, however If lifecycle o
measure.rb
rb
script
- CB9895D2
+ DC3FE3CF
SetWindowToWallRatioByFacade_Test.rb
rb
test
- 268FC2B7
+ 23972ACF
diff --git a/lib/measures/SetWindowToWallRatioByFacade/tests/SetWindowToWallRatioByFacade_Test.rb b/lib/measures/SetWindowToWallRatioByFacade/tests/SetWindowToWallRatioByFacade_Test.rb
index 82f73ba1..22d784ec 100644
--- a/lib/measures/SetWindowToWallRatioByFacade/tests/SetWindowToWallRatioByFacade_Test.rb
+++ b/lib/measures/SetWindowToWallRatioByFacade/tests/SetWindowToWallRatioByFacade_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/SimplifyGeometryToSlicedBar/LICENSE.md b/lib/measures/SimplifyGeometryToSlicedBar/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/SimplifyGeometryToSlicedBar/LICENSE.md
+++ b/lib/measures/SimplifyGeometryToSlicedBar/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/SimplifyGeometryToSlicedBar/measure.rb b/lib/measures/SimplifyGeometryToSlicedBar/measure.rb
index 7fc91e52..506f095b 100644
--- a/lib/measures/SimplifyGeometryToSlicedBar/measure.rb
+++ b/lib/measures/SimplifyGeometryToSlicedBar/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/SimplifyGeometryToSlicedBar/measure.xml b/lib/measures/SimplifyGeometryToSlicedBar/measure.xml
index 41d1408a..0c890895 100644
--- a/lib/measures/SimplifyGeometryToSlicedBar/measure.xml
+++ b/lib/measures/SimplifyGeometryToSlicedBar/measure.xml
@@ -3,8 +3,8 @@
3.0
simplify_geometry_to_sliced_bar
eb218516-5fa5-47fe-948d-274777c7d592
- c8762599-9d85-4f35-a235-7b27de14498d
- 20200509T155938Z
+ 43464352-edbd-46d3-9feb-65ad84e6797d
+ 20210423T142517Z
45097B60
SimplifyGeometryToSlicedBar
SimplifyGeometryToSlicedBar
@@ -110,19 +110,19 @@ In a future version I may try to identify similar spaces types and blend them to
os_lib_helper_methods.rb
rb
resource
- 07B01D67
+ B91D04D5
os_lib_cofee.rb
rb
resource
- 3C10BF38
+ BA716A1A
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -133,19 +133,19 @@ In a future version I may try to identify similar spaces types and blend them to
measure.rb
rb
script
- 0FCFDE6E
+ 6147FE1F
os_lib_geometry.rb
rb
resource
- 674C561A
+ F25DC7F1
SimplifyGeometryToSlicedBar_Test.rb
rb
test
- 8CD4C265
+ 6BEA0A0C
diff --git a/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_cofee.rb b/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_cofee.rb
index a3bb7995..ade51029 100644
--- a/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_cofee.rb
+++ b/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_cofee.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_geometry.rb b/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_geometry.rb
index baef608e..bcee3d60 100644
--- a/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_geometry.rb
+++ b/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_geometry.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_helper_methods.rb b/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_helper_methods.rb
index 632da843..7e9cde64 100644
--- a/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_helper_methods.rb
+++ b/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_helper_methods.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/SimplifyGeometryToSlicedBar/tests/SimplifyGeometryToSlicedBar_Test.rb b/lib/measures/SimplifyGeometryToSlicedBar/tests/SimplifyGeometryToSlicedBar_Test.rb
index 349bf7f2..a711ba62 100644
--- a/lib/measures/SimplifyGeometryToSlicedBar/tests/SimplifyGeometryToSlicedBar_Test.rb
+++ b/lib/measures/SimplifyGeometryToSlicedBar/tests/SimplifyGeometryToSlicedBar_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/SpaceTypeAndConstructionSetWizard/LICENSE.md b/lib/measures/SpaceTypeAndConstructionSetWizard/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/SpaceTypeAndConstructionSetWizard/LICENSE.md
+++ b/lib/measures/SpaceTypeAndConstructionSetWizard/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/SpaceTypeAndConstructionSetWizard/measure.rb b/lib/measures/SpaceTypeAndConstructionSetWizard/measure.rb
index d78c7b7e..b48359a4 100644
--- a/lib/measures/SpaceTypeAndConstructionSetWizard/measure.rb
+++ b/lib/measures/SpaceTypeAndConstructionSetWizard/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/SpaceTypeAndConstructionSetWizard/measure.xml b/lib/measures/SpaceTypeAndConstructionSetWizard/measure.xml
index f0628171..4955ed79 100644
--- a/lib/measures/SpaceTypeAndConstructionSetWizard/measure.xml
+++ b/lib/measures/SpaceTypeAndConstructionSetWizard/measure.xml
@@ -3,8 +3,8 @@
3.0
space_type_and_construction_set_wizard
7c65af63-4316-47c9-b7a5-68d7a019e533
- e954e632-3e10-41b3-b7b5-a355a3210ee7
- 20200509T155939Z
+ a0577cf6-a844-4d90-a7c6-2a3f54e65bfd
+ 20210423T142525Z
057E8D9D
SpaceTypeAndConstructionSetWizard
Space Type and Construction Set Wizard
@@ -87,6 +87,26 @@
SuperMarket
SuperMarket
+
+ Laboratory
+ Laboratory
+
+
+ LargeDataCenterLowITE
+ LargeDataCenterLowITE
+
+
+ LargeDataCenterHighITE
+ LargeDataCenterHighITE
+
+
+ SmallDataCenterLowITE
+ SmallDataCenterLowITE
+
+
+ SmallDataCenterHighITE
+ SmallDataCenterHighITE
+
@@ -121,6 +141,38 @@
90.1-2013
90.1-2013
+
+ 90.1-2016
+ 90.1-2016
+
+
+ 90.1-2019
+ 90.1-2019
+
+
+ ComStock DOE Ref Pre-1980
+ ComStock DOE Ref Pre-1980
+
+
+ ComStock DOE Ref 1980-2004
+ ComStock DOE Ref 1980-2004
+
+
+ ComStock 90.1-2004
+ ComStock 90.1-2004
+
+
+ ComStock 90.1-2007
+ ComStock 90.1-2007
+
+
+ ComStock 90.1-2010
+ ComStock 90.1-2010
+
+
+ ComStock 90.1-2013
+ ComStock 90.1-2013
+
@@ -304,23 +356,23 @@
readme
BF3EEE84
+
+ design_doc.txt
+ txt
+ resource
+ 86154A1B
+
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
SpaceTypeAndConstructionSetWizard_Test.rb
rb
test
- BC2A5358
-
-
- design_doc.txt
- txt
- resource
- 86154A1B
+ A33BC44E
@@ -331,7 +383,7 @@
measure.rb
rb
script
- 06FB7B3C
+ ECB1C32A
diff --git a/lib/measures/SpaceTypeAndConstructionSetWizard/tests/SpaceTypeAndConstructionSetWizard_Test.rb b/lib/measures/SpaceTypeAndConstructionSetWizard/tests/SpaceTypeAndConstructionSetWizard_Test.rb
index 1c417a3c..3f92d50a 100644
--- a/lib/measures/SpaceTypeAndConstructionSetWizard/tests/SpaceTypeAndConstructionSetWizard_Test.rb
+++ b/lib/measures/SpaceTypeAndConstructionSetWizard/tests/SpaceTypeAndConstructionSetWizard_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/SurfaceMatching/LICENSE.md b/lib/measures/SurfaceMatching/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/SurfaceMatching/LICENSE.md
+++ b/lib/measures/SurfaceMatching/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/SurfaceMatching/measure.rb b/lib/measures/SurfaceMatching/measure.rb
index 6ac6dc58..bd87ca79 100644
--- a/lib/measures/SurfaceMatching/measure.rb
+++ b/lib/measures/SurfaceMatching/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/SurfaceMatching/measure.xml b/lib/measures/SurfaceMatching/measure.xml
index 1971c907..ae1c8e8d 100644
--- a/lib/measures/SurfaceMatching/measure.xml
+++ b/lib/measures/SurfaceMatching/measure.xml
@@ -1,9 +1,10 @@
+
3.0
surface_matching
e9c69c36-bf33-4ac4-b695-41dee26ee880
- 8bf090a7-cdaf-457d-961a-997181926b5c
- 20200229T024053Z
+ 1b01d623-5de5-4dbf-a775-82119cbc16f4
+ 20210423T142525Z
45097B60
SurfaceMatching
SurfaceMatching
@@ -29,8 +30,8 @@
-
-
+
+
Envelope.Form
@@ -74,19 +75,19 @@
measure.rb
rb
script
- 25FFA145
+ 2C1EB547
SurfaceMatching_Test.rb
rb
test
- 08C70C49
+ C729BC9F
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
diff --git a/lib/measures/SurfaceMatching/tests/SurfaceMatching_Test.rb b/lib/measures/SurfaceMatching/tests/SurfaceMatching_Test.rb
index 5e3cb91d..9d649575 100644
--- a/lib/measures/SurfaceMatching/tests/SurfaceMatching_Test.rb
+++ b/lib/measures/SurfaceMatching/tests/SurfaceMatching_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/blended_space_type_from_floor_area_ratios/LICENSE.md b/lib/measures/blended_space_type_from_floor_area_ratios/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/blended_space_type_from_floor_area_ratios/LICENSE.md
+++ b/lib/measures/blended_space_type_from_floor_area_ratios/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/blended_space_type_from_floor_area_ratios/measure.rb b/lib/measures/blended_space_type_from_floor_area_ratios/measure.rb
index d66cb45f..09d04502 100644
--- a/lib/measures/blended_space_type_from_floor_area_ratios/measure.rb
+++ b/lib/measures/blended_space_type_from_floor_area_ratios/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/blended_space_type_from_floor_area_ratios/measure.xml b/lib/measures/blended_space_type_from_floor_area_ratios/measure.xml
index 5fc50432..7e95b76a 100644
--- a/lib/measures/blended_space_type_from_floor_area_ratios/measure.xml
+++ b/lib/measures/blended_space_type_from_floor_area_ratios/measure.xml
@@ -3,8 +3,8 @@
3.0
blended_space_type_from_floor_area_ratios
48ff1765-871b-4c9c-9996-a22757c534ad
- cbca1339-ac59-48e0-a9d7-e2bf03d28953
- 20200509T155939Z
+ c6e020e9-193d-43b4-a26b-3720fb92fefa
+ 20210423T142526Z
05C5DFDC
BlendedSpaceTypeFromFloorAreaRatios
Blended Space Type from Floor Area Ratios
@@ -142,13 +142,13 @@
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
measure_test.rb
rb
test
- 40AA72B8
+ AA55F056
@@ -159,7 +159,7 @@
measure.rb
rb
script
- 7DDF39F2
+ 57F50F90
diff --git a/lib/measures/blended_space_type_from_floor_area_ratios/tests/measure_test.rb b/lib/measures/blended_space_type_from_floor_area_ratios/tests/measure_test.rb
index 79ba3e85..ad70a5e6 100644
--- a/lib/measures/blended_space_type_from_floor_area_ratios/tests/measure_test.rb
+++ b/lib/measures/blended_space_type_from_floor_area_ratios/tests/measure_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/blended_space_type_from_model/LICENSE.md b/lib/measures/blended_space_type_from_model/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/blended_space_type_from_model/LICENSE.md
+++ b/lib/measures/blended_space_type_from_model/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/blended_space_type_from_model/measure.rb b/lib/measures/blended_space_type_from_model/measure.rb
index adbd917e..b7087635 100644
--- a/lib/measures/blended_space_type_from_model/measure.rb
+++ b/lib/measures/blended_space_type_from_model/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/blended_space_type_from_model/measure.xml b/lib/measures/blended_space_type_from_model/measure.xml
index ae66dc48..c59794e9 100644
--- a/lib/measures/blended_space_type_from_model/measure.xml
+++ b/lib/measures/blended_space_type_from_model/measure.xml
@@ -3,8 +3,8 @@
3.0
blended_space_type_from_model
667c2f1f-0927-4dbd-a7be-1087b5c15181
- d8c569d3-25a1-43a8-b48b-32e6135ceca6
- 20200509T155939Z
+ 2ee4ffb6-cb22-4420-b340-1e0aefeb70fb
+ 20210423T142526Z
28AD5222
BlendedSpaceTypeFromModel
Blended Space Type from Model
@@ -136,13 +136,13 @@
os_lib_model_simplification.rb
rb
resource
- D6BB6EEE
+ 026886BB
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -153,13 +153,13 @@
measure.rb
rb
script
- 28D3525F
+ 7C94729F
measure_test.rb
rb
test
- 47857740
+ 28954A91
diff --git a/lib/measures/blended_space_type_from_model/resources/os_lib_model_simplification.rb b/lib/measures/blended_space_type_from_model/resources/os_lib_model_simplification.rb
index bc845cf3..6c9b8689 100644
--- a/lib/measures/blended_space_type_from_model/resources/os_lib_model_simplification.rb
+++ b/lib/measures/blended_space_type_from_model/resources/os_lib_model_simplification.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/blended_space_type_from_model/tests/measure_test.rb b/lib/measures/blended_space_type_from_model/tests/measure_test.rb
index 0ae58cd2..b9b6667e 100644
--- a/lib/measures/blended_space_type_from_model/tests/measure_test.rb
+++ b/lib/measures/blended_space_type_from_model/tests/measure_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/clone_building_from_external_model/LICENSE.md b/lib/measures/clone_building_from_external_model/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/clone_building_from_external_model/LICENSE.md
+++ b/lib/measures/clone_building_from_external_model/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/clone_building_from_external_model/measure.rb b/lib/measures/clone_building_from_external_model/measure.rb
index ce956741..9e8817be 100644
--- a/lib/measures/clone_building_from_external_model/measure.rb
+++ b/lib/measures/clone_building_from_external_model/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/clone_building_from_external_model/measure.xml b/lib/measures/clone_building_from_external_model/measure.xml
index 98045827..3389cc04 100644
--- a/lib/measures/clone_building_from_external_model/measure.xml
+++ b/lib/measures/clone_building_from_external_model/measure.xml
@@ -3,8 +3,8 @@
3.0
clone_building_from_external_model
09711168-01a7-4abc-b710-b49d59d927d8
- af2dd889-f383-410d-8ed2-8ff7a01aa086
- 20200624T003819Z
+ c5085191-28b7-4dec-a425-d5af83949797
+ 20210423T142527Z
AFECFDDF
CloneBuildingFromExternalModel
Clone Building From External Model
@@ -102,19 +102,19 @@
measure.rb
rb
script
- 921D909C
+ 6B3BD27E
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
clone_building_from_external_model_test.rb
rb
test
- C1BA8CCE
+ C4490998
diff --git a/lib/measures/clone_building_from_external_model/tests/clone_building_from_external_model_test.rb b/lib/measures/clone_building_from_external_model/tests/clone_building_from_external_model_test.rb
index d29c7273..9324022a 100644
--- a/lib/measures/clone_building_from_external_model/tests/clone_building_from_external_model_test.rb
+++ b/lib/measures/clone_building_from_external_model/tests/clone_building_from_external_model_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_DOE_prototype_building/LICENSE.md b/lib/measures/create_DOE_prototype_building/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/create_DOE_prototype_building/LICENSE.md
+++ b/lib/measures/create_DOE_prototype_building/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/create_DOE_prototype_building/measure.rb b/lib/measures/create_DOE_prototype_building/measure.rb
index 0788277d..5a052dea 100644
--- a/lib/measures/create_DOE_prototype_building/measure.rb
+++ b/lib/measures/create_DOE_prototype_building/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@@ -93,6 +93,7 @@ def arguments(model)
# template_chs << '189.1-2009'
template_chs << '90.1-2010'
template_chs << '90.1-2013'
+ template_chs << '90.1-2016'
template_chs << 'NECB 2011'
template = OpenStudio::Measure::OSArgument.makeChoiceArgument('template', template_chs, true)
template.setDisplayName('Template.')
diff --git a/lib/measures/create_DOE_prototype_building/measure.xml b/lib/measures/create_DOE_prototype_building/measure.xml
index 154a71bc..224e023c 100644
--- a/lib/measures/create_DOE_prototype_building/measure.xml
+++ b/lib/measures/create_DOE_prototype_building/measure.xml
@@ -3,8 +3,8 @@
3.0
create_doe_prototype_building
be90fd0b-a651-467a-bc8d-29d310b0f937
- cd977924-f8f2-4519-8756-9ba34ba49714
- 20200624T003818Z
+ eac27a3e-658d-493a-8d59-81b9d90118bf
+ 20210423T142528Z
057E8D9D
CreateDOEPrototypeBuilding
Create DOE Prototype Building
@@ -83,6 +83,26 @@
Outpatient
Outpatient
+
+ Laboratory
+ Laboratory
+
+
+ LargeDataCenterHighITE
+ LargeDataCenterHighITE
+
+
+ LargeDataCenterLowITE
+ LargeDataCenterLowITE
+
+
+ SmallDataCenterHighITE
+ SmallDataCenterHighITE
+
+
+ SmallDataCenterLowITE
+ SmallDataCenterLowITE
+
@@ -117,6 +137,10 @@
90.1-2013
90.1-2013
+
+ 90.1-2016
+ 90.1-2016
+
NECB 2011
NECB 2011
@@ -210,776 +234,884 @@
Not Applicable
- ARE_Abu.Dhabi.412170_IWEC.epw
- ARE_Abu.Dhabi.412170_IWEC.epw
-
-
- USA_CO_Denver-Aurora-Buckley.AFB.724695_TMY3.epw
- USA_CO_Denver-Aurora-Buckley.AFB.724695_TMY3.epw
+ ALTURAS_725958_CZ2010.epw
+ ALTURAS_725958_CZ2010.epw
- CAN_AB_Grande.Prairie.AP.719400_CWEC2016.epw
- CAN_AB_Grande.Prairie.AP.719400_CWEC2016.epw
+ ARCATA_725945_CZ2010.epw
+ ARCATA_725945_CZ2010.epw
- SAN-DIEGO-GILLESPIE_722907_CZ2010.epw
- SAN-DIEGO-GILLESPIE_722907_CZ2010.epw
+ ARE_DU_Dubai.Intl.AP.411940_TMYx.epw
+ ARE_DU_Dubai.Intl.AP.411940_TMYx.epw
- CAN_BC_Prince.George.Intl.AP.718960_CWEC2016.epw
- CAN_BC_Prince.George.Intl.AP.718960_CWEC2016.epw
+ BAKERSFIELD_723840_CZ2010.epw
+ BAKERSFIELD_723840_CZ2010.epw
- USA_WA_Seattle-Tacoma.Intl.AP.727930_TMY3.epw
- USA_WA_Seattle-Tacoma.Intl.AP.727930_TMY3.epw
+ BISHOP_724800_CZ2010.epw
+ BISHOP_724800_CZ2010.epw
- LOS-ANGELES-INTL_722950_CZ2010.epw
- LOS-ANGELES-INTL_722950_CZ2010.epw
+ BLUE-CANYON_725845_CZ2010.epw
+ BLUE-CANYON_725845_CZ2010.epw
- CAN_ON_Moosonee.AP.713980_CWEC2016.epw
- CAN_ON_Moosonee.AP.713980_CWEC2016.epw
+ BLYTHE-RIVERSIDE-CO_747188_CZ2010.epw
+ BLYTHE-RIVERSIDE-CO_747188_CZ2010.epw
- CAN_NL_Stephenville.Intl.AP.718150_CWEC2016.epw
- CAN_NL_Stephenville.Intl.AP.718150_CWEC2016.epw
+ BURBANK-GLENDALE_722880_CZ2010.epw
+ BURBANK-GLENDALE_722880_CZ2010.epw
- CHINO_722899_CZ2010.epw
- CHINO_722899_CZ2010.epw
+ CAMARILLO_723926_CZ2010.epw
+ CAMARILLO_723926_CZ2010.epw
- MOUNT-SHASTA_725957_CZ2010.epw
- MOUNT-SHASTA_725957_CZ2010.epw
+ CAMP-PENDLETON_722926_CZ2010.epw
+ CAMP-PENDLETON_722926_CZ2010.epw
- USA_CO_Denver.Intl.AP.725650_TMY3.epw
- USA_CO_Denver.Intl.AP.725650_TMY3.epw
+ CAN_AB_Banff.CS.711220_CWEC2016.epw
+ CAN_AB_Banff.CS.711220_CWEC2016.epw
- MOJAVE_722953_CZ2010.epw
- MOJAVE_722953_CZ2010.epw
+ CAN_AB_Calgary.Intl.AP.718770_CWEC2016.epw
+ CAN_AB_Calgary.Intl.AP.718770_CWEC2016.epw
- STOCKTON_724920_CZ2010.epw
- STOCKTON_724920_CZ2010.epw
+ CAN_AB_Edmonton.Intl.AP.711230_CWEC2016.epw
+ CAN_AB_Edmonton.Intl.AP.711230_CWEC2016.epw
- HAYWARD_724935_CZ2010.epw
- HAYWARD_724935_CZ2010.epw
+ CAN_AB_Edmonton.Stony.Plain.AP.711270_CWEC2016.epw
+ CAN_AB_Edmonton.Stony.Plain.AP.711270_CWEC2016.epw
- BLUE-CANYON_725845_CZ2010.epw
- BLUE-CANYON_725845_CZ2010.epw
+ CAN_AB_Fort.McMurray.AP.716890_CWEC2016.epw
+ CAN_AB_Fort.McMurray.AP.716890_CWEC2016.epw
- SAU_Riyadh.404380_IWEC.epw
- SAU_Riyadh.404380_IWEC.epw
+ CAN_AB_Grande.Prairie.AP.719400_CWEC2016.epw
+ CAN_AB_Grande.Prairie.AP.719400_CWEC2016.epw
- LOS-ALAMITOS_722975_CZ2010.epw
- LOS-ALAMITOS_722975_CZ2010.epw
+ CAN_AB_Lethbridge.AP.712430_CWEC2016.epw
+ CAN_AB_Lethbridge.AP.712430_CWEC2016.epw
- USA_MN_Duluth.Intl.AP.727450_TMY3.epw
- USA_MN_Duluth.Intl.AP.727450_TMY3.epw
+ CAN_AB_Lloydminster.AP.718710_CWEC2016.epw
+ CAN_AB_Lloydminster.AP.718710_CWEC2016.epw
CAN_AB_Medicine.Hat.AP.710260_CWEC2016.epw
CAN_AB_Medicine.Hat.AP.710260_CWEC2016.epw
- USA_FL_Miami.Intl.AP.722020_TMY3.epw
- USA_FL_Miami.Intl.AP.722020_TMY3.epw
+ CAN_AB_Red.Deer.Regl.AP.718780_CWEC2016.epw
+ CAN_AB_Red.Deer.Regl.AP.718780_CWEC2016.epw
- UKIAH_725905_CZ2010.epw
- UKIAH_725905_CZ2010.epw
+ CAN_AB_Red.Deer.Rgnl.AP.718780_CWEC2016.epw
+ CAN_AB_Red.Deer.Rgnl.AP.718780_CWEC2016.epw
- SAN-NICHOLAS-IS_722910_CZ2010.epw
- SAN-NICHOLAS-IS_722910_CZ2010.epw
+ CAN_BC_Abbotsford.Intl.AP.711080_CWEC2016.epw
+ CAN_BC_Abbotsford.Intl.AP.711080_CWEC2016.epw
- INYOKERN_723826_CZ2010.epw
- INYOKERN_723826_CZ2010.epw
+ CAN_BC_Comox.Valley.AP.718930_CWEC2016.epw
+ CAN_BC_Comox.Valley.AP.718930_CWEC2016.epw
- LOS-ANGELES-DOWNTOWN_722874_CZ2010.epw
- LOS-ANGELES-DOWNTOWN_722874_CZ2010.epw
+ CAN_BC_Crankbrook-Canadian.Rockies.Intl.AP.718800_CWEC2016.epw
+ CAN_BC_Crankbrook-Canadian.Rockies.Intl.AP.718800_CWEC2016.epw
- RED-BLUFF_725910_CZ2010.epw
- RED-BLUFF_725910_CZ2010.epw
+ CAN_BC_Fort.St.John-North.Peace.Rgnl.AP.719430_CWEC2016.epw
+ CAN_BC_Fort.St.John-North.Peace.Rgnl.AP.719430_CWEC2016.epw
- CAN_SK_Estevan.Rgnl.AP.718620_CWEC2016.epw
- CAN_SK_Estevan.Rgnl.AP.718620_CWEC2016.epw
+ CAN_BC_Hope.Rgnl.Airpark.711870_CWEC2016.epw
+ CAN_BC_Hope.Rgnl.Airpark.711870_CWEC2016.epw
- PALO-ALTO_724937_CZ2010.epw
- PALO-ALTO_724937_CZ2010.epw
+ CAN_BC_Kamloops.AP.718870_CWEC2016.epw
+ CAN_BC_Kamloops.AP.718870_CWEC2016.epw
- USA_NY_New.York-John.F.Kennedy.Intl.AP.744860_TMY3.epw
- USA_NY_New.York-John.F.Kennedy.Intl.AP.744860_TMY3.epw
+ CAN_BC_Kelowna.Intl.AP.712030_CWEC2016.epw
+ CAN_BC_Kelowna.Intl.AP.712030_CWEC2016.epw
- SAN-LUIS-CO_722897_CZ2010.epw
- SAN-LUIS-CO_722897_CZ2010.epw
+ CAN_BC_Port.Hardy.AP.711090_CWEC2016.epw
+ CAN_BC_Port.Hardy.AP.711090_CWEC2016.epw
- MONTEREY_724915_CZ2010.epw
- MONTEREY_724915_CZ2010.epw
+ CAN_BC_Prince.George.Intl.AP.718960_CWEC2016.epw
+ CAN_BC_Prince.George.Intl.AP.718960_CWEC2016.epw
- TRUCKEE-TAHOE_725846_CZ2010.epw
- TRUCKEE-TAHOE_725846_CZ2010.epw
+ CAN_BC_Smithers.Rgnl.AP.719500_CWEC2016.epw
+ CAN_BC_Smithers.Rgnl.AP.719500_CWEC2016.epw
- VNM_Ho.Chi.Minh.City-Tan.Son.Nhat.AP.489000_IWEC2.epw
- VNM_Ho.Chi.Minh.City-Tan.Son.Nhat.AP.489000_IWEC2.epw
+ CAN_BC_Summerland.717680_CWEC2016.epw
+ CAN_BC_Summerland.717680_CWEC2016.epw
- SAN-JOSE-INTL_724945_CZ2010.epw
- SAN-JOSE-INTL_724945_CZ2010.epw
+ CAN_BC_Vancouver.Intl.AP.718920_CWEC2016.epw
+ CAN_BC_Vancouver.Intl.AP.718920_CWEC2016.epw
- USA_MN_International.Falls.Intl.AP.727470_TMY3.epw
- USA_MN_International.Falls.Intl.AP.727470_TMY3.epw
+ CAN_BC_Victoria.Intl.AP.717990_CWEC2016.epw
+ CAN_BC_Victoria.Intl.AP.717990_CWEC2016.epw
- CAN_QC_Kuujjuaq.AP.719060_CWEC2016.epw
- CAN_QC_Kuujjuaq.AP.719060_CWEC2016.epw
+ CAN_MB_Brandon.Muni.AP.711400_CWEC2016.epw
+ CAN_MB_Brandon.Muni.AP.711400_CWEC2016.epw
- CAN_ON_Armstrong.AP.718410_CWEC2016.epw
- CAN_ON_Armstrong.AP.718410_CWEC2016.epw
+ CAN_MB_Portage-Southport.AP.718510_CWEC2016.epw
+ CAN_MB_Portage-Southport.AP.718510_CWEC2016.epw
- IND_Delhi_New.Delhi-Safdarjung.AP.421820_IWEC2.epw
- IND_Delhi_New.Delhi-Safdarjung.AP.421820_IWEC2.epw
+ CAN_MB_The.Pas.AP.718670_CWEC2016.epw
+ CAN_MB_The.Pas.AP.718670_CWEC2016.epw
- CAN_BC_Victoria.Intl.AP.717990_CWEC2016.epw
- CAN_BC_Victoria.Intl.AP.717990_CWEC2016.epw
+ CAN_MB_Winnipeg-Richardson.Intl.AP.718520_CWEC2016.epw
+ CAN_MB_Winnipeg-Richardson.Intl.AP.718520_CWEC2016.epw
- CRESCENT-CITY_725946_CZ2010.epw
- CRESCENT-CITY_725946_CZ2010.epw
+ CAN_NB_Bathurst.Rgnl.AP.715740_CWEC2016.epw
+ CAN_NB_Bathurst.Rgnl.AP.715740_CWEC2016.epw
- YUBA-CO_724838_CZ2010.epw
- YUBA-CO_724838_CZ2010.epw
+ CAN_NB_Fredericton.Intl.AP.717000_CWEC2016.epw
+ CAN_NB_Fredericton.Intl.AP.717000_CWEC2016.epw
- CAN_BC_Comox.Valley.AP.718930_CWEC2016.epw
- CAN_BC_Comox.Valley.AP.718930_CWEC2016.epw
+ CAN_NB_Miramichi.AP.717440_CWEC2016.epw
+ CAN_NB_Miramichi.AP.717440_CWEC2016.epw
- MARYSVILLE-BEALE-AFB_724837_CZ2010.epw
- MARYSVILLE-BEALE-AFB_724837_CZ2010.epw
+ CAN_NB_Moncton-Greater.Moncton.LeBlanc.Intl.AP.717050_CWEC2016.epw
+ CAN_NB_Moncton-Greater.Moncton.LeBlanc.Intl.AP.717050_CWEC2016.epw
- CAN_ON_Windsor.Intl.AP.715380_CWEC2016.epw
- CAN_ON_Windsor.Intl.AP.715380_CWEC2016.epw
+ CAN_NB_Saint.John.AP.716090_CWEC2016.epw
+ CAN_NB_Saint.John.AP.716090_CWEC2016.epw
- IMPERIAL_747185_CZ2010.epw
- IMPERIAL_747185_CZ2010.epw
+ CAN_NL_Corner.Brook.719730_CWEC2016.epw
+ CAN_NL_Corner.Brook.719730_CWEC2016.epw
+
+
+ CAN_NL_Gander.Intl.AP-CFB.Gander.718030_CWEC2016.epw
+ CAN_NL_Gander.Intl.AP-CFB.Gander.718030_CWEC2016.epw
CAN_NL_Goose.Bay.AP-CFB.Goose.Bay.718160_CWEC2016.epw
CAN_NL_Goose.Bay.AP-CFB.Goose.Bay.718160_CWEC2016.epw
- USA_FL_Tampa-MacDill.AFB.747880_TMY3.epw
- USA_FL_Tampa-MacDill.AFB.747880_TMY3.epw
+ CAN_NL_St.Johns.Intl.AP.718010_CWEC2016.epw
+ CAN_NL_St.Johns.Intl.AP.718010_CWEC2016.epw
- BLYTHE-RIVERSIDE-CO_747188_CZ2010.epw
- BLYTHE-RIVERSIDE-CO_747188_CZ2010.epw
+ CAN_NL_Stephenville.Intl.AP.718150_CWEC2016.epw
+ CAN_NL_Stephenville.Intl.AP.718150_CWEC2016.epw
- SOUTH-LAKE-TAHOE_725847_CZ2010.epw
- SOUTH-LAKE-TAHOE_725847_CZ2010.epw
+ CAN_NS_CFB.Greenwood.713970_CWEC2016.epw
+ CAN_NS_CFB.Greenwood.713970_CWEC2016.epw
- SALINAS_724917_CZ2010.epw
- SALINAS_724917_CZ2010.epw
+ CAN_NS_CFB.Shearwater.716010_CWEC2016.epw
+ CAN_NS_CFB.Shearwater.716010_CWEC2016.epw
- CAN_ON_Sault.Ste.Marie.AP.712600_CWEC2016.epw
- CAN_ON_Sault.Ste.Marie.AP.712600_CWEC2016.epw
+ CAN_NS_Halifax.Dockyard.713280_CWEC2016.epw
+ CAN_NS_Halifax.Dockyard.713280_CWEC2016.epw
- CAN_QC_Saguenay-Bagotville.AP-CFB.Bagotville.717270_CWEC2016.epw
- CAN_QC_Saguenay-Bagotville.AP-CFB.Bagotville.717270_CWEC2016.epw
+ CAN_NS_Sable.Island.Natl.Park.716000_CWEC2016.epw
+ CAN_NS_Sable.Island.Natl.Park.716000_CWEC2016.epw
- CAN_ON_Timmins.Power.AP.717390_CWEC2016.epw
- CAN_ON_Timmins.Power.AP.717390_CWEC2016.epw
+ CAN_NS_Sydney-McCurdy.AP.717070_8205701_CWEC2016.epw
+ CAN_NS_Sydney-McCurdy.AP.717070_8205701_CWEC2016.epw
- CAN_AB_Edmonton.Stony.Plain.AP.711270_CWEC2016.epw
- CAN_AB_Edmonton.Stony.Plain.AP.711270_CWEC2016.epw
+ CAN_NS_Sydney-McCurdy.AP.717070_CWEC2016.epw
+ CAN_NS_Sydney-McCurdy.AP.717070_CWEC2016.epw
- CAN_QC_Mont-Joli.AP.717180_CWEC2016.epw
- CAN_QC_Mont-Joli.AP.717180_CWEC2016.epw
+ CAN_NS_Truro.713980_CWEC.epw
+ CAN_NS_Truro.713980_CWEC.epw
- SACRAMENTO-EXECUTIVE_724830_CZ2010.epw
- SACRAMENTO-EXECUTIVE_724830_CZ2010.epw
+ CAN_NS_Yarmouth.Intl.AP.716030_CWEC2016.epw
+ CAN_NS_Yarmouth.Intl.AP.716030_CWEC2016.epw
- CAN_QC_Montreal-Trudeau.Intl.AP.716270_CWEC2016.epw
- CAN_QC_Montreal-Trudeau.Intl.AP.716270_CWEC2016.epw
+ CAN_NT_Inuvik-Zubko.AP.719570_CWEC2016.epw
+ CAN_NT_Inuvik-Zubko.AP.719570_CWEC2016.epw
- CAN_MB_Brandon.Muni.AP.711400_CWEC2016.epw
- CAN_MB_Brandon.Muni.AP.711400_CWEC2016.epw
+ CAN_NT_Yellowknife.AP.719360_CWEC2016.epw
+ CAN_NT_Yellowknife.AP.719360_CWEC2016.epw
- LOMPOC_722895_CZ2010.epw
- LOMPOC_722895_CZ2010.epw
+ CAN_NU_Resolute.AP.719240_CWEC2016.epw
+ CAN_NU_Resolute.AP.719240_CWEC2016.epw
- CAN_QC_Lac.Eon.AP.714210_CWEC2016.epw
- CAN_QC_Lac.Eon.AP.714210_CWEC2016.epw
+ CAN_ON_Armstrong.AP.718410_CWEC2016.epw
+ CAN_ON_Armstrong.AP.718410_CWEC2016.epw
- CAN_BC_Vancouver.Intl.AP.718920_CWEC2016.epw
- CAN_BC_Vancouver.Intl.AP.718920_CWEC2016.epw
+ CAN_ON_Barrie.Oro.713140_CWEC2016.epw
+ CAN_ON_Barrie.Oro.713140_CWEC2016.epw
- BISHOP_724800_CZ2010.epw
- BISHOP_724800_CZ2010.epw
+ CAN_ON_CFB.Trenton.716210_CWEC2016.epw
+ CAN_ON_CFB.Trenton.716210_CWEC2016.epw
- FRESNO_723890_CZ2010.epw
- FRESNO_723890_CZ2010.epw
+ CAN_ON_Dryden.Rgnl.AP.715270_CWEC2016.epw
+ CAN_ON_Dryden.Rgnl.AP.715270_CWEC2016.epw
- ARCATA_725945_CZ2010.epw
- ARCATA_725945_CZ2010.epw
+ CAN_ON_Hamilton.Intl.AP.712630_CWEC2016.epw
+ CAN_ON_Hamilton.Intl.AP.712630_CWEC2016.epw
- USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.epw
- USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.epw
+ CAN_ON_Kingston.AP.718200_TMYx.2004-2018.epw
+ CAN_ON_Kingston.AP.718200_TMYx.2004-2018.epw
- PALMDALE_723820_CZ2010.epw
- PALMDALE_723820_CZ2010.epw
+ CAN_ON_London.Intl.AP.716230_CWEC2016.epw
+ CAN_ON_London.Intl.AP.716230_CWEC2016.epw
- CAMP-PENDLETON_722926_CZ2010.epw
- CAMP-PENDLETON_722926_CZ2010.epw
+ CAN_ON_Moosonee.AP.713980_CWEC2016.epw
+ CAN_ON_Moosonee.AP.713980_CWEC2016.epw
- NEEDLES_723805_CZ2010.epw
- NEEDLES_723805_CZ2010.epw
+ CAN_ON_Mount.Forest.716310_CWEC2016.epw
+ CAN_ON_Mount.Forest.716310_CWEC2016.epw
- ALTURAS_725958_CZ2010.epw
- ALTURAS_725958_CZ2010.epw
+ CAN_ON_North.Bay-Garland.AP.717310_CWEC2016.epw
+ CAN_ON_North.Bay-Garland.AP.717310_CWEC2016.epw
- CAN_BC_Port.Hardy.AP.711090_CWEC2016.epw
- CAN_BC_Port.Hardy.AP.711090_CWEC2016.epw
+ CAN_ON_Ottawa-Macdonald-Cartier.Intl.AP.716280_CWEC2016.epw
+ CAN_ON_Ottawa-Macdonald-Cartier.Intl.AP.716280_CWEC2016.epw
- CAN_AB_Lethbridge.AP.712430_CWEC2016.epw
- CAN_AB_Lethbridge.AP.712430_CWEC2016.epw
+ CAN_ON_Peterborough.Muni.AP.714360_CWEC2016.epw
+ CAN_ON_Peterborough.Muni.AP.714360_CWEC2016.epw
- USA_CA_San.Deigo-Brown.Field.Muni.AP.722904_TMY3.epw
- USA_CA_San.Deigo-Brown.Field.Muni.AP.722904_TMY3.epw
+ CAN_ON_Region.of.Waterloo.Intl.AP.713680_TMYx.2004-2018.epw
+ CAN_ON_Region.of.Waterloo.Intl.AP.713680_TMYx.2004-2018.epw
- CAN_BC_Crankbrook-Canadian.Rockies.Intl.AP.718800_CWEC2016.epw
- CAN_BC_Crankbrook-Canadian.Rockies.Intl.AP.718800_CWEC2016.epw
+ CAN_ON_Sarnia-Hadfield.AP.717040_TMYx.2004-2018.epw
+ CAN_ON_Sarnia-Hadfield.AP.717040_TMYx.2004-2018.epw
- LEMOORE_747020_CZ2010.epw
- LEMOORE_747020_CZ2010.epw
+ CAN_ON_Sault.Ste.Marie.AP.712600_CWEC2016.epw
+ CAN_ON_Sault.Ste.Marie.AP.712600_CWEC2016.epw
- HAWTHORNE-NORTHROP-FLD_722956_CZ2010.epw
- HAWTHORNE-NORTHROP-FLD_722956_CZ2010.epw
+ CAN_ON_Sudbury.AP.717300_CWEC2016.epw
+ CAN_ON_Sudbury.AP.717300_CWEC2016.epw
- CAN_AB_Edmonton.Intl.AP.711230_CWEC2016.epw
- CAN_AB_Edmonton.Intl.AP.711230_CWEC2016.epw
+ CAN_ON_Thunder.Bay.Intl.AP.716670_CWEC2016.epw
+ CAN_ON_Thunder.Bay.Intl.AP.716670_CWEC2016.epw
- LANCASTER_723816_CZ2010.epw
- LANCASTER_723816_CZ2010.epw
+ CAN_ON_Timmins.Power.AP.717390_CWEC2016.epw
+ CAN_ON_Timmins.Power.AP.717390_CWEC2016.epw
- FAIRFLD-TRAVIS-AFB_745160_CZ2010.epw
- FAIRFLD-TRAVIS-AFB_745160_CZ2010.epw
+ CAN_ON_Toronto.Pearson.Intl.AP.716240_CWEC2016.epw
+ CAN_ON_Toronto.Pearson.Intl.AP.716240_CWEC2016.epw
- CAN_BC_Kamloops.AP.718870_CWEC2016.epw
- CAN_BC_Kamloops.AP.718870_CWEC2016.epw
+ CAN_ON_Windsor.Intl.AP.715380_CWEC2016.epw
+ CAN_ON_Windsor.Intl.AP.715380_CWEC2016.epw
- USA_OR_Salem-McNary.Field.726940_TMY3.epw
- USA_OR_Salem-McNary.Field.726940_TMY3.epw
+ CAN_PE_Charlottetown.AP.717060_CWEC2016.epw
+ CAN_PE_Charlottetown.AP.717060_CWEC2016.epw
- CAN_BC_Abbotsford.Intl.AP.711080_CWEC2016.epw
- CAN_BC_Abbotsford.Intl.AP.711080_CWEC2016.epw
+ CAN_PE_Summerside.AP.717020_CWEC2016.epw
+ CAN_PE_Summerside.AP.717020_CWEC2016.epw
- CAN_BC_Hope.Rgnl.Airpark.711870_CWEC2016.epw
- CAN_BC_Hope.Rgnl.Airpark.711870_CWEC2016.epw
+ CAN_QC_Cap.Madelaine.714250_CWEC2016.epw
+ CAN_QC_Cap.Madelaine.714250_CWEC2016.epw
- OXNARD_723927_CZ2010.epw
- OXNARD_723927_CZ2010.epw
+ CAN_QC_Gatineau.AP.716279_TMYx.2004-2018.epw
+ CAN_QC_Gatineau.AP.716279_TMYx.2004-2018.epw
- CAN_QC_Quebec-Lesage.Intl.AP.717140_CWEC2016.epw
- CAN_QC_Quebec-Lesage.Intl.AP.717140_CWEC2016.epw
+ CAN_QC_Granby.710367_TMYx.2004-2018.epw
+ CAN_QC_Granby.710367_TMYx.2004-2018.epw
- VNM_Hanoi.488200_IWEC.epw
- VNM_Hanoi.488200_IWEC.epw
+ CAN_QC_Kuujjuaq.AP.719060_CWEC2016.epw
+ CAN_QC_Kuujjuaq.AP.719060_CWEC2016.epw
- CAN_QC_Riviere-du-Loup.717150_CWEC2016.epw
- CAN_QC_Riviere-du-Loup.717150_CWEC2016.epw
+ CAN_QC_Kuujuarapik.AP.719050_CWEC2016.epw
+ CAN_QC_Kuujuarapik.AP.719050_CWEC2016.epw
- BAKERSFIELD_723840_CZ2010.epw
- BAKERSFIELD_723840_CZ2010.epw
+ CAN_QC_Lac.Eon.AP.714210_CWEC2016.epw
+ CAN_QC_Lac.Eon.AP.714210_CWEC2016.epw
- OAKLAND_724930_CZ2010.epw
- OAKLAND_724930_CZ2010.epw
+ CAN_QC_Mont-Joli.AP.717180_CWEC2016.epw
+ CAN_QC_Mont-Joli.AP.717180_CWEC2016.epw
- PALM-SPRINGS-THERMAL_747187_CZ2010.epw
- PALM-SPRINGS-THERMAL_747187_CZ2010.epw
+ CAN_QC_Montreal-Mirabel.Intl.AP.719050_CWEC2016.epw
+ CAN_QC_Montreal-Mirabel.Intl.AP.719050_CWEC2016.epw
- USA_GA_Atlanta-Hartsfield.Jackson.Intl.AP.722190_TMY3.epw
- USA_GA_Atlanta-Hartsfield.Jackson.Intl.AP.722190_TMY3.epw
+ CAN_QC_Montreal-St-Hubert.Longueuil.AP.713710_CWEC2016.epw
+ CAN_QC_Montreal-St-Hubert.Longueuil.AP.713710_CWEC2016.epw
- LONG-BEACH_722970_CZ2010.epw
- LONG-BEACH_722970_CZ2010.epw
+ CAN_QC_Montreal-Trudeau.Intl.AP.716270_CWEC2016.epw
+ CAN_QC_Montreal-Trudeau.Intl.AP.716270_CWEC2016.epw
- CAN_NS_CFB.Shearwater.716010_CWEC2016.epw
- CAN_NS_CFB.Shearwater.716010_CWEC2016.epw
+ CAN_QC_Quebec-Lesage.Intl.AP.717140_CWEC2016.epw
+ CAN_QC_Quebec-Lesage.Intl.AP.717140_CWEC2016.epw
- USA_NM_Albuquerque.Intl.Sunport.723650_TMY3.epw
- USA_NM_Albuquerque.Intl.Sunport.723650_TMY3.epw
+ CAN_QC_Riviere-du-Loup.717150_CWEC2016.epw
+ CAN_QC_Riviere-du-Loup.717150_CWEC2016.epw
- USA_VT_Burlington.Intl.AP.726170_TMY3.epw
- USA_VT_Burlington.Intl.AP.726170_TMY3.epw
+ CAN_QC_Roberval.AP.717280_CWEC2016.epw
+ CAN_QC_Roberval.AP.717280_CWEC2016.epw
- CARLSBAD_722927_CZ2010.epw
- CARLSBAD_722927_CZ2010.epw
+ CAN_QC_Rouyn-Noranda.AP.717255_CWEC2016.epw
+ CAN_QC_Rouyn-Noranda.AP.717255_CWEC2016.epw
- USA_NY_Buffalo.Niagara.Intl.AP.725280_TMY3.epw
- USA_NY_Buffalo.Niagara.Intl.AP.725280_TMY3.epw
+ CAN_QC_Saguenay-Bagotville.AP-CFB.Bagotville.717270_CWEC2016.epw
+ CAN_QC_Saguenay-Bagotville.AP-CFB.Bagotville.717270_CWEC2016.epw
- IMPERIAL-BEACH_722909_CZ2010.epw
- IMPERIAL-BEACH_722909_CZ2010.epw
+ CAN_QC_Schefferville.AP.718280_CWEC2016.epw
+ CAN_QC_Schefferville.AP.718280_CWEC2016.epw
- RIVERSIDE_722869_CZ2010.epw
- RIVERSIDE_722869_CZ2010.epw
+ CAN_QC_Sept-Iles.AP.718110_CWEC2016.epw
+ CAN_QC_Sept-Iles.AP.718110_CWEC2016.epw
- SANTA-BARBARA_723925_CZ2010.epw
- SANTA-BARBARA_723925_CZ2010.epw
+ CAN_QC_Sherbrooke.AP.716100_TMYx.2004-2018.epw
+ CAN_QC_Sherbrooke.AP.716100_TMYx.2004-2018.epw
- USA_WA_Port.Angeles-William.R.Fairchild.Intl.AP.727885_TMY3.epw
- USA_WA_Port.Angeles-William.R.Fairchild.Intl.AP.727885_TMY3.epw
+ CAN_QC_Trois.Rivieres.717240_TMYx.2004-2018.epw
+ CAN_QC_Trois.Rivieres.717240_TMYx.2004-2018.epw
- EL-CENTRO_722810_CZ2010.epw
- EL-CENTRO_722810_CZ2010.epw
+ CAN_QC_Val-d-Or.Rgnl.AP.717250_CWEC2016.epw
+ CAN_QC_Val-d-Or.Rgnl.AP.717250_CWEC2016.epw
- CAN_AB_Calgary.Intl.AP.718770_CWEC2016.epw
- CAN_AB_Calgary.Intl.AP.718770_CWEC2016.epw
+ CAN_SK_CFB.Moose.Jaw.715390_CWEC2016.epw
+ CAN_SK_CFB.Moose.Jaw.715390_CWEC2016.epw
- CAN_NB_Miramichi.AP.717440_CWEC2016.epw
- CAN_NB_Miramichi.AP.717440_CWEC2016.epw
+ CAN_SK_Estevan.Rgnl.AP.718620_CWEC2016.epw
+ CAN_SK_Estevan.Rgnl.AP.718620_CWEC2016.epw
CAN_SK_North.Battleford.AP.718760_CWEC2016.epw
CAN_SK_North.Battleford.AP.718760_CWEC2016.epw
- CAN_NL_Gander.Intl.AP-CFB.Gander.718030_CWEC2016.epw
- CAN_NL_Gander.Intl.AP-CFB.Gander.718030_CWEC2016.epw
+ CAN_SK_Prince.Albert.AP.718690_CWEC2016.epw
+ CAN_SK_Prince.Albert.AP.718690_CWEC2016.epw
- CAN_NT_Inuvik-Zubko.AP.719570_CWEC2016.epw
- CAN_NT_Inuvik-Zubko.AP.719570_CWEC2016.epw
+ CAN_SK_Regina.Intl.AP.715140_CWEC2016.epw
+ CAN_SK_Regina.Intl.AP.715140_CWEC2016.epw
- SAN-DIEGO-NORTH-IS_722906_CZ2010.epw
- SAN-DIEGO-NORTH-IS_722906_CZ2010.epw
+ CAN_SK_Saskatoon.Intl.AP.718660_CWEC2016.epw
+ CAN_SK_Saskatoon.Intl.AP.718660_CWEC2016.epw
- CAN_AB_Banff.CS.711220_CWEC2016.epw
- CAN_AB_Banff.CS.711220_CWEC2016.epw
+ CAN_YT_Whitehorse.Intl.AP.719640_CWEC2016.epw
+ CAN_YT_Whitehorse.Intl.AP.719640_CWEC2016.epw
- PORTERVILLE_723895_CZ2010.epw
- PORTERVILLE_723895_CZ2010.epw
+ CARLSBAD_722927_CZ2010.epw
+ CARLSBAD_722927_CZ2010.epw
- SANDBERG_723830_CZ2010.epw
- SANDBERG_723830_CZ2010.epw
+ CHINA-LAKE_746120_CZ2010.epw
+ CHINA-LAKE_746120_CZ2010.epw
- TWENTYNINE-PALMS_690150_CZ2010.epw
- TWENTYNINE-PALMS_690150_CZ2010.epw
+ CHINO_722899_CZ2010.epw
+ CHINO_722899_CZ2010.epw
- VANDENBERG-AFB_723930_CZ2010.epw
- VANDENBERG-AFB_723930_CZ2010.epw
+ CONCORD_724936_CZ2010.epw
+ CONCORD_724936_CZ2010.epw
- CAN_ON_Mount.Forest.716310_CWEC2016.epw
- CAN_ON_Mount.Forest.716310_CWEC2016.epw
+ CRESCENT-CITY_725946_CZ2010.epw
+ CRESCENT-CITY_725946_CZ2010.epw
DAGGETT-BARSTOW_723815_CZ2010.epw
DAGGETT-BARSTOW_723815_CZ2010.epw
- CAN_QC_Kuujuarapik.AP.719050_CWEC2016.epw
- CAN_QC_Kuujuarapik.AP.719050_CWEC2016.epw
+ EDWARDS-AFB_723810_CZ2010.epw
+ EDWARDS-AFB_723810_CZ2010.epw
- CAN_ON_London.Intl.AP.716230_CWEC2016.epw
- CAN_ON_London.Intl.AP.716230_CWEC2016.epw
+ EL-CENTRO_722810_CZ2010.epw
+ EL-CENTRO_722810_CZ2010.epw
- USA_HI_Honolulu.Intl.AP.911820_TMY3.epw
- USA_HI_Honolulu.Intl.AP.911820_TMY3.epw
+ EUREKA_725940_CZ2010.epw
+ EUREKA_725940_CZ2010.epw
- SANTA-ROSA_724957_CZ2010.epw
- SANTA-ROSA_724957_CZ2010.epw
+ FAIRFLD-TRAVIS-AFB_745160_CZ2010.epw
+ FAIRFLD-TRAVIS-AFB_745160_CZ2010.epw
- CAN_ON_Toronto.Pearson.Intl.AP.716240_CWEC2016.epw
- CAN_ON_Toronto.Pearson.Intl.AP.716240_CWEC2016.epw
+ FRESNO_723890_CZ2010.epw
+ FRESNO_723890_CZ2010.epw
- LIVERMORE_724927_CZ2010.epw
- LIVERMORE_724927_CZ2010.epw
+ FULLERTON_722976_CZ2010.epw
+ FULLERTON_722976_CZ2010.epw
- CHINA-LAKE_746120_CZ2010.epw
- CHINA-LAKE_746120_CZ2010.epw
+ HAWTHORNE-NORTHROP-FLD_722956_CZ2010.epw
+ HAWTHORNE-NORTHROP-FLD_722956_CZ2010.epw
- CAN_BC_Smithers.Rgnl.AP.719500_CWEC2016.epw
- CAN_BC_Smithers.Rgnl.AP.719500_CWEC2016.epw
+ HAYWARD_724935_CZ2010.epw
+ HAYWARD_724935_CZ2010.epw
- SANTA-ANA_722977_CZ2010.epw
- SANTA-ANA_722977_CZ2010.epw
+ IMPERIAL-BEACH_722909_CZ2010.epw
+ IMPERIAL-BEACH_722909_CZ2010.epw
- BURBANK-GLENDALE_722880_CZ2010.epw
- BURBANK-GLENDALE_722880_CZ2010.epw
+ IMPERIAL_747185_CZ2010.epw
+ IMPERIAL_747185_CZ2010.epw
- USA_ID_Boise.Air.Terminal.726810_TMY3.epw
- USA_ID_Boise.Air.Terminal.726810_TMY3.epw
+ IND_DL_New.Delhi-Safdarjung.AP.421820_TMYx.epw
+ IND_DL_New.Delhi-Safdarjung.AP.421820_TMYx.epw
- CAN_ON_North.Bay-Garland.AP.717310_CWEC2016.epw
- CAN_ON_North.Bay-Garland.AP.717310_CWEC2016.epw
+ INYOKERN_723826_CZ2010.epw
+ INYOKERN_723826_CZ2010.epw
- CAN_QC_Montreal-Mirabel.Intl.AP.719050_CWEC2016.epw
- CAN_QC_Montreal-Mirabel.Intl.AP.719050_CWEC2016.epw
+ LANCASTER_723816_CZ2010.epw
+ LANCASTER_723816_CZ2010.epw
- SANTA-MARIA_723940_CZ2010.epw
- SANTA-MARIA_723940_CZ2010.epw
+ LEMOORE_747020_CZ2010.epw
+ LEMOORE_747020_CZ2010.epw
- SAN-CLEMENTE-IS_722925_CZ2010.epw
- SAN-CLEMENTE-IS_722925_CZ2010.epw
+ LIVERMORE_724927_CZ2010.epw
+ LIVERMORE_724927_CZ2010.epw
- CAN_NU_Resolute.AP.719240_CWEC2016.epw
- CAN_NU_Resolute.AP.719240_CWEC2016.epw
+ LOMPOC_722895_CZ2010.epw
+ LOMPOC_722895_CZ2010.epw
- TORRANCE_722955_CZ2010.epw
- TORRANCE_722955_CZ2010.epw
+ LONG-BEACH_722970_CZ2010.epw
+ LONG-BEACH_722970_CZ2010.epw
- CAN_QC_Sept-Iles.AP.718110_CWEC2016.epw
- CAN_QC_Sept-Iles.AP.718110_CWEC2016.epw
+ LOS-ALAMITOS_722975_CZ2010.epw
+ LOS-ALAMITOS_722975_CZ2010.epw
- CAN_ON_CFB.Trenton.716210_CWEC2016.epw
- CAN_ON_CFB.Trenton.716210_CWEC2016.epw
+ LOS-ANGELES-DOWNTOWN_722874_CZ2010.epw
+ LOS-ANGELES-DOWNTOWN_722874_CZ2010.epw
- USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw
- USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw
+ LOS-ANGELES-INTL_722950_CZ2010.epw
+ LOS-ANGELES-INTL_722950_CZ2010.epw
- CAN_QC_Roberval.AP.717280_CWEC2016.epw
- CAN_QC_Roberval.AP.717280_CWEC2016.epw
+ MARYSVILLE-BEALE-AFB_724837_CZ2010.epw
+ MARYSVILLE-BEALE-AFB_724837_CZ2010.epw
- CAN_ON_Ottawa-Macdonald-Cartier.Intl.AP.716280_CWEC2016.epw
- CAN_ON_Ottawa-Macdonald-Cartier.Intl.AP.716280_CWEC2016.epw
+ MERCED_724815_CZ2010.epw
+ MERCED_724815_CZ2010.epw
- CAN_MB_Winnipeg-Richardson.Intl.AP.718520_CWEC2016.epw
- CAN_MB_Winnipeg-Richardson.Intl.AP.718520_CWEC2016.epw
+ MODESTO_724926_CZ2010.epw
+ MODESTO_724926_CZ2010.epw
- SAN-FRANCISCO-INTL_724940_CZ2010.epw
- SAN-FRANCISCO-INTL_724940_CZ2010.epw
+ MOJAVE_722953_CZ2010.epw
+ MOJAVE_722953_CZ2010.epw
- RIVERSIDE-MARCH-AFB_722860_CZ2010.epw
- RIVERSIDE-MARCH-AFB_722860_CZ2010.epw
+ MONTAGUE-SISKIYOU-CO_725955_CZ2010.epw
+ MONTAGUE-SISKIYOU-CO_725955_CZ2010.epw
- USA_NM_Albuquerque.Intl.AP.723650_TMY3.epw
- USA_NM_Albuquerque.Intl.AP.723650_TMY3.epw
+ MONTEREY_724915_CZ2010.epw
+ MONTEREY_724915_CZ2010.epw
- CAN_BC_Fort.St.John-North.Peace.Rgnl.AP.719430_CWEC2016.epw
- CAN_BC_Fort.St.John-North.Peace.Rgnl.AP.719430_CWEC2016.epw
+ MOUNT-SHASTA_725957_CZ2010.epw
+ MOUNT-SHASTA_725957_CZ2010.epw
- MODESTO_724926_CZ2010.epw
- MODESTO_724926_CZ2010.epw
+ NAPA-CO_724955_CZ2010.epw
+ NAPA-CO_724955_CZ2010.epw
- USA_AZ_Tucson-Davis-Monthan.AFB.722745_TMY3.epw
- USA_AZ_Tucson-Davis-Monthan.AFB.722745_TMY3.epw
+ NEEDLES_723805_CZ2010.epw
+ NEEDLES_723805_CZ2010.epw
- CAN_ON_Dryden.Rgnl.AP.715270_CWEC2016.epw
- CAN_ON_Dryden.Rgnl.AP.715270_CWEC2016.epw
+ OAKLAND_724930_CZ2010.epw
+ OAKLAND_724930_CZ2010.epw
- USA_CO_Boulder-Broomfield-Jefferson.County.AP.724699_TMY3.epw
- USA_CO_Boulder-Broomfield-Jefferson.County.AP.724699_TMY3.epw
+ OXNARD_723927_CZ2010.epw
+ OXNARD_723927_CZ2010.epw
- SAN-DIEGO-MONTGOMER_722903_CZ2010.epw
- SAN-DIEGO-MONTGOMER_722903_CZ2010.epw
+ PALM-SPRINGS-INTL_722868_CZ2010.epw
+ PALM-SPRINGS-INTL_722868_CZ2010.epw
- USA_MN_Rochester.Intl.AP.726440_TMY3.epw
- USA_MN_Rochester.Intl.AP.726440_TMY3.epw
+ PALM-SPRINGS-THERMAL_747187_CZ2010.epw
+ PALM-SPRINGS-THERMAL_747187_CZ2010.epw
- CAN_MB_The.Pas.AP.718670_CWEC2016.epw
- CAN_MB_The.Pas.AP.718670_CWEC2016.epw
+ PALMDALE_723820_CZ2010.epw
+ PALMDALE_723820_CZ2010.epw
- CAN_AB_Fort.McMurray.AP.716890_CWEC2016.epw
- CAN_AB_Fort.McMurray.AP.716890_CWEC2016.epw
+ PALO-ALTO_724937_CZ2010.epw
+ PALO-ALTO_724937_CZ2010.epw
- SANTA-MONICA_722885_CZ2010.epw
- SANTA-MONICA_722885_CZ2010.epw
+ PASO-ROBLES_723965_CZ2010.epw
+ PASO-ROBLES_723965_CZ2010.epw
- USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw
- USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw
+ POINT-MUGU_723910_CZ2010.epw
+ POINT-MUGU_723910_CZ2010.epw
+
+
+ PORTERVILLE_723895_CZ2010.epw
+ PORTERVILLE_723895_CZ2010.epw
+
+
+ RED-BLUFF_725910_CZ2010.epw
+ RED-BLUFF_725910_CZ2010.epw
+
+
+ REDDING_725920_CZ2010.epw
+ REDDING_725920_CZ2010.epw
+
+
+ RIVERSIDE-MARCH-AFB_722860_CZ2010.epw
+ RIVERSIDE-MARCH-AFB_722860_CZ2010.epw
+
+
+ RIVERSIDE_722869_CZ2010.epw
+ RIVERSIDE_722869_CZ2010.epw
+
+
+ SACRAMENTO-EXECUTIVE_724830_CZ2010.epw
+ SACRAMENTO-EXECUTIVE_724830_CZ2010.epw
+
+
+ SACRAMENTO-METRO_724839_CZ2010.epw
+ SACRAMENTO-METRO_724839_CZ2010.epw
+
+
+ SALINAS_724917_CZ2010.epw
+ SALINAS_724917_CZ2010.epw
+
+
+ SAN-CARLOS_724938_CZ2010.epw
+ SAN-CARLOS_724938_CZ2010.epw
+
+
+ SAN-CLEMENTE-IS_722925_CZ2010.epw
+ SAN-CLEMENTE-IS_722925_CZ2010.epw
+
+
+ SAN-DIEGO-GILLESPIE_722907_CZ2010.epw
+ SAN-DIEGO-GILLESPIE_722907_CZ2010.epw
SAN-DIEGO-LINDBERGH_722900_CZ2010.epw
SAN-DIEGO-LINDBERGH_722900_CZ2010.epw
- NAPA-CO_724955_CZ2010.epw
- NAPA-CO_724955_CZ2010.epw
+ SAN-DIEGO-MONTGOMER_722903_CZ2010.epw
+ SAN-DIEGO-MONTGOMER_722903_CZ2010.epw
- CONCORD_724936_CZ2010.epw
- CONCORD_724936_CZ2010.epw
+ SAN-DIEGO-NORTH-IS_722906_CZ2010.epw
+ SAN-DIEGO-NORTH-IS_722906_CZ2010.epw
- CAN_QC_Val-d-Or.Rgnl.AP.717250_CWEC2016.epw
- CAN_QC_Val-d-Or.Rgnl.AP.717250_CWEC2016.epw
+ SAN-FRANCISCO-INTL_724940_CZ2010.epw
+ SAN-FRANCISCO-INTL_724940_CZ2010.epw
- USA_CO_Fort.Collins.AWOS.724769_TMY3.epw
- USA_CO_Fort.Collins.AWOS.724769_TMY3.epw
+ SAN-JOSE-INTL_724945_CZ2010.epw
+ SAN-JOSE-INTL_724945_CZ2010.epw
- CAN_PE_Charlottetown.AP.717060_CWEC2016.epw
- CAN_PE_Charlottetown.AP.717060_CWEC2016.epw
+ SAN-JOSE-REID_724946_CZ2010.epw
+ SAN-JOSE-REID_724946_CZ2010.epw
- ARE_Dubai.Intl.AP.411940_IWEC2.epw
- ARE_Dubai.Intl.AP.411940_IWEC2.epw
+ SAN-LUIS-CO_722897_CZ2010.epw
+ SAN-LUIS-CO_722897_CZ2010.epw
- USA_TX_El.Paso.Intl.AP.722700_TMY3.epw
- USA_TX_El.Paso.Intl.AP.722700_TMY3.epw
+ SAN-NICHOLAS-IS_722910_CZ2010.epw
+ SAN-NICHOLAS-IS_722910_CZ2010.epw
- CAN_NB_Saint.John.AP.716090_CWEC2016.epw
- CAN_NB_Saint.John.AP.716090_CWEC2016.epw
+ SANDBERG_723830_CZ2010.epw
+ SANDBERG_723830_CZ2010.epw
- CAN_NS_CFB.Greenwood.713970_CWEC2016.epw
- CAN_NS_CFB.Greenwood.713970_CWEC2016.epw
+ SANTA-ANA_722977_CZ2010.epw
+ SANTA-ANA_722977_CZ2010.epw
- PALM-SPRINGS-INTL_722868_CZ2010.epw
- PALM-SPRINGS-INTL_722868_CZ2010.epw
+ SANTA-BARBARA_723925_CZ2010.epw
+ SANTA-BARBARA_723925_CZ2010.epw
- EUREKA_725940_CZ2010.epw
- EUREKA_725940_CZ2010.epw
+ SANTA-MARIA_723940_CZ2010.epw
+ SANTA-MARIA_723940_CZ2010.epw
- FULLERTON_722976_CZ2010.epw
- FULLERTON_722976_CZ2010.epw
+ SANTA-MONICA_722885_CZ2010.epw
+ SANTA-MONICA_722885_CZ2010.epw
- CAN_BC_Summerland.717680_CWEC2016.epw
- CAN_BC_Summerland.717680_CWEC2016.epw
+ SANTA-ROSA_724957_CZ2010.epw
+ SANTA-ROSA_724957_CZ2010.epw
- CAN_QC_Montreal-St-Hubert.Longueuil.AP.713710_CWEC2016.epw
- CAN_QC_Montreal-St-Hubert.Longueuil.AP.713710_CWEC2016.epw
+ SAU_RI_Riyadh.AB.404380_TMYx.epw
+ SAU_RI_Riyadh.AB.404380_TMYx.epw
- MONTAGUE-SISKIYOU-CO_725955_CZ2010.epw
- MONTAGUE-SISKIYOU-CO_725955_CZ2010.epw
+ SOUTH-LAKE-TAHOE_725847_CZ2010.epw
+ SOUTH-LAKE-TAHOE_725847_CZ2010.epw
+
+
+ STOCKTON_724920_CZ2010.epw
+ STOCKTON_724920_CZ2010.epw
+
+
+ TORRANCE_722955_CZ2010.epw
+ TORRANCE_722955_CZ2010.epw
+
+
+ TRUCKEE-TAHOE_725846_CZ2010.epw
+ TRUCKEE-TAHOE_725846_CZ2010.epw
+
+
+ TWENTYNINE-PALMS_690150_CZ2010.epw
+ TWENTYNINE-PALMS_690150_CZ2010.epw
+
+
+ UKIAH_725905_CZ2010.epw
+ UKIAH_725905_CZ2010.epw
USA_AK_Fairbanks.Intl.AP.702610_TMY3.epw
USA_AK_Fairbanks.Intl.AP.702610_TMY3.epw
- MERCED_724815_CZ2010.epw
- MERCED_724815_CZ2010.epw
+ USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.epw
+ USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.epw
- CAN_NB_Fredericton.Intl.AP.717000_CWEC2016.epw
- CAN_NB_Fredericton.Intl.AP.717000_CWEC2016.epw
+ USA_AZ_Tucson-Davis-Monthan.AFB.722745_TMY3.epw
+ USA_AZ_Tucson-Davis-Monthan.AFB.722745_TMY3.epw
- SAN-JOSE-REID_724946_CZ2010.epw
- SAN-JOSE-REID_724946_CZ2010.epw
+ USA_CA_San.Deigo-Brown.Field.Muni.AP.722904_TMY3.epw
+ USA_CA_San.Deigo-Brown.Field.Muni.AP.722904_TMY3.epw
- CAN_NS_Sable.Island.Natl.Park.716000_CWEC2016.epw
- CAN_NS_Sable.Island.Natl.Park.716000_CWEC2016.epw
+ USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw
+ USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw
- VISALIA_723896_CZ2010.epw
- VISALIA_723896_CZ2010.epw
+ USA_CO_Boulder-Broomfield-Jefferson.County.AP.724699_TMY3.epw
+ USA_CO_Boulder-Broomfield-Jefferson.County.AP.724699_TMY3.epw
- USA_MT_Great.Falls.Intl.AP.727750_TMY3.epw
- USA_MT_Great.Falls.Intl.AP.727750_TMY3.epw
+ USA_CO_Denver-Aurora-Buckley.AFB.724695_TMY3.epw
+ USA_CO_Denver-Aurora-Buckley.AFB.724695_TMY3.epw
- CAN_NT_Yellowknife.AP.719360_CWEC2016.epw
- CAN_NT_Yellowknife.AP.719360_CWEC2016.epw
+ USA_CO_Denver.Intl.AP.725650_TMY3.epw
+ USA_CO_Denver.Intl.AP.725650_TMY3.epw
- CAN_YT_Whitehorse.Intl.AP.719640_CWEC2016.epw
- CAN_YT_Whitehorse.Intl.AP.719640_CWEC2016.epw
+ USA_CO_Fort.Collins.AWOS.724769_TMY3.epw
+ USA_CO_Fort.Collins.AWOS.724769_TMY3.epw
- REDDING_725920_CZ2010.epw
- REDDING_725920_CZ2010.epw
+ USA_FL_Miami.Intl.AP.722020_TMY3.epw
+ USA_FL_Miami.Intl.AP.722020_TMY3.epw
- EDWARDS-AFB_723810_CZ2010.epw
- EDWARDS-AFB_723810_CZ2010.epw
+ USA_FL_Tampa-MacDill.AFB.747880_TMY3.epw
+ USA_FL_Tampa-MacDill.AFB.747880_TMY3.epw
- SAN-CARLOS_724938_CZ2010.epw
- SAN-CARLOS_724938_CZ2010.epw
+ USA_GA_Atlanta-Hartsfield.Jackson.Intl.AP.722190_TMY3.epw
+ USA_GA_Atlanta-Hartsfield.Jackson.Intl.AP.722190_TMY3.epw
- USA_MT_Helena.Rgnl.AP.727720_TMY3.epw
- USA_MT_Helena.Rgnl.AP.727720_TMY3.epw
+ USA_HI_Honolulu.Intl.AP.911820_TMY3.epw
+ USA_HI_Honolulu.Intl.AP.911820_TMY3.epw
+
+
+ USA_ID_Boise.Air.Terminal.726810_TMY3.epw
+ USA_ID_Boise.Air.Terminal.726810_TMY3.epw
USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw
USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw
- CAN_QC_Schefferville.AP.718280_CWEC2016.epw
- CAN_QC_Schefferville.AP.718280_CWEC2016.epw
+ USA_MD_Baltimore-Washington.Intl.AP.724060_TMY3.epw
+ USA_MD_Baltimore-Washington.Intl.AP.724060_TMY3.epw
+
+
+ USA_MN_Duluth.Intl.AP.727450_TMY3.epw
+ USA_MN_Duluth.Intl.AP.727450_TMY3.epw
+
+
+ USA_MN_International.Falls.Intl.AP.727470_TMY3.epw
+ USA_MN_International.Falls.Intl.AP.727470_TMY3.epw
+
+
+ USA_MN_Rochester.Intl.AP.726440_TMY3.epw
+ USA_MN_Rochester.Intl.AP.726440_TMY3.epw
+
+
+ USA_MT_Great.Falls.Intl.AP.727750_TMY3.epw
+ USA_MT_Great.Falls.Intl.AP.727750_TMY3.epw
+
+
+ USA_MT_Helena.Rgnl.AP.727720_TMY3.epw
+ USA_MT_Helena.Rgnl.AP.727720_TMY3.epw
+
+
+ USA_NM_Albuquerque.Intl.AP.723650_TMY3.epw
+ USA_NM_Albuquerque.Intl.AP.723650_TMY3.epw
+
+
+ USA_NM_Albuquerque.Intl.Sunport.723650_TMY3.epw
+ USA_NM_Albuquerque.Intl.Sunport.723650_TMY3.epw
+
+
+ USA_NY_Buffalo.Niagara.Intl.AP.725280_TMY3.epw
+ USA_NY_Buffalo.Niagara.Intl.AP.725280_TMY3.epw
+
+
+ USA_NY_New.York-John.F.Kennedy.Intl.AP.744860_TMY3.epw
+ USA_NY_New.York-John.F.Kennedy.Intl.AP.744860_TMY3.epw
+
+
+ USA_OR_Salem-McNary.Field.726940_TMY3.epw
+ USA_OR_Salem-McNary.Field.726940_TMY3.epw
USA_TN_Memphis.Intl.AP.723340_TMY3.epw
USA_TN_Memphis.Intl.AP.723340_TMY3.epw
- USA_MD_Baltimore-Washington.Intl.AP.724060_TMY3.epw
- USA_MD_Baltimore-Washington.Intl.AP.724060_TMY3.epw
+ USA_TX_El.Paso.Intl.AP.722700_TMY3.epw
+ USA_TX_El.Paso.Intl.AP.722700_TMY3.epw
- VAN-NUYS_722886_CZ2010.epw
- VAN-NUYS_722886_CZ2010.epw
+ USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw
+ USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw
- CAN_SK_Saskatoon.Intl.AP.718660_CWEC2016.epw
- CAN_SK_Saskatoon.Intl.AP.718660_CWEC2016.epw
+ USA_VT_Burlington.Intl.AP.726170_TMY3.epw
+ USA_VT_Burlington.Intl.AP.726170_TMY3.epw
- SACRAMENTO-METRO_724839_CZ2010.epw
- SACRAMENTO-METRO_724839_CZ2010.epw
+ USA_WA_Port.Angeles-William.R.Fairchild.Intl.AP.727885_TMY3.epw
+ USA_WA_Port.Angeles-William.R.Fairchild.Intl.AP.727885_TMY3.epw
- CAN_NS_Sydney-McCurdy.AP.717070_8205701_CWEC2016.epw
- CAN_NS_Sydney-McCurdy.AP.717070_8205701_CWEC2016.epw
+ USA_WA_Seattle-Tacoma.Intl.AP.727930_TMY3.epw
+ USA_WA_Seattle-Tacoma.Intl.AP.727930_TMY3.epw
- CAN_NS_Truro.713980_CWEC.epw
- CAN_NS_Truro.713980_CWEC.epw
+ VAN-NUYS_722886_CZ2010.epw
+ VAN-NUYS_722886_CZ2010.epw
- PASO-ROBLES_723965_CZ2010.epw
- PASO-ROBLES_723965_CZ2010.epw
+ VANDENBERG-AFB_723930_CZ2010.epw
+ VANDENBERG-AFB_723930_CZ2010.epw
- POINT-MUGU_723910_CZ2010.epw
- POINT-MUGU_723910_CZ2010.epw
+ VISALIA_723896_CZ2010.epw
+ VISALIA_723896_CZ2010.epw
- CAMARILLO_723926_CZ2010.epw
- CAMARILLO_723926_CZ2010.epw
+ VNM_SVN_Ho.Chi.Minh-Tan.Son.Nhat.Intl.AP.489000_TMYx.epw
+ VNM_SVN_Ho.Chi.Minh-Tan.Son.Nhat.Intl.AP.489000_TMYx.epw
- CAN_NL_St.Johns.Intl.AP.718010_CWEC2016.epw
- CAN_NL_St.Johns.Intl.AP.718010_CWEC2016.epw
+ YUBA-CO_724838_CZ2010.epw
+ YUBA-CO_724838_CZ2010.epw
@@ -1024,7 +1156,7 @@
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -1035,13 +1167,13 @@
measure.rb
rb
script
- 958EEF0B
+ 0194573E
create_DOE_prototype_building_test.rb
rb
test
- FDA31861
+ 1FCC0194
diff --git a/lib/measures/create_DOE_prototype_building/tests/create_DOE_prototype_building_test.rb b/lib/measures/create_DOE_prototype_building/tests/create_DOE_prototype_building_test.rb
index 26725260..02de1ec0 100644
--- a/lib/measures/create_DOE_prototype_building/tests/create_DOE_prototype_building_test.rb
+++ b/lib/measures/create_DOE_prototype_building/tests/create_DOE_prototype_building_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@@ -131,7 +131,7 @@ def dont_test_primary_school
def test_secondary_school
bldg_types = ['SecondarySchool']
- vintages = ['DOE Ref Pre-1980', 'DOE Ref 1980-2004', '90.1-2004', '90.1-2007', '90.1-2010']
+ vintages = ['DOE Ref Pre-1980', 'DOE Ref 1980-2004', '90.1-2004', '90.1-2007', '90.1-2010', '90.1-2016']
climate_zones = ['ASHRAE 169-2013-2A']
all_failures = []
@@ -146,7 +146,7 @@ def test_secondary_school
def test_primary_school
bldg_types = ['PrimarySchool']
- vintages = ['DOE Ref Pre-1980', 'DOE Ref 1980-2004', '90.1-2004', '90.1-2007', '90.1-2010']
+ vintages = ['DOE Ref Pre-1980', 'DOE Ref 1980-2004', '90.1-2004', '90.1-2007', '90.1-2010', '90.1-2016']
climate_zones = ['ASHRAE 169-2013-3A']
all_failures = []
diff --git a/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/LICENSE.md b/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/LICENSE.md
+++ b/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/measure.rb b/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/measure.rb
index 063a84df..d0fbbf5d 100644
--- a/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/measure.rb
+++ b/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/measure.xml b/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/measure.xml
index decbfa33..9207824e 100644
--- a/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/measure.xml
+++ b/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/measure.xml
@@ -3,8 +3,8 @@
3.0
create_and_assign_thermal_zones_for_unassigned_spaces
ddaa752e-5d40-49b2-88de-62e71697e614
- 586d5447-8517-4960-a3c8-bacce43f147e
- 20200509T155938Z
+ e04b7726-cf35-4a49-90d4-0fefc662349d
+ 20210423T142528Z
2AF3A68E
CreateAndAssignThermalZonesForUnassignedSpaces
Create and Assign Thermal Zones for Unassigned Spaces
@@ -66,19 +66,19 @@
measure.rb
rb
script
- 529B8AC7
+ 1DA0867E
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
create_and_assign_thermal_zones_for_unassigned_spaces_test.rb
rb
test
- E1A0DFAB
+ CEA966EB
diff --git a/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/tests/create_and_assign_thermal_zones_for_unassigned_spaces_test.rb b/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/tests/create_and_assign_thermal_zones_for_unassigned_spaces_test.rb
index 1415676c..f6c21866 100644
--- a/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/tests/create_and_assign_thermal_zones_for_unassigned_spaces_test.rb
+++ b/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/tests/create_and_assign_thermal_zones_for_unassigned_spaces_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_bar_from_building_type_ratios/LICENSE.md b/lib/measures/create_bar_from_building_type_ratios/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/create_bar_from_building_type_ratios/LICENSE.md
+++ b/lib/measures/create_bar_from_building_type_ratios/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/create_bar_from_building_type_ratios/measure.rb b/lib/measures/create_bar_from_building_type_ratios/measure.rb
index dc4f3fb0..04d863c2 100644
--- a/lib/measures/create_bar_from_building_type_ratios/measure.rb
+++ b/lib/measures/create_bar_from_building_type_ratios/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_bar_from_building_type_ratios/measure.xml b/lib/measures/create_bar_from_building_type_ratios/measure.xml
index fc9f2bda..5e553d16 100644
--- a/lib/measures/create_bar_from_building_type_ratios/measure.xml
+++ b/lib/measures/create_bar_from_building_type_ratios/measure.xml
@@ -3,8 +3,8 @@
3.0
create_bar_from_building_type_ratios
6e3a14f8-c3c7-4e03-bc51-bef8a52e1a05
- c569be27-f463-4721-8bfb-72bd6775d70e
- 20200512T025555Z
+ 261e232a-18c1-483f-b73b-ee3fd41f0767
+ 20210423T142528Z
2AF3A68E
CreateBarFromBuildingTypeRatios
Create Bar From Building Type Ratios
@@ -87,6 +87,26 @@
SuperMarket
SuperMarket
+
+ Laboratory
+ Laboratory
+
+
+ LargeDataCenterLowITE
+ LargeDataCenterLowITE
+
+
+ LargeDataCenterHighITE
+ LargeDataCenterHighITE
+
+
+ SmallDataCenterLowITE
+ SmallDataCenterLowITE
+
+
+ SmallDataCenterHighITE
+ SmallDataCenterHighITE
+
Asm
Asm
@@ -282,6 +302,26 @@
SuperMarket
SuperMarket
+
+ Laboratory
+ Laboratory
+
+
+ LargeDataCenterLowITE
+ LargeDataCenterLowITE
+
+
+ LargeDataCenterHighITE
+ LargeDataCenterHighITE
+
+
+ SmallDataCenterLowITE
+ SmallDataCenterLowITE
+
+
+ SmallDataCenterHighITE
+ SmallDataCenterHighITE
+
Asm
Asm
@@ -485,6 +525,26 @@
SuperMarket
SuperMarket
+
+ Laboratory
+ Laboratory
+
+
+ LargeDataCenterLowITE
+ LargeDataCenterLowITE
+
+
+ LargeDataCenterHighITE
+ LargeDataCenterHighITE
+
+
+ SmallDataCenterLowITE
+ SmallDataCenterLowITE
+
+
+ SmallDataCenterHighITE
+ SmallDataCenterHighITE
+
Asm
Asm
@@ -688,6 +748,26 @@
SuperMarket
SuperMarket
+
+ Laboratory
+ Laboratory
+
+
+ LargeDataCenterLowITE
+ LargeDataCenterLowITE
+
+
+ LargeDataCenterHighITE
+ LargeDataCenterHighITE
+
+
+ SmallDataCenterLowITE
+ SmallDataCenterLowITE
+
+
+ SmallDataCenterHighITE
+ SmallDataCenterHighITE
+
Asm
Asm
@@ -921,6 +1001,38 @@
90.1-2013
90.1-2013
+
+ 90.1-2016
+ 90.1-2016
+
+
+ 90.1-2019
+ 90.1-2019
+
+
+ ComStock DOE Ref Pre-1980
+ ComStock DOE Ref Pre-1980
+
+
+ ComStock DOE Ref 1980-2004
+ ComStock DOE Ref 1980-2004
+
+
+ ComStock 90.1-2004
+ ComStock 90.1-2004
+
+
+ ComStock 90.1-2007
+ ComStock 90.1-2007
+
+
+ ComStock 90.1-2010
+ ComStock 90.1-2010
+
+
+ ComStock 90.1-2013
+ ComStock 90.1-2013
+
NREL ZNE Ready 2017
NREL ZNE Ready 2017
@@ -1580,7 +1692,7 @@
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -1591,13 +1703,13 @@
measure.rb
rb
script
- EF514CF1
+ 23817AB2
create_bar_from_building_type_ratios_test.rb
rb
test
- 058A6AF0
+ E910D662
diff --git a/lib/measures/create_bar_from_building_type_ratios/tests/create_bar_from_building_type_ratios_test.rb b/lib/measures/create_bar_from_building_type_ratios/tests/create_bar_from_building_type_ratios_test.rb
index 50938d4f..30d0a53d 100644
--- a/lib/measures/create_bar_from_building_type_ratios/tests/create_bar_from_building_type_ratios_test.rb
+++ b/lib/measures/create_bar_from_building_type_ratios/tests/create_bar_from_building_type_ratios_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_bar_from_deer_building_type_ratios/LICENSE.md b/lib/measures/create_bar_from_deer_building_type_ratios/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/create_bar_from_deer_building_type_ratios/LICENSE.md
+++ b/lib/measures/create_bar_from_deer_building_type_ratios/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/create_bar_from_deer_building_type_ratios/measure.rb b/lib/measures/create_bar_from_deer_building_type_ratios/measure.rb
index 739f43ce..f599caf1 100644
--- a/lib/measures/create_bar_from_deer_building_type_ratios/measure.rb
+++ b/lib/measures/create_bar_from_deer_building_type_ratios/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_bar_from_deer_building_type_ratios/measure.xml b/lib/measures/create_bar_from_deer_building_type_ratios/measure.xml
index 908361af..7e09b548 100644
--- a/lib/measures/create_bar_from_deer_building_type_ratios/measure.xml
+++ b/lib/measures/create_bar_from_deer_building_type_ratios/measure.xml
@@ -3,8 +3,8 @@
3.0
create_bar_from_deer_building_type_ratios
aa4a7ecf-5bfd-4c5e-b0ca-e68babbacff1
- 3238e1de-bbbb-4588-b1f3-e4d4e4b76339
- 20200509T155939Z
+ ddf03146-4693-49bf-bbcb-c99c076e8934
+ 20210423T142529Z
B31F0C1F
CreateBarFromDEERBuildingTypeRatios
Create Bar From DEER Building Type Ratios
@@ -1108,7 +1108,7 @@
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -1119,13 +1119,13 @@
measure.rb
rb
script
- A1C05436
+ 52E565FD
create_bar_from_deer_building_type_ratios_test.rb
rb
test
- 661DE193
+ E1730A64
diff --git a/lib/measures/create_bar_from_deer_building_type_ratios/tests/create_bar_from_deer_building_type_ratios_test.rb b/lib/measures/create_bar_from_deer_building_type_ratios/tests/create_bar_from_deer_building_type_ratios_test.rb
index 2d2c2dbb..d2d64b27 100644
--- a/lib/measures/create_bar_from_deer_building_type_ratios/tests/create_bar_from_deer_building_type_ratios_test.rb
+++ b/lib/measures/create_bar_from_deer_building_type_ratios/tests/create_bar_from_deer_building_type_ratios_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_bar_from_doe_building_type_ratios/LICENSE.md b/lib/measures/create_bar_from_doe_building_type_ratios/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/create_bar_from_doe_building_type_ratios/LICENSE.md
+++ b/lib/measures/create_bar_from_doe_building_type_ratios/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/create_bar_from_doe_building_type_ratios/measure.rb b/lib/measures/create_bar_from_doe_building_type_ratios/measure.rb
index 73907d59..6805c3bf 100644
--- a/lib/measures/create_bar_from_doe_building_type_ratios/measure.rb
+++ b/lib/measures/create_bar_from_doe_building_type_ratios/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_bar_from_doe_building_type_ratios/measure.xml b/lib/measures/create_bar_from_doe_building_type_ratios/measure.xml
index 370c40fa..281467a6 100644
--- a/lib/measures/create_bar_from_doe_building_type_ratios/measure.xml
+++ b/lib/measures/create_bar_from_doe_building_type_ratios/measure.xml
@@ -3,8 +3,8 @@
3.0
create_bar_from_doe_building_type_ratios
0de3cff9-c805-42c4-964e-18cb43a22c63
- 1e92f356-df92-40c7-838e-30843c91521c
- 20200509T155941Z
+ a977ab66-5e72-4f3f-8fe7-2130b9f2ee3e
+ 20210423T142530Z
5F523097
CreateBarFromDOEBuildingTypeRatios
Create Bar From DOE Building Type Ratios
@@ -87,6 +87,26 @@
SuperMarket
SuperMarket
+
+ Laboratory
+ Laboratory
+
+
+ LargeDataCenterLowITE
+ LargeDataCenterLowITE
+
+
+ LargeDataCenterHighITE
+ LargeDataCenterHighITE
+
+
+ SmallDataCenterLowITE
+ SmallDataCenterLowITE
+
+
+ SmallDataCenterHighITE
+ SmallDataCenterHighITE
+
@@ -165,6 +185,26 @@
SuperMarket
SuperMarket
+
+ Laboratory
+ Laboratory
+
+
+ LargeDataCenterLowITE
+ LargeDataCenterLowITE
+
+
+ LargeDataCenterHighITE
+ LargeDataCenterHighITE
+
+
+ SmallDataCenterLowITE
+ SmallDataCenterLowITE
+
+
+ SmallDataCenterHighITE
+ SmallDataCenterHighITE
+
@@ -251,6 +291,26 @@
SuperMarket
SuperMarket
+
+ Laboratory
+ Laboratory
+
+
+ LargeDataCenterLowITE
+ LargeDataCenterLowITE
+
+
+ LargeDataCenterHighITE
+ LargeDataCenterHighITE
+
+
+ SmallDataCenterLowITE
+ SmallDataCenterLowITE
+
+
+ SmallDataCenterHighITE
+ SmallDataCenterHighITE
+
@@ -337,6 +397,26 @@
SuperMarket
SuperMarket
+
+ Laboratory
+ Laboratory
+
+
+ LargeDataCenterLowITE
+ LargeDataCenterLowITE
+
+
+ LargeDataCenterHighITE
+ LargeDataCenterHighITE
+
+
+ SmallDataCenterLowITE
+ SmallDataCenterLowITE
+
+
+ SmallDataCenterHighITE
+ SmallDataCenterHighITE
+
@@ -453,6 +533,38 @@
90.1-2013
90.1-2013
+
+ 90.1-2016
+ 90.1-2016
+
+
+ 90.1-2019
+ 90.1-2019
+
+
+ ComStock DOE Ref Pre-1980
+ ComStock DOE Ref Pre-1980
+
+
+ ComStock DOE Ref 1980-2004
+ ComStock DOE Ref 1980-2004
+
+
+ ComStock 90.1-2004
+ ComStock 90.1-2004
+
+
+ ComStock 90.1-2007
+ ComStock 90.1-2007
+
+
+ ComStock 90.1-2010
+ ComStock 90.1-2010
+
+
+ ComStock 90.1-2013
+ ComStock 90.1-2013
+
NREL ZNE Ready 2017
NREL ZNE Ready 2017
@@ -896,7 +1008,7 @@
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -907,13 +1019,13 @@
measure.rb
rb
script
- 6B0D2DD7
+ 9318DF72
create_bar_from_doe_building_type_ratios_test.rb
rb
test
- 1C04409F
+ E28A50CE
diff --git a/lib/measures/create_bar_from_doe_building_type_ratios/tests/create_bar_from_doe_building_type_ratios_test.rb b/lib/measures/create_bar_from_doe_building_type_ratios/tests/create_bar_from_doe_building_type_ratios_test.rb
index 65493367..2a70e95d 100644
--- a/lib/measures/create_bar_from_doe_building_type_ratios/tests/create_bar_from_doe_building_type_ratios_test.rb
+++ b/lib/measures/create_bar_from_doe_building_type_ratios/tests/create_bar_from_doe_building_type_ratios_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_bar_from_model/LICENSE.md b/lib/measures/create_bar_from_model/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/create_bar_from_model/LICENSE.md
+++ b/lib/measures/create_bar_from_model/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/create_bar_from_model/measure.rb b/lib/measures/create_bar_from_model/measure.rb
index 805cd54a..fb08e0e7 100644
--- a/lib/measures/create_bar_from_model/measure.rb
+++ b/lib/measures/create_bar_from_model/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_bar_from_model/measure.xml b/lib/measures/create_bar_from_model/measure.xml
index 697aeaa9..47ae60b1 100644
--- a/lib/measures/create_bar_from_model/measure.xml
+++ b/lib/measures/create_bar_from_model/measure.xml
@@ -3,8 +3,8 @@
3.0
create_bar_from_model
87fb0783-7a38-4900-8969-40e744c67814
- 5eff35df-f390-4ac9-8bd6-683400df6e2a
- 20200509T155940Z
+ bcb08c03-d88f-4ab0-bd66-02b0e869cb63
+ 20210423T142531Z
2AF3A68E
CreateBarFromModel
Create Bar From Model
@@ -142,7 +142,7 @@
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -153,13 +153,13 @@
measure.rb
rb
script
- B7B7B95D
+ 1DD6A1AD
create_bar_from_model_test.rb
rb
test
- AE3DA592
+ 3A9E300C
diff --git a/lib/measures/create_bar_from_model/tests/create_bar_from_model_test.rb b/lib/measures/create_bar_from_model/tests/create_bar_from_model_test.rb
index f1d317ed..c7683fcd 100644
--- a/lib/measures/create_bar_from_model/tests/create_bar_from_model_test.rb
+++ b/lib/measures/create_bar_from_model/tests/create_bar_from_model_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/BarAspectRatioSlicedBySpaceType/LICENSE.md b/lib/measures/create_bar_from_space_type_ratios/LICENSE.md
similarity index 96%
rename from lib/measures/BarAspectRatioSlicedBySpaceType/LICENSE.md
rename to lib/measures/create_bar_from_space_type_ratios/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/BarAspectRatioSlicedBySpaceType/LICENSE.md
+++ b/lib/measures/create_bar_from_space_type_ratios/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/create_bar_from_space_type_ratios/README.md b/lib/measures/create_bar_from_space_type_ratios/README.md
new file mode 100644
index 00000000..1f77a05f
--- /dev/null
+++ b/lib/measures/create_bar_from_space_type_ratios/README.md
@@ -0,0 +1,504 @@
+
+
+
+# Create Bar From Space Type Ratios
+
+## Description
+Creates one or more rectangular building elements based on space type ratios of selected mix of building types, along with user arguments that describe the desired geometry characteristics.
+
+## Modeler Description
+The building floor area can be described as a footprint size or as a total building area. The shape can be described by its aspect ratio or can be defined as a set width. Because this measure contains both DOE and DEER inputs, care needs to be taken to choose a template compatable with the selected building types. See readme document for additional guidance.
+
+## Measure Type
+ModelMeasure
+
+[//]: # (Commenting out until it works in SDK)
+[//]: # (## Taxonomy)
+[//]: # ()
+
+___
+## Table of Contents
+- [Measure Overview](#measure-overview)
+- [DOE and DEER Template and Building Type Mapping](#doe-and-deer-template-and-building-type-mapping)
+- [Space Type Ratios](#space-type-ratio)
+- [Floor Area](#floor-area)
+- [Height, Stories, and Orientation](#height-stories-and-orientation)
+- [Building Shape](#building-shape)
+- [Window to Wall Ratio](#window-to-wall-ratio)
+- [Party Walls and Exposure of Top and Bottom Stories](#party-walls-and-exposure-of-top-and-bottom-stories)
+- [Calculation Methods and Articulation Logic](#calculation-methods-and-articulation-logic)
+- [Development Comments](#development-comments)
+- [Automatically Generated Argument List](#arguments)
+
+## Measure Overview
+
+The intent of this measure is to create basic geometry given a mix of building types and high level characteristics about the building envelope like the number of stories, aspect ratio, orientation etc. This will result in one or more rectangular building elements. The spaces will have stub space type assignments but will not have any internal loads or and the surfaces will not have constructions. The stub space type ratios are based on DOE and DEER prototype buildings, depending on the building type you select. The typical workflow is to run other measures after this measure that populate the stub space types and other model elements. This measure has 38 arguments and can look intimidating, but all of them have defaults, so it will run properly without you changing any arguments; however at a minimum you will typically want to at least choose the primary building type, building floor area, and number of stories above grade. Make use of additional arguments as you have a need to.
+
+This is generally meant to run on an empty model, but it does not activily delete any geometry or objects that may already be in the model.
+
+## DOE and DEER Template and Building Type Mapping
+
+Note, that this particular measure has access to both DOE and DEER building types, templates (vintages). It is important for using this measure that the template chosen is in line with the selected building type(s). Below is a list of for each.
+
+#### DOE
+- Templates:
+ - DOE Ref Pre-1980
+ - DOE Ref 1980 - 2004
+ - 90.1-2004
+ - 90.1-2007
+ - 90.1-2010
+ - 90.1-2013
+ - NREL ZNE Ready 2017 (not currently complete for all building types)
+- Building Types: (If you pick a DOE template then space types ratios should come from one or more of these building types)
+ - SecondarySchool
+ - PrimarySchool
+ - SmallOffice
+ - MediumOffice
+ - LargeOffice
+ - SmallHotel
+ - LargeHotel
+ - Warehouse
+ - RetailStandalone
+ - RetailStripmall
+ - QuickServiceRestaurant
+ - FullServiceRestaurant
+ - MidriseApartment
+ - HighriseApartment
+ - Hospital
+ - Outpatient
+ - SuperMarket
+
+#### DEER
+- Templates:
+ - DEER Pre-1975
+ - DEER 1985
+ - DEER 1996
+ - DEER 2003
+ - DEER 2007
+ - DEER 2011
+ - DEER 2014
+ - DEER 2015
+ - DEER 2017
+ - DEER 2020
+ - DEER 2025
+ - DEER 2030
+ - DEER 2035
+ - DEER 2040
+ - DEER 2045
+ - DEER 2050
+ - DEER 2055
+ - DEER 2060
+ - DEER 2065
+ - DEER 2070
+ - DEER 2075
+- Building Types: (If you pick a DEER template then space types ratios should come from one or more of these building types)
+ - Asm
+ - DMo
+ - ECC
+ - EPr
+ - ERC
+ - ESe
+ - EUn
+ - GHs
+ - Gro
+ - Hsp
+ - Htl
+ - MBT
+ - MFm
+ - MLI
+ - Mtl
+ - Nrs
+ - OfL
+ - OfS
+ - RFF
+ - RSD
+ - Rt3
+ - RtL
+ - RtS
+ - SCn
+ - SFm
+ - SUn
+ - WRf
+
+[//]: # (Provide link to map DEER abbreviation to full building type name)
+[//]: # (Would be nice to make these lists dynamic from the measure to they don't become outdated)
+
+## Functionality and Input Overview
+
+#### Space Type Ratios
+
+While Create Bar from Building Type Ratios pulls in a pre-determined list and ratios of space types for each building type, this measures allows the modeler to bring in any combination of space types from multiple building types. The main limitation is that the space types need to come from the same OpenStudio Standards Template. You can't mix spaces from DOE and DEER or a space type that is unique to DOE Ref Pre-1980 and another space type unique to ASHRAE 90.1 2013.
+
+The string is setup like a hash where the key is a concatenated BuildingType Space type combination separated by a vertical pipe and spaces " | ". Then a separated is added before the value that looks like " => ". Spaces in the string are optional except for the one after the comma that is necessary. Lastly a fractional value is added for the space type ratio. Your space type ratio fractional values should add up to 1.0.
+
+Below are a few example use cases for this measure
+- If you want to use a space types from a prototype model but want to use a different mix of space types than the prototype building, which is generally where space type ratios in Create Bar from Building Type Ratios come from.
+- You want to exclude or more more space types from a building type, such as a school auditorium.
+- You want to pull in one or more extra space types from another building type such as adding a retail space to a restaurant.
+- You want to make a a mixed use building that pulls a completely custom selection of space types together. Keep in mind when pulling in space types from multiple buildings that schedules may vary. That may be fine if your goal is a mixed use building, but if you are trying to make a new custom building type you need to be aware of this. As a note for more basic mixed use buildings Create Bar from Building Type Ratio supports up to 4 building types as inputs.
+
+#### Floor Area
+
+The typical use case for this measure is to set the total building floor area using the `Total Building Floor Area` argument. With this approach you can maintain a set building floor area while changing the number of stories. An alternate workflow is to set a static footprint area. This alternate workflow is enabled by seeting a non-zero value for the `Single Floor Area` argument.
+
+[//]: # (todo - add screenshot of same floor area on different num stories and shapes)
+
+#### Height, Stories, and Orientation
+
+The Floor to floor height for the building is controlled through the `Typical Floor to FLoor Height` argument. It is the first of a number of arguments where a value of 0 represents a **smart default**. If leave the default value of zero in place it will pick a building specific floor to floor height. For example 9' would be picked for a small hotel and 14' for a hospital.
+
+Some building types have space type specific definitions for height that can be enabled with the `Enable Custom Height Bar Application` argument. If I building doesn't have any custom heights defined the value of this argument will not matter. One example of where this argument would have an impact is for the gym and auditorum in the SecondarySchool which would have a height 26' instead of the default school height of 13'. This is accomplished by pulling space types with a custom height into a separate rectangular building that sits away from the main structure. If this argument is set to false then all of the space types will have the same height, which for the school would be the default of 13'
+
+![No Custom Height Space Types](./docs/custom_height_false.png?raw=true)
+*Secondary school without custom space type heights enabled*
+
+![Custom Height Space Types](./docs/custom_height_true.png?raw=true)
+*Secondary school with custom space type heights enabled*
+
+There are two arguments that control the number of stories the building has. `Number of Stories Above Grade` as the name suggests determines how many above grade stories the building has. There is an argument later on `Calculation Method for Story Multiplier` that determines if zone multipliers are used to minimize the number of zones in the model. `Number of Stories Below Grade` will and stories with ground boundary conditions for walls. It is worth pointing out that currently there isn't building type specific logic to determine which space types end up in the basement, so you may not have the desired outcome in basements. That may be addressed in futrue updates to this measure. Basements are not added below custom space type bars. Note that `Number of Stories Above Grade` doesn't have to take a whole number. If you chose a value of `5.5` then the building will have 4 full stories and a half 5th story. `Number of Stories Below Grade` has to be a whole number
+
+![Baesment](./docs/basement.png?raw=true)
+*Secondary school with 1 below grade story*
+
+The `Building Rotation` argument will rotate the building after the geometry is created. So if you for example make a bar oriented east/west and then rotate it 80 degrees, the end result will be a bar just off of being north/south orientation. A positive value rotates clockwise. If you had a party wall assigned to the south facade, after the 80 degree rotation, those party walls would not be 10 degress south of due west.
+
+#### Template
+
+The `Template` is uesed in OpenStudio measures and the OpenStudio standards gem to refer to a specific target building code standard or vintage. For exampe ASHRAE 90.1 2004 or the DOE Ref Pre-1980 vintage used for the DOE reference buildings. Template is used here along with the building types selected to define the list and ratios of space types in the model. While generally the space type ratio is the same across different templates there are exceptions to this such as the inclusion of data centers in newer LargeOffice buildings.
+
+#### Building Shape
+
+While the floor area and number of stories arguments determine the size of the building footprint, the `Ratio of North/South Facade Length Relative to East/West Facade Length` argument is the primary argument ot determine the shape of the footprint(s). If you enter a value of 2.0 then there wil be twice as much exterior wall area on the north and south facade as there is on the east and west facade; the footprint will be a rectangle twice as long as it is wide. I value of 0.5 would make a similar rectangle but oriented in the other direction and would have a similar outcome to rotating the building made iwth a value of 2.0 by 90 degrees. This is another argument with a **smart default** of 0.0. If you don't have a specific value you want to use, passing in the default value of 0 will pick a building type specific fault based on the prototype model description.
+
+![Aspect Ratio 2.0](./docs/ar_2.png?raw=true)
+*Aspect Ratio of 2.0*
+
+![Aspect Ratio 1.0](./docs/ar_1.png?raw=true)
+*Aspect Ratio of 2.0*
+
+![Aspect Ratio 0.5](./docs/ar_05.png?raw=true)
+*Aspect Ratio of 0.5*
+
+The `Perimeter Multiplier` provides a mechanism to maintain your target footprint floor area and your target aspect ratio while increasing the total exterior perimeter exposure. The intent here is to support, in a simplified way, the impacts of non-rectangular buildings. This is accomplished by adding a second bar when necessary that is turned 90 degrees relative ot the primary bar but maintains the same width. These two building elements are separate from each other and from the custom height bar, if it exists. If you keep the default value of 0.0 the measure will lookup a value inferred from the prototype buidling. For most prototype buidling types this will result in a value of 1.0, because the buildings are rectangular, but for PrimarySchool, SecondarySchool, and Outpatient a value larger than 1.0 will be used. If you use or a smart default of 1.0 applied for this argument you get a single bar. As you increase the multiplier higher than 1.0 it will add a second bar to increase the building perimeter while maintaining both the floor area and the north south to east west aspect ratio. Below is an example of the calculation method. If you use a very small multiplier such as 1.05, a situation may exist that would have too small of a secondary bar to properly model. In this case the single bar will just be extended a bit to achive the target total perimeter, but will sacrifice meeting the requested north/south versus east/west aspect ratio. In some cases with when the multiplier is not high enough above 1 the ends of the secondary bar may be made adiabatic to achive target values.
+
+![Perim Mult b](./docs/perim_mult_2012.png?raw=true)
+*Aspect Ratio of 2.0 with a Perimeter Multiplier of 1.2. Able to add second bar but needs to have adiabatic ends. See earlier screenshot for Aspect Ratio of 2.0 with Perimeter Multiplier of 1.0*
+
+![Perim Mult c](./docs/perim_mult_2020.png?raw=true)
+*Aspect Ratio of 2.0 with a Perimeter Multiplier of 2.0.*
+
+`Perimeter Multiplier` example use case:
+ - inputs are for a 10,000 ft^2 2 story building with an aspect ratio of
+ - With a `Perimeter Multiplier` of one this would result in a single bar that is 50' by 100'. This would have a total perimeter of 300'
+ - With a `Perimeter Multiplier` of 1.5 the target perimeter value will be increased to 450'. This would result in two bar elements that have a combined footprint area of 5000 ft^2 (per story) and a combined perimeter of 450'.
+
+ Representing for example a U shaped footprint (which might have a "Perimeter Multiplier" of 3 or higher) with a single bar would either under-estimate the perimeter if a reduced bounding box was fit around it to match the area, or over skew the orientation if a single long skinny bar was created with almost all of the exposure in only two opposing cardinal directions. A more common term that could have been used for an argument would have been a 1building perimeter to floor area ratio(P/A)`. That was considered but there could have been incompatible inputs passed in where the target P/A isn't possible for the given footprint area and aspect ratio. A 100' square has a P/A of 0.04 while a 1000' square has a ratio 0.004. In addition to changing with size it would also change with the shape of the rectangle. This measure in uses the multiplier to increase the perimeter of the foorprint(s) given a specified area and aspect ratio above the minim possible rectangular perimeter value. If you just want to make a single bar, you can leave the value at 1.0 and not worry about it. As a last note, if you also are using a custom height bar, that excluded from the calculation of the primary bar(s)
+
+`Bar Width` can be specified. If you know due to the layout of your building or other factors that you have a specific building width you would like to have you can enter that in the `Bar Width` argument. `Perimeter Multiplier` will be engored when a non-zero `Bar Width` is used. If you leave this argument value at the default value of 0 then it will not impact the model. A non-zero value here will also bypass the `Perimeter Multiplier` argument.
+
+`Bar Separation Distance Multiplier` is used when there is more than one bar, to specify the distance between the bars as a multiple of the building height. The default value is 10 x the height of the building, but that can be customized here. Currently 0 is not a valid multiplier, since all the intersection, matching, and fenestration occur in the indivdual bar elements. When two bars are required to meet the `Perimeter Multiplier` target they are in configruation of an with the vertical leg to the right of the horizontal leg, like a backwards "L". If a custom heigth bar was use that will be positioned ot the left of the other bars.
+
+![Sept Dist 0.5](./docs/sep_05.png?raw=true)
+*Bar Separation Distance Multiplier of 0.5*
+
+![Sept Dist 3](./docs/sep_3.png?raw=true)
+*Bar Separation Distance Multiplier of 3*
+
+![Sept Dist 10](./docs/sep_10.png?raw=true)
+*Bar Separation Distance Multiplier of 10*
+
+The intent of the high default `Bar Separation Distance Multiplier` is to not make assumptions about self shading that may occur due to the specific configuration of the geometry, but that ends up wtih no or minimal self shading. You can lower this value and rotate to add in some self shading, but it will have limited flexibility. Future versions may better address self shading and context shading options, or these may be added as separate measures after this one.
+
+#### Window to Wall Ratio
+
+There is just a single `Window to Wall Ratio` argument for this measure. It has a **smart default** value of 0, that when selected applies a building type specific default window to wall ratio. The application of smart default or specified ratio is not orientation specific. Some building types (currently just Warehouse) have a space type specific override to the building level default; specifically for the office space type which has a window to wall ratio of 0.71 but represents only a small portion of the building.
+
+![Custom WWR](./docs/wwr_custom.png?raw=true)
+*Example of space type specific WWR for warehouse model, shown with custom space type height enabled*
+
+Orientation specific characteristics and/or overhangs may be added to this in the future, but are currenty possible by adding existing measure to the workflow after this measure. Currently skylights are not directly supported either, but can be added outside of this measure.
+
+#### Party Walls and Exposure of Top and Bottom Stories
+
+There are a number of measure arguments that enable portions of the building facade to be modeled as having adjacent structures with similar interior conditions instead of having exterior exposure on all sides. Additionally there are arguments that allow you to mimic a mid-floor(s) only model that disable ground exposure of the floor of the bottom story of your model and/or exterior exposure of the roof of the top floor.
+
+There are two approaches for the party walls. One approach is a single fraction defined in the `Fraction of Exterior Wall Area with Adjacent Structure` will attempt to meet your target party wall fraction on multiple facades of the building without the modeler having to specific specific orientations. This should be set to 0 if you plan to use the orientation specfic arguments described below.
+
+The second approach is ideal when you know more about the conditions of a specific condition and allows you to enter an integer for reach cardinal direction with arguments named `Number of North facing stories with party wall` etc. You can for example have a 5 story building that has a 1 story building to the west, a 3 story building to the east, a 2 story building to the north, and exterior exposure to the south. If you are using this as part of a parametric study where number of stories is changeling and you want all of a specific facade to be adjacent to a building that is taller, You can enter an large value such as 99 for the value; the overly large value relative to number of stories in the building will not create any issues.
+
+The ability to model what is essence party floor/ceilings in your model are controlled through two bool arguments named `Is the Bottom Story Exposed to Ground` and `Is the Top Story an Exterior Roof`
+
+![Party Wall](./docs/party.png?raw=true)
+*1 story Party wall on south, 2 story on east, story multipliers not enabled*
+
+![Party Wall](./docs/party_multi.png?raw=true)
+*1 story Party wall on south, 2 story on east, story multipliers enabled. Measure identifies non-unique stories to setup story multipliers.*
+
+![Party Wall](./docs/no_party_mult.png?raw=true)
+*For comparison this shows the same 6 story building with multipliers enabled without the party walls.*
+
+#### Calculation Methods and Articulation Logic
+
+- `Calculation Method for Story Multiplier` is used to determine if zone multipliers should be used as story multipliers on taller buildings. This reduces the nubmer of zones and should speed up simulations, but may not be approriate in all cases. If you select a value of `None` then no (non 1) zone multipliers will be used and zones will be modeled for all building stories. The other choice currently available is `Basements Ground Mid Top` which for a building without party walls will never have more than 4 modeled stories regardless of the number of stories. The measure will evaluate uniqueness of stories taking into account party walls and may add additional stories to accommodate this. Note that while the size of space types on a story with a multiplier greater than 1 may appear smaller, they may be larger once the multiplier is applied. More options may be added in the future, specifically vacations of something like `Basements Ground Midx5 Top` that for very tall buildings would and multiple mid-stories vs. a single mid-story.
+
+- `Make Mid Story Floor Surfaces Adiabatic` determines of surface intersection and surface matching should be applied between stories (when they are adjacent and capable of being matched e.g. story multiplier not used). Setting this to true can reduce the number of surfaces in the model
+
+- `Division Method for Bar Space Types` is used to determine how the internal zoning and space type division of the bar(s) is approached. The default vaue of `Multiple Space Types - Individual Stories Sliced` is the primary method that should be used. It creates what looks like a core and perimeter model, but slices it up by space type, with large space types moving towards the upper stories. There is some basic logic to minimize small slivers of a space type being createe that would create thermal zones with small volumes that may not simulate well. The two largest space types will be at the ends of the bars to minimize having excessive exterior exosure on a zone with a small floor area. `Multiple Space Types - Simple Sliced` is an earlier method that pre-dates the indivdual sliced stories. The logic is similar but it puts all space types on every building story and creates multiple stories with the exact same slicing logic. `Single Space Type - Core and Perimeter` is not sliced up by space type and isn't relevant for building types with multiple space types. If you do have a building type with only a single space type, like small or medium office, the multiple space type methods will still work. The single space type method will eventually be deprecated.
+
+![Individualy Sliced](./docs/bar_sliced_indiv.png?raw=true)
+*Multiple Space Types - Individual Stories Slice method that has been used through the examples above*
+
+![Simple Sliced](./docs/bar_sliced_simple.png?raw=true)
+*Multiple Space Types - Simple Sliced, every story has all space types*
+
+![Single Core Perimeter](./docs/bar_single_core_perim.png?raw=true)
+*Single Space Type - Core and Perimeter, should not be a reason to use this*
+
+- The `Double Loaded Corridor` arguemtn when enabled, take a circulation space type, when it exists, and pair it with the default space type, and will create a double loaded corridor for the space division and theral zoning, instead of the typical sliced core and perimeter zoning. This not only alters the geometry of the internal division, but creates a hybrid slice that instead of being a single space type, contains a circulation space type running down the center of the bar, surrounded by spaces of another space type. For an example, with a primary school the corridor will be paired with the classrooms. The width of the corridor is determined to achive the proper space type ratios of the two space types.
+
+![Double Loaded Corridor](./docs/bar_double_loaded.png?raw=true)
+*Double Loaded Corridor with classroom and corridor for secondary school.*
+
+- The `Choose Space Type Sorting Method` only comes into play when you are modeling a building with more than one building type. With `Size` selected the space types are organized by size, independent of the building type, with smaller space types on lower stories and larger space types on higher stories. `Building Type > Size` is a newer method that first sorts by buidling type, putting smaller building types on lower stories, and then within a buildng type will sort by size. An exmaple use case for this method is when modeling a 4 story building with 25% office and 75% large hotel. With the `Building Type > Size` value the first story will be entirly office, with the rest of the stories large hotel. If the `Size` value is selected, building types wll be mixed together.
+
+![Sort Space Types by Building Types](./docs/story_sort.png?raw=true)
+*Building Type > Size used to sort by buiding types, and then by space types.*
+
+- `Use Upstream Argument Values` can be left at the default value of true for most cases. This argument shows up in a number of measures, and then intent is to enable the synchronization of arguments that may be used as a variable in a parametric study across multiple measures. Generally measure ahve uqniue argument names that don't exist, but some such ase `template` are used frequently. This argument, when set to true, will use the value of `Template` from an earlier measure in the workflow, if found, in place of what is entered as the value for this measure.
+
+- `Climate Zone` is not used at all by this measure but is necessary for an obscure reason
+
+## Development Comments
+
+This measure relies on the openstudio-standards gem which is included in the OpenStudio CLI as well as a number of resources files listed below that are contained in the measure's `resources` directory. Other than the arguments almost none of the measure code is in the measure.rb file. The resource files are used by a number of measures and should be udpated from the shared library and not within this measure.
+ - os_lib_model_generation.rb
+ - os_lib_model_simplification.rb
+ - os_lib_geometry.rb
+ - os_lib_helper_methods.rb
+
+___
+
+*(Automatically generated argument information follows)*
+
+## Arguments
+
+
+### Target Standard
+
+**Name:** template,
+**Type:** Choice,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Space Type Ratios String
+Hash of Space Types with Building and Space Type name as Key and Fraction as value. All space types should come from the selected OpenStudio Standards template. Example entry is (BuildingType | SpaceType => 0.25)
+**Name:** space_type_hash_string,
+**Type:** String,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Total Building Floor Area
+
+**Name:** total_bldg_floor_area,
+**Type:** Double,
+**Units:** ft^2,
+**Required:** true,
+**Model Dependent:** false
+
+### Single Floor Area
+Non-zero value will fix the single floor area, overriding a user entry for Total Building Floor Area
+**Name:** single_floor_area,
+**Type:** Double,
+**Units:** ft^2,
+**Required:** true,
+**Model Dependent:** false
+
+### Typical Floor to FLoor Height
+Selecting a typical floor height of 0 will trigger a smart building type default.
+**Name:** floor_height,
+**Type:** Double,
+**Units:** ft,
+**Required:** true,
+**Model Dependent:** false
+
+### Enable Custom Height Bar Application
+This is argument value is only relevant when smart default floor to floor height is used for a building type that has spaces with custom heights.
+**Name:** custom_height_bar,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Number of Stories Above Grade
+
+**Name:** num_stories_above_grade,
+**Type:** Double,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Number of Stories Below Grade
+
+**Name:** num_stories_below_grade,
+**Type:** Integer,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Building Rotation
+Set Building Rotation off of North (positive value is clockwise). Rotation applied after geometry generation. Values greater than +/- 45 will result in aspect ratio and party wall orientations that do not match cardinal directions of the inputs.
+**Name:** building_rotation,
+**Type:** Double,
+**Units:** Degrees,
+**Required:** true,
+**Model Dependent:** false
+
+### Ratio of North/South Facade Length Relative to East/West Facade Length
+Selecting an aspect ratio of 0 will trigger a smart building type default. Aspect ratios less than one are not recommended for sliced bar geometry, instead rotate building and use a greater than 1 aspect ratio.
+**Name:** ns_to_ew_ratio,
+**Type:** Double,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Perimeter Multiplier
+Selecting a value of 0 will trigger a smart building type default. This represents a multiplier for the building perimeter relative to the perimeter of a rectangular building that meets the area and aspect ratio inputs. Other than the smart default of 0.0 this argument should have a value of 1.0 or higher and is only applicable Multiple Space Types - Individual Stories Sliced division method.
+**Name:** perim_mult,
+**Type:** Double,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Bar Width
+Non-zero value will fix the building width, overriding user entry for Perimeter Multiplier. NS/EW Aspect Ratio may be limited based on target width.
+**Name:** bar_width,
+**Type:** Double,
+**Units:** ft,
+**Required:** true,
+**Model Dependent:** false
+
+### Bar Separation Distance Multiplier
+Multiplier of separation between bar elements relative to building height.
+**Name:** bar_sep_dist_mult,
+**Type:** Double,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Window to Wall Ratio
+Selecting a window to wall ratio of 0 will trigger a smart building type default.
+**Name:** wwr,
+**Type:** Double,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Fraction of Exterior Wall Area with Adjacent Structure
+This will impact how many above grade exterior walls are modeled with adiabatic boundary condition.
+**Name:** party_wall_fraction,
+**Type:** Double,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Number of North facing stories with party wall
+This will impact how many above grade exterior north walls are modeled with adiabatic boundary condition. If this is less than the number of above grade stoes, upper flor will reamin exterior
+**Name:** party_wall_stories_north,
+**Type:** Integer,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Number of South facing stories with party wall
+This will impact how many above grade exterior south walls are modeled with adiabatic boundary condition. If this is less than the number of above grade stoes, upper flor will reamin exterior
+**Name:** party_wall_stories_south,
+**Type:** Integer,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Number of East facing stories with party wall
+This will impact how many above grade exterior east walls are modeled with adiabatic boundary condition. If this is less than the number of above grade stoes, upper flor will reamin exterior
+**Name:** party_wall_stories_east,
+**Type:** Integer,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Number of West facing stories with party wall
+This will impact how many above grade exterior west walls are modeled with adiabatic boundary condition. If this is less than the number of above grade stoes, upper flor will reamin exterior
+**Name:** party_wall_stories_west,
+**Type:** Integer,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Is the Bottom Story Exposed to Ground
+This should be true unless you are modeling a partial building which doesn't include the lowest story. The bottom story floor will have an adiabatic boundary condition when false.
+**Name:** bottom_story_ground_exposed_floor,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Is the Top Story an Exterior Roof
+This should be true unless you are modeling a partial building which doesn't include the highest story. The top story ceiling will have an adiabatic boundary condition when false.
+**Name:** top_story_exterior_exposed_roof,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Calculation Method for Story Multiplier
+
+**Name:** story_multiplier,
+**Type:** Choice,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Make Mid Story Floor Surfaces Adiabatic
+If set to true, this will skip surface intersection and make mid story floors and celings adiabatic, not just at multiplied gaps.
+**Name:** make_mid_story_surfaces_adiabatic,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Division Method for Bar Space Types
+To use perimeter multiplier greater than 1 selected Multiple Space Types - Individual Stories Sliced.
+**Name:** bar_division_method,
+**Type:** Choice,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Double Loaded Corridor
+Add double loaded corridor for building types that have a defined circulation space type, to the selected space types.
+**Name:** double_loaded_corridor,
+**Type:** Choice,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Choose Space Type Sorting Method
+
+**Name:** space_type_sort_logic,
+**Type:** Choice,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Use Upstream Argument Values
+When true this will look for arguments or registerValues in upstream measures that match arguments from this measure, and will use the value from the upstream measure in place of what is entered for this measure.
+**Name:** use_upstream_args,
+**Type:** Boolean,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+
+
+
diff --git a/lib/measures/create_bar_from_space_type_ratios/README.md.erb b/lib/measures/create_bar_from_space_type_ratios/README.md.erb
new file mode 100644
index 00000000..7b8baa8f
--- /dev/null
+++ b/lib/measures/create_bar_from_space_type_ratios/README.md.erb
@@ -0,0 +1,306 @@
+<%#= README.md.erb is used to auto-generate README.md. %>
+<%#= To manually maintain README.md throw away README.md.erb and manually edit README.md %>
+
+# <%= name %>
+
+## Description
+<%= description %>
+
+## Modeler Description
+<%= modelerDescription %>
+
+## Measure Type
+<%= measureType %>
+
+[//]: # (Commenting out until it works in SDK)
+[//]: # (## Taxonomy)
+[//]: # (<%= taxonomy %>)
+
+___
+## Table of Contents
+- [Measure Overview](#measure-overview)
+- [DOE and DEER Template and Building Type Mapping](#doe-and-deer-template-and-building-type-mapping)
+- [Space Type Ratios](#space-type-ratio)
+- [Floor Area](#floor-area)
+- [Height, Stories, and Orientation](#height-stories-and-orientation)
+- [Building Shape](#building-shape)
+- [Window to Wall Ratio](#window-to-wall-ratio)
+- [Party Walls and Exposure of Top and Bottom Stories](#party-walls-and-exposure-of-top-and-bottom-stories)
+- [Calculation Methods and Articulation Logic](#calculation-methods-and-articulation-logic)
+- [Development Comments](#development-comments)
+- [Automatically Generated Argument List](#arguments)
+
+## Measure Overview
+
+The intent of this measure is to create basic geometry given a mix of building types and high level characteristics about the building envelope like the number of stories, aspect ratio, orientation etc. This will result in one or more rectangular building elements. The spaces will have stub space type assignments but will not have any internal loads or and the surfaces will not have constructions. The stub space type ratios are based on DOE and DEER prototype buildings, depending on the building type you select. The typical workflow is to run other measures after this measure that populate the stub space types and other model elements. This measure has 38 arguments and can look intimidating, but all of them have defaults, so it will run properly without you changing any arguments; however at a minimum you will typically want to at least choose the primary building type, building floor area, and number of stories above grade. Make use of additional arguments as you have a need to.
+
+This is generally meant to run on an empty model, but it does not activily delete any geometry or objects that may already be in the model.
+
+## DOE and DEER Template and Building Type Mapping
+
+Note, that this particular measure has access to both DOE and DEER building types, templates (vintages). It is important for using this measure that the template chosen is in line with the selected building type(s). Below is a list of for each.
+
+#### DOE
+- Templates:
+ - DOE Ref Pre-1980
+ - DOE Ref 1980 - 2004
+ - 90.1-2004
+ - 90.1-2007
+ - 90.1-2010
+ - 90.1-2013
+ - NREL ZNE Ready 2017 (not currently complete for all building types)
+- Building Types: (If you pick a DOE template then space types ratios should come from one or more of these building types)
+ - SecondarySchool
+ - PrimarySchool
+ - SmallOffice
+ - MediumOffice
+ - LargeOffice
+ - SmallHotel
+ - LargeHotel
+ - Warehouse
+ - RetailStandalone
+ - RetailStripmall
+ - QuickServiceRestaurant
+ - FullServiceRestaurant
+ - MidriseApartment
+ - HighriseApartment
+ - Hospital
+ - Outpatient
+ - SuperMarket
+
+#### DEER
+- Templates:
+ - DEER Pre-1975
+ - DEER 1985
+ - DEER 1996
+ - DEER 2003
+ - DEER 2007
+ - DEER 2011
+ - DEER 2014
+ - DEER 2015
+ - DEER 2017
+ - DEER 2020
+ - DEER 2025
+ - DEER 2030
+ - DEER 2035
+ - DEER 2040
+ - DEER 2045
+ - DEER 2050
+ - DEER 2055
+ - DEER 2060
+ - DEER 2065
+ - DEER 2070
+ - DEER 2075
+- Building Types: (If you pick a DEER template then space types ratios should come from one or more of these building types)
+ - Asm
+ - DMo
+ - ECC
+ - EPr
+ - ERC
+ - ESe
+ - EUn
+ - GHs
+ - Gro
+ - Hsp
+ - Htl
+ - MBT
+ - MFm
+ - MLI
+ - Mtl
+ - Nrs
+ - OfL
+ - OfS
+ - RFF
+ - RSD
+ - Rt3
+ - RtL
+ - RtS
+ - SCn
+ - SFm
+ - SUn
+ - WRf
+
+[//]: # (Provide link to map DEER abbreviation to full building type name)
+[//]: # (Would be nice to make these lists dynamic from the measure to they don't become outdated)
+
+## Functionality and Input Overview
+
+#### Space Type Ratios
+
+While Create Bar from Building Type Ratios pulls in a pre-determined list and ratios of space types for each building type, this measures allows the modeler to bring in any combination of space types from multiple building types. The main limitation is that the space types need to come from the same OpenStudio Standards Template. You can't mix spaces from DOE and DEER or a space type that is unique to DOE Ref Pre-1980 and another space type unique to ASHRAE 90.1 2013.
+
+The string is setup like a hash where the key is a concatenated BuildingType Space type combination separated by a vertical pipe and spaces " | ". Then a separated is added before the value that looks like " => ". Spaces in the string are optional except for the one after the comma that is necessary. Lastly a fractional value is added for the space type ratio. Your space type ratio fractional values should add up to 1.0.
+
+Below are a few example use cases for this measure
+- If you want to use a space types from a prototype model but want to use a different mix of space types than the prototype building, which is generally where space type ratios in Create Bar from Building Type Ratios come from.
+- You want to exclude or more more space types from a building type, such as a school auditorium.
+- You want to pull in one or more extra space types from another building type such as adding a retail space to a restaurant.
+- You want to make a a mixed use building that pulls a completely custom selection of space types together. Keep in mind when pulling in space types from multiple buildings that schedules may vary. That may be fine if your goal is a mixed use building, but if you are trying to make a new custom building type you need to be aware of this. As a note for more basic mixed use buildings Create Bar from Building Type Ratio supports up to 4 building types as inputs.
+
+#### Floor Area
+
+The typical use case for this measure is to set the total building floor area using the `Total Building Floor Area` argument. With this approach you can maintain a set building floor area while changing the number of stories. An alternate workflow is to set a static footprint area. This alternate workflow is enabled by seeting a non-zero value for the `Single Floor Area` argument.
+
+[//]: # (todo - add screenshot of same floor area on different num stories and shapes)
+
+#### Height, Stories, and Orientation
+
+The Floor to floor height for the building is controlled through the `Typical Floor to FLoor Height` argument. It is the first of a number of arguments where a value of 0 represents a **smart default**. If leave the default value of zero in place it will pick a building specific floor to floor height. For example 9' would be picked for a small hotel and 14' for a hospital.
+
+Some building types have space type specific definitions for height that can be enabled with the `Enable Custom Height Bar Application` argument. If I building doesn't have any custom heights defined the value of this argument will not matter. One example of where this argument would have an impact is for the gym and auditorum in the SecondarySchool which would have a height 26' instead of the default school height of 13'. This is accomplished by pulling space types with a custom height into a separate rectangular building that sits away from the main structure. If this argument is set to false then all of the space types will have the same height, which for the school would be the default of 13'
+
+![No Custom Height Space Types](./docs/custom_height_false.png?raw=true)
+*Secondary school without custom space type heights enabled*
+
+![Custom Height Space Types](./docs/custom_height_true.png?raw=true)
+*Secondary school with custom space type heights enabled*
+
+There are two arguments that control the number of stories the building has. `Number of Stories Above Grade` as the name suggests determines how many above grade stories the building has. There is an argument later on `Calculation Method for Story Multiplier` that determines if zone multipliers are used to minimize the number of zones in the model. `Number of Stories Below Grade` will and stories with ground boundary conditions for walls. It is worth pointing out that currently there isn't building type specific logic to determine which space types end up in the basement, so you may not have the desired outcome in basements. That may be addressed in futrue updates to this measure. Basements are not added below custom space type bars. Note that `Number of Stories Above Grade` doesn't have to take a whole number. If you chose a value of `5.5` then the building will have 4 full stories and a half 5th story. `Number of Stories Below Grade` has to be a whole number
+
+![Baesment](./docs/basement.png?raw=true)
+*Secondary school with 1 below grade story*
+
+The `Building Rotation` argument will rotate the building after the geometry is created. So if you for example make a bar oriented east/west and then rotate it 80 degrees, the end result will be a bar just off of being north/south orientation. A positive value rotates clockwise. If you had a party wall assigned to the south facade, after the 80 degree rotation, those party walls would not be 10 degress south of due west.
+
+#### Template
+
+The `Template` is uesed in OpenStudio measures and the OpenStudio standards gem to refer to a specific target building code standard or vintage. For exampe ASHRAE 90.1 2004 or the DOE Ref Pre-1980 vintage used for the DOE reference buildings. Template is used here along with the building types selected to define the list and ratios of space types in the model. While generally the space type ratio is the same across different templates there are exceptions to this such as the inclusion of data centers in newer LargeOffice buildings.
+
+#### Building Shape
+
+While the floor area and number of stories arguments determine the size of the building footprint, the `Ratio of North/South Facade Length Relative to East/West Facade Length` argument is the primary argument ot determine the shape of the footprint(s). If you enter a value of 2.0 then there wil be twice as much exterior wall area on the north and south facade as there is on the east and west facade; the footprint will be a rectangle twice as long as it is wide. I value of 0.5 would make a similar rectangle but oriented in the other direction and would have a similar outcome to rotating the building made iwth a value of 2.0 by 90 degrees. This is another argument with a **smart default** of 0.0. If you don't have a specific value you want to use, passing in the default value of 0 will pick a building type specific fault based on the prototype model description.
+
+![Aspect Ratio 2.0](./docs/ar_2.png?raw=true)
+*Aspect Ratio of 2.0*
+
+![Aspect Ratio 1.0](./docs/ar_1.png?raw=true)
+*Aspect Ratio of 2.0*
+
+![Aspect Ratio 0.5](./docs/ar_05.png?raw=true)
+*Aspect Ratio of 0.5*
+
+The `Perimeter Multiplier` provides a mechanism to maintain your target footprint floor area and your target aspect ratio while increasing the total exterior perimeter exposure. The intent here is to support, in a simplified way, the impacts of non-rectangular buildings. This is accomplished by adding a second bar when necessary that is turned 90 degrees relative ot the primary bar but maintains the same width. These two building elements are separate from each other and from the custom height bar, if it exists. If you keep the default value of 0.0 the measure will lookup a value inferred from the prototype buidling. For most prototype buidling types this will result in a value of 1.0, because the buildings are rectangular, but for PrimarySchool, SecondarySchool, and Outpatient a value larger than 1.0 will be used. If you use or a smart default of 1.0 applied for this argument you get a single bar. As you increase the multiplier higher than 1.0 it will add a second bar to increase the building perimeter while maintaining both the floor area and the north south to east west aspect ratio. Below is an example of the calculation method. If you use a very small multiplier such as 1.05, a situation may exist that would have too small of a secondary bar to properly model. In this case the single bar will just be extended a bit to achive the target total perimeter, but will sacrifice meeting the requested north/south versus east/west aspect ratio. In some cases with when the multiplier is not high enough above 1 the ends of the secondary bar may be made adiabatic to achive target values.
+
+![Perim Mult b](./docs/perim_mult_2012.png?raw=true)
+*Aspect Ratio of 2.0 with a Perimeter Multiplier of 1.2. Able to add second bar but needs to have adiabatic ends. See earlier screenshot for Aspect Ratio of 2.0 with Perimeter Multiplier of 1.0*
+
+![Perim Mult c](./docs/perim_mult_2020.png?raw=true)
+*Aspect Ratio of 2.0 with a Perimeter Multiplier of 2.0.*
+
+`Perimeter Multiplier` example use case:
+ - inputs are for a 10,000 ft^2 2 story building with an aspect ratio of
+ - With a `Perimeter Multiplier` of one this would result in a single bar that is 50' by 100'. This would have a total perimeter of 300'
+ - With a `Perimeter Multiplier` of 1.5 the target perimeter value will be increased to 450'. This would result in two bar elements that have a combined footprint area of 5000 ft^2 (per story) and a combined perimeter of 450'.
+
+ Representing for example a U shaped footprint (which might have a "Perimeter Multiplier" of 3 or higher) with a single bar would either under-estimate the perimeter if a reduced bounding box was fit around it to match the area, or over skew the orientation if a single long skinny bar was created with almost all of the exposure in only two opposing cardinal directions. A more common term that could have been used for an argument would have been a 1building perimeter to floor area ratio(P/A)`. That was considered but there could have been incompatible inputs passed in where the target P/A isn't possible for the given footprint area and aspect ratio. A 100' square has a P/A of 0.04 while a 1000' square has a ratio 0.004. In addition to changing with size it would also change with the shape of the rectangle. This measure in uses the multiplier to increase the perimeter of the foorprint(s) given a specified area and aspect ratio above the minim possible rectangular perimeter value. If you just want to make a single bar, you can leave the value at 1.0 and not worry about it. As a last note, if you also are using a custom height bar, that excluded from the calculation of the primary bar(s)
+
+`Bar Width` can be specified. If you know due to the layout of your building or other factors that you have a specific building width you would like to have you can enter that in the `Bar Width` argument. `Perimeter Multiplier` will be engored when a non-zero `Bar Width` is used. If you leave this argument value at the default value of 0 then it will not impact the model. A non-zero value here will also bypass the `Perimeter Multiplier` argument.
+
+`Bar Separation Distance Multiplier` is used when there is more than one bar, to specify the distance between the bars as a multiple of the building height. The default value is 10 x the height of the building, but that can be customized here. Currently 0 is not a valid multiplier, since all the intersection, matching, and fenestration occur in the indivdual bar elements. When two bars are required to meet the `Perimeter Multiplier` target they are in configruation of an with the vertical leg to the right of the horizontal leg, like a backwards "L". If a custom heigth bar was use that will be positioned ot the left of the other bars.
+
+![Sept Dist 0.5](./docs/sep_05.png?raw=true)
+*Bar Separation Distance Multiplier of 0.5*
+
+![Sept Dist 3](./docs/sep_3.png?raw=true)
+*Bar Separation Distance Multiplier of 3*
+
+![Sept Dist 10](./docs/sep_10.png?raw=true)
+*Bar Separation Distance Multiplier of 10*
+
+The intent of the high default `Bar Separation Distance Multiplier` is to not make assumptions about self shading that may occur due to the specific configuration of the geometry, but that ends up wtih no or minimal self shading. You can lower this value and rotate to add in some self shading, but it will have limited flexibility. Future versions may better address self shading and context shading options, or these may be added as separate measures after this one.
+
+#### Window to Wall Ratio
+
+There is just a single `Window to Wall Ratio` argument for this measure. It has a **smart default** value of 0, that when selected applies a building type specific default window to wall ratio. The application of smart default or specified ratio is not orientation specific. Some building types (currently just Warehouse) have a space type specific override to the building level default; specifically for the office space type which has a window to wall ratio of 0.71 but represents only a small portion of the building.
+
+![Custom WWR](./docs/wwr_custom.png?raw=true)
+*Example of space type specific WWR for warehouse model, shown with custom space type height enabled*
+
+Orientation specific characteristics and/or overhangs may be added to this in the future, but are currenty possible by adding existing measure to the workflow after this measure. Currently skylights are not directly supported either, but can be added outside of this measure.
+
+#### Party Walls and Exposure of Top and Bottom Stories
+
+There are a number of measure arguments that enable portions of the building facade to be modeled as having adjacent structures with similar interior conditions instead of having exterior exposure on all sides. Additionally there are arguments that allow you to mimic a mid-floor(s) only model that disable ground exposure of the floor of the bottom story of your model and/or exterior exposure of the roof of the top floor.
+
+There are two approaches for the party walls. One approach is a single fraction defined in the `Fraction of Exterior Wall Area with Adjacent Structure` will attempt to meet your target party wall fraction on multiple facades of the building without the modeler having to specific specific orientations. This should be set to 0 if you plan to use the orientation specfic arguments described below.
+
+The second approach is ideal when you know more about the conditions of a specific condition and allows you to enter an integer for reach cardinal direction with arguments named `Number of North facing stories with party wall` etc. You can for example have a 5 story building that has a 1 story building to the west, a 3 story building to the east, a 2 story building to the north, and exterior exposure to the south. If you are using this as part of a parametric study where number of stories is changeling and you want all of a specific facade to be adjacent to a building that is taller, You can enter an large value such as 99 for the value; the overly large value relative to number of stories in the building will not create any issues.
+
+The ability to model what is essence party floor/ceilings in your model are controlled through two bool arguments named `Is the Bottom Story Exposed to Ground` and `Is the Top Story an Exterior Roof`
+
+![Party Wall](./docs/party.png?raw=true)
+*1 story Party wall on south, 2 story on east, story multipliers not enabled*
+
+![Party Wall](./docs/party_multi.png?raw=true)
+*1 story Party wall on south, 2 story on east, story multipliers enabled. Measure identifies non-unique stories to setup story multipliers.*
+
+![Party Wall](./docs/no_party_mult.png?raw=true)
+*For comparison this shows the same 6 story building with multipliers enabled without the party walls.*
+
+#### Calculation Methods and Articulation Logic
+
+- `Calculation Method for Story Multiplier` is used to determine if zone multipliers should be used as story multipliers on taller buildings. This reduces the nubmer of zones and should speed up simulations, but may not be approriate in all cases. If you select a value of `None` then no (non 1) zone multipliers will be used and zones will be modeled for all building stories. The other choice currently available is `Basements Ground Mid Top` which for a building without party walls will never have more than 4 modeled stories regardless of the number of stories. The measure will evaluate uniqueness of stories taking into account party walls and may add additional stories to accommodate this. Note that while the size of space types on a story with a multiplier greater than 1 may appear smaller, they may be larger once the multiplier is applied. More options may be added in the future, specifically vacations of something like `Basements Ground Midx5 Top` that for very tall buildings would and multiple mid-stories vs. a single mid-story.
+
+- `Make Mid Story Floor Surfaces Adiabatic` determines of surface intersection and surface matching should be applied between stories (when they are adjacent and capable of being matched e.g. story multiplier not used). Setting this to true can reduce the number of surfaces in the model
+
+- `Division Method for Bar Space Types` is used to determine how the internal zoning and space type division of the bar(s) is approached. The default vaue of `Multiple Space Types - Individual Stories Sliced` is the primary method that should be used. It creates what looks like a core and perimeter model, but slices it up by space type, with large space types moving towards the upper stories. There is some basic logic to minimize small slivers of a space type being createe that would create thermal zones with small volumes that may not simulate well. The two largest space types will be at the ends of the bars to minimize having excessive exterior exosure on a zone with a small floor area. `Multiple Space Types - Simple Sliced` is an earlier method that pre-dates the indivdual sliced stories. The logic is similar but it puts all space types on every building story and creates multiple stories with the exact same slicing logic. `Single Space Type - Core and Perimeter` is not sliced up by space type and isn't relevant for building types with multiple space types. If you do have a building type with only a single space type, like small or medium office, the multiple space type methods will still work. The single space type method will eventually be deprecated.
+
+![Individualy Sliced](./docs/bar_sliced_indiv.png?raw=true)
+*Multiple Space Types - Individual Stories Slice method that has been used through the examples above*
+
+![Simple Sliced](./docs/bar_sliced_simple.png?raw=true)
+*Multiple Space Types - Simple Sliced, every story has all space types*
+
+![Single Core Perimeter](./docs/bar_single_core_perim.png?raw=true)
+*Single Space Type - Core and Perimeter, should not be a reason to use this*
+
+- The `Double Loaded Corridor` arguemtn when enabled, take a circulation space type, when it exists, and pair it with the default space type, and will create a double loaded corridor for the space division and theral zoning, instead of the typical sliced core and perimeter zoning. This not only alters the geometry of the internal division, but creates a hybrid slice that instead of being a single space type, contains a circulation space type running down the center of the bar, surrounded by spaces of another space type. For an example, with a primary school the corridor will be paired with the classrooms. The width of the corridor is determined to achive the proper space type ratios of the two space types.
+
+![Double Loaded Corridor](./docs/bar_double_loaded.png?raw=true)
+*Double Loaded Corridor with classroom and corridor for secondary school.*
+
+- The `Choose Space Type Sorting Method` only comes into play when you are modeling a building with more than one building type. With `Size` selected the space types are organized by size, independent of the building type, with smaller space types on lower stories and larger space types on higher stories. `Building Type > Size` is a newer method that first sorts by buidling type, putting smaller building types on lower stories, and then within a buildng type will sort by size. An exmaple use case for this method is when modeling a 4 story building with 25% office and 75% large hotel. With the `Building Type > Size` value the first story will be entirly office, with the rest of the stories large hotel. If the `Size` value is selected, building types wll be mixed together.
+
+![Sort Space Types by Building Types](./docs/story_sort.png?raw=true)
+*Building Type > Size used to sort by buiding types, and then by space types.*
+
+- `Use Upstream Argument Values` can be left at the default value of true for most cases. This argument shows up in a number of measures, and then intent is to enable the synchronization of arguments that may be used as a variable in a parametric study across multiple measures. Generally measure ahve uqniue argument names that don't exist, but some such ase `template` are used frequently. This argument, when set to true, will use the value of `Template` from an earlier measure in the workflow, if found, in place of what is entered as the value for this measure.
+
+- `Climate Zone` is not used at all by this measure but is necessary for an obscure reason
+
+## Development Comments
+
+This measure relies on the openstudio-standards gem which is included in the OpenStudio CLI as well as a number of resources files listed below that are contained in the measure's `resources` directory. Other than the arguments almost none of the measure code is in the measure.rb file. The resource files are used by a number of measures and should be udpated from the shared library and not within this measure.
+ - os_lib_model_generation.rb
+ - os_lib_model_simplification.rb
+ - os_lib_geometry.rb
+ - os_lib_helper_methods.rb
+
+___
+
+*(Automatically generated argument information follows)*
+
+## Arguments
+
+<% arguments.each do |argument| %>
+### <%= argument[:display_name] %>
+<%= argument[:description] %>
+**Name:** <%= argument[:name] %>,
+**Type:** <%= argument[:type] %>,
+**Units:** <%= argument[:units] %>,
+**Required:** <%= argument[:required] %>,
+**Model Dependent:** <%= argument[:model_dependent] %>
+<% end %>
+
+<% if arguments.size == 0 %>
+<%= "This measure does not have any user arguments" %>
+<% end %>
+
+<% if outputs.size > 0 %>
+## Outputs
+<% output_names = [] %>
+<% outputs.each do |output| %>
+<% output_names << output[:display_name] %>
+<% end %>
+<%= output_names.join(", ") %>
+<% end %>
\ No newline at end of file
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/ar_05.png b/lib/measures/create_bar_from_space_type_ratios/docs/ar_05.png
new file mode 100644
index 00000000..6d36ea66
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/ar_05.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/ar_1.png b/lib/measures/create_bar_from_space_type_ratios/docs/ar_1.png
new file mode 100644
index 00000000..7febae61
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/ar_1.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/ar_2.png b/lib/measures/create_bar_from_space_type_ratios/docs/ar_2.png
new file mode 100644
index 00000000..45e1152e
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/ar_2.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/bar_double_loaded.png b/lib/measures/create_bar_from_space_type_ratios/docs/bar_double_loaded.png
new file mode 100644
index 00000000..18029c76
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/bar_double_loaded.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/bar_single_core_perim.png b/lib/measures/create_bar_from_space_type_ratios/docs/bar_single_core_perim.png
new file mode 100644
index 00000000..23ed7fac
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/bar_single_core_perim.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/bar_sliced_indiv.png b/lib/measures/create_bar_from_space_type_ratios/docs/bar_sliced_indiv.png
new file mode 100644
index 00000000..b297eb7f
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/bar_sliced_indiv.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/bar_sliced_simple.png b/lib/measures/create_bar_from_space_type_ratios/docs/bar_sliced_simple.png
new file mode 100644
index 00000000..1fb3a593
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/bar_sliced_simple.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/basement.png b/lib/measures/create_bar_from_space_type_ratios/docs/basement.png
new file mode 100644
index 00000000..8f3b7c5b
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/basement.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/custom_height_false.png b/lib/measures/create_bar_from_space_type_ratios/docs/custom_height_false.png
new file mode 100644
index 00000000..8c81f30e
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/custom_height_false.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/custom_height_true.png b/lib/measures/create_bar_from_space_type_ratios/docs/custom_height_true.png
new file mode 100644
index 00000000..a48878df
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/custom_height_true.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/no_party_mult.png b/lib/measures/create_bar_from_space_type_ratios/docs/no_party_mult.png
new file mode 100644
index 00000000..b20f4523
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/no_party_mult.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/party.png b/lib/measures/create_bar_from_space_type_ratios/docs/party.png
new file mode 100644
index 00000000..0a4c0362
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/party.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/party_multi.png b/lib/measures/create_bar_from_space_type_ratios/docs/party_multi.png
new file mode 100644
index 00000000..946954d9
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/party_multi.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/perim_mult_2010.png b/lib/measures/create_bar_from_space_type_ratios/docs/perim_mult_2010.png
new file mode 100644
index 00000000..5269b6b8
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/perim_mult_2010.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/perim_mult_2012.png b/lib/measures/create_bar_from_space_type_ratios/docs/perim_mult_2012.png
new file mode 100644
index 00000000..ff386d0e
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/perim_mult_2012.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/perim_mult_2020.png b/lib/measures/create_bar_from_space_type_ratios/docs/perim_mult_2020.png
new file mode 100644
index 00000000..d5f20522
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/perim_mult_2020.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/sep_05.png b/lib/measures/create_bar_from_space_type_ratios/docs/sep_05.png
new file mode 100644
index 00000000..818171b3
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/sep_05.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/sep_10.png b/lib/measures/create_bar_from_space_type_ratios/docs/sep_10.png
new file mode 100644
index 00000000..d246b88a
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/sep_10.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/sep_3.png b/lib/measures/create_bar_from_space_type_ratios/docs/sep_3.png
new file mode 100644
index 00000000..94097acd
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/sep_3.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/story_sort.png b/lib/measures/create_bar_from_space_type_ratios/docs/story_sort.png
new file mode 100644
index 00000000..7bdbfebb
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/story_sort.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/docs/wwr_custom.png b/lib/measures/create_bar_from_space_type_ratios/docs/wwr_custom.png
new file mode 100644
index 00000000..21688f39
Binary files /dev/null and b/lib/measures/create_bar_from_space_type_ratios/docs/wwr_custom.png differ
diff --git a/lib/measures/create_bar_from_space_type_ratios/measure.rb b/lib/measures/create_bar_from_space_type_ratios/measure.rb
new file mode 100644
index 00000000..b2a91d1d
--- /dev/null
+++ b/lib/measures/create_bar_from_space_type_ratios/measure.rb
@@ -0,0 +1,309 @@
+# *******************************************************************************
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
+# All rights reserved.
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+#
+# (1) Redistributions of source code must retain the above copyright notice,
+# this list of conditions and the following disclaimer.
+#
+# (2) Redistributions in binary form must reproduce the above copyright notice,
+# this list of conditions and the following disclaimer in the documentation
+# and/or other materials provided with the distribution.
+#
+# (3) Neither the name of the copyright holder nor the names of any contributors
+# may be used to endorse or promote products derived from this software without
+# specific prior written permission from the respective party.
+#
+# (4) Other than as required in clauses (1) and (2), distributions in any form
+# of modifications or other derivative works may not use the "OpenStudio"
+# trademark, "OS", "os", or any other confusingly similar designation without
+# specific prior written permission from Alliance for Sustainable Energy, LLC.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE
+# UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF
+# THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
+# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# *******************************************************************************
+
+# see the URL below for information on how to write OpenStudio measures
+# http://openstudio.nrel.gov/openstudio-measure-writing-guide
+
+# see the URL below for information on using life cycle cost objects in OpenStudio
+# http://openstudio.nrel.gov/openstudio-life-cycle-examples
+
+# see the URL below for access to C++ documentation on model objects (click on "model" in the main window to view model objects)
+# http://openstudio.nrel.gov/sites/openstudio.nrel.gov/files/nv_data/cpp_documentation_it/model/html/namespaces.html
+
+require 'openstudio-standards'
+
+# load OpenStudio measure libraries from openstudio-extension gem
+require 'openstudio-extension'
+require 'openstudio/extension/core/os_lib_helper_methods'
+require 'openstudio/extension/core/os_lib_geometry.rb'
+require 'openstudio/extension/core/os_lib_model_generation.rb'
+require 'openstudio/extension/core/os_lib_model_simplification.rb'
+
+# start the measure
+class CreateBarFromSpaceTypeRatios < OpenStudio::Measure::ModelMeasure
+ # resource file modules
+ include OsLib_HelperMethods
+ include OsLib_Geometry
+ include OsLib_ModelGeneration
+ include OsLib_ModelSimplification
+
+ # define the name that a user will see, this method may be deprecated as
+ # the display name in PAT comes from the name field in measure.xml
+ def name
+ return 'Create Bar From Space Type Ratios'
+ end
+
+ # human readable description
+ def description
+ return 'Creates one or more rectangular building elements based on space type ratios of selected mix of building types, along with user arguments that describe the desired geometry characteristics.'
+ end
+
+ # human readable description of modeling approach
+ def modeler_description
+ return 'The building floor area can be described as a footprint size or as a total building area. The shape can be described by its aspect ratio or can be defined as a set width. Because this measure contains both DOE and DEER inputs, care needs to be taken to choose a template compatable with the selected building types. See readme document for additional guidance.'
+ end
+
+ def arguments(model)
+ args = OpenStudio::Measure::OSArgumentVector.new
+
+ # Make argument for template
+ template = OpenStudio::Measure::OSArgument.makeChoiceArgument('template', get_templates(true), true) # setting up measure to list all templates, but space types in string should all come from one
+ template.setDisplayName('Target Standard')
+ template.setDefaultValue('90.1-2004')
+ args << template
+
+ # make an argument for space type ratios
+ space_type_hash_string = OpenStudio::Measure::OSArgument.makeStringArgument('space_type_hash_string', true)
+ space_type_hash_string.setDisplayName('Space Type Ratios String')
+ space_type_hash_string.setDescription('Hash of Space Types with Building and Space Type name as Key and Fraction as value. All space types should come from the selected OpenStudio Standards template. Example entry is (BuildingType | SpaceType => 0.25)')
+ space_type_hash_string.setDefaultValue('MediumOffice | Conference => 0.2, PrimarySchool | Corridor => 0.125, PrimarySchool | Classroom => 0.175, Warehouse | Office => 0.5')
+ args << space_type_hash_string
+
+ # Make argument for total_bldg_floor_area
+ total_bldg_floor_area = OpenStudio::Measure::OSArgument.makeDoubleArgument('total_bldg_floor_area', true)
+ total_bldg_floor_area.setDisplayName('Total Building Floor Area')
+ total_bldg_floor_area.setUnits('ft^2')
+ total_bldg_floor_area.setDefaultValue(10000.0)
+ args << total_bldg_floor_area
+
+ # Make argument for single_floor_area
+ single_floor_area = OpenStudio::Measure::OSArgument.makeDoubleArgument('single_floor_area', true)
+ single_floor_area.setDisplayName('Single Floor Area')
+ single_floor_area.setDescription('Non-zero value will fix the single floor area, overriding a user entry for Total Building Floor Area')
+ single_floor_area.setUnits('ft^2')
+ single_floor_area.setDefaultValue(0.0)
+ args << single_floor_area
+
+ # Make argument for floor_height
+ floor_height = OpenStudio::Measure::OSArgument.makeDoubleArgument('floor_height', true)
+ floor_height.setDisplayName('Typical Floor to FLoor Height')
+ floor_height.setDescription('Selecting a typical floor height of 0 will trigger a smart building type default.')
+ floor_height.setUnits('ft')
+ floor_height.setDefaultValue(0.0)
+ args << floor_height
+
+ # add argument to enable/disable multi custom space height bar
+ custom_height_bar = OpenStudio::Measure::OSArgument.makeBoolArgument('custom_height_bar', true)
+ custom_height_bar.setDisplayName('Enable Custom Height Bar Application')
+ custom_height_bar.setDescription('This is argument value is only relevant when smart default floor to floor height is used for a building type that has spaces with custom heights.')
+ custom_height_bar.setDefaultValue(true)
+ args << custom_height_bar
+
+ # Make argument for num_stories_above_grade
+ num_stories_above_grade = OpenStudio::Measure::OSArgument.makeDoubleArgument('num_stories_above_grade', true)
+ num_stories_above_grade.setDisplayName('Number of Stories Above Grade')
+ num_stories_above_grade.setDefaultValue(1.0)
+ args << num_stories_above_grade
+
+ # Make argument for num_stories_below_grade
+ num_stories_below_grade = OpenStudio::Measure::OSArgument.makeIntegerArgument('num_stories_below_grade', true)
+ num_stories_below_grade.setDisplayName('Number of Stories Below Grade')
+ num_stories_below_grade.setDefaultValue(0)
+ args << num_stories_below_grade
+
+ # Make argument for building_rotation
+ building_rotation = OpenStudio::Measure::OSArgument.makeDoubleArgument('building_rotation', true)
+ building_rotation.setDisplayName('Building Rotation')
+ building_rotation.setDescription('Set Building Rotation off of North (positive value is clockwise). Rotation applied after geometry generation. Values greater than +/- 45 will result in aspect ratio and party wall orientations that do not match cardinal directions of the inputs.')
+ building_rotation.setUnits('Degrees')
+ building_rotation.setDefaultValue(0.0)
+ args << building_rotation
+
+ # Make argument for ns_to_ew_ratio
+ ns_to_ew_ratio = OpenStudio::Measure::OSArgument.makeDoubleArgument('ns_to_ew_ratio', true)
+ ns_to_ew_ratio.setDisplayName('Ratio of North/South Facade Length Relative to East/West Facade Length')
+ ns_to_ew_ratio.setDescription('Selecting an aspect ratio of 0 will trigger a smart building type default. Aspect ratios less than one are not recommended for sliced bar geometry, instead rotate building and use a greater than 1 aspect ratio.')
+ ns_to_ew_ratio.setDefaultValue(0.0)
+ args << ns_to_ew_ratio
+
+ # Make argument for perim_mult
+ perim_mult = OpenStudio::Measure::OSArgument.makeDoubleArgument('perim_mult', true)
+ perim_mult.setDisplayName('Perimeter Multiplier')
+ perim_mult.setDescription('Selecting a value of 0 will trigger a smart building type default. This represents a multiplier for the building perimeter relative to the perimeter of a rectangular building that meets the area and aspect ratio inputs. Other than the smart default of 0.0 this argument should have a value of 1.0 or higher and is only applicable Multiple Space Types - Individual Stories Sliced division method.')
+ perim_mult.setDefaultValue(0.0)
+ args << perim_mult
+
+ # Make argument for bar_width
+ bar_width = OpenStudio::Measure::OSArgument.makeDoubleArgument('bar_width', true)
+ bar_width.setDisplayName('Bar Width')
+ bar_width.setDescription('Non-zero value will fix the building width, overriding user entry for Perimeter Multiplier. NS/EW Aspect Ratio may be limited based on target width.')
+ bar_width.setUnits('ft')
+ bar_width.setDefaultValue(0.0)
+ args << bar_width
+
+ # Make argument for bar_sep_dist_mult
+ bar_sep_dist_mult = OpenStudio::Measure::OSArgument.makeDoubleArgument('bar_sep_dist_mult', true)
+ bar_sep_dist_mult.setDisplayName('Bar Separation Distance Multiplier')
+ bar_sep_dist_mult.setDescription('Multiplier of separation between bar elements relative to building height.')
+ bar_sep_dist_mult.setDefaultValue(10.0)
+ args << bar_sep_dist_mult
+
+ # Make argument for wwr (in future add lookup for smart default)
+ wwr = OpenStudio::Measure::OSArgument.makeDoubleArgument('wwr', true)
+ wwr.setDisplayName('Window to Wall Ratio')
+ wwr.setDescription('Selecting a window to wall ratio of 0 will trigger a smart building type default.')
+ wwr.setDefaultValue(0.0)
+ args << wwr
+
+ # Make argument for party_wall_fraction
+ party_wall_fraction = OpenStudio::Measure::OSArgument.makeDoubleArgument('party_wall_fraction', true)
+ party_wall_fraction.setDisplayName('Fraction of Exterior Wall Area with Adjacent Structure')
+ party_wall_fraction.setDescription('This will impact how many above grade exterior walls are modeled with adiabatic boundary condition.')
+ party_wall_fraction.setDefaultValue(0.0)
+ args << party_wall_fraction
+
+ # party_wall_fraction was used where we wanted to represent some party walls but didn't know where they are, it ends up using methods to make whole surfaces adiabiatc by story and orientaiton to try to come close to requested fraction
+
+ # Make argument for party_wall_stories_north
+ party_wall_stories_north = OpenStudio::Measure::OSArgument.makeIntegerArgument('party_wall_stories_north', true)
+ party_wall_stories_north.setDisplayName('Number of North facing stories with party wall')
+ party_wall_stories_north.setDescription('This will impact how many above grade exterior north walls are modeled with adiabatic boundary condition. If this is less than the number of above grade stoes, upper flor will reamin exterior')
+ party_wall_stories_north.setDefaultValue(0)
+ args << party_wall_stories_north
+
+ # Make argument for party_wall_stories_south
+ party_wall_stories_south = OpenStudio::Measure::OSArgument.makeIntegerArgument('party_wall_stories_south', true)
+ party_wall_stories_south.setDisplayName('Number of South facing stories with party wall')
+ party_wall_stories_south.setDescription('This will impact how many above grade exterior south walls are modeled with adiabatic boundary condition. If this is less than the number of above grade stoes, upper flor will reamin exterior')
+ party_wall_stories_south.setDefaultValue(0)
+ args << party_wall_stories_south
+
+ # Make argument for party_wall_stories_east
+ party_wall_stories_east = OpenStudio::Measure::OSArgument.makeIntegerArgument('party_wall_stories_east', true)
+ party_wall_stories_east.setDisplayName('Number of East facing stories with party wall')
+ party_wall_stories_east.setDescription('This will impact how many above grade exterior east walls are modeled with adiabatic boundary condition. If this is less than the number of above grade stoes, upper flor will reamin exterior')
+ party_wall_stories_east.setDefaultValue(0)
+ args << party_wall_stories_east
+
+ # Make argument for party_wall_stories_west
+ party_wall_stories_west = OpenStudio::Measure::OSArgument.makeIntegerArgument('party_wall_stories_west', true)
+ party_wall_stories_west.setDisplayName('Number of West facing stories with party wall')
+ party_wall_stories_west.setDescription('This will impact how many above grade exterior west walls are modeled with adiabatic boundary condition. If this is less than the number of above grade stoes, upper flor will reamin exterior')
+ party_wall_stories_west.setDefaultValue(0)
+ args << party_wall_stories_west
+
+ # make an argument for bottom_story_ground_exposed_floor
+ bottom_story_ground_exposed_floor = OpenStudio::Measure::OSArgument.makeBoolArgument('bottom_story_ground_exposed_floor', true)
+ bottom_story_ground_exposed_floor.setDisplayName('Is the Bottom Story Exposed to Ground')
+ bottom_story_ground_exposed_floor.setDescription("This should be true unless you are modeling a partial building which doesn't include the lowest story. The bottom story floor will have an adiabatic boundary condition when false.")
+ bottom_story_ground_exposed_floor.setDefaultValue(true)
+ args << bottom_story_ground_exposed_floor
+
+ # make an argument for top_story_exterior_exposed_roof
+ top_story_exterior_exposed_roof = OpenStudio::Measure::OSArgument.makeBoolArgument('top_story_exterior_exposed_roof', true)
+ top_story_exterior_exposed_roof.setDisplayName('Is the Top Story an Exterior Roof')
+ top_story_exterior_exposed_roof.setDescription("This should be true unless you are modeling a partial building which doesn't include the highest story. The top story ceiling will have an adiabatic boundary condition when false.")
+ top_story_exterior_exposed_roof.setDefaultValue(true)
+ args << top_story_exterior_exposed_roof
+
+ # Make argument for story_multiplier
+ choices = OpenStudio::StringVector.new
+ choices << 'None'
+ choices << 'Basements Ground Mid Top'
+ # choices << "Basements Ground Midx5 Top"
+ story_multiplier = OpenStudio::Measure::OSArgument.makeChoiceArgument('story_multiplier', choices, true)
+ story_multiplier.setDisplayName('Calculation Method for Story Multiplier')
+ story_multiplier.setDefaultValue('Basements Ground Mid Top')
+ args << story_multiplier
+
+ # make an argument for make_mid_story_surfaces_adiabatic (added to avoid issues with intersect and to lower surface count when using individual stories sliced)
+ make_mid_story_surfaces_adiabatic = OpenStudio::Measure::OSArgument.makeBoolArgument('make_mid_story_surfaces_adiabatic', true)
+ make_mid_story_surfaces_adiabatic.setDisplayName('Make Mid Story Floor Surfaces Adiabatic')
+ make_mid_story_surfaces_adiabatic.setDescription('If set to true, this will skip surface intersection and make mid story floors and celings adiabatic, not just at multiplied gaps.')
+ make_mid_story_surfaces_adiabatic.setDefaultValue(false)
+ args << make_mid_story_surfaces_adiabatic
+
+ # make an argument for bar sub-division approach
+ choices = OpenStudio::StringVector.new
+ choices << 'Multiple Space Types - Simple Sliced'
+ choices << 'Multiple Space Types - Individual Stories Sliced'
+ choices << 'Single Space Type - Core and Perimeter' # not useful for most use cases
+ # choices << "Multiple Space Types - Individual Stories Sliced Keep Building Types Together"
+ # choices << "Building Type Specific Smart Division"
+ bar_division_method = OpenStudio::Measure::OSArgument.makeChoiceArgument('bar_division_method', choices, true)
+ bar_division_method.setDisplayName('Division Method for Bar Space Types')
+ bar_division_method.setDescription('To use perimeter multiplier greater than 1 selected Multiple Space Types - Individual Stories Sliced.')
+ bar_division_method.setDefaultValue('Multiple Space Types - Individual Stories Sliced')
+ args << bar_division_method
+
+ # double_loaded_corridor
+ choices = OpenStudio::StringVector.new
+ choices << 'None'
+ choices << 'Primary Space Type'
+ # choices << 'All Space Types' # possible future option
+ double_loaded_corridor = OpenStudio::Measure::OSArgument.makeChoiceArgument('double_loaded_corridor', choices, true)
+ double_loaded_corridor.setDisplayName('Double Loaded Corridor')
+ double_loaded_corridor.setDescription('Add double loaded corridor for building types that have a defined circulation space type, to the selected space types.')
+ double_loaded_corridor.setDefaultValue('Primary Space Type')
+ args << double_loaded_corridor
+
+ # Make argument for space_type_sort_logic
+ choices = OpenStudio::StringVector.new
+ choices << 'Size'
+ choices << 'Building Type > Size'
+ # choices << "Basements Ground Midx5 Top"
+ space_type_sort_logic = OpenStudio::Measure::OSArgument.makeChoiceArgument('space_type_sort_logic', choices, true)
+ space_type_sort_logic.setDisplayName('Choose Space Type Sorting Method')
+ space_type_sort_logic.setDefaultValue('Building Type > Size')
+ args << space_type_sort_logic
+
+ # make an argument for use_upstream_args
+ use_upstream_args = OpenStudio::Measure::OSArgument.makeBoolArgument('use_upstream_args', true)
+ use_upstream_args.setDisplayName('Use Upstream Argument Values')
+ use_upstream_args.setDescription('When true this will look for arguments or registerValues in upstream measures that match arguments from this measure, and will use the value from the upstream measure in place of what is entered for this measure.')
+ use_upstream_args.setDefaultValue(true)
+ args << use_upstream_args
+
+ # TODO: - expose perimeter depth as an argument
+
+ return args
+ end
+
+ # define what happens when the measure is run
+ def run(model, runner, user_arguments)
+ super(model, runner, user_arguments)
+
+ # method run from os_lib_model_generation.rb
+ result = bar_from_space_type_ratios(model, runner, user_arguments)
+
+ if result == false
+ return false
+ else
+ return true
+ end
+ end
+end
+# this allows the measure to be use by the application
+CreateBarFromSpaceTypeRatios.new.registerWithApplication
diff --git a/lib/measures/create_bar_from_space_type_ratios/measure.xml b/lib/measures/create_bar_from_space_type_ratios/measure.xml
new file mode 100644
index 00000000..6e3ec4be
--- /dev/null
+++ b/lib/measures/create_bar_from_space_type_ratios/measure.xml
@@ -0,0 +1,687 @@
+
+
+ 3.0
+ create_bar_from_space_type_ratios
+ 3e988765-9673-46f8-9b65-99d5b86c2b22
+ bd66bd8f-6b3e-4b66-8b23-77f9896ed480
+ 20210423T142531Z
+ 49BEF039
+ CreateBarFromSpaceTypeRatios
+ Create Bar From Space Type Ratios
+ Creates one or more rectangular building elements based on space type ratios of selected mix of building types, along with user arguments that describe the desired geometry characteristics.
+ The building floor area can be described as a footprint size or as a total building area. The shape can be described by its aspect ratio or can be defined as a set width. Because this measure contains both DOE and DEER inputs, care needs to be taken to choose a template compatable with the selected building types. See readme document for additional guidance.
+
+
+ template
+ Target Standard
+ Choice
+ true
+ false
+ 90.1-2004
+
+
+ DOE Ref Pre-1980
+ DOE Ref Pre-1980
+
+
+ DOE Ref 1980-2004
+ DOE Ref 1980-2004
+
+
+ 90.1-2004
+ 90.1-2004
+
+
+ 90.1-2007
+ 90.1-2007
+
+
+ 90.1-2010
+ 90.1-2010
+
+
+ 90.1-2013
+ 90.1-2013
+
+
+ 90.1-2016
+ 90.1-2016
+
+
+ 90.1-2019
+ 90.1-2019
+
+
+ ComStock DOE Ref Pre-1980
+ ComStock DOE Ref Pre-1980
+
+
+ ComStock DOE Ref 1980-2004
+ ComStock DOE Ref 1980-2004
+
+
+ ComStock 90.1-2004
+ ComStock 90.1-2004
+
+
+ ComStock 90.1-2007
+ ComStock 90.1-2007
+
+
+ ComStock 90.1-2010
+ ComStock 90.1-2010
+
+
+ ComStock 90.1-2013
+ ComStock 90.1-2013
+
+
+ NREL ZNE Ready 2017
+ NREL ZNE Ready 2017
+
+
+ DEER Pre-1975
+ DEER Pre-1975
+
+
+ DEER 1985
+ DEER 1985
+
+
+ DEER 1996
+ DEER 1996
+
+
+ DEER 2003
+ DEER 2003
+
+
+ DEER 2007
+ DEER 2007
+
+
+ DEER 2011
+ DEER 2011
+
+
+ DEER 2014
+ DEER 2014
+
+
+ DEER 2015
+ DEER 2015
+
+
+ DEER 2017
+ DEER 2017
+
+
+ DEER 2020
+ DEER 2020
+
+
+ DEER 2025
+ DEER 2025
+
+
+ DEER 2030
+ DEER 2030
+
+
+ DEER 2035
+ DEER 2035
+
+
+ DEER 2040
+ DEER 2040
+
+
+ DEER 2045
+ DEER 2045
+
+
+ DEER 2050
+ DEER 2050
+
+
+ DEER 2055
+ DEER 2055
+
+
+ DEER 2060
+ DEER 2060
+
+
+ DEER 2065
+ DEER 2065
+
+
+ DEER 2070
+ DEER 2070
+
+
+ DEER 2075
+ DEER 2075
+
+
+
+
+ space_type_hash_string
+ Space Type Ratios String
+ Hash of Space Types with Building and Space Type name as Key and Fraction as value. All space types should come from the selected OpenStudio Standards template. Example entry is (BuildingType | SpaceType => 0.25)
+ String
+ true
+ false
+ MediumOffice | Conference => 0.2, PrimarySchool | Corridor => 0.125, PrimarySchool | Classroom => 0.175, Warehouse | Office => 0.5
+
+
+ total_bldg_floor_area
+ Total Building Floor Area
+ Double
+ ft^2
+ true
+ false
+ 10000
+
+
+ single_floor_area
+ Single Floor Area
+ Non-zero value will fix the single floor area, overriding a user entry for Total Building Floor Area
+ Double
+ ft^2
+ true
+ false
+ 0
+
+
+ floor_height
+ Typical Floor to FLoor Height
+ Selecting a typical floor height of 0 will trigger a smart building type default.
+ Double
+ ft
+ true
+ false
+ 0
+
+
+ custom_height_bar
+ Enable Custom Height Bar Application
+ This is argument value is only relevant when smart default floor to floor height is used for a building type that has spaces with custom heights.
+ Boolean
+ true
+ false
+ true
+
+
+ true
+ true
+
+
+ false
+ false
+
+
+
+
+ num_stories_above_grade
+ Number of Stories Above Grade
+ Double
+ true
+ false
+ 1
+
+
+ num_stories_below_grade
+ Number of Stories Below Grade
+ Integer
+ true
+ false
+ 0
+
+
+ building_rotation
+ Building Rotation
+ Set Building Rotation off of North (positive value is clockwise). Rotation applied after geometry generation. Values greater than +/- 45 will result in aspect ratio and party wall orientations that do not match cardinal directions of the inputs.
+ Double
+ Degrees
+ true
+ false
+ 0
+
+
+ ns_to_ew_ratio
+ Ratio of North/South Facade Length Relative to East/West Facade Length
+ Selecting an aspect ratio of 0 will trigger a smart building type default. Aspect ratios less than one are not recommended for sliced bar geometry, instead rotate building and use a greater than 1 aspect ratio.
+ Double
+ true
+ false
+ 0
+
+
+ perim_mult
+ Perimeter Multiplier
+ Selecting a value of 0 will trigger a smart building type default. This represents a multiplier for the building perimeter relative to the perimeter of a rectangular building that meets the area and aspect ratio inputs. Other than the smart default of 0.0 this argument should have a value of 1.0 or higher and is only applicable Multiple Space Types - Individual Stories Sliced division method.
+ Double
+ true
+ false
+ 0
+
+
+ bar_width
+ Bar Width
+ Non-zero value will fix the building width, overriding user entry for Perimeter Multiplier. NS/EW Aspect Ratio may be limited based on target width.
+ Double
+ ft
+ true
+ false
+ 0
+
+
+ bar_sep_dist_mult
+ Bar Separation Distance Multiplier
+ Multiplier of separation between bar elements relative to building height.
+ Double
+ true
+ false
+ 10
+
+
+ wwr
+ Window to Wall Ratio
+ Selecting a window to wall ratio of 0 will trigger a smart building type default.
+ Double
+ true
+ false
+ 0
+
+
+ party_wall_fraction
+ Fraction of Exterior Wall Area with Adjacent Structure
+ This will impact how many above grade exterior walls are modeled with adiabatic boundary condition.
+ Double
+ true
+ false
+ 0
+
+
+ party_wall_stories_north
+ Number of North facing stories with party wall
+ This will impact how many above grade exterior north walls are modeled with adiabatic boundary condition. If this is less than the number of above grade stoes, upper flor will reamin exterior
+ Integer
+ true
+ false
+ 0
+
+
+ party_wall_stories_south
+ Number of South facing stories with party wall
+ This will impact how many above grade exterior south walls are modeled with adiabatic boundary condition. If this is less than the number of above grade stoes, upper flor will reamin exterior
+ Integer
+ true
+ false
+ 0
+
+
+ party_wall_stories_east
+ Number of East facing stories with party wall
+ This will impact how many above grade exterior east walls are modeled with adiabatic boundary condition. If this is less than the number of above grade stoes, upper flor will reamin exterior
+ Integer
+ true
+ false
+ 0
+
+
+ party_wall_stories_west
+ Number of West facing stories with party wall
+ This will impact how many above grade exterior west walls are modeled with adiabatic boundary condition. If this is less than the number of above grade stoes, upper flor will reamin exterior
+ Integer
+ true
+ false
+ 0
+
+
+ bottom_story_ground_exposed_floor
+ Is the Bottom Story Exposed to Ground
+ This should be true unless you are modeling a partial building which doesn't include the lowest story. The bottom story floor will have an adiabatic boundary condition when false.
+ Boolean
+ true
+ false
+ true
+
+
+ true
+ true
+
+
+ false
+ false
+
+
+
+
+ top_story_exterior_exposed_roof
+ Is the Top Story an Exterior Roof
+ This should be true unless you are modeling a partial building which doesn't include the highest story. The top story ceiling will have an adiabatic boundary condition when false.
+ Boolean
+ true
+ false
+ true
+
+
+ true
+ true
+
+
+ false
+ false
+
+
+
+
+ story_multiplier
+ Calculation Method for Story Multiplier
+ Choice
+ true
+ false
+ Basements Ground Mid Top
+
+
+ None
+ None
+
+
+ Basements Ground Mid Top
+ Basements Ground Mid Top
+
+
+
+
+ make_mid_story_surfaces_adiabatic
+ Make Mid Story Floor Surfaces Adiabatic
+ If set to true, this will skip surface intersection and make mid story floors and celings adiabatic, not just at multiplied gaps.
+ Boolean
+ true
+ false
+ false
+
+
+ true
+ true
+
+
+ false
+ false
+
+
+
+
+ bar_division_method
+ Division Method for Bar Space Types
+ To use perimeter multiplier greater than 1 selected Multiple Space Types - Individual Stories Sliced.
+ Choice
+ true
+ false
+ Multiple Space Types - Individual Stories Sliced
+
+
+ Multiple Space Types - Simple Sliced
+ Multiple Space Types - Simple Sliced
+
+
+ Multiple Space Types - Individual Stories Sliced
+ Multiple Space Types - Individual Stories Sliced
+
+
+ Single Space Type - Core and Perimeter
+ Single Space Type - Core and Perimeter
+
+
+
+
+ double_loaded_corridor
+ Double Loaded Corridor
+ Add double loaded corridor for building types that have a defined circulation space type, to the selected space types.
+ Choice
+ true
+ false
+ Primary Space Type
+
+
+ None
+ None
+
+
+ Primary Space Type
+ Primary Space Type
+
+
+
+
+ space_type_sort_logic
+ Choose Space Type Sorting Method
+ Choice
+ true
+ false
+ Building Type > Size
+
+
+ Size
+ Size
+
+
+ Building Type > Size
+ Building Type > Size
+
+
+
+
+ use_upstream_args
+ Use Upstream Argument Values
+ When true this will look for arguments or registerValues in upstream measures that match arguments from this measure, and will use the value from the upstream measure in place of what is entered for this measure.
+ Boolean
+ true
+ false
+ true
+
+
+ true
+ true
+
+
+ false
+ false
+
+
+
+
+
+
+
+ Envelope.Form
+
+
+
+ Measure Type
+ ModelMeasure
+ string
+
+
+ Measure Function
+ Measure
+ string
+
+
+ Requires EnergyPlus Results
+ false
+ boolean
+
+
+ Uses SketchUp API
+ false
+ boolean
+
+
+
+
+ basement.png
+ png
+ doc
+ 6436A0E2
+
+
+ custom_height_false.png
+ png
+ doc
+ 0684A3AD
+
+
+ ar_1.png
+ png
+ doc
+ F5818F2F
+
+
+ sep_3.png
+ png
+ doc
+ 4DE3ED94
+
+
+ custom_height_true.png
+ png
+ doc
+ 37DBC088
+
+
+ ar_2.png
+ png
+ doc
+ 1CAF9C96
+
+
+ wwr_custom.png
+ png
+ doc
+ D1E7B644
+
+
+ perim_mult_2010.png
+ png
+ doc
+ 7704044F
+
+
+ perim_mult_2012.png
+ png
+ doc
+ 8809F075
+
+
+ ar_05.png
+ png
+ doc
+ A86ECE4C
+
+
+ party.png
+ png
+ doc
+ B70845E6
+
+
+ bar_sliced_simple.png
+ png
+ doc
+ EF138637
+
+
+ bar_single_core_perim.png
+ png
+ doc
+ D1ED9343
+
+
+ party_multi.png
+ png
+ doc
+ 1CA071B4
+
+
+ sep_05.png
+ png
+ doc
+ 86E7AC6E
+
+
+ sep_10.png
+ png
+ doc
+ 91062F24
+
+
+ bar_sliced_indiv.png
+ png
+ doc
+ B737F7E5
+
+
+ no_party_mult.png
+ png
+ doc
+ E68AC690
+
+
+ bar_double_loaded.png
+ png
+ doc
+ 29AECFF4
+
+
+ perim_mult_2020.png
+ png
+ doc
+ 0925C42D
+
+
+ story_sort.png
+ png
+ doc
+ A64E1184
+
+
+ README.md.erb
+ erb
+ readmeerb
+ E339AF5C
+
+
+ README.md
+ md
+ readme
+ 43184976
+
+
+ LICENSE.md
+ md
+ license
+ A21A3ED2
+
+
+
+ OpenStudio
+ 2.0.0
+ 2.8.0
+
+ measure.rb
+ rb
+ script
+ B4A47395
+
+
+ create_bar_from_space_type_ratios_test.rb
+ rb
+ test
+ 61FDF1C4
+
+
+
diff --git a/lib/measures/create_bar_from_space_type_ratios/tests/create_bar_from_space_type_ratios_test.rb b/lib/measures/create_bar_from_space_type_ratios/tests/create_bar_from_space_type_ratios_test.rb
new file mode 100644
index 00000000..bbc6eb3b
--- /dev/null
+++ b/lib/measures/create_bar_from_space_type_ratios/tests/create_bar_from_space_type_ratios_test.rb
@@ -0,0 +1,177 @@
+# *******************************************************************************
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
+# All rights reserved.
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+#
+# (1) Redistributions of source code must retain the above copyright notice,
+# this list of conditions and the following disclaimer.
+#
+# (2) Redistributions in binary form must reproduce the above copyright notice,
+# this list of conditions and the following disclaimer in the documentation
+# and/or other materials provided with the distribution.
+#
+# (3) Neither the name of the copyright holder nor the names of any contributors
+# may be used to endorse or promote products derived from this software without
+# specific prior written permission from the respective party.
+#
+# (4) Other than as required in clauses (1) and (2), distributions in any form
+# of modifications or other derivative works may not use the "OpenStudio"
+# trademark, "OS", "os", or any other confusingly similar designation without
+# specific prior written permission from Alliance for Sustainable Energy, LLC.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE
+# UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF
+# THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
+# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# *******************************************************************************
+
+require 'openstudio'
+require 'openstudio/measure/ShowRunnerOutput'
+require 'minitest/autorun'
+require_relative '../measure.rb'
+require 'fileutils'
+
+class CreateBarFromSpaceTypeRatios_Test < Minitest::Test
+ # method to apply arguments, run measure, and assert results (only populate args hash with non-default argument values)
+ def apply_measure_to_model(test_name, args, model_name = nil, result_value = 'Success', warnings_count = 0, info_count = nil)
+ # create an instance of the measure
+ measure = CreateBarFromSpaceTypeRatios.new
+
+ # create an instance of a runner
+ runner = OpenStudio::Measure::OSRunner.new(OpenStudio::WorkflowJSON.new)
+
+ if model_name.nil?
+ # make an empty model
+ model = OpenStudio::Model::Model.new
+ else
+ # load the test model
+ translator = OpenStudio::OSVersion::VersionTranslator.new
+ path = OpenStudio::Path.new(File.dirname(__FILE__) + '/' + model_name)
+ model = translator.loadModel(path)
+ assert(!model.empty?)
+ model = model.get
+ end
+
+ # get arguments
+ arguments = measure.arguments(model)
+ argument_map = OpenStudio::Measure.convertOSArgumentVectorToMap(arguments)
+
+ # populate argument with specified hash value if specified
+ arguments.each do |arg|
+ temp_arg_var = arg.clone
+ if args.key?(arg.name)
+ assert(temp_arg_var.setValue(args[arg.name]), "could not set #{arg.name} to #{args[arg.name]}.")
+ end
+ argument_map[arg.name] = temp_arg_var
+ end
+
+ # run the measure
+ measure.run(model, runner, argument_map)
+ result = runner.result
+
+ # show the output
+ puts "measure results for #{test_name}"
+ show_output(result)
+
+ # save the model to test output directory
+ output_file_path = OpenStudio::Path.new(File.dirname(__FILE__) + "/output/#{test_name}_test_output.osm")
+ model.save(output_file_path, true)
+
+ # assert that it ran correctly
+ if result_value.nil? then result_value = 'Success' end
+ assert_equal(result_value, result.value.valueName)
+
+ # check count of warning and info messages
+ unless info_count.nil? then assert(result.info.size == info_count) end
+ unless warnings_count.nil? then assert(result.warnings.size == warnings_count, "warning count (#{result.warnings.size}) did not match expectation (#{warnings_count})") end
+
+ # if 'Fail' passed in make sure at least one error message (while not typical there may be more than one message)
+ if result_value == 'Fail' then assert(result.errors.size >= 1) end
+ end
+
+ def test_good_argument_values
+ args = {}
+ args['total_bldg_floor_area'] = 10000.0
+ # args['space_type_hash_string'] = "MediumOffice | Conference => 0.2, PrimarySchool | Corridor => 0.125, PrimarySchool | Classroom => 0.175, Warehouse | Office => 0.5"
+
+ apply_measure_to_model(__method__.to_s.gsub('test_', ''), args, nil, nil, nil)
+ end
+
+ def test_alt_string_spaces
+ args = {}
+ args['total_bldg_floor_area'] = 10000.0
+ args['space_type_hash_string'] = 'MediumOffice|Conference=>0.2, PrimarySchool|Corridor=>0.125, PrimarySchool|Classroom=>0.175, Warehouse|Office=>0.5'
+
+ apply_measure_to_model(__method__.to_s.gsub('test_', ''), args, nil, nil, nil)
+ end
+
+ def test_high_fraction
+ skip # does not pass yet need to address this in ext gem
+ args = {}
+ args['total_bldg_floor_area'] = 10000.0
+ args['space_type_hash_string'] = 'MediumOffice|Conference=>0.2, PrimarySchool|Corridor=>0.125, PrimarySchool|Classroom=>0.175, Warehouse|Office=>0.8'
+
+ apply_measure_to_model(__method__.to_s.gsub('test_', ''), args, nil, nil, nil)
+ end
+
+ def test_low_fraction
+ skip # does not pass yet need to address this in ext gem
+ args = {}
+ args['total_bldg_floor_area'] = 10000.0
+ args['space_type_hash_string'] = 'MediumOffice|Conference=>0.2, PrimarySchool|Corridor=>0.125, PrimarySchool|Classroom=>0.175, Warehouse|Office=>0.4'
+
+ apply_measure_to_model(__method__.to_s.gsub('test_', ''), args, nil, nil, nil)
+ end
+
+ # test double_loaded_corridor true and passes in 2 instead of 1 corridor space type and or 2 instead of 1 primary space type
+ def test_mult_primary_and_corridor
+ skip # does not pass yet need to address this in ext gem
+ args = {}
+ args['total_bldg_floor_area'] = 10000.0
+ args['double_loaded_corridor'] = 'Primary Space Type'
+ args['space_type_hash_string'] = 'PrimarySchool|Corridor=>0.1, PrimarySchool|Classroom=>0.15, SmallHotel|Corridor=>0.2, SmallHotel|GuestRoom =>0.25, Warehouse|Office=>0.4'
+
+ apply_measure_to_model(__method__.to_s.gsub('test_', ''), args, nil, nil, nil)
+ end
+
+ def test_madeup_space_type
+ skip # does not pass yet need to address this in ext gem. Custom space type passes but not building type
+ args = {}
+ args['total_bldg_floor_area'] = 10000.0
+ args['space_type_hash_string'] = 'CustomBuildingType |CustomSpaceType =>0.2, PrimarySchool|Corridor=>0.125, PrimarySchool|Classroom=>0.175, Warehouse|Office=>0.5'
+
+ apply_measure_to_model(__method__.to_s.gsub('test_', ''), args, nil, nil, nil)
+ end
+
+ def test_custom_a
+ args = {}
+ args['space_type_hash_string'] = 'SmallHotel | Exercise => 0.03960510364059971, Warehouse | Bulk => 0.5921979411807214, LargeOffice | Restroom => 0.021789247463482743, LargeOffice | OpenOffice => 0.19976483978, SecondarySchool | Library => 0.0023030009054764247, LargeOffice | Stair => 0.07560259606968275, LargeOffice | BreakRoom => 0.029289089032903216, LargeOffice | Conference => 0.037007636274519605, LargeOffice | Elec/MechRoom => 0.002440545649210396'
+ args['total_bldg_floor_area'] = 69642.0
+ args['floor_height'] = 20
+ args['num_stories_above_grade'] = 2
+ args['template'] = 'DOE Ref Pre-1980'
+ args['bar_division_method'] = 'Multiple Space Types - Individual Stories Sliced'
+ args['ns_to_ew_ratio'] = 1.54
+ args['perim_mult'] = 1
+ args['custom_height_bar'] = true
+ args['double_loaded_corridor'] = 'Primary Space Type'
+ args['building_rotation'] = 0
+ args['make_mid_story_surfaces_adiabatic'] = true
+ args['bar_sep_dist_mult'] = 3
+ args['story_multiplier'] = 'None'
+ args['space_type_sort_logic'] = 'Building Type > Size'
+ args['story_multiplier'] = 'None'
+
+ apply_measure_to_model(__method__.to_s.gsub('test_', ''), args, nil, nil, nil)
+ end
+
+ # TODO: - add in test with invalid string and see that it is handled well. (it is not handled well, will need to fix in ext gem and add test there)
+end
diff --git a/lib/measures/create_baseline_building/LICENSE.md b/lib/measures/create_baseline_building/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/create_baseline_building/LICENSE.md
+++ b/lib/measures/create_baseline_building/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/create_baseline_building/measure.rb b/lib/measures/create_baseline_building/measure.rb
index 7840d306..1eb96a20 100644
--- a/lib/measures/create_baseline_building/measure.rb
+++ b/lib/measures/create_baseline_building/measure.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_baseline_building/measure.xml b/lib/measures/create_baseline_building/measure.xml
index 833aef16..c1c6ef60 100644
--- a/lib/measures/create_baseline_building/measure.xml
+++ b/lib/measures/create_baseline_building/measure.xml
@@ -3,8 +3,8 @@
3.0
create_baseline_building
4de56e21-b6cd-45d9-8466-862507d228b2
- aa1e11a0-3fb8-4aff-a93b-38a94736f3c6
- 20200624T003805Z
+ 27b2cd9e-77d5-432c-af5b-abd64c117d94
+ 20210423T142532Z
A514F332
CreateBaselineBuilding
Create Baseline Building
@@ -263,13 +263,13 @@
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
create_baseline_building_test.rb
rb
test
- 1758475B
+ 5A345F10
@@ -280,7 +280,7 @@
measure.rb
rb
script
- 4E3D13AE
+ 5520207F
diff --git a/lib/measures/create_baseline_building/tests/create_baseline_building_test.rb b/lib/measures/create_baseline_building/tests/create_baseline_building_test.rb
index eff78529..7e273edf 100644
--- a/lib/measures/create_baseline_building/tests/create_baseline_building_test.rb
+++ b/lib/measures/create_baseline_building/tests/create_baseline_building_test.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_deer_prototype_building/LICENSE.md b/lib/measures/create_deer_prototype_building/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/create_deer_prototype_building/LICENSE.md
+++ b/lib/measures/create_deer_prototype_building/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/create_deer_prototype_building/measure.rb b/lib/measures/create_deer_prototype_building/measure.rb
index 387f348b..0299152d 100644
--- a/lib/measures/create_deer_prototype_building/measure.rb
+++ b/lib/measures/create_deer_prototype_building/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_deer_prototype_building/measure.xml b/lib/measures/create_deer_prototype_building/measure.xml
index 8deeb195..2ba4fe43 100644
--- a/lib/measures/create_deer_prototype_building/measure.xml
+++ b/lib/measures/create_deer_prototype_building/measure.xml
@@ -3,8 +3,8 @@
3.0
create_deer_prototype_building
752055bd-10d9-4ede-8a35-18487fedf579
- 3aef0d72-786e-47a0-b144-dfd6cb6c90ff
- 20200624T003806Z
+ 1b85e0e4-8a0f-43ef-8346-3028dd0982a2
+ 20210423T142532Z
A514F332
CreateDEERPrototypeBuilding
Create DEER Prototype Building ALPHA Version
@@ -816,13 +816,13 @@
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
deer_building_types.rb
rb
resource
- 046B6023
+ 1811336C
@@ -833,13 +833,13 @@
measure.rb
rb
script
- C614EF0D
+ 9D69B5B2
create_DEER_prototype_building_test.rb
rb
test
- 57A1B14A
+ D80681DA
diff --git a/lib/measures/create_deer_prototype_building/resources/deer_building_types.rb b/lib/measures/create_deer_prototype_building/resources/deer_building_types.rb
index e467f87d..4ac6b805 100644
--- a/lib/measures/create_deer_prototype_building/resources/deer_building_types.rb
+++ b/lib/measures/create_deer_prototype_building/resources/deer_building_types.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_deer_prototype_building/tests/create_DEER_prototype_building_test.rb b/lib/measures/create_deer_prototype_building/tests/create_DEER_prototype_building_test.rb
index 255d07fc..55d6cece 100644
--- a/lib/measures/create_deer_prototype_building/tests/create_DEER_prototype_building_test.rb
+++ b/lib/measures/create_deer_prototype_building/tests/create_DEER_prototype_building_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_parametric_schedules/LICENSE.md b/lib/measures/create_parametric_schedules/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/create_parametric_schedules/LICENSE.md
+++ b/lib/measures/create_parametric_schedules/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/create_parametric_schedules/measure.rb b/lib/measures/create_parametric_schedules/measure.rb
index 6a04ed33..aa74aa49 100644
--- a/lib/measures/create_parametric_schedules/measure.rb
+++ b/lib/measures/create_parametric_schedules/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_parametric_schedules/measure.xml b/lib/measures/create_parametric_schedules/measure.xml
index 1b6d0b0a..58dbba63 100644
--- a/lib/measures/create_parametric_schedules/measure.xml
+++ b/lib/measures/create_parametric_schedules/measure.xml
@@ -3,8 +3,8 @@
3.0
create_parametric_schedules
befa8099-c6a7-4045-8792-53fc7124b862
- feffd422-7afb-49cf-b8ad-3da237d78c65
- 20200509T155940Z
+ 844a1ee9-3be8-400e-b01c-340cc0046442
+ 20210423T142533Z
03F02484
CreateParametricSchedules
Create Parametric Schedules
@@ -321,7 +321,7 @@
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -332,13 +332,13 @@
measure.rb
rb
script
- D7799451
+ 5245FA2C
create_parametric_schedules_test.rb
rb
test
- 35C96C2F
+ 07FB92F6
diff --git a/lib/measures/create_parametric_schedules/tests/create_parametric_schedules_test.rb b/lib/measures/create_parametric_schedules/tests/create_parametric_schedules_test.rb
index eef85709..7c06bd67 100644
--- a/lib/measures/create_parametric_schedules/tests/create_parametric_schedules_test.rb
+++ b/lib/measures/create_parametric_schedules/tests/create_parametric_schedules_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_typical_building_from_model/LICENSE.md b/lib/measures/create_typical_building_from_model/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/create_typical_building_from_model/LICENSE.md
+++ b/lib/measures/create_typical_building_from_model/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/create_typical_building_from_model/README.md b/lib/measures/create_typical_building_from_model/README.md
index f5bcf272..c044f23c 100644
--- a/lib/measures/create_typical_building_from_model/README.md
+++ b/lib/measures/create_typical_building_from_model/README.md
@@ -8,7 +8,7 @@
Takes a model with space and stub space types, and assigns constructions, schedules, internal loads, hvac, and other loads such as exterior lights and service water heating.
## Modeler Description
-It is important that the template argument chosen for this measure is in line with the buding types for the stub space types of the model passed in.
+It is important that the template argument chosen for this measure is in line with the building types for the stub space types of the model passed in.
## Measure Type
ModelMeasure
diff --git a/lib/measures/create_typical_building_from_model/measure.rb b/lib/measures/create_typical_building_from_model/measure.rb
index c719c169..b148bab4 100644
--- a/lib/measures/create_typical_building_from_model/measure.rb
+++ b/lib/measures/create_typical_building_from_model/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@@ -33,9 +33,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# *******************************************************************************
-# see the URL below for information on how to write OpenStudio measures
-# http://nrel.github.io/OpenStudio-user-documentation/reference/measure_writing_guide/
-
require 'openstudio-standards'
# load OpenStudio measure libraries from openstudio-extension gem
@@ -63,7 +60,7 @@ def description
# human readable description of modeling approach
def modeler_description
- return 'It is important that the template argument chosen for this measure is in line with the buding types for the stub space types of the model passed in.'
+ return 'It is important that the template argument chosen for this measure is in line with the building types for the stub space types of the model passed in.'
end
# define the arguments that the user will input
diff --git a/lib/measures/create_typical_building_from_model/measure.xml b/lib/measures/create_typical_building_from_model/measure.xml
index 69c31554..6c99fcde 100644
--- a/lib/measures/create_typical_building_from_model/measure.xml
+++ b/lib/measures/create_typical_building_from_model/measure.xml
@@ -3,13 +3,13 @@
3.0
create_typical_building_from_model
339a2e3a-273c-4494-bb50-bfe586a0647c
- cf4a5895-bc2f-4b83-925c-7eaaeb3d0913
- 20200911T195900Z
+ e3107c46-fbd4-40af-aad5-352759b547ec
+ 20210423T142533Z
EE13F09F
CreateTypicalBuildingFromModel
Create Typical Building from Model
Takes a model with space and stub space types, and assigns constructions, schedules, internal loads, hvac, and other loads such as exterior lights and service water heating.
- It is important that the template argument chosen for this measure is in line with the buding types for the stub space types of the model passed in.
+ It is important that the template argument chosen for this measure is in line with the building types for the stub space types of the model passed in.
template
@@ -43,6 +43,38 @@
90.1-2013
90.1-2013
+
+ 90.1-2016
+ 90.1-2016
+
+
+ 90.1-2019
+ 90.1-2019
+
+
+ ComStock DOE Ref Pre-1980
+ ComStock DOE Ref Pre-1980
+
+
+ ComStock DOE Ref 1980-2004
+ ComStock DOE Ref 1980-2004
+
+
+ ComStock 90.1-2004
+ ComStock 90.1-2004
+
+
+ ComStock 90.1-2007
+ ComStock 90.1-2007
+
+
+ ComStock 90.1-2010
+ ComStock 90.1-2010
+
+
+ ComStock 90.1-2013
+ ComStock 90.1-2013
+
DEER Pre-1975
DEER Pre-1975
@@ -1516,42 +1548,42 @@
README.md
md
readme
- 0D03D713
+ EC286BBD
LICENSE.md
md
license
- E0468DD6
-
-
-
- OpenStudio
- 2.0.0
- 3.0.0
-
- measure.rb
- rb
- script
- 6E6F78F0
+ A21A3ED2
measure_test_hvac.rb
rb
test
- 371B841C
+ DEB61C22
create_typical_building_from_model_test.rb
rb
test
- CFEF1007
+ 1C2C0385
+
+
+
+ OpenStudio
+ 2.0.0
+ 3.0.0
+
+ measure.rb
+ rb
+ script
+ D9B1DE15
Model.hvac.rb
rb
resource
- D8BF0815
+ 32C64B0B
diff --git a/lib/measures/create_typical_building_from_model/resources/Model.hvac.rb b/lib/measures/create_typical_building_from_model/resources/Model.hvac.rb
index a62710fe..0c654841 100644
--- a/lib/measures/create_typical_building_from_model/resources/Model.hvac.rb
+++ b/lib/measures/create_typical_building_from_model/resources/Model.hvac.rb
@@ -1,5 +1,8 @@
+# ComStock™, Copyright (c) 2020 Alliance for Sustainable Energy, LLC. All rights reserved.
+# See top level LICENSE.txt file for license terms.
+
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@@ -279,7 +282,7 @@ def add_cbecs_hvac_system(standard, system_type, zones)
chilled_water_loop_cooling_type: 'AirCooled')
when 'Fan coil district chilled water with boiler'
- standard.model_add_hvac_system(self, 'Fan Coil ', ht = 'NaturalGas', znht = nil, cl = 'DistrictCooling', zones)
+ standard.model_add_hvac_system(self, 'Fan Coil', ht = 'NaturalGas', znht = nil, cl = 'DistrictCooling', zones)
when 'Fan coil district chilled water with central air source heat pump'
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'AirSourceHeatPump', znht = nil, cl = 'DistrictCooling', zones)
@@ -494,7 +497,7 @@ def add_cbecs_hvac_system(standard, system_type, zones)
when 'VAV chiller with gas boiler reheat'
standard.model_add_hvac_system(self, 'VAV Reheat', ht = 'NaturalGas', znht = 'NaturalGas', cl = 'Electricity', zones)
- when 'VAV chiller with central air source heat pump reheat '
+ when 'VAV chiller with central air source heat pump reheat'
standard.model_add_hvac_system(self, 'VAV Reheat', ht = 'AirSourceHeatPump', znht = 'AirSourceHeatPump', cl = 'Electricity', zones)
when 'VAV chiller with district hot water reheat'
@@ -628,8 +631,8 @@ def add_cbecs_hvac_system(standard, system_type, zones)
standard.model_add_hvac_system(self, 'Window AC', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
else
- puts "HVAC system type '#{system_type}' not recognized"
-
+ return false
end
+ return true
end
end
diff --git a/lib/measures/create_typical_building_from_model/tests/create_typical_building_from_model_test.rb b/lib/measures/create_typical_building_from_model/tests/create_typical_building_from_model_test.rb
index 2781219a..989bf686 100644
--- a/lib/measures/create_typical_building_from_model/tests/create_typical_building_from_model_test.rb
+++ b/lib/measures/create_typical_building_from_model/tests/create_typical_building_from_model_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_typical_building_from_model/tests/measure_test_hvac.rb b/lib/measures/create_typical_building_from_model/tests/measure_test_hvac.rb
index c990cd21..cc68e7c4 100644
--- a/lib/measures/create_typical_building_from_model/tests/measure_test_hvac.rb
+++ b/lib/measures/create_typical_building_from_model/tests/measure_test_hvac.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_typical_deer_building_from_model/LICENSE.md b/lib/measures/create_typical_deer_building_from_model/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/create_typical_deer_building_from_model/LICENSE.md
+++ b/lib/measures/create_typical_deer_building_from_model/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/create_typical_deer_building_from_model/measure.rb b/lib/measures/create_typical_deer_building_from_model/measure.rb
index 4817b6b3..1957155a 100644
--- a/lib/measures/create_typical_deer_building_from_model/measure.rb
+++ b/lib/measures/create_typical_deer_building_from_model/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_typical_deer_building_from_model/measure.xml b/lib/measures/create_typical_deer_building_from_model/measure.xml
index 2cf517fb..df95862d 100644
--- a/lib/measures/create_typical_deer_building_from_model/measure.xml
+++ b/lib/measures/create_typical_deer_building_from_model/measure.xml
@@ -3,8 +3,8 @@
3.0
create_typical_deer_building_from_model
09cc23db-5e9b-4b11-b167-1852a15ed339
- 8429e1aa-3ac6-4cdf-8d58-b998699579a9
- 20200911T195820Z
+ 94c687a7-9110-4178-bd1f-e7827ef2ff21
+ 20210423T142534Z
AABAC479
CreateTypicalDEERBuildingFromModel
Create Typical DEER Building from Model
@@ -1391,7 +1391,7 @@
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -1402,25 +1402,25 @@
measure.rb
rb
script
- B6303750
+ C5AF6A9B
measure_test_hvac.rb
rb
test
- 9185BFA7
+ B00E4105
create_typical_deer_building_from_model_test.rb
rb
test
- 6B02F7C5
+ F3844890
Model.hvac.rb
rb
resource
- D8BF0815
+ 32C64B0B
diff --git a/lib/measures/create_typical_deer_building_from_model/resources/Model.hvac.rb b/lib/measures/create_typical_deer_building_from_model/resources/Model.hvac.rb
index a62710fe..0c654841 100644
--- a/lib/measures/create_typical_deer_building_from_model/resources/Model.hvac.rb
+++ b/lib/measures/create_typical_deer_building_from_model/resources/Model.hvac.rb
@@ -1,5 +1,8 @@
+# ComStock™, Copyright (c) 2020 Alliance for Sustainable Energy, LLC. All rights reserved.
+# See top level LICENSE.txt file for license terms.
+
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@@ -279,7 +282,7 @@ def add_cbecs_hvac_system(standard, system_type, zones)
chilled_water_loop_cooling_type: 'AirCooled')
when 'Fan coil district chilled water with boiler'
- standard.model_add_hvac_system(self, 'Fan Coil ', ht = 'NaturalGas', znht = nil, cl = 'DistrictCooling', zones)
+ standard.model_add_hvac_system(self, 'Fan Coil', ht = 'NaturalGas', znht = nil, cl = 'DistrictCooling', zones)
when 'Fan coil district chilled water with central air source heat pump'
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'AirSourceHeatPump', znht = nil, cl = 'DistrictCooling', zones)
@@ -494,7 +497,7 @@ def add_cbecs_hvac_system(standard, system_type, zones)
when 'VAV chiller with gas boiler reheat'
standard.model_add_hvac_system(self, 'VAV Reheat', ht = 'NaturalGas', znht = 'NaturalGas', cl = 'Electricity', zones)
- when 'VAV chiller with central air source heat pump reheat '
+ when 'VAV chiller with central air source heat pump reheat'
standard.model_add_hvac_system(self, 'VAV Reheat', ht = 'AirSourceHeatPump', znht = 'AirSourceHeatPump', cl = 'Electricity', zones)
when 'VAV chiller with district hot water reheat'
@@ -628,8 +631,8 @@ def add_cbecs_hvac_system(standard, system_type, zones)
standard.model_add_hvac_system(self, 'Window AC', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
else
- puts "HVAC system type '#{system_type}' not recognized"
-
+ return false
end
+ return true
end
end
diff --git a/lib/measures/create_typical_deer_building_from_model/tests/create_typical_deer_building_from_model_test.rb b/lib/measures/create_typical_deer_building_from_model/tests/create_typical_deer_building_from_model_test.rb
index ebbdb8df..f0ab3f1d 100644
--- a/lib/measures/create_typical_deer_building_from_model/tests/create_typical_deer_building_from_model_test.rb
+++ b/lib/measures/create_typical_deer_building_from_model/tests/create_typical_deer_building_from_model_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_typical_deer_building_from_model/tests/measure_test_hvac.rb b/lib/measures/create_typical_deer_building_from_model/tests/measure_test_hvac.rb
index 1bf0f3e0..ee8e4877 100644
--- a/lib/measures/create_typical_deer_building_from_model/tests/measure_test_hvac.rb
+++ b/lib/measures/create_typical_deer_building_from_model/tests/measure_test_hvac.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_typical_doe_building_from_model/LICENSE.md b/lib/measures/create_typical_doe_building_from_model/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/create_typical_doe_building_from_model/LICENSE.md
+++ b/lib/measures/create_typical_doe_building_from_model/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/create_typical_doe_building_from_model/measure.rb b/lib/measures/create_typical_doe_building_from_model/measure.rb
index c10e2bd2..b135ab1e 100644
--- a/lib/measures/create_typical_doe_building_from_model/measure.rb
+++ b/lib/measures/create_typical_doe_building_from_model/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_typical_doe_building_from_model/measure.xml b/lib/measures/create_typical_doe_building_from_model/measure.xml
index ff398600..8872cde0 100644
--- a/lib/measures/create_typical_doe_building_from_model/measure.xml
+++ b/lib/measures/create_typical_doe_building_from_model/measure.xml
@@ -3,8 +3,8 @@
3.0
create_typical_doe_building_from_model
b2c80210-33b3-4dfd-8267-535efd81f552
- a3906836-06ea-4bda-b13c-53c08cb23e95
- 20200911T195753Z
+ af76adbb-6aea-419e-96ee-81cf11f19ccb
+ 20210423T142536Z
99E7000D
CreateTypicalDOEBuildingFromModel
Create Typical DOE Building from Model
@@ -43,6 +43,38 @@
90.1-2013
90.1-2013
+
+ 90.1-2016
+ 90.1-2016
+
+
+ 90.1-2019
+ 90.1-2019
+
+
+ ComStock DOE Ref Pre-1980
+ ComStock DOE Ref Pre-1980
+
+
+ ComStock DOE Ref 1980-2004
+ ComStock DOE Ref 1980-2004
+
+
+ ComStock 90.1-2004
+ ComStock 90.1-2004
+
+
+ ComStock 90.1-2007
+ ComStock 90.1-2007
+
+
+ ComStock 90.1-2010
+ ComStock 90.1-2010
+
+
+ ComStock 90.1-2013
+ ComStock 90.1-2013
+
@@ -1346,11 +1378,17 @@
readmeerb
46CFB534
+
+ README.md
+ md
+ readme
+ 1B1C70D8
+
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -1361,31 +1399,25 @@
measure.rb
rb
script
- 57D960DB
+ 1008A2B9
create_typical_doe_building_from_model_test.rb
rb
test
- 8AC3CE71
+ 59AEB6FD
measure_test_hvac.rb
rb
test
- 2785485F
+ 188F5F6B
Model.hvac.rb
rb
resource
- D8BF0815
-
-
- README.md
- md
- readme
- 1B1C70D8
+ 32C64B0B
diff --git a/lib/measures/create_typical_doe_building_from_model/resources/Model.hvac.rb b/lib/measures/create_typical_doe_building_from_model/resources/Model.hvac.rb
index a62710fe..0c654841 100644
--- a/lib/measures/create_typical_doe_building_from_model/resources/Model.hvac.rb
+++ b/lib/measures/create_typical_doe_building_from_model/resources/Model.hvac.rb
@@ -1,5 +1,8 @@
+# ComStock™, Copyright (c) 2020 Alliance for Sustainable Energy, LLC. All rights reserved.
+# See top level LICENSE.txt file for license terms.
+
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@@ -279,7 +282,7 @@ def add_cbecs_hvac_system(standard, system_type, zones)
chilled_water_loop_cooling_type: 'AirCooled')
when 'Fan coil district chilled water with boiler'
- standard.model_add_hvac_system(self, 'Fan Coil ', ht = 'NaturalGas', znht = nil, cl = 'DistrictCooling', zones)
+ standard.model_add_hvac_system(self, 'Fan Coil', ht = 'NaturalGas', znht = nil, cl = 'DistrictCooling', zones)
when 'Fan coil district chilled water with central air source heat pump'
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'AirSourceHeatPump', znht = nil, cl = 'DistrictCooling', zones)
@@ -494,7 +497,7 @@ def add_cbecs_hvac_system(standard, system_type, zones)
when 'VAV chiller with gas boiler reheat'
standard.model_add_hvac_system(self, 'VAV Reheat', ht = 'NaturalGas', znht = 'NaturalGas', cl = 'Electricity', zones)
- when 'VAV chiller with central air source heat pump reheat '
+ when 'VAV chiller with central air source heat pump reheat'
standard.model_add_hvac_system(self, 'VAV Reheat', ht = 'AirSourceHeatPump', znht = 'AirSourceHeatPump', cl = 'Electricity', zones)
when 'VAV chiller with district hot water reheat'
@@ -628,8 +631,8 @@ def add_cbecs_hvac_system(standard, system_type, zones)
standard.model_add_hvac_system(self, 'Window AC', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
else
- puts "HVAC system type '#{system_type}' not recognized"
-
+ return false
end
+ return true
end
end
diff --git a/lib/measures/create_typical_doe_building_from_model/tests/create_typical_doe_building_from_model_test.rb b/lib/measures/create_typical_doe_building_from_model/tests/create_typical_doe_building_from_model_test.rb
index af90c4cc..854370a9 100644
--- a/lib/measures/create_typical_doe_building_from_model/tests/create_typical_doe_building_from_model_test.rb
+++ b/lib/measures/create_typical_doe_building_from_model/tests/create_typical_doe_building_from_model_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/create_typical_doe_building_from_model/tests/measure_test_hvac.rb b/lib/measures/create_typical_doe_building_from_model/tests/measure_test_hvac.rb
index 62821280..8efa1b81 100644
--- a/lib/measures/create_typical_doe_building_from_model/tests/measure_test_hvac.rb
+++ b/lib/measures/create_typical_doe_building_from_model/tests/measure_test_hvac.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/deer_space_type_and_construction_set_wizard/LICENSE.md b/lib/measures/deer_space_type_and_construction_set_wizard/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/deer_space_type_and_construction_set_wizard/LICENSE.md
+++ b/lib/measures/deer_space_type_and_construction_set_wizard/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/deer_space_type_and_construction_set_wizard/measure.rb b/lib/measures/deer_space_type_and_construction_set_wizard/measure.rb
index cad96b22..6e983594 100644
--- a/lib/measures/deer_space_type_and_construction_set_wizard/measure.rb
+++ b/lib/measures/deer_space_type_and_construction_set_wizard/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/deer_space_type_and_construction_set_wizard/measure.xml b/lib/measures/deer_space_type_and_construction_set_wizard/measure.xml
index a35196c3..c589d944 100644
--- a/lib/measures/deer_space_type_and_construction_set_wizard/measure.xml
+++ b/lib/measures/deer_space_type_and_construction_set_wizard/measure.xml
@@ -3,8 +3,8 @@
3.0
deer_space_type_and_construction_set_wizard
d8effcbd-52b2-4e5c-866c-e85091142aa6
- 44fc9ee7-0ca5-4569-b5d8-7ac498ecfd5f
- 20200509T155938Z
+ 745737d5-1816-4dc6-8a95-0059b881b88a
+ 20210423T142536Z
A514F332
DEERSpaceTypeAndConstructionSetWizard
DEER Space Type and Construction Set Wizard
@@ -341,17 +341,29 @@
readmeerb
703C9964
+
+ README.md
+ md
+ readme
+ DA87BC3D
+
+
+ design_doc.txt
+ txt
+ resource
+ 86154A1B
+
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
deer_space_type_and_construction_set_wizard_Test.rb
rb
test
- 3F17D906
+ 854655C1
@@ -362,19 +374,7 @@
measure.rb
rb
script
- 70E4E892
-
-
- README.md
- md
- readme
- DA87BC3D
-
-
- design_doc.txt
- txt
- resource
- 86154A1B
+ D6961EE1
diff --git a/lib/measures/deer_space_type_and_construction_set_wizard/tests/deer_space_type_and_construction_set_wizard_Test.rb b/lib/measures/deer_space_type_and_construction_set_wizard/tests/deer_space_type_and_construction_set_wizard_Test.rb
index 230af1ea..38ae4382 100644
--- a/lib/measures/deer_space_type_and_construction_set_wizard/tests/deer_space_type_and_construction_set_wizard_Test.rb
+++ b/lib/measures/deer_space_type_and_construction_set_wizard/tests/deer_space_type_and_construction_set_wizard_Test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/find_and_replace_in_all_thermal_zone_names/LICENSE.md b/lib/measures/find_and_replace_in_all_thermal_zone_names/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/find_and_replace_in_all_thermal_zone_names/LICENSE.md
+++ b/lib/measures/find_and_replace_in_all_thermal_zone_names/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/find_and_replace_in_all_thermal_zone_names/measure.rb b/lib/measures/find_and_replace_in_all_thermal_zone_names/measure.rb
index 7e49aab6..d011a860 100644
--- a/lib/measures/find_and_replace_in_all_thermal_zone_names/measure.rb
+++ b/lib/measures/find_and_replace_in_all_thermal_zone_names/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/find_and_replace_in_all_thermal_zone_names/measure.xml b/lib/measures/find_and_replace_in_all_thermal_zone_names/measure.xml
index 402e4b32..7c147692 100644
--- a/lib/measures/find_and_replace_in_all_thermal_zone_names/measure.xml
+++ b/lib/measures/find_and_replace_in_all_thermal_zone_names/measure.xml
@@ -1,9 +1,10 @@
+
3.0
find_and_replace_in_all_thermal_zone_names
3573d81e-e7de-4949-be50-8abcd0f95a35
- 8d5cca2d-5455-4180-ad96-3703178c26ef
- 20200229T024056Z
+ 85da1815-b093-45ef-a399-1c8cc9b46956
+ 20210423T142537Z
057E8D9D
FindAndReplaceInAllThermalZoneNames
Find And Replace In All Thermal Zone Names
@@ -27,8 +28,8 @@
-
-
+
+
Whole Building.Space Types
@@ -72,19 +73,19 @@
measure.rb
rb
script
- E0917739
+ 35235CD3
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
find_and_replace_in_all_thermal_zone_names_test.rb
rb
test
- 71BBF3D7
+ 5EF10DDA
diff --git a/lib/measures/find_and_replace_in_all_thermal_zone_names/tests/find_and_replace_in_all_thermal_zone_names_test.rb b/lib/measures/find_and_replace_in_all_thermal_zone_names/tests/find_and_replace_in_all_thermal_zone_names_test.rb
index 1f09e3b4..48035820 100644
--- a/lib/measures/find_and_replace_in_all_thermal_zone_names/tests/find_and_replace_in_all_thermal_zone_names_test.rb
+++ b/lib/measures/find_and_replace_in_all_thermal_zone_names/tests/find_and_replace_in_all_thermal_zone_names_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/make_shading_surfaces_based_on_zone_multipliers/LICENSE.md b/lib/measures/make_shading_surfaces_based_on_zone_multipliers/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/make_shading_surfaces_based_on_zone_multipliers/LICENSE.md
+++ b/lib/measures/make_shading_surfaces_based_on_zone_multipliers/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.rb b/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.rb
index d7736841..642da33d 100644
--- a/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.rb
+++ b/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.xml b/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.xml
index 6d6ad3c2..467a97c0 100644
--- a/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.xml
+++ b/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.xml
@@ -3,8 +3,8 @@
3.0
make_shading_surfaces_based_on_zone_multipliers
57d7314d-2ff0-4c13-bf07-b63380bfdea6
- 403921df-59a1-4e44-93c6-3b773625c037
- 20200509T155936Z
+ 280fcc05-b5d1-4f95-9bc3-f0a426fa1a1f
+ 20210423T142537Z
2AF3A68E
MakeShadingSurfacesBasedOnZoneMultipliers
Make Shading Surfaces Based on Zone Multipliers
@@ -86,7 +86,7 @@
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -97,13 +97,13 @@
measure.rb
rb
script
- 16D78867
+ 2A4A98D5
make_shading_surfaces_based_on_zone_multipliers_test.rb
rb
test
- 3DBDBE31
+ E7C200C9
diff --git a/lib/measures/make_shading_surfaces_based_on_zone_multipliers/tests/make_shading_surfaces_based_on_zone_multipliers_test.rb b/lib/measures/make_shading_surfaces_based_on_zone_multipliers/tests/make_shading_surfaces_based_on_zone_multipliers_test.rb
index 5170f593..973a0e9c 100644
--- a/lib/measures/make_shading_surfaces_based_on_zone_multipliers/tests/make_shading_surfaces_based_on_zone_multipliers_test.rb
+++ b/lib/measures/make_shading_surfaces_based_on_zone_multipliers/tests/make_shading_surfaces_based_on_zone_multipliers_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/merge_floorspace_js_with_model/LICENSE.md b/lib/measures/merge_floorspace_js_with_model/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/merge_floorspace_js_with_model/LICENSE.md
+++ b/lib/measures/merge_floorspace_js_with_model/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/merge_floorspace_js_with_model/measure.rb b/lib/measures/merge_floorspace_js_with_model/measure.rb
index 9d3fc018..4bf9b862 100644
--- a/lib/measures/merge_floorspace_js_with_model/measure.rb
+++ b/lib/measures/merge_floorspace_js_with_model/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/merge_floorspace_js_with_model/measure.xml b/lib/measures/merge_floorspace_js_with_model/measure.xml
index f567e7ee..8375075a 100644
--- a/lib/measures/merge_floorspace_js_with_model/measure.xml
+++ b/lib/measures/merge_floorspace_js_with_model/measure.xml
@@ -3,8 +3,8 @@
3.0
merge_floorspace_js_with_model
16ef6369-6420-4f17-894c-a767895bcaa4
- 1033eb89-6eeb-4ec3-8fa3-097b1db946a2
- 20200624T003820Z
+ cd8c6e2c-6e2b-45d3-a9a2-aaccb5dd38a9
+ 20210423T142537Z
0AD1E2E2
MergeFloorspaceJsWithModel
Merge FloorspaceJs with Model
@@ -87,7 +87,7 @@
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -98,13 +98,13 @@
measure.rb
rb
script
- 00F6B912
+ B66DBC8C
merge_floorspace_js_with_model_test.rb
rb
test
- 43B11AF8
+ 33A937E8
diff --git a/lib/measures/merge_floorspace_js_with_model/tests/merge_floorspace_js_with_model_test.rb b/lib/measures/merge_floorspace_js_with_model/tests/merge_floorspace_js_with_model_test.rb
index 80ff0c49..7e688026 100644
--- a/lib/measures/merge_floorspace_js_with_model/tests/merge_floorspace_js_with_model_test.rb
+++ b/lib/measures/merge_floorspace_js_with_model/tests/merge_floorspace_js_with_model_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/merge_spaces_from_external_file/LICENSE.md b/lib/measures/merge_spaces_from_external_file/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/merge_spaces_from_external_file/LICENSE.md
+++ b/lib/measures/merge_spaces_from_external_file/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/merge_spaces_from_external_file/measure.rb b/lib/measures/merge_spaces_from_external_file/measure.rb
index f29a4468..1cdd803b 100644
--- a/lib/measures/merge_spaces_from_external_file/measure.rb
+++ b/lib/measures/merge_spaces_from_external_file/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/merge_spaces_from_external_file/measure.xml b/lib/measures/merge_spaces_from_external_file/measure.xml
index 3eb1057e..81404816 100644
--- a/lib/measures/merge_spaces_from_external_file/measure.xml
+++ b/lib/measures/merge_spaces_from_external_file/measure.xml
@@ -3,8 +3,8 @@
3.0
merge_spaces_from_external_file
e439a1a9-d075-4a25-9f83-2dca79d2826e
- fac6015b-aad1-4ebc-8285-d27109b95171
- 20200624T003830Z
+ d727f4c4-a1b5-485f-8ed0-984dc2083fc0
+ 20210423T142538Z
D8922A73
MergeSpacesFromExternalFile
Merge Spaces from External File
@@ -215,13 +215,13 @@
ScheduleTranslator.rb
rb
resource
- C6391D71
+ 636FA357
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -232,13 +232,13 @@
measure.rb
rb
script
- 6B61DDED
+ 922A18F1
merge_spaces_from_external_file_test.rb
rb
test
- 6DE336DE
+ 9AAAEDBF
diff --git a/lib/measures/merge_spaces_from_external_file/resources/ScheduleTranslator.rb b/lib/measures/merge_spaces_from_external_file/resources/ScheduleTranslator.rb
index f811cccf..4a0c3300 100644
--- a/lib/measures/merge_spaces_from_external_file/resources/ScheduleTranslator.rb
+++ b/lib/measures/merge_spaces_from_external_file/resources/ScheduleTranslator.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/merge_spaces_from_external_file/tests/merge_spaces_from_external_file_test.rb b/lib/measures/merge_spaces_from_external_file/tests/merge_spaces_from_external_file_test.rb
index c0ce33bd..794cc478 100644
--- a/lib/measures/merge_spaces_from_external_file/tests/merge_spaces_from_external_file_test.rb
+++ b/lib/measures/merge_spaces_from_external_file/tests/merge_spaces_from_external_file_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/radiance_measure/LICENSE.md b/lib/measures/radiance_measure/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/radiance_measure/LICENSE.md
+++ b/lib/measures/radiance_measure/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/radiance_measure/measure.rb b/lib/measures/radiance_measure/measure.rb
index bb09c1f8..21b1479e 100644
--- a/lib/measures/radiance_measure/measure.rb
+++ b/lib/measures/radiance_measure/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/radiance_measure/measure.xml b/lib/measures/radiance_measure/measure.xml
index 92d430e2..aef08e0b 100644
--- a/lib/measures/radiance_measure/measure.xml
+++ b/lib/measures/radiance_measure/measure.xml
@@ -3,8 +3,8 @@
3.0
radiance_measure
1e3cfef8-b051-4e60-8bb0-ed2d29d4f45f
- 77b56312-1bff-49a4-91e8-64db8264357c
- 20200624T011257Z
+ 8f5a752a-5020-460d-b6b8-5cb7fe90e688
+ 20210423T142538Z
381B7733
RadianceMeasure
Radiance Daylighting Measure
@@ -172,11 +172,17 @@
test
4255EB94
+
+ measure_test_model.osm
+ osm
+ test
+ 909929E9
+
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -187,19 +193,13 @@
measure.rb
rb
script
- 609FCC24
+ 6EB721A1
radiance_measure_test.rb
rb
test
- DD169097
-
-
- measure_test_model.osm
- osm
- test
- 909929E9
+ 7CDD7A50
diff --git a/lib/measures/radiance_measure/tests/radiance_measure_test.rb b/lib/measures/radiance_measure/tests/radiance_measure_test.rb
index 718b1e6e..4dd1266b 100644
--- a/lib/measures/radiance_measure/tests/radiance_measure_test.rb
+++ b/lib/measures/radiance_measure/tests/radiance_measure_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/radiant_slab_with_doas/LICENSE.md b/lib/measures/radiant_slab_with_doas/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/radiant_slab_with_doas/LICENSE.md
+++ b/lib/measures/radiant_slab_with_doas/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/radiant_slab_with_doas/measure.rb b/lib/measures/radiant_slab_with_doas/measure.rb
index 0c11c4a4..dce8b2ca 100644
--- a/lib/measures/radiant_slab_with_doas/measure.rb
+++ b/lib/measures/radiant_slab_with_doas/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/radiant_slab_with_doas/measure.xml b/lib/measures/radiant_slab_with_doas/measure.xml
index 76cd4971..256ff44b 100644
--- a/lib/measures/radiant_slab_with_doas/measure.xml
+++ b/lib/measures/radiant_slab_with_doas/measure.xml
@@ -3,8 +3,8 @@
3.0
radiant_slab_with_doas
8091a0c3-7760-4da6-adf4-133d55872816
- 6a2e572a-a2c1-483b-8263-0c81dfcd5f49
- 20201026T190725Z
+ 79b4bee3-8a86-40bd-9881-4c351a072646
+ 20210423T142539Z
C49A7DAB
RadiantSlabWithDoas
Radiant Slab with DOAS
@@ -323,7 +323,7 @@ To reduce unmet hours, use an expanded comfort range as mentioned above, remove
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -334,13 +334,13 @@ To reduce unmet hours, use an expanded comfort range as mentioned above, remove
measure.rb
rb
script
- 466F7B10
+ 381EC790
radiant_slab_with_doas_test.rb
rb
test
- 34F1B714
+ 7C1AC4AE
diff --git a/lib/measures/radiant_slab_with_doas/tests/radiant_slab_with_doas_test.rb b/lib/measures/radiant_slab_with_doas/tests/radiant_slab_with_doas_test.rb
index d5cf046e..5d6ba3c1 100644
--- a/lib/measures/radiant_slab_with_doas/tests/radiant_slab_with_doas_test.rb
+++ b/lib/measures/radiant_slab_with_doas/tests/radiant_slab_with_doas_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/replace_geometry_by_story/LICENSE.md b/lib/measures/replace_geometry_by_story/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/replace_geometry_by_story/LICENSE.md
+++ b/lib/measures/replace_geometry_by_story/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/replace_geometry_by_story/measure.rb b/lib/measures/replace_geometry_by_story/measure.rb
index 3a145de9..30433e96 100644
--- a/lib/measures/replace_geometry_by_story/measure.rb
+++ b/lib/measures/replace_geometry_by_story/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/replace_geometry_by_story/measure.xml b/lib/measures/replace_geometry_by_story/measure.xml
index a6d345e6..a8b7e88d 100644
--- a/lib/measures/replace_geometry_by_story/measure.xml
+++ b/lib/measures/replace_geometry_by_story/measure.xml
@@ -3,8 +3,8 @@
3.0
replace_geometry_by_story
03b18912-0ceb-47e9-8f8b-417a3008e189
- 6fc4d9fe-9b38-4ce3-ba03-a2b462e4dd8e
- 20200509T155937Z
+ 00a0fde1-875a-470c-9754-7dac5123f162
+ 20210423T142539Z
2AF3A68E
ReplaceGeometryByStory
Replace Geometry By Story
@@ -61,7 +61,7 @@
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
@@ -72,13 +72,13 @@
measure.rb
rb
script
- 96B62A79
+ 41CF21B6
replace_geometry_by_story_test.rb
rb
test
- 73A79D27
+ 5724D925
diff --git a/lib/measures/replace_geometry_by_story/tests/replace_geometry_by_story_test.rb b/lib/measures/replace_geometry_by_story/tests/replace_geometry_by_story_test.rb
index b657cd90..56341847 100644
--- a/lib/measures/replace_geometry_by_story/tests/replace_geometry_by_story_test.rb
+++ b/lib/measures/replace_geometry_by_story/tests/replace_geometry_by_story_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/scale_geometry/LICENSE.md b/lib/measures/scale_geometry/LICENSE.md
index 3293feb0..78354a94 100644
--- a/lib/measures/scale_geometry/LICENSE.md
+++ b/lib/measures/scale_geometry/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
+OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
diff --git a/lib/measures/scale_geometry/measure.rb b/lib/measures/scale_geometry/measure.rb
index 7ebc93bb..bd0cc02c 100644
--- a/lib/measures/scale_geometry/measure.rb
+++ b/lib/measures/scale_geometry/measure.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/measures/scale_geometry/measure.xml b/lib/measures/scale_geometry/measure.xml
index 68d2497c..1e82c5ba 100644
--- a/lib/measures/scale_geometry/measure.xml
+++ b/lib/measures/scale_geometry/measure.xml
@@ -3,8 +3,8 @@
3.0
scale_geometry
f9cc2ffc-2838-4a18-8330-97e7cc94cdf8
- b075de7b-1223-4ce5-993b-a4010abfbded
- 20200509T155938Z
+ 1d87e96f-e6a1-4f0d-a214-43af7f49ed48
+ 20210423T142539Z
7AD75066
ScaleGeometry
scale_geometry
@@ -104,19 +104,19 @@
measure.rb
rb
script
- 57103EB1
+ A36635B3
LICENSE.md
md
license
- E0468DD6
+ A21A3ED2
scale_geometry_test.rb
rb
test
- AEBD2413
+ 4689D94C
diff --git a/lib/measures/scale_geometry/tests/scale_geometry_test.rb b/lib/measures/scale_geometry/tests/scale_geometry_test.rb
index a6c85cfd..416c8a1e 100644
--- a/lib/measures/scale_geometry/tests/scale_geometry_test.rb
+++ b/lib/measures/scale_geometry/tests/scale_geometry_test.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/openstudio-model-articulation.rb b/lib/openstudio-model-articulation.rb
index 77b30fac..b34b9485 100644
--- a/lib/openstudio-model-articulation.rb
+++ b/lib/openstudio-model-articulation.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/openstudio/model_articulation.rb b/lib/openstudio/model_articulation.rb
index add8ce34..891c04fb 100644
--- a/lib/openstudio/model_articulation.rb
+++ b/lib/openstudio/model_articulation.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/openstudio/model_articulation/extension.rb b/lib/openstudio/model_articulation/extension.rb
index df4350e8..3a557de2 100644
--- a/lib/openstudio/model_articulation/extension.rb
+++ b/lib/openstudio/model_articulation/extension.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/lib/openstudio/model_articulation/version.rb b/lib/openstudio/model_articulation/version.rb
index 9839b2cf..451625e6 100644
--- a/lib/openstudio/model_articulation/version.rb
+++ b/lib/openstudio/model_articulation/version.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@@ -35,6 +35,6 @@
module OpenStudio
module ModelArticulation
- VERSION = '0.3.1'.freeze
+ VERSION = '0.4.0'.freeze
end
end
diff --git a/openstudio-model-articulation.gemspec b/openstudio-model-articulation.gemspec
index b854516c..fb367ab7 100644
--- a/openstudio-model-articulation.gemspec
+++ b/openstudio-model-articulation.gemspec
@@ -26,11 +26,11 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
- spec.required_ruby_version = '~> 2.5.0'
+ spec.required_ruby_version = '~> 2.7.0'
spec.add_dependency 'bundler', '~> 2.1'
- spec.add_dependency 'openstudio-extension', '~> 0.3.2'
- spec.add_dependency 'openstudio-standards', '~> 0.2.12'
+ spec.add_dependency 'openstudio-extension', '~> 0.4.2'
+ spec.add_dependency 'openstudio-standards', '~> 0.2.13'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.9'
diff --git a/spec/openstudio/model_articulation_spec.rb b/spec/openstudio/model_articulation_spec.rb
index 9cff2c04..f7cbcc1f 100644
--- a/spec/openstudio/model_articulation_spec.rb
+++ b/spec/openstudio/model_articulation_spec.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 537e3604..3383ad85 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,5 +1,5 @@
# *******************************************************************************
-# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
+# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met: