lib/openstudio-standards/refs/references.rb in openstudio-standards-0.2.0.rc1 vs lib/openstudio-standards/refs/references.rb in openstudio-standards-0.2.0.rc2
- old
+ new
@@ -76,6 +76,19 @@
# the California Public Utility Commission. The DEER "Standards" in this library represent the input assumptions used
# inside of MASControl to represent CA buildings of different vintages.
# @see http://deeresources.com/index.php/deer-versions
class DEERMASControl; end
+ # OEESC 2014
+ # The Oregon Energy Efficiency Specialty Code is the building energy code for the
+ # state of Oregon. It is very similar to ASHRAE 90.1-2013, but has been tailored
+ # to meet the needs of Oregon.
+ # @see http://www.oregon.gov/bcd/codes-stand/Pages/energy-efficiency.aspx
+ class OEESC2014; end
+
+ # ICC IECC 2015
+ # The International Code Council's International Energy Conservation Code is widely
+ # used across the United States.
+ # @see https://codes.iccsafe.org/public/document/toc/545/
+ class ICCIECC2015; end
+
end