openstudio-common-measures 0.4.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/.rubocop.yml +3 -1
  4. data/CHANGELOG.md +25 -0
  5. data/README.md +21 -2
  6. data/doc_templates/copyright_erb.txt +1 -1
  7. data/lib/measures/AddCostPerFloorAreaUnusedToLights/measure.xml +2 -8
  8. data/lib/measures/AddCostToSupplySideHVACComponentByAirLoop/measure.xml +9 -3
  9. data/lib/measures/AddSimplePvToShadingSurfacesByType/measure.xml +2 -2
  10. data/lib/measures/RemoveUnusedDefaultProfiles/measure.xml +2 -2
  11. data/lib/measures/ReportModelChanges/measure.xml +2 -2
  12. data/lib/measures/SetCOPforSingleSpeedDXCoolingUnits/measure.xml +4 -4
  13. data/lib/measures/SetCOPforTwoSpeedDXCoolingUnits/measure.xml +4 -4
  14. data/lib/measures/SetGasBurnerEfficiency/measure.xml +4 -4
  15. data/lib/measures/ShiftScheduleProfileTime/measure.xml +4 -4
  16. data/lib/measures/SwapLightsDefinition/measure.xml +3 -5
  17. data/lib/measures/add_ems_emissions_reporting/LICENSE.MD.txt +15 -0
  18. data/lib/measures/add_ems_emissions_reporting/LICENSE.md +27 -0
  19. data/lib/measures/add_ems_emissions_reporting/README.md +17 -0
  20. data/lib/measures/add_ems_emissions_reporting/measure.rb +474 -0
  21. data/lib/measures/add_ems_emissions_reporting/measure.xml +599 -0
  22. data/lib/measures/add_ems_emissions_reporting/resources/future_annual_co2e.csv +17 -0
  23. data/lib/measures/add_ems_emissions_reporting/resources/future_hourly_co2e_2020.csv +8761 -0
  24. data/lib/measures/add_ems_emissions_reporting/resources/future_hourly_co2e_2022.csv +8761 -0
  25. data/lib/measures/add_ems_emissions_reporting/resources/future_hourly_co2e_2024.csv +8761 -0
  26. data/lib/measures/add_ems_emissions_reporting/resources/future_hourly_co2e_2026.csv +8761 -0
  27. data/lib/measures/add_ems_emissions_reporting/resources/future_hourly_co2e_2028.csv +8761 -0
  28. data/lib/measures/add_ems_emissions_reporting/resources/future_hourly_co2e_2030.csv +8761 -0
  29. data/lib/measures/add_ems_emissions_reporting/resources/future_hourly_co2e_2032.csv +8761 -0
  30. data/lib/measures/add_ems_emissions_reporting/resources/future_hourly_co2e_2034.csv +8761 -0
  31. data/lib/measures/add_ems_emissions_reporting/resources/future_hourly_co2e_2036.csv +8761 -0
  32. data/lib/measures/add_ems_emissions_reporting/resources/future_hourly_co2e_2038.csv +8761 -0
  33. data/lib/measures/add_ems_emissions_reporting/resources/future_hourly_co2e_2040.csv +8761 -0
  34. data/lib/measures/add_ems_emissions_reporting/resources/future_hourly_co2e_2042.csv +8761 -0
  35. data/lib/measures/add_ems_emissions_reporting/resources/future_hourly_co2e_2044.csv +8761 -0
  36. data/lib/measures/add_ems_emissions_reporting/resources/future_hourly_co2e_2046.csv +8761 -0
  37. data/lib/measures/add_ems_emissions_reporting/resources/future_hourly_co2e_2048.csv +8761 -0
  38. data/lib/measures/add_ems_emissions_reporting/resources/future_hourly_co2e_2050.csv +8761 -0
  39. data/lib/measures/add_ems_emissions_reporting/resources/historical_annual_co2e.csv +9 -0
  40. data/lib/measures/add_ems_emissions_reporting/resources/historical_hourly_co2e_2019.csv +8761 -0
  41. data/lib/measures/add_ev_load/measure.rb +51 -8
  42. data/lib/measures/add_ev_load/measure.xml +23 -5
  43. data/lib/measures/envelope_and_internal_load_breakdown/measure.xml +3 -3
  44. data/lib/measures/envelope_and_internal_load_breakdown/resources/report.html.erb +6 -1
  45. data/lib/measures/example_report/measure.xml +3 -3
  46. data/lib/measures/example_report/resources/report.html.erb +6 -1
  47. data/lib/measures/generic_qaqc/README.md +19 -4
  48. data/lib/measures/generic_qaqc/README.md.erb +7 -1
  49. data/lib/measures/generic_qaqc/docs/generic_qaqc_detailed.jpg +0 -0
  50. data/lib/measures/generic_qaqc/docs/generic_qaqc_summary.jpg +0 -0
  51. data/lib/measures/generic_qaqc/measure.rb +34 -29
  52. data/lib/measures/generic_qaqc/measure.xml +181 -82
  53. data/lib/measures/generic_qaqc/resources/check_cond_zns.rb +3 -1
  54. data/lib/measures/generic_qaqc/resources/check_domestic_hot_water.rb +13 -8
  55. data/lib/measures/generic_qaqc/resources/check_envelope_conductance.rb +330 -231
  56. data/lib/measures/generic_qaqc/resources/check_eui_by_end_use.rb +59 -20
  57. data/lib/measures/generic_qaqc/resources/check_eui_reasonableness.rb +58 -20
  58. data/lib/measures/generic_qaqc/resources/check_internal_loads.rb +57 -56
  59. data/lib/measures/generic_qaqc/resources/check_mech_sys_capacity.rb +4 -1
  60. data/lib/measures/generic_qaqc/resources/check_mech_sys_efficiency.rb +27 -22
  61. data/lib/measures/generic_qaqc/resources/check_mech_sys_part_load_eff.rb +4 -1
  62. data/lib/measures/generic_qaqc/resources/check_mech_sys_type.rb +3 -3
  63. data/lib/measures/generic_qaqc/resources/check_schedules.rb +65 -101
  64. data/lib/measures/generic_qaqc/resources/check_simultaneous_heating_and_cooling.rb +3 -1
  65. data/lib/measures/generic_qaqc/resources/check_supply_air_and_thermostat_temp_difference.rb +3 -1
  66. data/lib/measures/generic_qaqc/resources/os_lib_reporting_qaqc.rb +49 -15
  67. data/lib/measures/generic_qaqc/resources/report.html.erb +6 -1
  68. data/lib/measures/hvac_psychrometric_chart/measure.xml +4 -3
  69. data/lib/measures/hvac_psychrometric_chart/resources/report.html.erb +6 -1
  70. data/lib/measures/openstudio_results/measure.xml +3 -3
  71. data/lib/measures/openstudio_results/resources/report.html.erb +6 -1
  72. data/lib/measures/set_run_period/measure.xml +2 -2
  73. data/lib/measures/view_data/measure.xml +9 -9
  74. data/lib/measures/view_data/resources/report.html.in +1336 -973
  75. data/lib/measures/view_data/resources/va3c.rb +1 -0
  76. data/lib/measures/view_model/measure.xml +33 -64
  77. data/lib/measures/view_model/resources/report.html.in +1339 -976
  78. data/lib/measures/view_model/resources/va3c.rb +1 -0
  79. data/lib/openstudio/common_measures/version.rb +1 -1
  80. data/openstudio-common-measures.gemspec +2 -2
  81. metadata +33 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 541beaf68995c607e48fc05f7cfe05668d012e2e87bb2d443b6ebbe55f2159c9
