openstudio-common-measures 0.11.1 → 0.12.3

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 (182) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test_with_openstudio.yml +94 -48
  3. data/CHANGELOG.md +29 -0
  4. data/Jenkinsfile +1 -1
  5. data/LICENSE.md +1 -1
  6. data/README.md +5 -0
  7. data/doc_templates/LICENSE.md +1 -1
  8. data/lib/measures/AddCostPerAreaToConstruction/LICENSE.md +1 -1
  9. data/lib/measures/AddCostPerAreaToConstruction/measure.xml +3 -3
  10. data/lib/measures/AddCostPerFloorAreaToBuilding/LICENSE.md +1 -1
  11. data/lib/measures/AddCostPerFloorAreaToBuilding/measure.xml +3 -3
  12. data/lib/measures/AddCostPerFloorAreaToElectricEquipment/LICENSE.md +1 -1
  13. data/lib/measures/AddCostPerFloorAreaToElectricEquipment/measure.xml +3 -3
  14. data/lib/measures/AddCostPerFloorAreaToLights/LICENSE.md +1 -1
  15. data/lib/measures/AddCostPerFloorAreaToLights/measure.xml +3 -3
  16. data/lib/measures/AddCostPerFloorAreaUnusedToLights/LICENSE.md +1 -1
  17. data/lib/measures/AddCostPerFloorAreaUnusedToLights/measure.xml +3 -3
  18. data/lib/measures/AddCostToSupplySideHVACComponentByAirLoop/LICENSE.md +1 -1
  19. data/lib/measures/AddCostToSupplySideHVACComponentByAirLoop/measure.xml +4 -4
  20. data/lib/measures/AddCostperAreatoUnusedConstruction/LICENSE.md +1 -1
  21. data/lib/measures/AddCostperAreatoUnusedConstruction/measure.xml +3 -3
  22. data/lib/measures/AddExteriorLights/LICENSE.md +1 -1
  23. data/lib/measures/AddExteriorLights/measure.xml +3 -3
  24. data/lib/measures/AddMeter/LICENSE.md +1 -1
  25. data/lib/measures/AddMeter/measure.xml +3 -3
  26. data/lib/measures/AddOutputDiagnostics/LICENSE.md +1 -1
  27. data/lib/measures/AddOutputDiagnostics/measure.xml +3 -3
  28. data/lib/measures/AddOutputVariable/LICENSE.md +1 -1
  29. data/lib/measures/AddOutputVariable/measure.xml +3 -3
  30. data/lib/measures/AddSimplePvToShadingSurfacesByType/LICENSE.md +1 -1
  31. data/lib/measures/AddSimplePvToShadingSurfacesByType/measure.xml +3 -3
  32. data/lib/measures/AddThermalComfortModelTypes/LICENSE.md +1 -1
  33. data/lib/measures/AddThermalComfortModelTypes/measure.xml +3 -3
  34. data/lib/measures/AdjustSystemEfficiencies/LICENSE.md +1 -1
  35. data/lib/measures/AdjustSystemEfficiencies/measure.xml +3 -3
  36. data/lib/measures/AdjustThermostatSetpointsByDegrees/LICENSE.md +1 -1
  37. data/lib/measures/AdjustThermostatSetpointsByDegrees/measure.xml +3 -3
  38. data/lib/measures/ChangeBuildingLocation/LICENSE.md +1 -1
  39. data/lib/measures/ChangeBuildingLocation/measure.xml +3 -3
  40. data/lib/measures/EnableIdealAirLoadsForAllZones/LICENSE.md +1 -1
  41. data/lib/measures/EnableIdealAirLoadsForAllZones/measure.xml +3 -3
  42. data/lib/measures/ExportScheduleCSV/LICENSE.md +1 -1
  43. data/lib/measures/ExportScheduleCSV/measure.xml +3 -3
  44. data/lib/measures/ImportEnvelopeAndInternalLoadsFromIdf/LICENSE.md +1 -1
  45. data/lib/measures/ImportEnvelopeAndInternalLoadsFromIdf/measure.xml +3 -3
  46. data/lib/measures/MeterFlodPlot/LICENSE.md +1 -1
  47. data/lib/measures/MeterFlodPlot/measure.xml +3 -3
  48. data/lib/measures/ModifyEnergyPlusCoilCoolingDXSingleSpeedObjects/LICENSE.md +1 -1
  49. data/lib/measures/ModifyEnergyPlusCoilCoolingDXSingleSpeedObjects/measure.xml +3 -3
  50. data/lib/measures/ModifyEnergyPlusFanVariableVolumeObjects/LICENSE.md +1 -1
  51. data/lib/measures/ModifyEnergyPlusFanVariableVolumeObjects/measure.xml +3 -3
  52. data/lib/measures/PredictedMeanVote/LICENSE.md +1 -1
  53. data/lib/measures/PredictedMeanVote/measure.xml +3 -3
  54. data/lib/measures/RemoveInternalLoadsDirectlyAssignedToSpaces/LICENSE.md +1 -1
  55. data/lib/measures/RemoveInternalLoadsDirectlyAssignedToSpaces/measure.xml +3 -3
  56. data/lib/measures/RemoveUnusedDefaultProfiles/LICENSE.md +1 -1
  57. data/lib/measures/RemoveUnusedDefaultProfiles/measure.xml +3 -3
  58. data/lib/measures/ReplaceExteriorWindowConstruction/LICENSE.md +1 -1
  59. data/lib/measures/ReplaceExteriorWindowConstruction/measure.xml +3 -3
  60. data/lib/measures/ReplaceModel/LICENSE.md +1 -1
  61. data/lib/measures/ReplaceModel/measure.xml +3 -3
  62. data/lib/measures/ReplaceThermostatSchedules/LICENSE.md +1 -1
  63. data/lib/measures/ReplaceThermostatSchedules/measure.xml +5 -5
  64. data/lib/measures/ReportModelChanges/LICENSE.md +1 -1
  65. data/lib/measures/ReportModelChanges/measure.xml +3 -3
  66. data/lib/measures/RunPeriod/LICENSE.md +1 -1
  67. data/lib/measures/RunPeriod/measure.xml +3 -3
  68. data/lib/measures/RunPeriodMultiple/LICENSE.md +1 -1
  69. data/lib/measures/RunPeriodMultiple/measure.xml +3 -3
  70. data/lib/measures/ServerDirectoryCleanup/LICENSE.md +1 -1
  71. data/lib/measures/ServerDirectoryCleanup/measure.xml +3 -3
  72. data/lib/measures/SetCOPforSingleSpeedDXCoolingUnits/LICENSE.md +1 -1
  73. data/lib/measures/SetCOPforSingleSpeedDXCoolingUnits/measure.xml +5 -5
  74. data/lib/measures/SetCOPforTwoSpeedDXCoolingUnits/LICENSE.md +1 -1
  75. data/lib/measures/SetCOPforTwoSpeedDXCoolingUnits/measure.xml +5 -5
  76. data/lib/measures/SetEnergyPlusInfiltrationFlowRatePerFloorArea/LICENSE.md +1 -1
  77. data/lib/measures/SetEnergyPlusInfiltrationFlowRatePerFloorArea/measure.xml +3 -3
  78. data/lib/measures/SetEnergyPlusLightObjectsLPD/LICENSE.md +1 -1
  79. data/lib/measures/SetEnergyPlusLightObjectsLPD/measure.xml +3 -3
  80. data/lib/measures/SetEnergyPlusMinimumOutdoorAirFlowRate/LICENSE.md +1 -1
  81. data/lib/measures/SetEnergyPlusMinimumOutdoorAirFlowRate/measure.xml +3 -3
  82. data/lib/measures/SetGasBurnerEfficiency/LICENSE.md +1 -1
  83. data/lib/measures/SetGasBurnerEfficiency/measure.xml +5 -5
  84. data/lib/measures/SetLifecycleCostParameters/LICENSE.md +1 -1
  85. data/lib/measures/SetLifecycleCostParameters/measure.xml +3 -3
  86. data/lib/measures/SetLightingLoadsByLPD/LICENSE.md +1 -1
  87. data/lib/measures/SetLightingLoadsByLPD/measure.xml +5 -5
  88. data/lib/measures/SetSpaceInfiltrationByExteriorSurfaceArea/LICENSE.md +1 -1
  89. data/lib/measures/SetSpaceInfiltrationByExteriorSurfaceArea/measure.xml +3 -3
  90. data/lib/measures/SetThermostatSchedules/LICENSE.md +1 -1
  91. data/lib/measures/SetThermostatSchedules/measure.xml +5 -5
  92. data/lib/measures/ShiftScheduleProfileTime/LICENSE.md +1 -1
  93. data/lib/measures/ShiftScheduleProfileTime/measure.xml +5 -5
  94. data/lib/measures/SwapLightsDefinition/LICENSE.md +1 -1
  95. data/lib/measures/SwapLightsDefinition/measure.xml +3 -3
  96. data/lib/measures/UnmetLoadHoursTroubleshooting/LICENSE.md +1 -1
  97. data/lib/measures/UnmetLoadHoursTroubleshooting/measure.xml +3 -3
  98. data/lib/measures/VentilationQAQC/LICENSE.md +1 -1
  99. data/lib/measures/VentilationQAQC/measure.xml +3 -3
  100. data/lib/measures/XcelEDAReportingandQAQC/LICENSE.md +1 -1
  101. data/lib/measures/XcelEDAReportingandQAQC/measure.xml +3 -3
  102. data/lib/measures/XcelEDATariffSelectionandModelSetup/LICENSE.md +1 -1
  103. data/lib/measures/XcelEDATariffSelectionandModelSetup/measure.xml +3 -3
  104. data/lib/measures/ZoneReport/LICENSE.md +1 -1
  105. data/lib/measures/ZoneReport/measure.rb +59 -34
  106. data/lib/measures/ZoneReport/measure.xml +9 -9
  107. data/lib/measures/ZoneReport/resources/report.html.in +11 -7
  108. data/lib/measures/add_ems_emissions_reporting/LICENSE.md +1 -1
  109. data/lib/measures/add_ems_emissions_reporting/measure.xml +3 -3
  110. data/lib/measures/add_ems_to_control_ev_charging/LICENSE.md +1 -1
  111. data/lib/measures/add_ems_to_control_ev_charging/measure.xml +3 -3
  112. data/lib/measures/add_ev_load/LICENSE.md +1 -1
  113. data/lib/measures/add_ev_load/measure.xml +3 -3
  114. data/lib/measures/add_rooftop_pv/LICENSE.md +1 -1
  115. data/lib/measures/add_rooftop_pv/measure.rb +21 -1
  116. data/lib/measures/add_rooftop_pv/measure.xml +4 -4
  117. data/lib/measures/add_zone_mixing_object/LICENSE.md +1 -1
  118. data/lib/measures/add_zone_mixing_object/measure.xml +3 -3
  119. data/lib/measures/add_zone_ventilation_design_flow_rate_object/LICENSE.md +1 -1
  120. data/lib/measures/add_zone_ventilation_design_flow_rate_object/measure.xml +3 -3
  121. data/lib/measures/air_wall_zone_mixing/LICENSE.md +1 -1
  122. data/lib/measures/air_wall_zone_mixing/measure.xml +3 -3
  123. data/lib/measures/create_csv_output/LICENSE.md +1 -1
  124. data/lib/measures/create_csv_output/measure.xml +3 -3
  125. data/lib/measures/envelope_and_internal_load_breakdown/LICENSE.md +1 -1
  126. data/lib/measures/envelope_and_internal_load_breakdown/measure.xml +4 -4
  127. data/lib/measures/envelope_and_internal_load_breakdown/resources/report.html.erb +4 -0
  128. data/lib/measures/example_report/LICENSE.md +1 -1
  129. data/lib/measures/example_report/measure.xml +4 -4
  130. data/lib/measures/example_report/resources/report.html.erb +4 -0
  131. data/lib/measures/gem_env_report/LICENSE.md +1 -1
  132. data/lib/measures/gem_env_report/measure.xml +3 -3
  133. data/lib/measures/generic_qaqc/LICENSE.md +1 -1
  134. data/lib/measures/generic_qaqc/measure.xml +4 -4
  135. data/lib/measures/generic_qaqc/resources/report.html.erb +4 -0
  136. data/lib/measures/get_site_from_building_component_library/LICENSE.md +1 -1
  137. data/lib/measures/get_site_from_building_component_library/measure.xml +3 -3
  138. data/lib/measures/hvac_psychrometric_chart/LICENSE.md +1 -1
  139. data/lib/measures/hvac_psychrometric_chart/measure.xml +4 -4
  140. data/lib/measures/hvac_psychrometric_chart/resources/report.html.erb +4 -0
  141. data/lib/measures/inject_idf_objects/LICENSE.md +1 -1
  142. data/lib/measures/inject_idf_objects/measure.xml +3 -3
  143. data/lib/measures/openstudio_results/LICENSE.md +1 -1
  144. data/lib/measures/openstudio_results/README.md +8 -0
  145. data/lib/measures/openstudio_results/measure.rb +11 -0
  146. data/lib/measures/openstudio_results/measure.xml +25 -6
  147. data/lib/measures/openstudio_results/resources/report.html.erb +19 -5
  148. data/lib/measures/output_table_summary_reports/LICENSE.md +13 -0
  149. data/lib/measures/output_table_summary_reports/README.md +32 -0
  150. data/lib/measures/output_table_summary_reports/README.md.erb +42 -0
  151. data/lib/measures/output_table_summary_reports/measure.rb +78 -0
  152. data/lib/measures/output_table_summary_reports/measure.xml +110 -0
  153. data/lib/measures/remove_orphan_objects_and_unused_resources/LICENSE.md +1 -1
  154. data/lib/measures/remove_orphan_objects_and_unused_resources/measure.xml +3 -3
  155. data/lib/measures/set_electric_equipment_loads_by_epd/LICENSE.md +1 -1
  156. data/lib/measures/set_electric_equipment_loads_by_epd/measure.xml +5 -5
  157. data/lib/measures/set_exterior_walls_and_floors_to_adiabatic/LICENSE.md +1 -1
  158. data/lib/measures/set_exterior_walls_and_floors_to_adiabatic/measure.xml +3 -3
  159. data/lib/measures/set_run_period/LICENSE.md +1 -1
  160. data/lib/measures/set_run_period/measure.xml +3 -3
  161. data/lib/measures/set_space_infiltration_per_exterior_area/LICENSE.md +1 -1
  162. data/lib/measures/set_space_infiltration_per_exterior_area/measure.xml +3 -3
  163. data/lib/measures/shadow_calculation/LICENSE.md +1 -1
  164. data/lib/measures/shadow_calculation/measure.xml +3 -3
  165. data/lib/measures/simulation_control/LICENSE.md +13 -0
  166. data/lib/measures/simulation_control/measure.rb +5 -0
  167. data/lib/measures/simulation_control/measure.xml +10 -4
  168. data/lib/measures/tariff_selection_block/LICENSE.md +1 -1
  169. data/lib/measures/tariff_selection_block/measure.xml +3 -3
  170. data/lib/measures/tariff_selection_flat/LICENSE.md +1 -1
  171. data/lib/measures/tariff_selection_flat/measure.xml +3 -3
  172. data/lib/measures/tariff_selection_generic/LICENSE.md +1 -1
  173. data/lib/measures/tariff_selection_generic/measure.xml +3 -3
  174. data/lib/measures/tariff_selection_time_and_date_dependant/LICENSE.md +1 -1
  175. data/lib/measures/tariff_selection_time_and_date_dependant/measure.xml +3 -3
  176. data/lib/measures/view_data/LICENSE.md +1 -1
  177. data/lib/measures/view_data/measure.xml +3 -3
  178. data/lib/measures/view_model/LICENSE.md +1 -1
  179. data/lib/measures/view_model/measure.xml +3 -3
  180. data/lib/openstudio/common_measures/version.rb +1 -1
  181. data/openstudio-common-measures.gemspec +6 -2
  182. metadata +69 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b5643682a4de973b6a2a299381499a171976bed19d39f068b91b4b7efb03bf4
