openstudio-extension 0.2.5 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +5 -0
  3. data/CHANGELOG.md +28 -0
  4. data/Gemfile +2 -0
  5. data/Jenkinsfile +1 -1
  6. data/LICENSE.md +1 -1
  7. data/Rakefile +1 -1
  8. data/doc_templates/LICENSE.md +1 -1
  9. data/doc_templates/copyright_erb.txt +1 -1
  10. data/doc_templates/copyright_js.txt +1 -1
  11. data/doc_templates/copyright_ruby.txt +1 -1
  12. data/init_templates/gemspec.txt +7 -5
  13. data/init_templates/openstudio_module.rb +1 -1
  14. data/init_templates/spec.rb +1 -1
  15. data/init_templates/spec_helper.rb +1 -1
  16. data/init_templates/template_gemfile.txt +1 -4
  17. data/init_templates/version.rb +1 -1
  18. data/lib/change_log.rb +1 -1
  19. data/lib/measures/openstudio_extension_test_measure/LICENSE.md +1 -1
  20. data/lib/measures/openstudio_extension_test_measure/measure.rb +1 -1
  21. data/lib/measures/openstudio_extension_test_measure/measure.xml +12 -12
  22. data/lib/measures/openstudio_extension_test_measure/resources/os_lib_helper_methods.rb +15 -2
  23. data/lib/openstudio-extension.rb +1 -1
  24. data/lib/openstudio/extension.rb +4 -3
  25. data/lib/openstudio/extension/core/CreateResults.rb +1 -1
  26. data/lib/openstudio/extension/core/check_air_sys_temps.rb +1 -1
  27. data/lib/openstudio/extension/core/check_calibration.rb +1 -1
  28. data/lib/openstudio/extension/core/check_cond_zns.rb +1 -1
  29. data/lib/openstudio/extension/core/check_domestic_hot_water.rb +1 -1
  30. data/lib/openstudio/extension/core/check_envelope_conductance.rb +1 -1
  31. data/lib/openstudio/extension/core/check_eui_by_end_use.rb +1 -1
  32. data/lib/openstudio/extension/core/check_eui_reasonableness.rb +1 -1
  33. data/lib/openstudio/extension/core/check_fan_pwr.rb +1 -1
  34. data/lib/openstudio/extension/core/check_internal_loads.rb +1 -1
  35. data/lib/openstudio/extension/core/check_mech_sys_capacity.rb +1 -1
  36. data/lib/openstudio/extension/core/check_mech_sys_efficiency.rb +1 -1
  37. data/lib/openstudio/extension/core/check_mech_sys_part_load_eff.rb +1 -1
  38. data/lib/openstudio/extension/core/check_mech_sys_type.rb +1 -1
  39. data/lib/openstudio/extension/core/check_part_loads.rb +1 -1
  40. data/lib/openstudio/extension/core/check_placeholder.rb +1 -1
  41. data/lib/openstudio/extension/core/check_plant_cap.rb +1 -1
  42. data/lib/openstudio/extension/core/check_plant_temps.rb +1 -1
  43. data/lib/openstudio/extension/core/check_plenum_loads.rb +1 -1
  44. data/lib/openstudio/extension/core/check_pump_pwr.rb +1 -1
  45. data/lib/openstudio/extension/core/check_sch_coord.rb +1 -1
  46. data/lib/openstudio/extension/core/check_schedules.rb +1 -1
  47. data/lib/openstudio/extension/core/check_simultaneous_heating_and_cooling.rb +1 -1
  48. data/lib/openstudio/extension/core/check_supply_air_and_thermostat_temp_difference.rb +1 -1
  49. data/lib/openstudio/extension/core/check_weather_files.rb +1 -1
  50. data/lib/openstudio/extension/core/deer_vintages.rb +1 -1
  51. data/lib/openstudio/extension/core/os_lib_aedg_measures.rb +5 -5
  52. data/lib/openstudio/extension/core/os_lib_constructions.rb +1 -1
  53. data/lib/openstudio/extension/core/os_lib_geometry.rb +4 -4
  54. data/lib/openstudio/extension/core/os_lib_helper_methods.rb +15 -2
  55. data/lib/openstudio/extension/core/os_lib_hvac.rb +18 -18
  56. data/lib/openstudio/extension/core/os_lib_lighting_and_equipment.rb +1 -1
  57. data/lib/openstudio/extension/core/os_lib_model_generation.rb +393 -237
  58. data/lib/openstudio/extension/core/os_lib_model_simplification.rb +10 -10
  59. data/lib/openstudio/extension/core/os_lib_outdoorair_and_infiltration.rb +3 -3
  60. data/lib/openstudio/extension/core/os_lib_reporting_qaqc.rb +1 -1
  61. data/lib/openstudio/extension/core/os_lib_schedules.rb +1 -1
  62. data/lib/openstudio/extension/rake_task.rb +1 -1
  63. data/lib/openstudio/extension/runner.rb +35 -19
  64. data/lib/openstudio/extension/runner_config.rb +1 -1
  65. data/lib/openstudio/extension/version.rb +2 -2
  66. data/openstudio-extension.gemspec +6 -5
  67. metadata +28 -15
  68. data/lib/openstudio/extension/core/os_lib_reporting.rb +0 -4755
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75c383235ef747996dd9484f715ab090201aeae62521c44f7166e4664057c83b
4
- data.tar.gz: dc5e71c966b27041394772057b6c2625a735d34e6f1864e39d46378483743f3e
3
+ metadata.gz: b3d8f8d5d29b245e183160f8df682f54f5b8517bed970dd89e030f9c596df165
4
+ data.tar.gz: 76979144d0c024f6e5a19619ef2586f0579fd7dbae0d3681b97d9b069f158d47
5
5
  SHA512:
