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
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>coil_heating_gas_multiplier</name>
|
5
5
|
<uid>a4843fc4-4cc7-4112-b5a9-aef81cbeac63</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>a1e1b7ff-c67a-4f00-aa27-d108129ca0b5</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:38Z</version_modified>
|
8
8
|
<xml_checksum>1F3D2430</xml_checksum>
|
9
9
|
<class_name>CoilHeatingGasMultiplier</class_name>
|
10
10
|
<display_name>Heating Coils Gas 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>{7f75613f-6cd7-4235-bc52-cc2136808716}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{7f75613f-6cd7-4235-bc52-cc2136808716}</value>
|
24
24
|
<display_name>*All Gas Heating 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_heating_gas_percent_change</name>
|
5
5
|
<uid>8589af79-cfe7-45fb-9c79-e7b95e5fb02f</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>6f2d8194-4494-4fc2-915b-526b1fad40be</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:39Z</version_modified>
|
8
8
|
<xml_checksum>1F3D2430</xml_checksum>
|
9
9
|
<class_name>CoilHeatingGasPercentChange</class_name>
|
10
10
|
<display_name>Heating Coils Gas 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>{bd9999af-e5c0-4c1f-9544-a4ef37b92be8}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{bd9999af-e5c0-4c1f-9544-a4ef37b92be8}</value>
|
24
24
|
<display_name>*All Gas Heating 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_heating_water_multiplier</name>
|
5
5
|
<uid>48c50a83-4092-4f2b-9968-8c820759f321</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>663f1bb0-c4ee-43ae-8636-76a3c009a28b</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:39Z</version_modified>
|
8
8
|
<xml_checksum>1F3D2430</xml_checksum>
|
9
9
|
<class_name>CoilHeatingWaterMultiplier</class_name>
|
10
10
|
<display_name>Heating 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>{4e2fb5c7-7b44-4139-b3f8-9ea304f61db3}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{4e2fb5c7-7b44-4139-b3f8-9ea304f61db3}</value>
|
24
24
|
<display_name>*All Water 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_water_percent_change</name>
|
5
5
|
<uid>85674ff6-4fdc-463f-9695-36bf6c6a2608</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>990d2e5e-0655-46be-99d0-a4c756ab2f94</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:39Z</version_modified>
|
8
8
|
<xml_checksum>1F3D2430</xml_checksum>
|
9
9
|
<class_name>CoilHeatingWaterPercentChange</class_name>
|
10
10
|
<display_name>Heating Coils Water 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>{1868977c-e573-423b-9594-d5599673f23e}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{1868977c-e573-423b-9594-d5599673f23e}</value>
|
24
24
|
<display_name>*All Water 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>construction_layer_zero_material_properties</name>
|
5
5
|
<uid>3c7a6751-bb54-4600-9410-8f042e1a413b</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>012ffdf0-33e0-447c-b8e4-5665e8653965</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:39Z</version_modified>
|
8
8
|
<xml_checksum>0BF71A3E</xml_checksum>
|
9
9
|
<class_name>ConstructionLayerZeroMaterialProperties</class_name>
|
10
10
|
<display_name>Change Parameters Of Material (Layer 0 of Construction)</display_name>
|
@@ -166,7 +166,7 @@
|
|
166
166
|
<filename>LICENSE.md</filename>
|
167
167
|
<filetype>md</filetype>
|
168
168
|
<usage_type>license</usage_type>
|
169
|
-
<checksum>
|
169
|
+
<checksum>CBFF29F5</checksum>
|
170
170
|
</file>
|
171
171
|
<file>
|
172
172
|
<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>electric_baseboard_efficiency_and_capacity</name>
|
5
5
|
<uid>4253e38c-6b48-4e96-8da7-002cec68d376</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>6b7aedf7-89b2-4910-b9ed-f3435c46243d</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:39Z</version_modified>
|
8
8
|
<xml_checksum>0DA5C9E6</xml_checksum>
|
9
9
|
<class_name>ElectricBaseboardEfficiencyAndCapacity</class_name>
|
10
10
|
<display_name>Electric Baseboard Efficiency And Capacity</display_name>
|
@@ -50,7 +50,7 @@
|
|
50
50
|
<filename>LICENSE.md</filename>
|
51
51
|
<filetype>md</filetype>
|
52
52
|
<usage_type>license</usage_type>
|
53
|
-
<checksum>
|
53
|
+
<checksum>CBFF29F5</checksum>
|
54
54
|
</file>
|
55
55
|
<file>
|
56
56
|
<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>exterior_wall_thermal_properties_multiplier</name>
|
5
5
|
<uid>6ab39cf2-1f9e-4570-a797-360a814aaa74</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>78d31702-2f71-410a-b02f-46f77484d9e4</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:39Z</version_modified>
|
8
8
|
<xml_checksum>EB1A0C08</xml_checksum>
|
9
9
|
<class_name>ExteriorWallThermalPropertiesMultiplier</class_name>
|
10
10
|
<display_name>Exterior Wall Thermal Properties Multiplier</display_name>
|
@@ -68,7 +68,7 @@
|
|
68
68
|
<filename>LICENSE.md</filename>
|
69
69
|
<filetype>md</filetype>
|
70
70
|
<usage_type>license</usage_type>
|
71
|
-
<checksum>
|
71
|
+
<checksum>CBFF29F5</checksum>
|
72
72
|
</file>
|
73
73
|
<file>
|
74
74
|
<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>exterior_wall_thermal_properties_percent_change</name>
|
5
5
|
<uid>6ab39cf2-1f9e-4570-a797-360a814aaa64</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>4776d91b-016a-48a1-a431-04d512402a32</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:39Z</version_modified>
|
8
8
|
<xml_checksum>EB1A0C08</xml_checksum>
|
9
9
|
<class_name>ExteriorWallThermalPropertiesPercentChange</class_name>
|
10
10
|
<display_name>Exterior Wall Thermal Percent Change</display_name>
|
@@ -68,7 +68,7 @@
|
|
68
68
|
<filename>LICENSE.md</filename>
|
69
69
|
<filetype>md</filetype>
|
70
70
|
<usage_type>license</usage_type>
|
71
|
-
<checksum>
|
71
|
+
<checksum>CBFF29F5</checksum>
|
72
72
|
</file>
|
73
73
|
<file>
|
74
74
|
<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>fans_multiplier</name>
|
5
5
|
<uid>af156383-cfe2-4798-b581-08a4cccb8877</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>c3532a48-62a5-498c-b895-2e4b214ad83d</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:39Z</version_modified>
|
8
8
|
<xml_checksum>3C1DA54F</xml_checksum>
|
9
9
|
<class_name>FansMultiplier</class_name>
|
10
10
|
<display_name>Fans 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>{67ab61ef-e195-4462-a139-51ae79b82ecb}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{67ab61ef-e195-4462-a139-51ae79b82ecb}</value>
|
24
24
|
<display_name>*All Fans*</display_name>
|
25
25
|
</choice>
|
26
26
|
<choice>
|
@@ -139,7 +139,7 @@
|
|
139
139
|
<filename>LICENSE.md</filename>
|
140
140
|
<filetype>md</filetype>
|
141
141
|
<usage_type>license</usage_type>
|
142
|
-
<checksum>
|
142
|
+
<checksum>CBFF29F5</checksum>
|
143
143
|
</file>
|
144
144
|
<file>
|
145
145
|
<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>fans_percent_change</name>
|
5
5
|
<uid>4c13a935-976b-4d54-bf7f-a4064fb6e11d</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>876fd2bb-c3c6-4a6f-86bb-2a6135f2ad62</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:39Z</version_modified>
|
8
8
|
<xml_checksum>3C1DA54F</xml_checksum>
|
9
9
|
<class_name>FansPercentChange</class_name>
|
10
10
|
<display_name>Fans 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>{0386ab5b-84e8-45ed-8748-2066a6b6b395}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{0386ab5b-84e8-45ed-8748-2066a6b6b395}</value>
|
24
24
|
<display_name>*All Fans*</display_name>
|
25
25
|
</choice>
|
26
26
|
<choice>
|
@@ -139,7 +139,7 @@
|
|
139
139
|
<filename>LICENSE.md</filename>
|
140
140
|
<filetype>md</filetype>
|
141
141
|
<usage_type>license</usage_type>
|
142
|
-
<checksum>
|
142
|
+
<checksum>CBFF29F5</checksum>
|
143
143
|
</file>
|
144
144
|
<file>
|
145
145
|
<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>general_calibration_measure_multiplier</name>
|
5
5
|
<uid>d622534e-a3c9-4ba5-b616-53dce2a18ac8</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>db1e62b7-d8d8-40df-b47c-2599842b9e8e</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:39Z</version_modified>
|
8
8
|
<xml_checksum>DEC0D835</xml_checksum>
|
9
9
|
<class_name>GeneralCalibrationMeasureMultiplier</class_name>
|
10
10
|
<display_name>General Calibration Measure 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>{2d511982-442f-434b-8ccb-e64221f17aa5}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{2d511982-442f-434b-8ccb-e64221f17aa5}</value>
|
24
24
|
<display_name>*All SpaceTypes*</display_name>
|
25
25
|
</choice>
|
26
26
|
<choice>
|
@@ -35,10 +35,10 @@
|
|
35
35
|
<type>Choice</type>
|
36
36
|
<required>true</required>
|
37
37
|
<model_dependent>false</model_dependent>
|
38
|
-
<default_value>{
|
38
|
+
<default_value>{2d511982-442f-434b-8ccb-e64221f17aa5}</default_value>
|
39
39
|
<choices>
|
40
40
|
<choice>
|
41
|
-
<value>{
|
41
|
+
<value>{2d511982-442f-434b-8ccb-e64221f17aa5}</value>
|
42
42
|
<display_name>*All Spaces*</display_name>
|
43
43
|
</choice>
|
44
44
|
<choice>
|
@@ -202,7 +202,7 @@
|
|
202
202
|
<filename>LICENSE.md</filename>
|
203
203
|
<filetype>md</filetype>
|
204
204
|
<usage_type>license</usage_type>
|
205
|
-
<checksum>
|
205
|
+
<checksum>CBFF29F5</checksum>
|
206
206
|
</file>
|
207
207
|
<file>
|
208
208
|
<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>general_calibration_measure_percent_change</name>
|
5
5
|
<uid>0f583ac1-fa7e-48bc-9f80-12ed17180669</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>115feeb2-ea96-4f7e-8b54-ccf8cde84bf6</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:39Z</version_modified>
|
8
8
|
<xml_checksum>DEC0D835</xml_checksum>
|
9
9
|
<class_name>GeneralCalibrationMeasurePercentChange</class_name>
|
10
10
|
<display_name>General Calibration Measure 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>{9d9a2955-0a48-4154-9a15-ead7ecd5c506}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{9d9a2955-0a48-4154-9a15-ead7ecd5c506}</value>
|
24
24
|
<display_name>*All SpaceTypes*</display_name>
|
25
25
|
</choice>
|
26
26
|
<choice>
|
@@ -35,10 +35,10 @@
|
|
35
35
|
<type>Choice</type>
|
36
36
|
<required>true</required>
|
37
37
|
<model_dependent>false</model_dependent>
|
38
|
-
<default_value>{
|
38
|
+
<default_value>{9d9a2955-0a48-4154-9a15-ead7ecd5c506}</default_value>
|
39
39
|
<choices>
|
40
40
|
<choice>
|
41
|
-
<value>{
|
41
|
+
<value>{9d9a2955-0a48-4154-9a15-ead7ecd5c506}</value>
|
42
42
|
<display_name>*All Spaces*</display_name>
|
43
43
|
</choice>
|
44
44
|
<choice>
|
@@ -201,7 +201,7 @@
|
|
201
201
|
<filename>LICENSE.md</filename>
|
202
202
|
<filetype>md</filetype>
|
203
203
|
<usage_type>license</usage_type>
|
204
|
-
<checksum>
|
204
|
+
<checksum>CBFF29F5</checksum>
|
205
205
|
</file>
|
206
206
|
<file>
|
207
207
|
<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>hard_size_hvac</name>
|
5
5
|
<uid>d7da749f-6318-4077-b502-25994a713b27</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>bd69e957-eede-428e-8c93-ed548c726a5e</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:41Z</version_modified>
|
8
8
|
<xml_checksum>2B526343</xml_checksum>
|
9
9
|
<class_name>HardSizeHVAC</class_name>
|
10
10
|
<display_name>Hard Size HVAC</display_name>
|
@@ -53,7 +53,7 @@
|
|
53
53
|
<filename>LICENSE.md</filename>
|
54
54
|
<filetype>md</filetype>
|
55
55
|
<usage_type>license</usage_type>
|
56
|
-
<checksum>
|
56
|
+
<checksum>CBFF29F5</checksum>
|
57
57
|
</file>
|
58
58
|
<file>
|
59
59
|
<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>r_value_of_insulation_for_construction_multiplier</name>
|
5
5
|
<uid>3c7a6751-bb54-4600-9410-8f042e1a513b</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>e414a81d-8240-4497-932e-5b2880f7cb36</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:39Z</version_modified>
|
8
8
|
<xml_checksum>0BF71A3E</xml_checksum>
|
9
9
|
<class_name>RValueOfInsulationForConstructionMultiplier</class_name>
|
10
10
|
<display_name>Change R-value of Insulation Layer for Construction By a Multiplier</display_name>
|
@@ -104,7 +104,7 @@
|
|
104
104
|
<filename>LICENSE.md</filename>
|
105
105
|
<filetype>md</filetype>
|
106
106
|
<usage_type>license</usage_type>
|
107
|
-
<checksum>
|
107
|
+
<checksum>CBFF29F5</checksum>
|
108
108
|
</file>
|
109
109
|
<file>
|
110
110
|
<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>r_value_of_insulation_for_construction_percentage_change</name>
|
5
5
|
<uid>7ee248fd-052a-48d6-a8eb-b1fc6a0dc348</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>aa66bbb2-01e0-4efc-a9ac-f5ed4a9df51b</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:41Z</version_modified>
|
8
8
|
<xml_checksum>0BF71A3E</xml_checksum>
|
9
9
|
<class_name>RValueOfInsulationForConstructionPercentageChange</class_name>
|
10
10
|
<display_name>Change R-value of Insulation Layer for Construction By a Specified Percentage</display_name>
|
@@ -104,7 +104,7 @@
|
|
104
104
|
<filename>LICENSE.md</filename>
|
105
105
|
<filetype>md</filetype>
|
106
106
|
<usage_type>license</usage_type>
|
107
|
-
<checksum>
|
107
|
+
<checksum>CBFF29F5</checksum>
|
108
108
|
</file>
|
109
109
|
<file>
|
110
110
|
<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>roof_thermal_properties_multiplier</name>
|
5
5
|
<uid>6c4eb22b-770f-456c-bcd1-084cfad89eeb</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>e02e65be-1f45-4f74-848a-4838c52e5472</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:41Z</version_modified>
|
8
8
|
<xml_checksum>EB1A0C08</xml_checksum>
|
9
9
|
<class_name>RoofThermalPropertiesMultiplier</class_name>
|
10
10
|
<display_name>Roof Thermal Properties Multiplier</display_name>
|
@@ -68,7 +68,7 @@
|
|
68
68
|
<filename>LICENSE.md</filename>
|
69
69
|
<filetype>md</filetype>
|
70
70
|
<usage_type>license</usage_type>
|
71
|
-
<checksum>
|
71
|
+
<checksum>CBFF29F5</checksum>
|
72
72
|
</file>
|
73
73
|
<file>
|
74
74
|
<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>roof_thermal_properties_percent_change</name>
|
5
5
|
<uid>07516685-60fd-4da8-9872-1154a995047d</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>56e59e56-4de5-4b9c-855d-1c8d308e0e9b</version_id>
|
7
|
+
<version_modified>2025-08-01T20:02:41Z</version_modified>
|
8
8
|
<xml_checksum>EB1A0C08</xml_checksum>
|
9
9
|
<class_name>RoofThermalPropertiesPercentChange</class_name>
|
10
10
|
<display_name>Roof Thermal Properties Percent Change</display_name>
|
@@ -68,7 +68,7 @@
|
|
68
68
|
<filename>LICENSE.md</filename>
|
69
69
|
<filetype>md</filetype>
|
70
70
|
<usage_type>license</usage_type>
|
71
|
-
<checksum>
|
71
|
+
<checksum>CBFF29F5</checksum>
|
72
72
|
</file>
|
73
73
|
<file>
|
74
74
|
<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
|
|