4
- data.tar.gz: 38da1301a1ba7125b3718d672b12237997a920e957b32fc566f7ca2bf06c652a
3
+ metadata.gz: 6fc54ceaa02693faa0c67c4cd257777bbd28498d841a37aad3abcd944c5168ce
4
+ data.tar.gz: f155ff913f9da9cbf00268c5fab4a9d8e29b6bfd843dd1a5a58c1cfbc8b12c43
5
5
  SHA512:
6
- metadata.gz: f3d2f30a83a7939888fe97f00807f2ccbe109ce8f1309daef5cf46e2e4ec8e0c3fed116620ea891973a59cd3ae0a806eb7f2c1c77ef674404b2b76aacc35067e
7
- data.tar.gz: e4c39ef5f6c7f049d35167c1d0f7f9f6166d12b2fb404d67f3b8f5f2c4595d636f4d5574fbca9d56b22ed3bbd9bb95f1874b2d8c9c667676b450160cb2b4954d
6
+ metadata.gz: aec3f379bf56b66205c93ca98ca32f0ec0ce56095a6e426cf68f9dada85bd41944faa72ef665c9b6e763a958c44157a833a8456041300690a40e03f33da7a5f2
7
+ data.tar.gz: 8984854de6cec5eee0e528d2183a02727adcdae289d088e3874be74ba2bd2de178717adaefd33a304554c131d5d3b4b17ea3cae96503c9f71a7adfc6d8f6ec2b
@@ -1,62 +1,108 @@
1
1
  # Test with OpenStudio container
