openstudio-calibration 0.11.1 → 0.12.1
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.
- checksums.yaml +4 -4
- data/.github/workflows/test-with-openstudio.yml +108 -0
- data/CHANGELOG.md +8 -0
- data/Jenkinsfile +3 -2
- data/LICENSE.md +1 -1
- data/README.md +3 -0
- data/doc_templates/LICENSE.md +1 -1
- data/lib/measures/AddMonthlyJSONUtilityData/LICENSE.md +1 -1
- data/lib/measures/AddMonthlyJSONUtilityData/measure.xml +3 -3
- data/lib/measures/AddMonthlyUtilityData/LICENSE.md +1 -1
- data/lib/measures/AddMonthlyUtilityData/measure.xml +3 -3
- data/lib/measures/CalibrationReports/LICENSE.md +1 -1
- data/lib/measures/CalibrationReports/measure.xml +3 -3
- data/lib/measures/CalibrationReportsEnhanced/LICENSE.md +1 -1
- data/lib/measures/CalibrationReportsEnhanced/measure.xml +3 -3
- data/lib/measures/CoilCoolingDXSingleSpeedMultiplier/LICENSE.md +1 -1
- data/lib/measures/CoilCoolingDXSingleSpeedMultiplier/measure.xml +5 -5
- data/lib/measures/CoilCoolingDXSingleSpeedPercentChange/LICENSE.md +1 -1
- data/lib/measures/CoilCoolingDXSingleSpeedPercentChange/measure.xml +5 -5
- data/lib/measures/CoilCoolingDXTwoSpeedMultiplier/LICENSE.md +1 -1
- data/lib/measures/CoilCoolingDXTwoSpeedMultiplier/measure.xml +5 -5
- data/lib/measures/CoilCoolingDXTwoSpeedPercentChange/LICENSE.md +1 -1
- data/lib/measures/CoilCoolingDXTwoSpeedPercentChange/measure.xml +5 -5
- data/lib/measures/CoilCoolingWaterMultiplier/LICENSE.md +1 -1
- data/lib/measures/CoilCoolingWaterMultiplier/measure.xml +5 -5
- data/lib/measures/CoilCoolingWaterPercentChange/LICENSE.md +1 -1
- data/lib/measures/CoilCoolingWaterPercentChange/measure.xml +5 -5
- data/lib/measures/CoilHeatingElectricMultiplier/LICENSE.md +1 -1
- data/lib/measures/CoilHeatingElectricMultiplier/measure.xml +5 -5
- data/lib/measures/CoilHeatingElectricPercentChange/LICENSE.md +1 -1
- data/lib/measures/CoilHeatingElectricPercentChange/measure.xml +5 -5
- data/lib/measures/CoilHeatingGasMultiplier/LICENSE.md +1 -1
- data/lib/measures/CoilHeatingGasMultiplier/measure.xml +5 -5
- data/lib/measures/CoilHeatingGasPercentChange/LICENSE.md +1 -1
- data/lib/measures/CoilHeatingGasPercentChange/measure.xml +5 -5
- data/lib/measures/CoilHeatingWaterMultiplier/LICENSE.md +1 -1
- data/lib/measures/CoilHeatingWaterMultiplier/measure.xml +5 -5
- data/lib/measures/CoilHeatingWaterPercentChange/LICENSE.md +1 -1
- data/lib/measures/CoilHeatingWaterPercentChange/measure.xml +5 -5
- data/lib/measures/ConstructionLayerZeroMaterialProperties/LICENSE.md +1 -1
- data/lib/measures/ConstructionLayerZeroMaterialProperties/measure.xml +3 -3
- data/lib/measures/ElectricBaseboardEfficiencyAndCapacity/LICENSE.md +1 -1
- data/lib/measures/ElectricBaseboardEfficiencyAndCapacity/measure.xml +3 -3
- data/lib/measures/ExteriorWallThermalPropertiesMultiplier/LICENSE.md +1 -1
- data/lib/measures/ExteriorWallThermalPropertiesMultiplier/measure.xml +3 -3
- data/lib/measures/ExteriorWallThermalPropertiesPercentChange/LICENSE.md +1 -1
- data/lib/measures/ExteriorWallThermalPropertiesPercentChange/measure.xml +3 -3
- data/lib/measures/FansMultiplier/LICENSE.md +1 -1
- data/lib/measures/FansMultiplier/measure.xml +5 -5
- data/lib/measures/FansPercentChange/LICENSE.md +1 -1
- data/lib/measures/FansPercentChange/measure.xml +5 -5
- data/lib/measures/GeneralCalibrationMeasureMultiplier/LICENSE.md +1 -1
- data/lib/measures/GeneralCalibrationMeasureMultiplier/measure.xml +7 -7
- data/lib/measures/GeneralCalibrationMeasurePercentChange/LICENSE.md +1 -1
- data/lib/measures/GeneralCalibrationMeasurePercentChange/measure.xml +7 -7
- data/lib/measures/HardSizeHvac/LICENSE.md +1 -1
- data/lib/measures/HardSizeHvac/measure.xml +3 -3
- data/lib/measures/RValueOfInsulationForConstructionMultiplier/LICENSE.md +1 -1
- data/lib/measures/RValueOfInsulationForConstructionMultiplier/measure.xml +3 -3
- data/lib/measures/RValueOfInsulationForConstructionPercentageChange/LICENSE.md +1 -1
- data/lib/measures/RValueOfInsulationForConstructionPercentageChange/measure.xml +3 -3
- data/lib/measures/RoofThermalPropertiesMultiplier/LICENSE.md +1 -1
- data/lib/measures/RoofThermalPropertiesMultiplier/measure.xml +3 -3
- data/lib/measures/RoofThermalPropertiesPercentChange/LICENSE.md +1 -1
- data/lib/measures/RoofThermalPropertiesPercentChange/measure.xml +3 -3
- data/lib/measures/TimeseriesObjectiveFunction/LICENSE.md +1 -1
- data/lib/measures/TimeseriesObjectiveFunction/measure.xml +4 -4
- data/lib/measures/TimeseriesObjectiveFunction/resources/report.html.erb +2 -0
- data/lib/measures/TimeseriesPlot/LICENSE.md +1 -1
- data/lib/measures/TimeseriesPlot/measure.xml +4 -4
- data/lib/measures/TimeseriesPlot/resources/report.html.erb +2 -0
- data/lib/measures/WaterHeaterMixedMultiplier/LICENSE.md +1 -1
- data/lib/measures/WaterHeaterMixedMultiplier/measure.xml +5 -5
- data/lib/measures/WaterHeaterMixedPercentChange/LICENSE.md +1 -1
- data/lib/measures/WaterHeaterMixedPercentChange/measure.xml +5 -5
- data/lib/measures/inspect_and_edit_parametric_schedules/LICENSE.md +1 -1
- data/lib/measures/inspect_and_edit_parametric_schedules/measure.xml +3 -3
- data/lib/measures/shift_hours_of_operation/LICENSE.md +1 -1
- data/lib/measures/shift_hours_of_operation/measure.xml +3 -3
- data/lib/openstudio/calibration/version.rb +1 -1
- data/openstudio-calibration.gemspec +6 -2
- metadata +64 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2472acb0658b059fc4adecf0c6dacebd8e9b2fdbc2756f84daf6193edd6631d8
|
4
|
+
data.tar.gz: 401e83ad8d4429aae741f97537a583cef1526dc0dd9c887b71c3b43d1918a213
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a019151938f06616bb1d02b1c5dd49e6fd4b69133437c2b403525329d1d9f8fd93d7cf36087bfac91f76eaf4a51ebb82db0914c2272c4505a052b199cb305674
|
7
|
+
data.tar.gz: 39b5c84c8d9e163fe4c3d72fe86c7f93118a68d28194262101898a574aadb10a9f745af101a22bda8338476b89e520f13e2756918a1a29175317258cdfe6627d
|
@@ -0,0 +1,108 @@
|
|
1
|
+
# Test with OpenStudio container
|
2
|
+
name: test_with_openstudio
|
3
|
+
on: push
|
4
|
+
|
5
|
+
jobs:
|
6
|
+
test-gems-latest:
|
7
|
+
runs-on: ubuntu-latest
|
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
|
17
|
+
|
18
|
+
steps:
|
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
|
27
|
+
shell: bash
|
28
|
+
run: |
|
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
|
57
|
+
run: |
|
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..."
|
67
|
+
bundle install
|
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
|
84
|
+
with:
|
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-west-2
|
88
|
+
|
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
|
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,13 @@
|
|
1
1
|
# OpenStudio Calibration Measures Gem
|
2
2
|
|
3
|
+
## Version 0.12.1
|
4
|
+
* Update licenses and measure meta data
|
5
|
+
* Update depenencies (extension gem 0.9.2)
|
6
|
+
|
7
|
+
## Version 0.12.0
|
8
|
+
* Support for OpenStudio 3.10 (upgrade to standards gem 0.8.2, extension gem 0.9.1)
|
9
|
+
* todo add log after finalize bug fixes for this release
|
10
|
+
|
3
11
|
## Version 0.11.1
|
4
12
|
* Update dependencies for 3.9
|
5
13
|
|
data/Jenkinsfile
CHANGED
@@ -1,6 +1,7 @@
|
|
1
|
-
//Jenkins pipelines are stored in shared libraries. Please see: https://github.com/NREL/cbci_jenkins_libs
|
1
|
+
// Jenkins pipelines are stored in shared libraries. Please see: https://github.com/NREL/cbci_jenkins_libs
|
2
|
+
// Note that in the future this will be migrated to github actions
|
2
3
|
|
3
|
-
@Library('cbci_shared_libs
|
4
|
+
@Library('cbci_shared_libs') _
|
4
5
|
|
5
6
|
// Build for PR to develop branch only.
|
6
7
|
if ((env.CHANGE_ID) && (env.CHANGE_TARGET) ) { // check if set
|
data/LICENSE.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
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
@@ -24,6 +24,9 @@ Or install it yourself as:
|
|
24
24
|
|
25
25
|
|OpenStudio Calibration Gem|OpenStudio|Ruby|
|
26
26
|
|:--------------:|:----------:|:--------:|
|
27
|
+
| 0.12.1 | 3.10 | 3.2.2 |
|
28
|
+
| 0.12.0 | 3.10 | 3.2.2 |
|
29
|
+
| 0.11.1 | 3.9 | 3.2.2 |
|
27
30
|
| 0.11.0 | 3.9 | 3.2.2 |
|
28
31
|
| 0.10.0 | 3.8 | 3.2.2 |
|
29
32
|
| 0.9.0 | 3.7 | 2.7 |
|
data/doc_templates/LICENSE.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
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,
|
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_monthly_json_utility_data</name>
|
5
5
|
<uid>6da969e0-4256-49bf-9607-26504cc3d423</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>0d4e2462-a0c4-4c56-b4de-9e6664569ae0</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:37Z</version_modified>
|
8
8
|
<xml_checksum>057E8D9D</xml_checksum>
|
9
9
|
<class_name>AddMonthlyJSONUtilityData</class_name>
|
10
10
|
<display_name>Add Monthly JSON Utility Data</display_name>
|
@@ -135,7 +135,7 @@
|
|
135
135
|
<filename>LICENSE.md</filename>
|
136
136
|
<filetype>md</filetype>
|
137
137
|
<usage_type>license</usage_type>
|
138
|
-
<checksum>
|
138
|
+
<checksum>CBFF29F5</checksum>
|
139
139
|
</file>
|
140
140
|
<file>
|
141
141
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
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_monthly_utility_data</name>
|
5
5
|
<uid>6da969e0-4256-49bf-9607-26504cc3d421</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>0a3b7c14-9361-4272-b915-c29a4d2a024e</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:39Z</version_modified>
|
8
8
|
<xml_checksum>9064277D</xml_checksum>
|
9
9
|
<class_name>AddMonthlyUtilityData</class_name>
|
10
10
|
<display_name>AddMonthlyUtilityData</display_name>
|
@@ -71,7 +71,7 @@
|
|
71
71
|
<filename>LICENSE.md</filename>
|
72
72
|
<filetype>md</filetype>
|
73
73
|
<usage_type>license</usage_type>
|
74
|
-
<checksum>
|
74
|
+
<checksum>CBFF29F5</checksum>
|
75
75
|
</file>
|
76
76
|
<file>
|
77
77
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
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>calibration_reports</name>
|
5
5
|
<uid>2baede0a-65f3-47ec-b5f6-9c21d0f91aff</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>91b6db0a-4643-4a4d-a57e-cd060a1e9b51</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:41Z</version_modified>
|
8
8
|
<xml_checksum>2C8A3EEF</xml_checksum>
|
9
9
|
<class_name>CalibrationReports</class_name>
|
10
10
|
<display_name>Calibration Reports</display_name>
|
@@ -33,7 +33,7 @@
|
|
33
33
|
<filename>LICENSE.md</filename>
|
34
34
|
<filetype>md</filetype>
|
35
35
|
<usage_type>license</usage_type>
|
36
|
-
<checksum>
|
36
|
+
<checksum>CBFF29F5</checksum>
|
37
37
|
</file>
|
38
38
|
<file>
|
39
39
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
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>calibration_reports_enhanced</name>
|
5
5
|
<uid>e6642d40-7366-4647-8724-53a37991d668</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>798f5fc1-cb88-4c82-b7da-af6f92b2ab11</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:39Z</version_modified>
|
8
8
|
<xml_checksum>2C8A3EEF</xml_checksum>
|
9
9
|
<class_name>CalibrationReportsEnhanced</class_name>
|
10
10
|
<display_name>Calibration Reports Enhanced</display_name>
|
@@ -314,7 +314,7 @@
|
|
314
314
|
<filename>LICENSE.md</filename>
|
315
315
|
<filetype>md</filetype>
|
316
316
|
<usage_type>license</usage_type>
|
317
|
-
<checksum>
|
317
|
+
<checksum>CBFF29F5</checksum>
|
318
318
|
</file>
|
319
319
|
<file>
|
320
320
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
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>coil_cooling_dx_single_speed_multiplier</name>
|
5
5
|
<uid>97d0dbdf-6245-4cfd-8dfc-a6a5eb853b16</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>a7fbb1a9-b5e6-4374-aa4f-5b4d5d507a7b</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:41Z</version_modified>
|
8
8
|
<xml_checksum>8CBDDA1B</xml_checksum>
|
9
9
|
<class_name>CoilCoolingDXSingleSpeedMultiplier</class_name>
|
10
10
|
<display_name>Cooling Coils DX Single Speed Multiplier</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>{
|
20
|
+
<default_value>{0856c5fd-bac7-4d25-a44a-4b810a2202ff}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{0856c5fd-bac7-4d25-a44a-4b810a2202ff}</value>
|
24
24
|
<display_name>*All DX Cooling Coils*</display_name>
|
25
25
|
</choice>
|
26
26
|
<choice>
|
@@ -65,7 +65,7 @@
|
|
65
65
|
<filename>LICENSE.md</filename>
|
66
66
|
<filetype>md</filetype>
|
67
67
|
<usage_type>license</usage_type>
|
68
|
-
<checksum>
|
68
|
+
<checksum>CBFF29F5</checksum>
|
69
69
|
</file>
|
70
70
|
<file>
|
71
71
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
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>coil_cooling_dx_single_speed_percent_change</name>
|
5
5
|
<uid>97d0dbdf-6245-4cfd-8dfc-a6a5eb853b37</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>7bf03f7c-3338-4f1d-86eb-09a2e36a55b5</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:39Z</version_modified>
|
8
8
|
<xml_checksum>8CBDDA1B</xml_checksum>
|
9
9
|
<class_name>CoilCoolingDXSingleSpeedPercentChange</class_name>
|
10
10
|
<display_name>Cooling Coils DX Single Speed Percent Change</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>{
|
20
|
+
<default_value>{7c5e6574-aa77-48e9-9864-0fa6664ff4a2}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{7c5e6574-aa77-48e9-9864-0fa6664ff4a2}</value>
|
24
24
|
<display_name>*All DX Cooling Coils*</display_name>
|
25
25
|
</choice>
|
26
26
|
<choice>
|
@@ -65,7 +65,7 @@
|
|
65
65
|
<filename>LICENSE.md</filename>
|
66
66
|
<filetype>md</filetype>
|
67
67
|
<usage_type>license</usage_type>
|
68
|
-
<checksum>
|
68
|
+
<checksum>CBFF29F5</checksum>
|
69
69
|
</file>
|
70
70
|
<file>
|
71
71
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
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>coil_cooling_dx_two_speed_multiplier</name>
|
5
5
|
<uid>fe4f36db-e296-4c9f-8199-19f2249384dd</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>0a25851a-9ccf-4b3a-96ae-2f02ddf6c5c3</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:39Z</version_modified>
|
8
8
|
<xml_checksum>8CBDDA1B</xml_checksum>
|
9
9
|
<class_name>CoilCoolingDXTwoSpeedMultiplier</class_name>
|
10
10
|
<display_name>Cooling Coils DX Two Speed Multiplier</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>{
|
20
|
+
<default_value>{fdc72f76-6c8a-4bd8-9124-626cb73d84fa}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{fdc72f76-6c8a-4bd8-9124-626cb73d84fa}</value>
|
24
24
|
<display_name>*All DX Cooling Coils*</display_name>
|
25
25
|
</choice>
|
26
26
|
<choice>
|
@@ -83,7 +83,7 @@
|
|
83
83
|
<filename>LICENSE.md</filename>
|
84
84
|
<filetype>md</filetype>
|
85
85
|
<usage_type>license</usage_type>
|
86
|
-
<checksum>
|
86
|
+
<checksum>CBFF29F5</checksum>
|
87
87
|
</file>
|
88
88
|
<file>
|
89
89
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
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>coil_cooling_dx_two_speed_percent_change</name>
|
5
5
|
<uid>2145d3a3-60fd-4b95-8faf-33e2402934fc</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>b1b5252b-a882-4ad8-aab7-378b54f999c2</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:41Z</version_modified>
|
8
8
|
<xml_checksum>8CBDDA1B</xml_checksum>
|
9
9
|
<class_name>CoilCoolingDXTwoSpeedPercentChange</class_name>
|
10
10
|
<display_name>Cooling Coils DX Two Speed Percent Change</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>{
|
20
|
+
<default_value>{ebb4f0dd-22ee-48f4-9926-cda07f6cf75b}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{ebb4f0dd-22ee-48f4-9926-cda07f6cf75b}</value>
|
24
24
|
<display_name>*All DX Cooling Coils*</display_name>
|
25
25
|
</choice>
|
26
26
|
<choice>
|
@@ -83,7 +83,7 @@
|
|
83
83
|
<filename>LICENSE.md</filename>
|
84
84
|
<filetype>md</filetype>
|
85
85
|
<usage_type>license</usage_type>
|
86
|
-
<checksum>
|
86
|
+
<checksum>CBFF29F5</checksum>
|
87
87
|
</file>
|
88
88
|
<file>
|
89
89
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
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>coil_cooling_water_multiplier</name>
|
5
5
|
<uid>0fb42580-a644-4291-9a08-05521a6e7940</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>647b8b99-241a-4b8e-9d81-79914e5289c0</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:41Z</version_modified>
|
8
8
|
<xml_checksum>8CBDDA1B</xml_checksum>
|
9
9
|
<class_name>CoilCoolingWaterMultiplier</class_name>
|
10
10
|
<display_name>Cooling Coils Water Multiplier</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>{
|
20
|
+
<default_value>{b8705184-b3c9-4e70-9bed-115a72f83b99}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{b8705184-b3c9-4e70-9bed-115a72f83b99}</value>
|
24
24
|
<display_name>*All Water Cooling Coils*</display_name>
|
25
25
|
</choice>
|
26
26
|
<choice>
|
@@ -101,7 +101,7 @@
|
|
101
101
|
<filename>LICENSE.md</filename>
|
102
102
|
<filetype>md</filetype>
|
103
103
|
<usage_type>license</usage_type>
|
104
|
-
<checksum>
|
104
|
+
<checksum>CBFF29F5</checksum>
|
105
105
|
</file>
|
106
106
|
<file>
|
107
107
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
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>coil_cooling_water_percent_change</name>
|
5
5
|
<uid>51bc1f02-f01b-4c5e-818a-db76ed783665</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>21bdd73c-b8da-4682-be19-c1138c349499</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:41Z</version_modified>
|
8
8
|
<xml_checksum>8CBDDA1B</xml_checksum>
|
9
9
|
<class_name>CoilCoolingWaterPercentChange</class_name>
|
10
10
|
<display_name>Cooling Coils Water PercentChange</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>{
|
20
|
+
<default_value>{6900f1b7-ad07-4bee-a9db-381768dac068}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{6900f1b7-ad07-4bee-a9db-381768dac068}</value>
|
24
24
|
<display_name>*All Water Cooling Coils*</display_name>
|
25
25
|
</choice>
|
26
26
|
<choice>
|
@@ -101,7 +101,7 @@
|
|
101
101
|
<filename>LICENSE.md</filename>
|
102
102
|
<filetype>md</filetype>
|
103
103
|
<usage_type>license</usage_type>
|
104
|
-
<checksum>
|
104
|
+
<checksum>CBFF29F5</checksum>
|
105
105
|
</file>
|
106
106
|
<file>
|
107
107
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
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>coil_heating_electric_multiplier</name>
|
5
5
|
<uid>122e854c-d939-4bea-822a-89f2a5584a01</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>b7804c19-a3e3-4321-b05e-56a144d54597</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:39Z</version_modified>
|
8
8
|
<xml_checksum>1F3D2430</xml_checksum>
|
9
9
|
<class_name>CoilHeatingElectricMultiplier</class_name>
|
10
10
|
<display_name>Heating Coils Electric Multiplier</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>{
|
20
|
+
<default_value>{24938b20-6ad1-49c2-9517-4b18d8e877d6}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{24938b20-6ad1-49c2-9517-4b18d8e877d6}</value>
|
24
24
|
<display_name>*All Electric Heating Coils*</display_name>
|
25
25
|
</choice>
|
26
26
|
<choice>
|
@@ -65,7 +65,7 @@
|
|
65
65
|
<filename>LICENSE.md</filename>
|
66
66
|
<filetype>md</filetype>
|
67
67
|
<usage_type>license</usage_type>
|
68
|
-
<checksum>
|
68
|
+
<checksum>CBFF29F5</checksum>
|
69
69
|
</file>
|
70
70
|
<file>
|
71
71
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
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>coil_heating_electric_percent_change</name>
|
5
5
|
<uid>7c681481-16d2-4a8e-b0a3-71a86639f53a</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>803a13d7-9d5f-4838-b64b-b3178dc457cb</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:39Z</version_modified>
|
8
8
|
<xml_checksum>1F3D2430</xml_checksum>
|
9
9
|
<class_name>CoilHeatingElectricPercentChange</class_name>
|
10
10
|
<display_name>Heating Coils Electric Percent Change</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>{
|
20
|
+
<default_value>{0e7682af-12db-41ee-86a7-853c07018576}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{0e7682af-12db-41ee-86a7-853c07018576}</value>
|
24
24
|
<display_name>*All Electric Heating Coils*</display_name>
|
25
25
|
</choice>
|
26
26
|
<choice>
|
@@ -65,7 +65,7 @@
|
|
65
65
|
<filename>LICENSE.md</filename>
|
66
66
|
<filetype>md</filetype>
|
67
67
|
<usage_type>license</usage_type>
|
68
|
-
<checksum>
|
68
|
+
<checksum>CBFF29F5</checksum>
|
69
69
|
</file>
|
70
70
|
<file>
|
71
71
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
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
|
|