6
- metadata.gz: 0bca71f3d261ddd15966a690859f01c5c6344259e96069f844ebf0da0bd395c18d79d6d8e48a680faa74a627e30aae38833c00a4c3ae3f29dfd8f4f47a2499b8
7
- data.tar.gz: b50492d24de160505451599128ee177289ceac185bfd9ea560cd2447683ecef7c569699f59094c6b531feaf61810c18e027c0aa8ab11b2c9f9b3748a3fae4ee4
6
+ metadata.gz: 5e7fe94e1472d9bdeb47ce805d527b261b7ad99a542205bb7ec810f1b56be189ccaee4a3cd71332d6d8b17c1121d4e699ca58daed5c6079a0fd1fb7fee5280ed
7
+ data.tar.gz: f52a12a09efc3b934317ec42862958b88b74f0ff5dda5e706887b5fbbb5a3cab60b4ce97bf86bf972e085a58b6fb0e87f9c5817e75d3e37aaecdb981c8541b2a
data/.gitignore CHANGED
@@ -1,6 +1,7 @@
1
1
  /.bundle/
2
2
  /.yardoc
3
3
  /.ruby-version
4
+ /.python-version
4
5
  /Gemfile.lock
5
6
  /gems
6
7
  /_yardoc/
@@ -9,6 +10,7 @@
9
10
  /pkg/
10
11
  /spec/reports/
11
12
  /spec/test/