2
2
  name: test_with_openstudio
3
-
4
- # trigger action on all branches, pull requests and tags
5
- on:
6
- pull_request:
7
- branches:
8
- - '*'
9
- push:
10
- branches:
11
- - '*'
12
- tags:
13
- - '*'
3
+ on: push
14
4
 
15
5
  jobs:
16
- test:
17
- # The type of runner that the job will run on
6
+ test-gems-latest:
18
7
  runs-on: ubuntu-latest
19
- container:
20
- image: nrel/openstudio:develop
8
+ env:
9
+ BRANCH_NAME: ${{ github.ref_name }}
10
+ BUILD_NUMBER: ${{ github.run_number }}
11
+ DEPLOY_PATH: ${{ github.repository }}/${{ github.ref_name }}/${{ github.run_number }} # Path for S3 deployment
12
+ S3_BUCKET: ext-gem-dashboard
13
+
14
+ container: # Define the Docker container for the job. All subsequent steps run inside it.
15
+ image: nrel/openstudio:3.10.0
16
+ options: -u root -e "LANG=en_US.UTF-8" # These options are passed to the 'docker run' command internally
21
17
 
22
18
  steps:
23
- - uses: actions/checkout@v2
24
- - name: show enviroment
25
- shell: bash
26
- run: |
27
- ruby -v
28
- openstudio openstudio_version
29
- openstudio gem_list
30
- - name: set git config options
19
+ - name: Checkout Repository
20
+ # The repository will be checked out inside the 'nrel/openstudio:3.10.0' container
21
+ uses: actions/checkout@v4 # Use v4 for better security and features
22
+ with:
23
+ submodules: true # Set to true if your repository uses Git submodules
24
+
25
+ - name: Install Node.js and AWS CLI
26
+ # Install required dependencies for AWS actions to work in the OpenStudio container
31
27
  shell: bash