4
- data.tar.gz: 5be5b201dff7796ba33d3bda9b8eeb65de28338d66881369c22359c3a28e357d
3
+ metadata.gz: 72f5781d905e2c6aed62ded29659058d7fbc5d52a1a33a8e440b44e4b522a3be
4
+ data.tar.gz: 19a23d3e3bb95f2470a699808b5f26ee4524d6192fe12eb2cd4dddf167274f35
5
5
  SHA512:
6
- metadata.gz: a36f9fdf655284051f5d57e006ff1dda8b024fd983bc81ef4da4387279a056425b795f223247f6abaea87c95a63fe2e07eee9b5cc3416c0cabd0e18f5fc03bd4
7
- data.tar.gz: 677cd178a8d2ee08d9d2b241cd9727b82e5d8a531b2bb07a58c793c3dc85b23384312cb74883fb2bf356a223d95beb1edf62dccecea1e7639b5c423537a535e2
6
+ metadata.gz: 022bbbcc90db51554e035e0d5f5a0705003ae74216ea897d35aa35b095767e2064c6d543065cae72b2b71bd7ec6c458bf191be44ecdee6a9fd5634fab9a2a86d
7
+ data.tar.gz: 35545aec9130ec071f7f89aaebd3bb3100dff75d2d0b18ef183c267b08b47371ccf2840a9b57ce8c9eeec7dfd4d6fc90022a2245a0e748a08a5d98778598189f
data/.gitignore CHANGED
@@ -12,6 +12,7 @@
12
12
  /test/
13
13
  /lib/measures/test_results
14
14
  /lib/measures/*/tests/output
15
+ /lib/measures/*/tests/files
15
16
  /lib/measures/staged
16
17
 
17
18
  .rubocop*s3*
data/.rubocop.yml CHANGED
@@ -1,5 +1,7 @@
1
1
  AllCops:
2
2
  Exclude:
3
3
  - 'spec/test_measures/**/*'
4
+
5
+ require: rubocop-performance
4
6
  inherit_from:
5
- - http://s3.amazonaws.com/openstudio-resources/styles/rubocop_v3.yml
7
+ - http://s3.amazonaws.com/openstudio-resources/styles/rubocop_v4.yml
data/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # OpenStudio Common Measures Gem
2
2
 
3
+ ## Version 0.6.1
4
+
5
+ - Fixed [#107]( https://github.com/NREL/openstudio-common-measures-gem/pull/107 ), Added natural gas emissions calculations
6
+ - Fixed [#109]( https://github.com/NREL/openstudio-common-measures-gem/pull/109 ), changed variable names to include Electricity and removed "_Var"
7
+
8
+
9
+ ## Version 0.6.0
10
+
11
+ * Support for OpenStudio 3.4 (upgrade to standards gem 0.2.16, no extension gem upgrade)
12
+ * Fixed [#53]( https://github.com/NREL/openstudio-common-measures-gem/issues/53 ), View Model and View Data measures are missing rendering color for Foundation
13
+ * Fixed [#90]( https://github.com/NREL/openstudio-common-measures-gem/pull/90 ), Adjacency Checker
14
+ * Fixed [#93]( https://github.com/NREL/openstudio-common-measures-gem/pull/93 ), Qaqc issue 79
15
+ * Fixed [#94]( https://github.com/NREL/openstudio-common-measures-gem/pull/94 ), remove unique output variable names
16
+ * Fixed [#95]( https://github.com/NREL/openstudio-common-measures-gem/pull/95 ), Qaqc issue 79
17
+ * Fixed [#96]( https://github.com/NREL/openstudio-common-measures-gem/pull/96 ), Add additional argument to add_ev_load measure
18
+ * Fixed [#97]( https://github.com/NREL/openstudio-common-measures-gem/pull/97 ), Add color for Foundation boundary condition
19
+
20
+ ## Version 0.5.0
21
+
22
+ * Support for OpenStudio 3.3 (upgrade to extension gem 0.5.1 and standards gem 0.2.15)
23
+ * Fixed [#80]( https://github.com/NREL/openstudio-common-measures-gem/pull/80 ), Custom emissions reporting measure
24
+ * Fixed [#82]( https://github.com/NREL/openstudio-common-measures-gem/pull/82 ), adding compatibility matrix and contribution policy
25
+ * Fixed [#84]( https://github.com/NREL/openstudio-common-measures-gem/pull/84 ), Add latest CO2 CSVs from LBNL
26
+ * Adding surface search to view model and view data commited by macumber
27
+
3
28
  ## Version 0.4.0
4
29
 
5
30
  * Support Ruby ~> 2.7
data/README.md CHANGED
@@ -34,10 +34,29 @@ bundle exec rake openstudio:test_with_openstudio
34
34
 
35
35
  - [ ] Update measures to follow coding standards
36
36
 
37
+ # Compatibility Matrix
38
+
39
+ |OpenStudio Common Measures Gem|OpenStudio|Ruby|
40
+ |:--------------:|:----------:|:--------:|
41
+ | 0.6.0 - 0.6.1 | 3.4 | 2.7 |
42
+ | 0.5.0 | 3.3 | 2.7 |
43
+ | 0.4.0 - 0,4.2 | 3.2 | 2.7 |
44
+ | 0.3.0 - 0.3.2 | 3.1 | 2.5 |
45
+ | 0.2.0 - 0.2.1 | 3.0 | 2.5 |
46
+ | 0.1.2 and below | 2.9 and below | 2.2.4 |
47
+
48
+ # Contributing
49
+
50
+ Please review the [OpenStudio Contribution Policy](https://openstudio.net/openstudio-contribution-policy) if you would like to contribute code to this gem.
51
+
37
52
  # Releasing
38
53
 
39
- * Update CHANGELOG.md
40
- * Run `rake rubocop:auto_correct`
54
+ * Update `CHANGELOG.md` with the `rake openstudio:change_log` command
55
+ * Run `rake openstudio:rubocop:auto_correct`
56
+ * Run `rake openstudio:update_copyright`
57
+ * Run `rake openstudio:update_measures` (this has to be done last since prior tasks alter measure files)
58
+ * Update version in `readme.md`
59
+ * Update version in `openstudio-common_measures.gemspec`
41
60
  * Update version in `/lib/openstudio/common_measures/version.rb`
42
61
  * Create PR to master, after tests and reviews complete, then merge
43
62
  * Locally - from the master branch, run `rake release`
@@ -1,6 +1,6 @@
1
1
  <%
2
2
  # *******************************************************************************
3
- # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
+ # OpenStudio(R), Copyright (c) 2008-2022, 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:
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>add_cost_per_floor_area_to_unused_lights</name>
5
5
  <uid>a5f5ddcf-48bb-413a-a712-0ee22f0b40a4</uid>
6
- <version_id>4f3727ae-8c82-4a9a-9cba-56971f84f772</version_id>
7
- <version_modified>20210406T220253Z</version_modified>
6
+ <version_id>b381ec85-c37d-45b4-87bf-083af1209520</version_id>
7
+ <version_modified>20220506T153448Z</version_modified>
8
8
  <xml_checksum>35DA4ED3</xml_checksum>
9
9
  <class_name>AddCostPerFloorAreaToUnusedLights</class_name>
10
10
  <display_name>Add Cost per Floor Area to Unused Lights</display_name>
@@ -137,12 +137,6 @@
137
137
  </attribute>
138
138
  </attributes>
139
139
  <files>
140
- <file>
141
- <filename>resultsviewer.log</filename>
142
- <filetype>log</filetype>
143
- <usage_type>test</usage_type>
144
- <checksum>00000000</checksum>
145
- </file>
146
140
  <file>
147
141
  <filename>0416_NetArea_b.osm</filename>
148
142
  <filetype>osm</filetype>
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>add_cost_to_supply_side_hvac_component_by_air_loop</name>
5
5
  <uid>a667a52f-aa04-4997-9292-c81671d75f84</uid>
6
- <version_id>e8fc3a6a-73c6-4983-8334-e5cd7c12aaca</version_id>
7
- <version_modified>20210406T220254Z</version_modified>
6
+ <version_id>edf06a2f-c8ae-4f6e-9f1e-a436e5e50863</version_id>
7
+ <version_modified>20220506T153447Z</version_modified>
8
8
  <xml_checksum>35DA4ED3</xml_checksum>
9
9
  <class_name>AddCostToSupplySideHVACComponentByAirLoop</class_name>
10
10
  <display_name>Add Cost to Supply Side HVAC Component by Air Loop</display_name>
@@ -80,7 +80,7 @@
80
80
  <model_dependent>false</model_dependent>
81
81
  <choices>
82
82
  <choice>
83
- <value>{94135bb3-2998-4090-aa46-6962159cd56c}</value>
83
+ <value>{e4edb35e-c955-4578-8731-128019ff33b6}</value>
84
84
  <display_name>*All Air Loops*</display_name>
85
85
  </choice>
86
86
  </choices>
@@ -245,5 +245,11 @@
245
245
  <usage_type>license</usage_type>
246
246
  <checksum>A21A3ED2</checksum>
247
247
  </file>
248
+ <file>
249
+ <filename>HVACComponentBasic/files/USA_CO_Golden-NREL.724666_TMY3.epw</filename>
250
+ <filetype>epw</filetype>
251
+ <usage_type>test</usage_type>
252
+ <checksum>BDF687C1</checksum>
253
+ </file>
248
254
  </files>
249
255
  </measure>
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>add_simple_pv_to_shading_surfaces_by_type</name>
5
5
  <uid>27627c16-75d4-4fc3-add9-2d7d538c0130</uid>
6
- <version_id>263a8572-cfd3-43ed-8cba-fa7b28398034</version_id>
7
- <version_modified>20210406T220254Z</version_modified>
6
+ <version_id>316e40e8-ec27-4288-92d8-b8bf33914860</version_id>
7
+ <version_modified>20220506T153447Z</version_modified>
8
8
  <xml_checksum>92C8C204</xml_checksum>
9
9
  <class_name>AddSimplePvToShadingSurfacesByType</class_name>
10
10
  <display_name>Add Simple PV to Specified Shading Surfaces</display_name>
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>remove_unused_default_profiles</name>
5
5
  <uid>8abcdf38-c391-465a-8fb8-b243aa4f0b06</uid>
6
- <version_id>45d7a5b4-2b4d-4540-8493-6c2bd61dda47</version_id>
7
- <version_modified>20210406T220257Z</version_modified>
6
+ <version_id>8492641b-96f2-4bc3-ba82-637794e6b015</version_id>
7
+ <version_modified>20220506T153446Z</version_modified>
8
8
  <xml_checksum>B6CD1F98</xml_checksum>
9
9
  <class_name>RemoveUnusedDefaultProfiles</class_name>
10
10
  <display_name>RemoveUnusedDefaultProfiles</display_name>
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>report_model_changes</name>
5
5
  <uid>6d66b426-908f-4528-9fe5-523b9d2f49c5</uid>
6
- <version_id>00be21f8-d770-48fa-bc1e-4ecfd626e5dd</version_id>
7
- <version_modified>20210423T144506Z</version_modified>
6
+ <version_id>50c52c2b-b884-4689-8dc6-86755d399c6f</version_id>
7
+ <version_modified>20220622T165903Z</version_modified>
8
8
  <xml_checksum>1E1F8B97</xml_checksum>
9
9
  <class_name>ReportModelChanges</class_name>
10
10
  <display_name>ReportModelChanges</display_name>
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>set_co_pfor_single_speed_dx_cooling_units</name>
5
5
  <uid>a4a7297e-8314-4df7-86b5-bec18cdd0a3a</uid>
6
- <version_id>1ef19b19-ad89-42c5-95f6-39b22179503e</version_id>
7
- <version_modified>20210406T220258Z</version_modified>
6
+ <version_id>a7f68115-1f19-4b95-9a8b-f315a6649eac</version_id>
7
+ <version_modified>20220506T153448Z</version_modified>
8
8
  <xml_checksum>9E2537CD</xml_checksum>
9
9
  <class_name>SetCOPforSingleSpeedDXCoolingUnits</class_name>
10
10
  <display_name>Set COP for Single Speed DX Cooling Units</display_name>
@@ -17,10 +17,10 @@
17
17
  <type>Choice</type>
18
18
  <required>true</required>
19
19
  <model_dependent>false</model_dependent>
20
- <default_value>{149f5154-6732-4c0e-a537-575e5461ee08}</default_value>
20
+ <default_value>{f382de5b-d797-4b8b-addc-35eeb4d28375}</default_value>
21
21
  <choices>
22
22
  <choice>
23
- <value>{149f5154-6732-4c0e-a537-575e5461ee08}</value>
23
+ <value>{f382de5b-d797-4b8b-addc-35eeb4d28375}</value>
24
24
  <display_name>*All Air Loops*</display_name>
25
25
  </choice>
26
26
  </choices>
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>set_co_pfor_two_speed_dx_cooling_units</name>
5
5
  <uid>f5a8d60a-e60f-4097-99c3-28bfda3f29a3</uid>
6
- <version_id>9b2ff50b-07b8-4b8d-9a30-7ad7c001a696</version_id>
7
- <version_modified>20210406T220258Z</version_modified>
6
+ <version_id>1a6fc4b5-4c28-4ce7-8228-b8924c9312ed</version_id>
7
+ <version_modified>20220506T153442Z</version_modified>
8
8
  <xml_checksum>9E2537CD</xml_checksum>
9
9
  <class_name>SetCOPforTwoSpeedDXCoolingUnits</class_name>
10
10
  <display_name>Set COP for Two Speed DX Cooling Units</display_name>
@@ -17,10 +17,10 @@
17
17
  <type>Choice</type>
18
18
  <required>true</required>
19
19
  <model_dependent>false</model_dependent>
20
- <default_value>{6188295e-13d8-4053-b432-8c91856c44dd}</default_value>
20
+ <default_value>{fca41611-7e8e-483f-b9fd-e411fe241a81}</default_value>
21
21
  <choices>
22
22
  <choice>
23
- <value>{6188295e-13d8-4053-b432-8c91856c44dd}</value>
23
+ <value>{fca41611-7e8e-483f-b9fd-e411fe241a81}</value>
24
24
  <display_name>*All Air Loops*</display_name>
25
25
  </choice>
26
26
  </choices>
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>set_gas_burner_efficiency</name>
5
5
  <uid>afabec3d-cd02-4908-a367-84e21657421f</uid>
6
- <version_id>2d14190a-716e-4edb-8bc1-6988a29c7c79</version_id>
7
- <version_modified>20210406T220259Z</version_modified>
6
+ <version_id>41439c27-7428-4a3c-8745-efc89d618830</version_id>
7
+ <version_modified>20220506T153447Z</version_modified>
8
8
  <xml_checksum>0DA5C9E6</xml_checksum>
9
9
  <class_name>SetGasBurnerEfficiency</class_name>
10
10
  <display_name>Set Gas Burner Efficiency</display_name>
@@ -17,10 +17,10 @@
17
17
  <type>Choice</type>
18
18
  <required>true</required>
19
19
  <model_dependent>false</model_dependent>
20
- <default_value>{20c7f001-49b4-456f-8d68-befab57e24b5}</default_value>
20
+ <default_value>{40bd171f-77cb-4e7e-bcb4-2cbce6c09d43}</default_value>
21
21
  <choices>
22
22
  <choice>
23
- <value>{20c7f001-49b4-456f-8d68-befab57e24b5}</value>
23
+ <value>{40bd171f-77cb-4e7e-bcb4-2cbce6c09d43}</value>
24
24
  <display_name>*All Air Loops*</display_name>
25
25
  </choice>
26
26
  </choices>
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>shift_schedule_profile_time</name>
5
5
  <uid>1c642348-f074-4ad1-98ee-2208ddc89ac7</uid>
6
- <version_id>7482b65c-0478-49b3-9b54-eb3a627bc2ab</version_id>
7
- <version_modified>20210406T220259Z</version_modified>
6
+ <version_id>c464c0a3-8db6-4c4f-a77d-1da1c003fcec</version_id>
7
+ <version_modified>20220506T153448Z</version_modified>
8
8
  <xml_checksum>B6CD1F98</xml_checksum>
9
9
  <class_name>ShiftScheduleProfileTime</class_name>
10
10
  <display_name>ShiftScheduleProfileTime</display_name>
@@ -17,10 +17,10 @@
17
17
  <type>Choice</type>
18
18
  <required>true</required>
19
19
  <model_dependent>false</model_dependent>
20
- <default_value>{15966d58-132a-443f-9dcd-2a3886efe059}</default_value>
20
+ <default_value>{d79c0411-789b-4733-868c-2765350a45e1}</default_value>
21
21
  <choices>
22
22
  <choice>
23
- <value>{15966d58-132a-443f-9dcd-2a3886efe059}</value>
23
+ <value>{d79c0411-789b-4733-868c-2765350a45e1}</value>
24
24
  <display_name>*All Ruleset Schedules*</display_name>
25
25
  </choice>
26
26
  </choices>
@@ -3,15 +3,13 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>swap_lights_definition</name>
5
5
  <uid>63845525-5b86-448f-9a34-6be8481496ea</uid>
6
- <version_id>5afb4e53-9cd5-4bf7-ba9b-3481c2fa92ee</version_id>
7
- <version_modified>20210406T220259Z</version_modified>
6
+ <version_id>8ab266db-3cb8-493c-8b16-47474a30bddb</version_id>
7
+ <version_modified>20220506T153448Z</version_modified>
8
8
  <xml_checksum>293730A7</xml_checksum>
9
9
  <class_name>SwapLightsDefinition</class_name>
10
10
  <display_name>SwapLightsDefinition</display_name>
11
11
  <description>This measure will swap out one lights definition for another. All objects that had referred to the original definition will now refer to the new one.</description>
12
- <modeler_description>This measure will not delete or change either definition, rather it just swaps out the references of one for the other. It is possible that the new definition is already used in the model elsewhere.
13
- Each of these objects can be independently costed, however the measure can address demolition costs of the object being removed.
14
- </modeler_description>
12
+ <modeler_description>This measure will not delete or change either definition, rather it just swaps out the references of one for the other. It is possible that the new definition is already used in the model elsewhere. Each of these objects can be independently costed, however the measure can address demolition costs of the object being removed.</modeler_description>
15
13
  <arguments>
16
14
  <argument>
17
15
  <name>old_lights_def</name>
@@ -0,0 +1,15 @@
1
+
2
+
3
+ OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
4
+
5
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
6
+
7
+ (1) Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
8
+
9
+ (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.
10
+
11
+ (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.
12
+
13
+ (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.
14
+
15
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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, THE UNITED STATES GOVERNMENT, OR ANY CONTRIBUTORS 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.
@@ -0,0 +1,27 @@
1
+ OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
2
+
3
+ Redistribution and use in source and binary forms, with or without modification, are permitted
4
+ provided that the following conditions are met:
5
+
6
+ (1) Redistributions of source code must retain the above copyright notice, this list of conditions
7
+ and the following disclaimer.
8
+
9
+ (2) Redistributions in binary form must reproduce the above copyright notice, this list of conditions
10
+ and the following disclaimer in the documentation and/or other materials provided with the distribution.
11
+
12
+ (3) Neither the name of the copyright holder nor the names of any contributors may be used to endorse
13
+ or promote products derived from this software without specific prior written permission from the
14
+ respective party.
15
+
16
+ (4) Other than as required in clauses (1) and (2), distributions in any form of modifications or other
17
+ derivative works may not use the "OpenStudio" trademark, "OS", "os", or any other confusingly similar
18
+ designation without specific prior written permission from Alliance for Sustainable Energy, LLC.
19
+
20
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
21
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
22
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES GOVERNMENT,
23
+ OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
25
+ OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,17 @@
1
+ ## Add EMS to Report Emissions
2
+ ## Description
3
+ This measure reports emissions based on user-provided CSVs.
4
+
5
+ ## Modeler Description
6
+ This measure uses EnergyPlus' Energy Management System to log and report emissions based on user provided CSV file(s).
7
+
8
+ ## Measure Type
9
+ EnergyPlusMeasure
10
+
11
+ ## Arguments
12
+ ## Subregion
13
+ Name: sub_regn, Type: string, Units: none, Required: true, Model Dependent: false. This argument is the eGrid subregion. Options are: AZNM, CAMX, ERCT, FRCC, MROE, MROW, NEWE, NWPP, NYST, RFCE, RFCM, RFCW, RMPA, SPNO, SPSO, SRMV, SRMW, SRSO, SRTV, and SRVC. Default is RMPA.
14
+ ## Future Year
15
+ Name: fut_year, Type: integer, Units: none, Required: true, Model Dependent: false. This argument is the future year of interest. Options are: 2020 to 2050 in two year increments. Default is 2030.
16
+ ## Historical Year
17
+ Name: his_year, Type: integer, Units: none, Required: true, Model Dependent: false. This argument is the historical year of interest. Options are: 2007, 2009, 2010, 2012, 2014, 2016, 2018, and 2019. Default is 2010.