13
+ /spec/openstudio/core/output/*
12
14
  /tmp/
13
15
  /test/
14
16
  /lib/measures/test_results
@@ -29,3 +31,6 @@ lib/measures/test_results/*
29
31
 
30
32
  # runner conf
31
33
  runner.conf
34
+
35
+ # Sizing run made as part of spec that tests typical_building_from_model method
36
+ SR1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # OpenStudio Extension Gem
2
2
 
3
+ ## Version 0.4.0
4
+
5
+ * Fix merging of options on initialization. Options hash will overwrite the default config AND the runner.conf files.
6
+ * Includes patch of 0.2.6 (failed.job and finished.job)
7
+ * Support Ruby 2.7.0, Bundler > 2.2
8
+ * Update copyrights
9
+
10
+ ## Version 0.3.2
11
+
12
+ * Update Extension Gem Template
13
+ * Add gemfile path instead of just dirname to the initialization
14
+ * Update to latest workflow gem to support URBANopt Workflow
15
+
16
+ ## Version 0.3.1
17
+
18
+ * This change first zeroes-out latent (for good measure) and radiant fractions before setting lost fraction to 1.0 to avoid this error.
19
+
20
+ ## Version 0.3.0
21
+
22
+ * remove the os_lib_reporting.rb helpers. This file is only used for OS reporting measure and should not be shared with other users.
23
+ * Upgrade dependency to openstudio-workflow gem to `~> 2.1.0`
24
+ * This version works only with EnergyPlus 9.4 since it depends on OpenStudio workflow `~> 2.1.0`
25
+
26
+ ## Version 0.2.6
27
+
28
+ - Check that `failed.job` doesn't exist and `finished.job` does exist.
29
+ - Fixed [#98](https://github.com/NREL/openstudio-extension-gem/issues/98)
30
+
3
31
  ## Version 0.2.5
4
32
 
5
33
  * Support runner options for bundle_install_path and gemfile_path
data/Gemfile CHANGED
@@ -1,4 +1,6 @@
1
1
  source 'http://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in openstudio-extension.gemspec
4
+
4
5
  gemspec
6
+
data/Jenkinsfile CHANGED
@@ -1,6 +1,6 @@
1
1
  //Jenkins pipelines are stored in shared libaries. Please see: https://github.com/NREL/cbci_jenkins_libs
2
2
 
3
- @Library('cbci_shared_libs') _
3
+ @Library('cbci_shared_libs@ruby_270') _
4
4
 
5
5
  // Build for PR to develop branch only.
6
6
  if ((env.CHANGE_ID) && (env.CHANGE_TARGET) ) { // check if set
data/LICENSE.md CHANGED
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
1
+ OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted
4
4
  provided that the following conditions are met:
data/Rakefile CHANGED
@@ -1,5 +1,5 @@
1
1
  ########################################################################################################################
2
- # openstudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
2
+ # openstudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
3
3
  #
4
4
  # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
5
5
  # following conditions are met:
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
1
+ OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted
4
4
  provided that the following conditions are met:
@@ -1,6 +1,6 @@
1
1
  <%
2
2
  # *******************************************************************************
3
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
3
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
4
4
  # All rights reserved.
5
5
  # Redistribution and use in source and binary forms, with or without
6
6
  # modification, are permitted provided that the following conditions are met:
@@ -1,4 +1,4 @@
1
1
  /* @preserve
2
- * OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
2
+ * OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
3
3
  * Use of this source code is governed by a BSD-style license that can be found at openstudio.net/license.
4
4
  */
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -22,11 +22,13 @@ Gem::Specification.new do |spec|
22
22
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
23
  spec.require_paths = ['lib']
24
24
 
25
- spec.add_development_dependency 'bundler', '~> 1.14'
26
- spec.add_development_dependency 'rake', '12.3.1'
27
- spec.add_development_dependency 'rspec', '3.7.0'
25
+ spec.required_ruby_version = '~> 2.5.0'
26
+
27
+ spec.add_development_dependency 'bundler', '~> 2.1'
28
+ spec.add_development_dependency 'rake', '~> 13.0'
29
+ spec.add_development_dependency 'rspec', '~> 3.9'
28
30
  spec.add_development_dependency 'rubocop', '~> 0.54.0'
29
31
 
30
- spec.add_dependency 'openstudio-extension', '~> 0.1.0'
31
- spec.add_dependency 'openstudio-standards', '~> 0.2.7'
32
+ spec.add_dependency 'openstudio-extension', '~> 0.3.1'
33
+ spec.add_dependency 'openstudio-standards', '~> 0.2.12'
32
34
  end
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -16,7 +16,4 @@ elsif allow_local
16
16
  gem 'openstudio-extension', github: 'NREL/OpenStudio-extension-gem', branch: 'develop'
17
17
  end
18
18
 
19
- gem 'openstudio_measure_tester', '= 0.1.7' # This includes the dependencies for running unit tests, coverage, and rubocop
20
-
21
- # simplecov has an unnecessary dependency on native json gem, use fork that does not require this
22
- gem 'simplecov', github: 'NREL/simplecov'
19
+ gem 'openstudio_measure_tester', '~> 0.2.3' # This includes the dependencies for running unit tests, coverage, and rubocop
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
data/lib/change_log.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
1
+ OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted
4
4
  provided that the following conditions are met:
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>openstudio_extension_test_measure</name>
5
5
  <uid>36b99a29-41e1-4d85-9272-85d43b966e5a</uid>