32
28
  run: |
33
- git config --global --add safe.directory '*'
34
- - name: install dependencies
35
- shell: bash
29
+ echo "Installing Node.js and AWS CLI..."
30
+
31
+ # Update package list
32
+ apt-get update
33
+
34
+ # Install curl and other dependencies
35
+ apt-get install -y curl unzip
36
+
37
+ # Install Node.js (using NodeSource repository for latest LTS)
38
+ curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -
39
+ apt-get install -y nodejs
40
+
41
+ # Install AWS CLI v2
42
+ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
43
+ unzip awscliv2.zip
44
+ ./aws/install
45
+
46
+ # Verify installations
47
+ echo "Node.js version: $(node --version)"
48
+ echo "npm version: $(npm --version)"
49
+ echo "AWS CLI version: $(aws --version)"
50
+
51
+ # Clean up
52
+ rm -rf awscliv2.zip aws/
53
+
54
+ - name: Verify Environment and Run Measures
55
+ # All 'run' commands in this job now execute inside the specified Docker container.
56
+ shell: bash # Specify the shell if needed, though bash is default for Ubuntu runners
36
57
  run: |
37
- gem install bundler -v '2.4.10'
38
- bundle -v
58
+ # Fix git ownership issue in container
59
+ git config --global --add safe.directory /__w/openstudio-load-flexibility-measures-gem/openstudio-load-flexibility-measures-gem
60
+
61
+ echo "OpenStudio Version: $(openstudio --version)"
62
+ echo "Ruby Version: $(ruby -v)"
63
+ echo "Listing OpenStudio Gems: $(openstudio gem_list)"
64
+
65
+ # Install dependencies before running tests
66
+ echo "Installing gem dependencies..."
39
67
  bundle install
40
- - name: run tests
41
- shell: bash
42
- run: |
43
- bundle exec rake
44
- bundle exec rake openstudio:list_measures
45
- bundle exec rake openstudio:update_measures
46
- bundle exec rake openstudio:test_with_openstudio
47
- - name: collect stats, display and check for failures
48
- shell: bash
49
- run: |
50
- test_dir=$(find -type d -name "test_results")
51
- echo $test_dir
52
- mv $test_dir .
53
- - uses: actions/upload-artifact@v3
54
- name: save artifacts
68
+
69
+ echo "Running spec tests..."
70
+ rake spec
71
+ echo "Running measures with verbose output:"
72
+ # This command will execute within the container.
73
+ # Ensure that './lib/measures' is the correct path relative to the checkout.
74
+ openstudio --verbose measure -r ./lib/measures
75
+
76
+ # The output for 'test' should now be generated directly into the workspace
77
+ # within the container, which is mounted from the host.
78
+ # No 'docker cp' is needed as the workspace is shared.
79
+ ls -al ./test # Verify the output directory exists and contains files
80
+
81
+ - name: Configure AWS Credentials
82
+ # This step is crucial for authenticating with AWS S3
83
+ uses: aws-actions/configure-aws-credentials@v4 # Use v4 for updated features
55
84
  with:
56
- name: test_results
57
- path: test_results
85
+ aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
86
+ aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} # Assuming this is your secret name
87
+ aws-region: ${{ secrets.AWS_DEFAULT_REGION }} # Replace with your AWS region, e.g., us-east-1
58
88
 
59
-
60
-
61
-
89
+ - name: Sync files to S3 with branch and build in path
90
+ shell: bash
91
+ run: |
92
+ echo "Deploying to s3://${{ env.S3_BUCKET }}/${{ env.DEPLOY_PATH }}/"
93
+ # Ensure './test_results' is the correct source directory for the files to upload to S3.
94
+ dir_name=$(find -type d -name "test_results")
95
+ # It must match the output directory from the 'Run Measures' step.
96
+ aws s3 sync $dir_name s3://${{ env.S3_BUCKET }}/${{ env.DEPLOY_PATH }}/ \
97
+ --delete \
98
+ --acl public-read \
99
+ --cache-control "max-age=0, no-cache, no-store, must-revalidate"
100
+ echo "S3 sync complete."
101
+ echo "https://${{ env.S3_BUCKET }}.s3.amazonaws.com/${{ env.DEPLOY_PATH }}/dashboard/index.html"
102
+ echo dir_name=$dir_name >> $GITHUB_ENV # Save the directory name to an environment variable for later use
62
103
 
104
+ - name: Archive static site as artifact
105
+ uses: actions/upload-artifact@v4
106
+ with:
107
+ name: static-html-artifact
108
+ path: ${{ env.dir_name }} # Path should be relative to the GitHub workspace, which is shared with the container
data/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # OpenStudio Common Measures Gem
2
2
 
3
+ ## Version 0.12.3
4
+ - Update dependency: `openstudio-extension` upgraded from `~> 0.9.2` to `~> 0.9.3`.
5
+
6
+ ## Version 0.12.2
7
+ - Update dependency: `openstudio-extension` upgraded from `~> 0.9.1` to `~> 0.9.2`.
8
+ - Regenerate all `measure.xml` files for measures (79 files) to update version IDs, timestamps, and checksums.
9
+ - Add or update copyright/license header in:
10
+ - `lib/measures/simulation_control/measure.rb`
11
+ - `lib/measures/output_table_summary_reports/measure.rb`
12
+ - Associated test files for these measures.
13
+ - Add new `LICENSE.md` for `simulation_control` measure (untracked).
14
+ - Minor whitespace or formatting changes in some HTML report templates (5 files).
15
+
16
+ ## Version 0.12.1
17
+ - Fixed [#203]( https://github.com/NREL/openstudio-common-measures-gem/pull/203 ), Update copyright year in LICENSE.md files to 2025 for all measures
18
+
19
+ ## Version 0.12.0
20
+ - Support for OpenStudio 3.10 (upgrade to standards gem 0.8.2, extension gem 0.9.1)
21
+ - todo add log after finalize bug fixes for this release
22
+ - Fixed [#191]( https://github.com/NREL/openstudio-common-measures-gem/pull/191 ), AddRooftopPV: name objects + set explicit critical defaults + write ratedElectricPowerOutput
23
+ - Fixed [#192]( https://github.com/NREL/openstudio-common-measures-gem/pull/192 ), ZoneReport fixes for 3.9.0
24
+ - Fixed [#195]( https://github.com/NREL/openstudio-common-measures-gem/pull/195 ), fix openstudio results rendering
25
+ - Fixed [#196]( https://github.com/NREL/openstudio-common-measures-gem/pull/196 ), add measure for Output Table Summary Reports
26
+ - Fixed [#198]( https://github.com/NREL/openstudio-common-measures-gem/pull/198 ), test on CI and then investigate bug fixes to add for release
27
+ - Fixed [#199]( https://github.com/NREL/openstudio-common-measures-gem/pull/199 ), 3.10.0 prep
28
+ - Fixed [#200]( https://github.com/NREL/openstudio-common-measures-gem/pull/200 ), Output table summary reports
29
+ - Fixed [#201]( https://github.com/NREL/openstudio-common-measures-gem/pull/201 ), Zone report 39 fix
30
+ - Fixed [#202]( https://github.com/NREL/openstudio-common-measures-gem/pull/202 ), AddRooftopPV: name objects + set explicit critical defaults + write r…
31
+
3
32
  ## Version 0.11.1
4
33
  * Update dependencies for 3.9
5
34
 
data/Jenkinsfile CHANGED
@@ -1,6 +1,6 @@
1
1
  //Jenkins pipelines are stored in shared libraries. Please see: https://github.com/NREL/cbci_jenkins_libs
2
2
 
3
- @Library('cbci_shared_libs@developExtension') _
3
+ @Library('cbci_shared_libs') _
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, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
data/README.md CHANGED
@@ -38,6 +38,11 @@ bundle exec rake openstudio:test_with_openstudio
38
38
 
39
39
  |OpenStudio Common Measures Gem|OpenStudio|Ruby|
40
40
  |:--------------:|:----------:|:--------:|
41
+ | 0.12.3 | 3.10 | 3.2.2 |
42
+ | 0.12.2 | 3.10 | 3.2.2 |
43
+ | 0.12.1 | 3.10 | 3.2.2 |
44
+ | 0.12.0 | 3.10 | 3.2.2 |
45
+ | 0.11.1 | 3.9 | 3.2.2 |
41
46
  | 0.11.0 | 3.9 | 3.2.2 |
42
47
  | 0.10.0 | 3.8 | 3.2.2 |
43
48
  | 0.9.0 | 3.7 | 2.7 |
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>add_cost_per_area_to_construction</name>
5
5
  <uid>bf6ac5d5-6348-4012-b7b4-1200a672e377</uid>
6
- <version_id>fd2fe78c-74ea-4117-a56f-cdb69130fcee</version_id>
7
- <version_modified>2024-11-16T23:54:13Z</version_modified>
6
+ <version_id>2923ddb7-cd26-4ded-acf0-34a0ca00419c</version_id>
7
+ <version_modified>2025-08-01T14:35:27Z</version_modified>
8
8
  <xml_checksum>35DA4ED3</xml_checksum>
9
9
  <class_name>AddCostPerAreaToConstruction</class_name>
10
10
  <display_name>Add Cost per Area to Construction</display_name>
@@ -143,7 +143,7 @@ For baseline costs, 'Years Until Costs Start' indicates the year that the capita
143
143
  <filename>LICENSE.md</filename>
144
144
  <filetype>md</filetype>
145
145
  <usage_type>license</usage_type>
146
- <checksum>8696A072</checksum>
146
+ <checksum>CBFF29F5</checksum>
147
147
  </file>
148
148
  <file>
149
149
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>add_cost_per_floor_area_to_building</name>
5
5
  <uid>153992bb-0202-424b-9fbb-57fcf0285e65</uid>
6
- <version_id>a89cf6e0-e57a-4bdc-ac4a-75f34ce298c3</version_id>
7
- <version_modified>2024-11-16T23:54:15Z</version_modified>
6
+ <version_id>b2fd9e0d-552b-41ad-b925-5512e5ad20d9</version_id>
7
+ <version_modified>2025-08-01T14:35:28Z</version_modified>
8
8
  <xml_checksum>35DA4ED3</xml_checksum>
9
9
  <class_name>AddCostPerFloorAreaToBuilding</class_name>
10
10
  <display_name>Add Cost per Floor Area to Building</display_name>
@@ -144,7 +144,7 @@ For baseline costs, 'Years Until Costs Start' indicates the year that the capita
144
144
  <filename>LICENSE.md</filename>
145
145
  <filetype>md</filetype>
146
146
  <usage_type>license</usage_type>
147
- <checksum>8696A072</checksum>
147
+ <checksum>CBFF29F5</checksum>
148
148
  </file>
149
149
  <file>
150
150
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>add_cost_per_floor_area_to_electric_equipment</name>
5
5
  <uid>42cf1acc-c0bc-46cd-af67-8a17cadaab7b</uid>
6
- <version_id>82439a8d-e528-40bd-9151-736c35e2917f</version_id>
7
- <version_modified>2024-11-16T23:54:12Z</version_modified>
6
+ <version_id>461bc69e-6868-4f77-8ffe-5c31fa6251e5</version_id>
7
+ <version_modified>2025-08-01T14:35:26Z</version_modified>
8
8
  <xml_checksum>35DA4ED3</xml_checksum>
9
9
  <class_name>AddCostPerFloorAreaToElectricEquipment</class_name>
10
10
  <display_name>Add Cost per Floor Area to Electric Equipment</display_name>
@@ -143,7 +143,7 @@ For baseline costs, 'Years Until Costs Start' indicates the year that the capita
143
143
  <filename>LICENSE.md</filename>
144
144
  <filetype>md</filetype>
145
145
  <usage_type>license</usage_type>
146
- <checksum>8696A072</checksum>
146
+ <checksum>CBFF29F5</checksum>
147
147
  </file>
148
148
  <file>
149
149
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>add_cost_per_floor_area_to_lights</name>
5
5
  <uid>eeec5adf-b3a8-498a-b0d1-eabd81ca0620</uid>
6
- <version_id>a27526a8-0f4a-427f-bb60-530b2d04ce45</version_id>
7
- <version_modified>2024-11-16T23:54:14Z</version_modified>
6
+ <version_id>631674a4-ffd1-4b76-bc7f-eda9c07ec03c</version_id>
7
+ <version_modified>2025-08-01T14:35:27Z</version_modified>
8
8
  <xml_checksum>35DA4ED3</xml_checksum>
9
9
  <class_name>AddCostPerFloorAreaToLights</class_name>
10
10
  <display_name>Add Cost per FloorArea to Lights</display_name>
@@ -143,7 +143,7 @@ For baseline costs, 'Years Until Costs Start' indicates the year that the capita
143
143
  <filename>LICENSE.md</filename>
144
144
  <filetype>md</filetype>
145
145
  <usage_type>license</usage_type>
146
- <checksum>8696A072</checksum>
146
+ <checksum>CBFF29F5</checksum>
147
147
  </file>
148
148
  <file>
149
149
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</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>01c854f9-16b6-44fa-bf98-52352d426101</version_id>
7
- <version_modified>2024-11-16T23:54:18Z</version_modified>
6
+ <version_id>5051fe6c-57e4-4376-a894-9a214d14fe77</version_id>
7
+ <version_modified>2025-08-01T14:35:31Z</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>
@@ -141,7 +141,7 @@
141
141
  <filename>LICENSE.md</filename>
142
142
  <filetype>md</filetype>
143
143
  <usage_type>license</usage_type>
144
- <checksum>8696A072</checksum>
144
+ <checksum>CBFF29F5</checksum>
145
145
  </file>
146
146
  <file>
147
147
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</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>0954521a-df5e-4233-8f93-5493f83c69c0</version_id>
7
- <version_modified>2024-11-16T23:54:14Z</version_modified>
6
+ <version_id>adf30b9f-ef5b-454b-b429-0e05f88d7a82</version_id>
7
+ <version_modified>2025-08-01T14:35:27Z</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>{53352c37-0e9c-4a72-ae03-9345a60f1e60}</value>
83
+ <value>{66d7e76a-244a-4ddc-a3cb-c7f61b8964c3}</value>
84
84
  <display_name>*All Air Loops*</display_name>
85
85
  </choice>
86
86
  </choices>
@@ -208,7 +208,7 @@
208
208
  <filename>LICENSE.md</filename>
209
209
  <filetype>md</filetype>
210
210
  <usage_type>license</usage_type>
211
- <checksum>8696A072</checksum>
211
+ <checksum>CBFF29F5</checksum>
212
212
  </file>
213
213
  <file>
214
214
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>add_cost_per_area_to_unused_construction</name>
5
5
  <uid>ad632782-125f-45c8-a9cf-516e184b418a</uid>
6
- <version_id>6f9fd9e6-48aa-4e11-aa20-b7d4f2facb95</version_id>
7
- <version_modified>2024-11-16T23:54:15Z</version_modified>
6
+ <version_id>c766b7a5-0ca5-4a0b-96f4-9eedbb323504</version_id>
7
+ <version_modified>2025-08-01T14:35:28Z</version_modified>
8
8
  <xml_checksum>35DA4ED3</xml_checksum>
9
9
  <class_name>AddCostPerAreaToUnusedConstruction</class_name>
10
10
  <display_name>Add Cost per Area to Unused Construction</display_name>
@@ -141,7 +141,7 @@
141
141
  <filename>LICENSE.md</filename>
142
142
  <filetype>md</filetype>
143
143
  <usage_type>license</usage_type>
144
- <checksum>8696A072</checksum>
144
+ <checksum>CBFF29F5</checksum>
145
145
  </file>
146
146
  <file>
147
147
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>add_exterior_lights</name>
5
5
  <uid>34f9050c-5f8f-4d10-8e46-30ca8333114d</uid>
6
- <version_id>b7da8ea0-0fc4-4519-8ff0-fc52bef46190</version_id>
7
- <version_modified>2024-11-16T23:54:13Z</version_modified>
6
+ <version_id>b51ce1f3-bc29-424c-9dc5-b6fd1ce3e35f</version_id>
7
+ <version_modified>2025-08-01T14:35:26Z</version_modified>
8
8
  <xml_checksum>293730A7</xml_checksum>
9
9
  <class_name>AddExteriorLights</class_name>
10
10
  <display_name>Add Exterior Lights</display_name>
@@ -151,7 +151,7 @@
151
151
  <filename>LICENSE.md</filename>
152
152
  <filetype>md</filetype>
153
153
  <usage_type>license</usage_type>
154
- <checksum>8696A072</checksum>
154
+ <checksum>CBFF29F5</checksum>
155
155
  </file>
156
156
  <file>
157
157
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>add_meter</name>
5
5
  <uid>ad4015f2-6d1d-4bb2-84b1-db47bc67a5b2</uid>
6
- <version_id>3ef806d0-a2b9-4673-9ac0-bbfe838dae7e</version_id>
7
- <version_modified>2024-11-16T23:54:16Z</version_modified>
6
+ <version_id>94902bec-e913-4664-a5e1-6bac52d62fd2</version_id>
7
+ <version_modified>2025-08-01T14:35:29Z</version_modified>
8
8
  <xml_checksum>0CA4D54C</xml_checksum>
9
9
  <class_name>AddMeter</class_name>
10
10
  <display_name>Add Meter</display_name>
@@ -82,7 +82,7 @@
82
82
  <filename>LICENSE.md</filename>
83
83
  <filetype>md</filetype>
84
84
  <usage_type>license</usage_type>
85
- <checksum>8696A072</checksum>
85
+ <checksum>CBFF29F5</checksum>
86
86
  </file>
87
87
  <file>
88
88
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>add_output_diagnostics</name>
5
5
  <uid>cb957503-4a01-42c4-a918-a44df4ea759c</uid>
6
- <version_id>1ba94e70-fa6c-4cf7-bd9d-5b0735b2300e</version_id>
7
- <version_modified>2024-11-16T23:54:12Z</version_modified>
6
+ <version_id>d260a396-b07a-455f-9e4a-534dbf7701a9</version_id>
7
+ <version_modified>2025-08-01T14:35:25Z</version_modified>
8
8
  <xml_checksum>AA6ADD14</xml_checksum>
9
9
  <class_name>AddOutputDiagnostics</class_name>
10
10
  <display_name>Add Output Diagnostics</display_name>
@@ -84,7 +84,7 @@
84
84
  <filename>LICENSE.md</filename>
85
85
  <filetype>md</filetype>
86
86
  <usage_type>license</usage_type>
87
- <checksum>8696A072</checksum>
87
+ <checksum>CBFF29F5</checksum>
88
88
  </file>
89
89
  <file>
90
90
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>add_output_variable</name>
5
5
  <uid>2a058afb-e349-49ae-a4bf-2c56a42b4352</uid>
6
- <version_id>27d01112-66bb-41ca-97a7-4b1dd74c83c7</version_id>
7
- <version_modified>2024-11-16T23:54:18Z</version_modified>
6
+ <version_id>e84e2244-3691-44fa-ac91-7421e2a54367</version_id>
7
+ <version_modified>2025-08-01T14:35:31Z</version_modified>
8
8
  <xml_checksum>0CA4D54C</xml_checksum>
9
9
  <class_name>AddOutputVariable</class_name>
10
10
  <display_name>Add Output Variable</display_name>
@@ -94,7 +94,7 @@
94
94
  <filename>LICENSE.md</filename>
95
95
  <filetype>md</filetype>
96
96
  <usage_type>license</usage_type>
97
- <checksum>8696A072</checksum>
97
+ <checksum>CBFF29F5</checksum>
98
98
  </file>
99
99
  <file>
100
100
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</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>17051d34-b75e-442a-9901-d5c81f4cf54b</version_id>
7
- <version_modified>2024-11-16T23:54:16Z</version_modified>
6
+ <version_id>e0c30fe9-175e-44b4-8727-f50e9fa3fbb7</version_id>
7
+ <version_modified>2025-08-01T14:35:29Z</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>
@@ -118,7 +118,7 @@
118
118
  <filename>LICENSE.md</filename>
119
119
  <filetype>md</filetype>
120
120
  <usage_type>license</usage_type>
121
- <checksum>8696A072</checksum>
121
+ <checksum>CBFF29F5</checksum>
122
122
  </file>
123
123
  <file>
124
124
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>add_thermal_comfort_model_types</name>
5
5
  <uid>5ae7b6b3-58d0-40b4-9899-a7cf0e0d36d2</uid>
6
- <version_id>e4859508-750e-4c5f-b1fd-f9053d734101</version_id>
7
- <version_modified>2024-11-16T23:54:18Z</version_modified>
6
+ <version_id>1c4ac2a7-45dd-4c88-b7f3-4ccf772d5e65</version_id>
7
+ <version_modified>2025-08-01T14:35:31Z</version_modified>
8
8
  <xml_checksum>F0C3F749</xml_checksum>
9
9
  <class_name>AddThermalComfortModelTypes</class_name>
10
10
  <display_name>AddThermalComfortModelTypes</display_name>
@@ -197,7 +197,7 @@
197
197
  <filename>LICENSE.md</filename>
198
198
  <filetype>md</filetype>
199
199
  <usage_type>license</usage_type>
200
- <checksum>8696A072</checksum>
200
+ <checksum>CBFF29F5</checksum>
201
201
  </file>
202
202
  <file>
203
203
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4