6
- <version_id>edf7f103-9f51-4944-a5af-1d8fa2b0c9b7</version_id>
7
- <version_modified>20200427T230714Z</version_modified>
6
+ <version_id>da192150-29b5-4c56-b5d5-9a2e1d2f154a</version_id>
7
+ <version_modified>20210215T205438Z</version_modified>
8
8
  <xml_checksum>49BEF039</xml_checksum>
9
9
  <class_name>OpenStudioExtensionTestMeasure</class_name>
10
10
  <display_name>OpenStudio Extension Test Measure</display_name>
@@ -45,17 +45,23 @@
45
45
  <usage_type>readmeerb</usage_type>
46
46
  <checksum>703C9964</checksum>
47
47
  </file>
48
+ <file>
49
+ <filename>README.md</filename>
50
+ <filetype>md</filetype>
51
+ <usage_type>readme</usage_type>
52
+ <checksum>7258830F</checksum>
53
+ </file>
48
54
  <file>
49
55
  <filename>LICENSE.md</filename>
50
56
  <filetype>md</filetype>
51
57
  <usage_type>license</usage_type>
52
- <checksum>E0468DD6</checksum>
58
+ <checksum>A21A3ED2</checksum>
53
59
  </file>
54
60
  <file>
55
61
  <filename>OpenStudioExtensionTestMeasure_Test.rb</filename>
56
62
  <filetype>rb</filetype>
57
63
  <usage_type>test</usage_type>
58
- <checksum>66A00EA8</checksum>
64
+ <checksum>5F2C8B43</checksum>
59
65
  </file>
60
66
  <file>
61
67
  <version>
@@ -66,19 +72,13 @@
66
72
  <filename>measure.rb</filename>
67
73
  <filetype>rb</filetype>
68
74
  <usage_type>script</usage_type>
69
- <checksum>51BB85EF</checksum>
75
+ <checksum>D6EA3941</checksum>
70
76
  </file>
71
77
  <file>
72
78
  <filename>os_lib_helper_methods.rb</filename>
73
79
  <filetype>rb</filetype>
74
80
  <usage_type>resource</usage_type>
75
- <checksum>07B01D67</checksum>
76
- </file>
77
- <file>
78
- <filename>README.md</filename>
79
- <filetype>md</filetype>
80
- <usage_type>readme</usage_type>
81
- <checksum>7258830F</checksum>
81
+ <checksum>B535B169</checksum>
82
82
  </file>
83
83
  </files>
84
84
  </measure>
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -265,7 +265,20 @@ module OsLib_HelperMethods
265
265
  result = measure_step.result.get
266
266
  result.stepValues.each do |arg|
267
267
  name = arg.name
268
- value = arg.valueAsVariant.to_s
268
+ # check if value, double, int, or bool
269
+ value_type = arg.variantType.valueDescription
270
+ if value_type == "Double"
271
+ value = arg.valueAsDouble
272
+ elsif value_type == "Integer"
273
+ value = arg.valueAsInteger
274
+ elsif value_type == "Boolean"
275
+ value = arg.valueAsBoolean
276
+ elsif value_type == "String"
277
+ value = arg.valueAsString
278
+ else
279
+ # catchall for unexpected value types
280
+ value = arg.valueAsVariant.to_s
281
+ end
269
282
  if name == arg_name
270
283
  arg_name_value[:value] = value
271
284
  arg_name_value[:measure_name] = measure_name
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -91,6 +91,7 @@ module OpenStudio
91
91
 
92
92
  result << obj
93
93
  end
94
+
94
95
  return result.uniq
95
96
  end
96
97
 
@@ -105,7 +106,7 @@ module OpenStudio
105
106
  result << dir if dir
106
107
  rescue StandardError
107
108
  end
108
- return result.uniq
109
+ return result.uniq.sort
109
110
  end
110
111
 
111
112
  ##
@@ -119,7 +120,7 @@ module OpenStudio
119
120
  result << dir if dir
120
121
  rescue StandardError
121
122
  end
122
- return result.uniq
123
+ return result.uniq.sort
123
124
  end
124
125
 
125
126
  ##
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met:
@@ -1,5 +1,5 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
3
  # All rights reserved.
4
4
  # Redistribution and use in source and binary forms, with or without
5
5
  # modification, are permitted provided that the following conditions are met: