openstudio-calibration 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +29 -0
- data/CHANGELOG.md +14 -0
- data/Gemfile +20 -0
- data/Jenkinsfile +6 -0
- data/LICENSE.md +27 -0
- data/README.md +33 -0
- data/Rakefile +50 -0
- data/doc_templates/LICENSE.md +27 -0
- data/doc_templates/README.md.erb +42 -0
- data/doc_templates/copyright_erb.txt +36 -0
- data/doc_templates/copyright_js.txt +4 -0
- data/doc_templates/copyright_ruby.txt +34 -0
- data/lib/files/.gitkeep +0 -0
- data/lib/measures/AddMonthlyJSONUtilityData/LICENSE.md +27 -0
- data/lib/measures/AddMonthlyJSONUtilityData/README.md +96 -0
- data/lib/measures/AddMonthlyJSONUtilityData/README.md.erb +42 -0
- data/lib/measures/AddMonthlyJSONUtilityData/measure.rb +280 -0
- data/lib/measures/AddMonthlyJSONUtilityData/measure.xml +163 -0
- data/lib/measures/AddMonthlyUtilityData/LICENSE.md +27 -0
- data/lib/measures/AddMonthlyUtilityData/README.md +64 -0
- data/lib/measures/AddMonthlyUtilityData/README.md.erb +42 -0
- data/lib/measures/AddMonthlyUtilityData/measure.rb +312 -0
- data/lib/measures/AddMonthlyUtilityData/measure.xml +115 -0
- data/lib/measures/AddMonthlyUtilityData/tests/AddMonthlyUtilityData_Test.rb +88 -0
- data/lib/measures/AddMonthlyUtilityData/tests/electric_billed_usages.json +198 -0
- data/lib/measures/AddMonthlyUtilityData/tests/gas_billed_usages.json +198 -0
- data/lib/measures/CalibrationReports/LICENSE.md +27 -0
- data/lib/measures/CalibrationReports/README.md +26 -0
- data/lib/measures/CalibrationReports/README.md.erb +42 -0
- data/lib/measures/CalibrationReports/measure.rb +511 -0
- data/lib/measures/CalibrationReports/measure.xml +98 -0
- data/lib/measures/CalibrationReports/resources/report.html.in +379 -0
- data/lib/measures/CalibrationReports/tests/CalibrationReports_Test.rb +523 -0
- data/lib/measures/CalibrationReports/tests/ExampleModel.osm +10497 -0
- data/lib/measures/CalibrationReports/tests/ExampleModelNoDemandInput.osm +10560 -0
- data/lib/measures/CalibrationReports/tests/ExampleModelNoGasInput.osm +10456 -0
- data/lib/measures/CalibrationReports/tests/USA_CO_Golden-NREL.724666_TMY3.epw +8768 -0
- data/lib/measures/CalibrationReportsEnhanced/LICENSE.md +27 -0
- data/lib/measures/CalibrationReportsEnhanced/README.md +143 -0
- data/lib/measures/CalibrationReportsEnhanced/README.md.erb +42 -0
- data/lib/measures/CalibrationReportsEnhanced/measure.rb +798 -0
- data/lib/measures/CalibrationReportsEnhanced/measure.xml +372 -0
- data/lib/measures/CalibrationReportsEnhanced/resources/report.html.in +380 -0
- data/lib/measures/CalibrationReportsEnhanced/tests/CalibrationReportsEnhanced_Test.rb +734 -0
- data/lib/measures/CalibrationReportsEnhanced/tests/ExampleModel.osm +10497 -0
- data/lib/measures/CalibrationReportsEnhanced/tests/ExampleModel_FuelOil.osm +12740 -0
- data/lib/measures/CalibrationReportsEnhanced/tests/USA_CO_Golden-NREL.724666_TMY3.epw +8768 -0
- data/lib/measures/CalibrationReportsEnhanced21/LICENSE.md +27 -0
- data/lib/measures/CalibrationReportsEnhanced21/README.md +109 -0
- data/lib/measures/CalibrationReportsEnhanced21/README.md.erb +42 -0
- data/lib/measures/CalibrationReportsEnhanced21/measure.rb +690 -0
- data/lib/measures/CalibrationReportsEnhanced21/measure.xml +269 -0
- data/lib/measures/CalibrationReportsEnhanced21/resources/report.html.in +380 -0
- data/lib/measures/CoilCoolingDXSingleSpeedMultiplier/LICENSE.md +27 -0
- data/lib/measures/CoilCoolingDXSingleSpeedMultiplier/README.md +48 -0
- data/lib/measures/CoilCoolingDXSingleSpeedMultiplier/README.md.erb +42 -0
- data/lib/measures/CoilCoolingDXSingleSpeedMultiplier/measure.rb +237 -0
- data/lib/measures/CoilCoolingDXSingleSpeedMultiplier/measure.xml +93 -0
- data/lib/measures/CoilCoolingDXSingleSpeedPercentChange/LICENSE.md +27 -0
- data/lib/measures/CoilCoolingDXSingleSpeedPercentChange/README.md +48 -0
- data/lib/measures/CoilCoolingDXSingleSpeedPercentChange/README.md.erb +42 -0
- data/lib/measures/CoilCoolingDXSingleSpeedPercentChange/measure.rb +228 -0
- data/lib/measures/CoilCoolingDXSingleSpeedPercentChange/measure.xml +93 -0
- data/lib/measures/CoilCoolingDXTwoSpeedMultiplier/LICENSE.md +27 -0
- data/lib/measures/CoilCoolingDXTwoSpeedMultiplier/README.md +64 -0
- data/lib/measures/CoilCoolingDXTwoSpeedMultiplier/README.md.erb +42 -0
- data/lib/measures/CoilCoolingDXTwoSpeedMultiplier/measure.rb +280 -0
- data/lib/measures/CoilCoolingDXTwoSpeedMultiplier/measure.xml +111 -0
- data/lib/measures/CoilCoolingDXTwoSpeedPercentChange/LICENSE.md +27 -0
- data/lib/measures/CoilCoolingDXTwoSpeedPercentChange/README.md +64 -0
- data/lib/measures/CoilCoolingDXTwoSpeedPercentChange/README.md.erb +42 -0
- data/lib/measures/CoilCoolingDXTwoSpeedPercentChange/measure.rb +270 -0
- data/lib/measures/CoilCoolingDXTwoSpeedPercentChange/measure.xml +111 -0
- data/lib/measures/CoilCoolingWaterMultiplier/LICENSE.md +27 -0
- data/lib/measures/CoilCoolingWaterMultiplier/README.md +80 -0
- data/lib/measures/CoilCoolingWaterMultiplier/README.md.erb +42 -0
- data/lib/measures/CoilCoolingWaterMultiplier/measure.rb +324 -0
- data/lib/measures/CoilCoolingWaterMultiplier/measure.xml +129 -0
- data/lib/measures/CoilCoolingWaterPercentChange/LICENSE.md +27 -0
- data/lib/measures/CoilCoolingWaterPercentChange/README.md +80 -0
- data/lib/measures/CoilCoolingWaterPercentChange/README.md.erb +42 -0
- data/lib/measures/CoilCoolingWaterPercentChange/measure.rb +311 -0
- data/lib/measures/CoilCoolingWaterPercentChange/measure.xml +129 -0
- data/lib/measures/CoilHeatingElectricMultiplier/LICENSE.md +27 -0
- data/lib/measures/CoilHeatingElectricMultiplier/README.md +48 -0
- data/lib/measures/CoilHeatingElectricMultiplier/README.md.erb +42 -0
- data/lib/measures/CoilHeatingElectricMultiplier/measure.rb +240 -0
- data/lib/measures/CoilHeatingElectricMultiplier/measure.xml +93 -0
- data/lib/measures/CoilHeatingElectricPercentChange/LICENSE.md +27 -0
- data/lib/measures/CoilHeatingElectricPercentChange/README.md +48 -0
- data/lib/measures/CoilHeatingElectricPercentChange/README.md.erb +42 -0
- data/lib/measures/CoilHeatingElectricPercentChange/measure.rb +231 -0
- data/lib/measures/CoilHeatingElectricPercentChange/measure.xml +93 -0
- data/lib/measures/CoilHeatingGasMultiplier/LICENSE.md +27 -0
- data/lib/measures/CoilHeatingGasMultiplier/README.md +64 -0
- data/lib/measures/CoilHeatingGasMultiplier/README.md.erb +42 -0
- data/lib/measures/CoilHeatingGasMultiplier/measure.rb +282 -0
- data/lib/measures/CoilHeatingGasMultiplier/measure.xml +111 -0
- data/lib/measures/CoilHeatingGasPercentChange/LICENSE.md +27 -0
- data/lib/measures/CoilHeatingGasPercentChange/README.md +64 -0
- data/lib/measures/CoilHeatingGasPercentChange/README.md.erb +42 -0
- data/lib/measures/CoilHeatingGasPercentChange/measure.rb +271 -0
- data/lib/measures/CoilHeatingGasPercentChange/measure.xml +111 -0
- data/lib/measures/CoilHeatingWaterMultiplier/LICENSE.md +27 -0
- data/lib/measures/CoilHeatingWaterMultiplier/README.md +48 -0
- data/lib/measures/CoilHeatingWaterMultiplier/README.md.erb +42 -0
- data/lib/measures/CoilHeatingWaterMultiplier/measure.rb +235 -0
- data/lib/measures/CoilHeatingWaterMultiplier/measure.xml +93 -0
- data/lib/measures/CoilHeatingWaterPercentChange/LICENSE.md +27 -0
- data/lib/measures/CoilHeatingWaterPercentChange/README.md +48 -0
- data/lib/measures/CoilHeatingWaterPercentChange/README.md.erb +42 -0
- data/lib/measures/CoilHeatingWaterPercentChange/measure.rb +226 -0
- data/lib/measures/CoilHeatingWaterPercentChange/measure.xml +93 -0
- data/lib/measures/ConstructionLayerZeroMaterialProperties/LICENSE.md +27 -0
- data/lib/measures/ConstructionLayerZeroMaterialProperties/README.md +88 -0
- data/lib/measures/ConstructionLayerZeroMaterialProperties/README.md.erb +42 -0
- data/lib/measures/ConstructionLayerZeroMaterialProperties/measure.rb +221 -0
- data/lib/measures/ConstructionLayerZeroMaterialProperties/measure.xml +194 -0
- data/lib/measures/ElectricBaseboardEfficiencyAndCapacity/LICENSE.md +27 -0
- data/lib/measures/ElectricBaseboardEfficiencyAndCapacity/README.md +40 -0
- data/lib/measures/ElectricBaseboardEfficiencyAndCapacity/README.md.erb +42 -0
- data/lib/measures/ElectricBaseboardEfficiencyAndCapacity/measure.rb +102 -0
- data/lib/measures/ElectricBaseboardEfficiencyAndCapacity/measure.xml +78 -0
- data/lib/measures/ExteriorWallThermalPropertiesMultiplier/LICENSE.md +27 -0
- data/lib/measures/ExteriorWallThermalPropertiesMultiplier/README.md +48 -0
- data/lib/measures/ExteriorWallThermalPropertiesMultiplier/README.md.erb +42 -0
- data/lib/measures/ExteriorWallThermalPropertiesMultiplier/measure.rb +263 -0
- data/lib/measures/ExteriorWallThermalPropertiesMultiplier/measure.xml +97 -0
- data/lib/measures/ExteriorWallThermalPropertiesPercentChange/LICENSE.md +27 -0
- data/lib/measures/ExteriorWallThermalPropertiesPercentChange/README.md +48 -0
- data/lib/measures/ExteriorWallThermalPropertiesPercentChange/README.md.erb +42 -0
- data/lib/measures/ExteriorWallThermalPropertiesPercentChange/measure.rb +253 -0
- data/lib/measures/ExteriorWallThermalPropertiesPercentChange/measure.xml +97 -0
- data/lib/measures/FansMultiplier/LICENSE.md +27 -0
- data/lib/measures/FansMultiplier/README.md +64 -0
- data/lib/measures/FansMultiplier/README.md.erb +42 -0
- data/lib/measures/FansMultiplier/measure.rb +297 -0
- data/lib/measures/FansMultiplier/measure.xml +166 -0
- data/lib/measures/FansPercentChange/LICENSE.md +27 -0
- data/lib/measures/FansPercentChange/README.md +64 -0
- data/lib/measures/FansPercentChange/README.md.erb +42 -0
- data/lib/measures/FansPercentChange/measure.rb +286 -0
- data/lib/measures/FansPercentChange/measure.xml +166 -0
- data/lib/measures/GeneralCalibrationMeasureMultiplier/LICENSE.md +27 -0
- data/lib/measures/GeneralCalibrationMeasureMultiplier/README.md +112 -0
- data/lib/measures/GeneralCalibrationMeasureMultiplier/README.md.erb +42 -0
- data/lib/measures/GeneralCalibrationMeasureMultiplier/measure.rb +639 -0
- data/lib/measures/GeneralCalibrationMeasureMultiplier/measure.xml +229 -0
- data/lib/measures/GeneralCalibrationMeasurePercentChange/LICENSE.md +27 -0
- data/lib/measures/GeneralCalibrationMeasurePercentChange/README.md +112 -0
- data/lib/measures/GeneralCalibrationMeasurePercentChange/README.md.erb +42 -0
- data/lib/measures/GeneralCalibrationMeasurePercentChange/measure.rb +756 -0
- data/lib/measures/GeneralCalibrationMeasurePercentChange/measure.xml +229 -0
- data/lib/measures/HardSizeHvac/LICENSE.md +27 -0
- data/lib/measures/HardSizeHvac/README.md +26 -0
- data/lib/measures/HardSizeHvac/README.md.erb +42 -0
- data/lib/measures/HardSizeHvac/measure.rb +88 -0
- data/lib/measures/HardSizeHvac/measure.xml +81 -0
- data/lib/measures/MaalkaMonthlyJSONUtilityData/LICENSE.md +27 -0
- data/lib/measures/MaalkaMonthlyJSONUtilityData/README.md +104 -0
- data/lib/measures/MaalkaMonthlyJSONUtilityData/README.md.erb +42 -0
- data/lib/measures/MaalkaMonthlyJSONUtilityData/measure.rb +304 -0
- data/lib/measures/MaalkaMonthlyJSONUtilityData/measure.xml +216 -0
- data/lib/measures/RValueOfInsulationForConstructionMultiplier/LICENSE.md +27 -0
- data/lib/measures/RValueOfInsulationForConstructionMultiplier/README.md +40 -0
- data/lib/measures/RValueOfInsulationForConstructionMultiplier/README.md.erb +42 -0
- data/lib/measures/RValueOfInsulationForConstructionMultiplier/measure.rb +196 -0
- data/lib/measures/RValueOfInsulationForConstructionMultiplier/measure.xml +132 -0
- data/lib/measures/RValueOfInsulationForConstructionPercentageChange/LICENSE.md +27 -0
- data/lib/measures/RValueOfInsulationForConstructionPercentageChange/README.md +40 -0
- data/lib/measures/RValueOfInsulationForConstructionPercentageChange/README.md.erb +42 -0
- data/lib/measures/RValueOfInsulationForConstructionPercentageChange/measure.rb +189 -0
- data/lib/measures/RValueOfInsulationForConstructionPercentageChange/measure.xml +132 -0
- data/lib/measures/RoofThermalPropertiesMultiplier/LICENSE.md +27 -0
- data/lib/measures/RoofThermalPropertiesMultiplier/README.md +48 -0
- data/lib/measures/RoofThermalPropertiesMultiplier/README.md.erb +42 -0
- data/lib/measures/RoofThermalPropertiesMultiplier/measure.rb +263 -0
- data/lib/measures/RoofThermalPropertiesMultiplier/measure.xml +97 -0
- data/lib/measures/RoofThermalPropertiesPercentChange/LICENSE.md +27 -0
- data/lib/measures/RoofThermalPropertiesPercentChange/README.md +48 -0
- data/lib/measures/RoofThermalPropertiesPercentChange/README.md.erb +42 -0
- data/lib/measures/RoofThermalPropertiesPercentChange/measure.rb +253 -0
- data/lib/measures/RoofThermalPropertiesPercentChange/measure.xml +97 -0
- data/lib/measures/TimeseriesObjectiveFunction/LICENSE.md +27 -0
- data/lib/measures/TimeseriesObjectiveFunction/README.md +207 -0
- data/lib/measures/TimeseriesObjectiveFunction/README.md.erb +42 -0
- data/lib/measures/TimeseriesObjectiveFunction/measure.rb +748 -0
- data/lib/measures/TimeseriesObjectiveFunction/measure.xml +435 -0
- data/lib/measures/TimeseriesObjectiveFunction/resources/report.html.erb +288 -0
- data/lib/measures/TimeseriesPlot/LICENSE.md +27 -0
- data/lib/measures/TimeseriesPlot/README.md +56 -0
- data/lib/measures/TimeseriesPlot/README.md.erb +42 -0
- data/lib/measures/TimeseriesPlot/measure.rb +302 -0
- data/lib/measures/TimeseriesPlot/measure.xml +137 -0
- data/lib/measures/TimeseriesPlot/resources/report.html.erb +270 -0
- data/lib/measures/WaterHeaterMixedMultiplier/LICENSE.md +27 -0
- data/lib/measures/WaterHeaterMixedMultiplier/README.md +64 -0
- data/lib/measures/WaterHeaterMixedMultiplier/README.md.erb +42 -0
- data/lib/measures/WaterHeaterMixedMultiplier/measure.rb +255 -0
- data/lib/measures/WaterHeaterMixedMultiplier/measure.xml +180 -0
- data/lib/measures/WaterHeaterMixedPercentChange/LICENSE.md +27 -0
- data/lib/measures/WaterHeaterMixedPercentChange/README.md +64 -0
- data/lib/measures/WaterHeaterMixedPercentChange/README.md.erb +42 -0
- data/lib/measures/WaterHeaterMixedPercentChange/measure.rb +245 -0
- data/lib/measures/WaterHeaterMixedPercentChange/measure.xml +180 -0
- data/lib/measures/zone_report/LICENSE.md +27 -0
- data/lib/measures/zone_report/README.md +26 -0
- data/lib/measures/zone_report/README.md.erb +42 -0
- data/lib/measures/zone_report/measure.rb +706 -0
- data/lib/measures/zone_report/measure.xml +67 -0
- data/lib/measures/zone_report/resources/report.html.in +342 -0
- data/lib/openstudio-calibration-measures.rb +36 -0
- data/lib/openstudio/calibration_measures.rb +37 -0
- data/lib/openstudio/calibration_measures/extension.rb +49 -0
- data/lib/openstudio/calibration_measures/version.rb +40 -0
- data/openstudio-calibration.gemspec +30 -0
- metadata +331 -0
@@ -0,0 +1,27 @@
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
|
2
|
+
|
3
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted
|
4
|
+
provided that the following conditions are met:
|
5
|
+
|
6
|
+
(1) Redistributions of source code must retain the above copyright notice, this list of conditions
|
7
|
+
and the following disclaimer.
|
8
|
+
|
9
|
+
(2) Redistributions in binary form must reproduce the above copyright notice, this list of conditions
|
10
|
+
and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
11
|
+
|
12
|
+
(3) Neither the name of the copyright holder nor the names of any contributors may be used to endorse
|
13
|
+
or promote products derived from this software without specific prior written permission from the
|
14
|
+
respective party.
|
15
|
+
|
16
|
+
(4) Other than as required in clauses (1) and (2), distributions in any form of modifications or other
|
17
|
+
derivative works may not use the "OpenStudio" trademark, "OS", "os", or any other confusingly similar
|
18
|
+
designation without specific prior written permission from Alliance for Sustainable Energy, LLC.
|
19
|
+
|
20
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
|
21
|
+
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
22
|
+
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES GOVERNMENT,
|
23
|
+
OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
24
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
|
25
|
+
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
26
|
+
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
27
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
@@ -0,0 +1,104 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
###### (Automatically generated documentation)
|
4
|
+
|
5
|
+
# Maalka Formatted Monthly JSON Utility Data
|
6
|
+
|
7
|
+
## Description
|
8
|
+
Maalka Formatted Monthly JSON Utility Data
|
9
|
+
|
10
|
+
## Modeler Description
|
11
|
+
Add Maalka Formatted Monthly JSON Utility Data to OSM as a UtilityBill Object
|
12
|
+
|
13
|
+
## Measure Type
|
14
|
+
ModelMeasure
|
15
|
+
|
16
|
+
## Taxonomy
|
17
|
+
|
18
|
+
|
19
|
+
## Arguments
|
20
|
+
|
21
|
+
|
22
|
+
### Path to JSON Data.
|
23
|
+
Path to JSON Data. resources is default directory name of uploaded files in the server.
|
24
|
+
**Name:** json,
|
25
|
+
**Type:** String,
|
26
|
+
**Units:** ,
|
27
|
+
**Required:** true,
|
28
|
+
**Model Dependent:** false
|
29
|
+
|
30
|
+
### Variable name
|
31
|
+
Name of the Utility Bill Object. For Calibration Report use Electric Bill or Gas Bill
|
32
|
+
**Name:** variable_name,
|
33
|
+
**Type:** String,
|
34
|
+
**Units:** ,
|
35
|
+
**Required:** true,
|
36
|
+
**Model Dependent:** false
|
37
|
+
|
38
|
+
### Maalka Fuel Type in JSON
|
39
|
+
Maalka Fuel Type in JSON
|
40
|
+
**Name:** maalka_fuel_type,
|
41
|
+
**Type:** Choice,
|
42
|
+
**Units:** ,
|
43
|
+
**Required:** true,
|
44
|
+
**Model Dependent:** false
|
45
|
+
|
46
|
+
### OpenStudio Fuel Type
|
47
|
+
OpenStudio Fuel Type
|
48
|
+
**Name:** fuel_type,
|
49
|
+
**Type:** Choice,
|
50
|
+
**Units:** ,
|
51
|
+
**Required:** true,
|
52
|
+
**Model Dependent:** false
|
53
|
+
|
54
|
+
### OpenStudio Consumption Unit
|
55
|
+
OpenStudio Consumption Unit (usually kWh or therms)
|
56
|
+
**Name:** consumption_unit,
|
57
|
+
**Type:** Choice,
|
58
|
+
**Units:** ,
|
59
|
+
**Required:** true,
|
60
|
+
**Model Dependent:** false
|
61
|
+
|
62
|
+
### Maalka data key name in JSON
|
63
|
+
Maalka data key name in JSON (tot_kwh or tot_therms)
|
64
|
+
**Name:** data_key_name,
|
65
|
+
**Type:** Choice,
|
66
|
+
**Units:** ,
|
67
|
+
**Required:** true,
|
68
|
+
**Model Dependent:** false
|
69
|
+
|
70
|
+
### Start date
|
71
|
+
Start date format %Y%m%dT%H%M%S with Hour Min Sec optional
|
72
|
+
**Name:** start_date,
|
73
|
+
**Type:** String,
|
74
|
+
**Units:** ,
|
75
|
+
**Required:** true,
|
76
|
+
**Model Dependent:** false
|
77
|
+
|
78
|
+
### End date
|
79
|
+
End date format %Y%m%dT%H%M%S with Hour Min Sec optional
|
80
|
+
**Name:** end_date,
|
81
|
+
**Type:** String,
|
82
|
+
**Units:** ,
|
83
|
+
**Required:** true,
|
84
|
+
**Model Dependent:** false
|
85
|
+
|
86
|
+
### remove all existing Utility Bill data objects from model
|
87
|
+
remove all existing Utility Bill data objects from model
|
88
|
+
**Name:** remove_existing_data,
|
89
|
+
**Type:** Boolean,
|
90
|
+
**Units:** ,
|
91
|
+
**Required:** true,
|
92
|
+
**Model Dependent:** false
|
93
|
+
|
94
|
+
### Set RunPeriod Object in model to use start and end dates
|
95
|
+
Set RunPeriod Object in model to use start and end dates. Only needed once if multiple copies of measure being used.
|
96
|
+
**Name:** set_runperiod,
|
97
|
+
**Type:** Boolean,
|
98
|
+
**Units:** ,
|
99
|
+
**Required:** true,
|
100
|
+
**Model Dependent:** false
|
101
|
+
|
102
|
+
|
103
|
+
|
104
|
+
|
@@ -0,0 +1,42 @@
|
|
1
|
+
<%#= README.md.erb is used to auto-generate README.md. %>
|
2
|
+
<%#= To manually maintain README.md throw away README.md.erb and manually edit README.md %>
|
3
|
+
###### (Automatically generated documentation)
|
4
|
+
|
5
|
+
# <%= name %>
|
6
|
+
|
7
|
+
## Description
|
8
|
+
<%= description %>
|
9
|
+
|
10
|
+
## Modeler Description
|
11
|
+
<%= modelerDescription %>
|
12
|
+
|
13
|
+
## Measure Type
|
14
|
+
<%= measureType %>
|
15
|
+
|
16
|
+
## Taxonomy
|
17
|
+
<%= taxonomy %>
|
18
|
+
|
19
|
+
## Arguments
|
20
|
+
|
21
|
+
<% arguments.each do |argument| %>
|
22
|
+
### <%= argument[:display_name] %>
|
23
|
+
<%= argument[:description] %>
|
24
|
+
**Name:** <%= argument[:name] %>,
|
25
|
+
**Type:** <%= argument[:type] %>,
|
26
|
+
**Units:** <%= argument[:units] %>,
|
27
|
+
**Required:** <%= argument[:required] %>,
|
28
|
+
**Model Dependent:** <%= argument[:model_dependent] %>
|
29
|
+
<% end %>
|
30
|
+
|
31
|
+
<% if arguments.size == 0 %>
|
32
|
+
<%= "This measure does not have any user arguments" %>
|
33
|
+
<% end %>
|
34
|
+
|
35
|
+
<% if outputs.size > 0 %>
|
36
|
+
## Outputs
|
37
|
+
<% output_names = [] %>
|
38
|
+
<% outputs.each do |output| %>
|
39
|
+
<% output_names << output[:display_name] %>
|
40
|
+
<% end %>
|
41
|
+
<%= output_names.join(", ") %>
|
42
|
+
<% end %>
|
@@ -0,0 +1,304 @@
|
|
1
|
+
# *******************************************************************************
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
|
3
|
+
# All rights reserved.
|
4
|
+
# Redistribution and use in source and binary forms, with or without
|
5
|
+
# modification, are permitted provided that the following conditions are met:
|
6
|
+
#
|
7
|
+
# (1) Redistributions of source code must retain the above copyright notice,
|
8
|
+
# this list of conditions and the following disclaimer.
|
9
|
+
#
|
10
|
+
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
11
|
+
# this list of conditions and the following disclaimer in the documentation
|
12
|
+
# and/or other materials provided with the distribution.
|
13
|
+
#
|
14
|
+
# (3) Neither the name of the copyright holder nor the names of any contributors
|
15
|
+
# may be used to endorse or promote products derived from this software without
|
16
|
+
# specific prior written permission from the respective party.
|
17
|
+
#
|
18
|
+
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
19
|
+
# of modifications or other derivative works may not use the "OpenStudio"
|
20
|
+
# trademark, "OS", "os", or any other confusingly similar designation without
|
21
|
+
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
22
|
+
#
|
23
|
+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS
|
24
|
+
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
25
|
+
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
26
|
+
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE
|
27
|
+
# UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF
|
28
|
+
# THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
29
|
+
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
|
30
|
+
# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
31
|
+
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
32
|
+
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
33
|
+
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
34
|
+
# *******************************************************************************
|
35
|
+
|
36
|
+
# see the URL below for information on how to write OpenStudio measures
|
37
|
+
# http://openstudio.nrel.gov/openstudio-measure-writing-guide
|
38
|
+
|
39
|
+
# see the URL below for information on using life cycle cost objects in OpenStudio
|
40
|
+
# http://openstudio.nrel.gov/openstudio-life-cycle-examples
|
41
|
+
|
42
|
+
# see the URL below for access to C++ documentation on model objects (click on "model" in the main window to view model objects)
|
43
|
+
# http://openstudio.nrel.gov/sites/openstudio.nrel.gov/files/nv_data/cpp_documentation_it/model/html/namespaces.html
|
44
|
+
|
45
|
+
require 'json'
|
46
|
+
require 'time'
|
47
|
+
|
48
|
+
# start the measure
|
49
|
+
class MaalkaMonthlyJSONUtilityData < OpenStudio::Measure::ModelMeasure
|
50
|
+
# define the name that a user will see, this method may be deprecated as
|
51
|
+
# the display name in PAT comes from the name field in measure.xml
|
52
|
+
def name
|
53
|
+
'Maalka Formatted Monthly JSON Utility Data'
|
54
|
+
end
|
55
|
+
|
56
|
+
# human readable description
|
57
|
+
def description
|
58
|
+
'Maalka Formatted Monthly JSON Utility Data'
|
59
|
+
end
|
60
|
+
|
61
|
+
# human readable description of modeling approach
|
62
|
+
def modeler_description
|
63
|
+
'Add Maalka Formatted Monthly JSON Utility Data to OSM as a UtilityBill Object'
|
64
|
+
end
|
65
|
+
|
66
|
+
def year_month_day(str)
|
67
|
+
result = nil
|
68
|
+
if match_data = /(\d+)(\D)(\d+)(\D)(\d+)/.match(str)
|
69
|
+
if match_data[1].size == 4 # yyyy-mm-dd
|
70
|
+
year = match_data[1].to_i
|
71
|
+
month = match_data[3].to_i
|
72
|
+
day = match_data[5].to_i
|
73
|
+
result = [year, month, day]
|
74
|
+
elsif match_data[5].size == 4 # mm-dd-yyyy
|
75
|
+
year = match_data[5].to_i
|
76
|
+
month = match_data[1].to_i
|
77
|
+
day = match_data[3].to_i
|
78
|
+
result = [year, month, day]
|
79
|
+
end
|
80
|
+
else
|
81
|
+
puts "no match for '#{str}'"
|
82
|
+
end
|
83
|
+
result
|
84
|
+
end
|
85
|
+
|
86
|
+
# define the arguments that the user will input
|
87
|
+
def arguments(_model)
|
88
|
+
args = OpenStudio::Measure::OSArgumentVector.new
|
89
|
+
|
90
|
+
# set path to json
|
91
|
+
json = OpenStudio::Measure::OSArgument.makeStringArgument('json', true)
|
92
|
+
json.setDisplayName('Path to JSON Data.')
|
93
|
+
json.setDescription('Path to JSON Data. resources is default directory name of uploaded files in the server.')
|
94
|
+
json.setDefaultValue('../../../lib/resources/sample_json.json')
|
95
|
+
args << json
|
96
|
+
|
97
|
+
# set variable name
|
98
|
+
variable_name = OpenStudio::Measure::OSArgument.makeStringArgument('variable_name', true)
|
99
|
+
variable_name.setDisplayName('Variable name')
|
100
|
+
variable_name.setDescription('Name of the Utility Bill Object. For Calibration Report use Electric Bill or Gas Bill')
|
101
|
+
variable_name.setDefaultValue('Electric Bill')
|
102
|
+
args << variable_name
|
103
|
+
|
104
|
+
# make a choice argument for Maalka fuel type
|
105
|
+
mft = OpenStudio::StringVector.new
|
106
|
+
mft << 'electric'
|
107
|
+
mft << 'naturalGas'
|
108
|
+
|
109
|
+
maalka_fuel_type = OpenStudio::Measure::OSArgument.makeChoiceArgument('maalka_fuel_type', mft, mft)
|
110
|
+
maalka_fuel_type.setDisplayName('Maalka Fuel Type in JSON')
|
111
|
+
maalka_fuel_type.setDescription('Maalka Fuel Type in JSON')
|
112
|
+
maalka_fuel_type.setDefaultValue('electric')
|
113
|
+
args << maalka_fuel_type
|
114
|
+
|
115
|
+
# make a choice argument for openstudio fuel type
|
116
|
+
ft = OpenStudio::StringVector.new
|
117
|
+
ft << 'NaturalGas'
|
118
|
+
ft << 'Electricity'
|
119
|
+
ft << 'PropaneGas'
|
120
|
+
|
121
|
+
fuel_type = OpenStudio::Measure::OSArgument.makeChoiceArgument('fuel_type', ft, ft)
|
122
|
+
fuel_type.setDisplayName('OpenStudio Fuel Type')
|
123
|
+
fuel_type.setDescription('OpenStudio Fuel Type')
|
124
|
+
fuel_type.setDefaultValue('Electricity')
|
125
|
+
args << fuel_type
|
126
|
+
|
127
|
+
# make a choice argument for OpenStudio ConsumptionUnit
|
128
|
+
unit = OpenStudio::StringVector.new
|
129
|
+
unit << 'kWh'
|
130
|
+
unit << 'therms'
|
131
|
+
consumption_unit = OpenStudio::Measure::OSArgument.makeChoiceArgument('consumption_unit', unit, unit)
|
132
|
+
consumption_unit.setDisplayName('OpenStudio Consumption Unit')
|
133
|
+
consumption_unit.setDescription('OpenStudio Consumption Unit (usually kWh or therms)')
|
134
|
+
consumption_unit.setDefaultValue('kWh')
|
135
|
+
args << consumption_unit
|
136
|
+
|
137
|
+
# make a choice argument for Maalka data key
|
138
|
+
munit = OpenStudio::StringVector.new
|
139
|
+
munit << 'tot_kwh'
|
140
|
+
munit << 'tot_therms'
|
141
|
+
data_key_name = OpenStudio::Measure::OSArgument.makeChoiceArgument('data_key_name', munit, munit)
|
142
|
+
data_key_name.setDisplayName('Maalka data key name in JSON')
|
143
|
+
data_key_name.setDescription('Maalka data key name in JSON (tot_kwh or tot_therms)')
|
144
|
+
data_key_name.setDefaultValue('tot_kwh')
|
145
|
+
args << data_key_name
|
146
|
+
|
147
|
+
# make a start date argument
|
148
|
+
start_date = OpenStudio::Measure::OSArgument.makeStringArgument('start_date', true)
|
149
|
+
start_date.setDisplayName('Start date')
|
150
|
+
start_date.setDescription('Start date format %Y%m%dT%H%M%S with Hour Min Sec optional')
|
151
|
+
start_date.setDefaultValue('2013-01-1')
|
152
|
+
args << start_date
|
153
|
+
|
154
|
+
# make an end date argument
|
155
|
+
end_date = OpenStudio::Measure::OSArgument.makeStringArgument('end_date', true)
|
156
|
+
end_date.setDisplayName('End date')
|
157
|
+
end_date.setDescription('End date format %Y%m%dT%H%M%S with Hour Min Sec optional')
|
158
|
+
end_date.setDefaultValue('2013-12-31')
|
159
|
+
args << end_date
|
160
|
+
|
161
|
+
# make an end date argument
|
162
|
+
remove_utility_bill_data = OpenStudio::Measure::OSArgument.makeBoolArgument('remove_existing_data', true)
|
163
|
+
remove_utility_bill_data.setDisplayName('remove all existing Utility Bill data objects from model')
|
164
|
+
remove_utility_bill_data.setDescription('remove all existing Utility Bill data objects from model')
|
165
|
+
remove_utility_bill_data.setDefaultValue(false)
|
166
|
+
args << remove_utility_bill_data
|
167
|
+
|
168
|
+
# make an end date argument
|
169
|
+
set_runperiod = OpenStudio::Measure::OSArgument.makeBoolArgument('set_runperiod', true)
|
170
|
+
set_runperiod.setDisplayName('Set RunPeriod Object in model to use start and end dates')
|
171
|
+
set_runperiod.setDescription('Set RunPeriod Object in model to use start and end dates. Only needed once if multiple copies of measure being used.')
|
172
|
+
set_runperiod.setDefaultValue(false)
|
173
|
+
args << set_runperiod
|
174
|
+
|
175
|
+
args
|
176
|
+
end # end the arguments method
|
177
|
+
|
178
|
+
# define what happens when the measure is run
|
179
|
+
def run(model, runner, user_arguments)
|
180
|
+
super(model, runner, user_arguments)
|
181
|
+
|
182
|
+
# use the built-in error checking
|
183
|
+
unless runner.validateUserArguments(arguments(model), user_arguments)
|
184
|
+
return false
|
185
|
+
end
|
186
|
+
|
187
|
+
# assign the user inputs to variables
|
188
|
+
json = runner.getStringArgumentValue('json', user_arguments)
|
189
|
+
variable_name = runner.getStringArgumentValue('variable_name', user_arguments)
|
190
|
+
fuel_type = runner.getStringArgumentValue('fuel_type', user_arguments)
|
191
|
+
maalka_fuel_type = runner.getStringArgumentValue('maalka_fuel_type', user_arguments)
|
192
|
+
consumption_unit = runner.getStringArgumentValue('consumption_unit', user_arguments)
|
193
|
+
data_key_name = runner.getStringArgumentValue('data_key_name', user_arguments)
|
194
|
+
start_date = runner.getStringArgumentValue('start_date', user_arguments)
|
195
|
+
end_date = runner.getStringArgumentValue('end_date', user_arguments)
|
196
|
+
remove_utility_bill_data = runner.getBoolArgumentValue('remove_existing_data', user_arguments)
|
197
|
+
set_runperiod = runner.getBoolArgumentValue('set_runperiod', user_arguments)
|
198
|
+
|
199
|
+
# set start date
|
200
|
+
if date = year_month_day(start_date)
|
201
|
+
start_date = OpenStudio::Date.new(OpenStudio::MonthOfYear.new(date[1]), date[2], date[0])
|
202
|
+
# actual year of start date
|
203
|
+
yearDescription = model.getYearDescription
|
204
|
+
yearDescription.setCalendarYear(date[0])
|
205
|
+
if set_runperiod
|
206
|
+
runPeriod = model.getRunPeriod
|
207
|
+
runPeriod.setBeginMonth(date[1])
|
208
|
+
runPeriod.setBeginDayOfMonth(date[2])
|
209
|
+
runner.registerInfo("RunPeriod start date set to #{start_date}")
|
210
|
+
end
|
211
|
+
else
|
212
|
+
runner.registerError("Unknown start date '#{start_date}'")
|
213
|
+
raise "Unknown start date '#{start_date}'"
|
214
|
+
return false
|
215
|
+
end
|
216
|
+
|
217
|
+
# set end date
|
218
|
+
if date = year_month_day(end_date)
|
219
|
+
end_date = OpenStudio::Date.new(OpenStudio::MonthOfYear.new(date[1]), date[2], date[0])
|
220
|
+
if set_runperiod
|
221
|
+
runPeriod = model.getRunPeriod
|
222
|
+
runPeriod.setEndMonth(date[1])
|
223
|
+
runPeriod.setEndDayOfMonth(date[2])
|
224
|
+
runner.registerInfo("RunPeriod end date set to #{end_date}")
|
225
|
+
end
|
226
|
+
else
|
227
|
+
runner.registerError("Unknown end date '#{end_date}'")
|
228
|
+
raise "Unknown end date '#{end_date}'"
|
229
|
+
return false
|
230
|
+
end
|
231
|
+
|
232
|
+
# remove all utility bills
|
233
|
+
model.getUtilityBills.each(&:remove) if remove_utility_bill_data
|
234
|
+
|
235
|
+
runner.registerInfo("json is #{json}")
|
236
|
+
json_path = File.expand_path(json.to_s, __FILE__)
|
237
|
+
runner.registerInfo("json_path is #{json_path}")
|
238
|
+
temp = File.read(json_path)
|
239
|
+
json_data = JSON.parse(temp)
|
240
|
+
unless json_data.nil?
|
241
|
+
runner.registerInfo("fuel_type is #{fuel_type}")
|
242
|
+
utilityBill = OpenStudio::Model::UtilityBill.new(fuel_type.to_s.to_FuelType, model)
|
243
|
+
utilityBill.setName(variable_name.to_s)
|
244
|
+
utilityBill.setConsumptionUnit(consumption_unit.to_s)
|
245
|
+
# TODO: trap nil
|
246
|
+
runner.registerInfo("maalka_fuel_type is #{maalka_fuel_type}")
|
247
|
+
json_data['data']['maalka_input'][maalka_fuel_type.to_s]['data'].each do |period|
|
248
|
+
begin
|
249
|
+
from_date = period['from'] ? Time.iso8601(period['from']).strftime('%Y%m%dT%H%M%S') : nil
|
250
|
+
to_date = period['to'] ? Time.iso8601(period['to']).strftime('%Y%m%dT%H%M%S') : nil
|
251
|
+
rescue ArgumentError => e
|
252
|
+
runner.registerError("Unknown date format in period '#{period}'")
|
253
|
+
end
|
254
|
+
if from_date.nil? || to_date.nil?
|
255
|
+
runner.registerError("Unknown date format in period '#{period}'")
|
256
|
+
raise "Unknown date format in period '#{period}'"
|
257
|
+
return false
|
258
|
+
end
|
259
|
+
# runner.registerInfo("GC.start")
|
260
|
+
# GC.start
|
261
|
+
period_start_date = OpenStudio::DateTime.fromISO8601(from_date).get.date
|
262
|
+
# period_start_date = OpenStudio::Date.new(OpenStudio::MonthOfYear.new(from_date[1]), from_date[2], from_date[0])
|
263
|
+
# period_end_date = OpenStudio::DateTime.fromISO8601(to_date).get.date - OpenStudio::Time.new(1.0)
|
264
|
+
period_end_date = OpenStudio::DateTime.fromISO8601(to_date).get.date
|
265
|
+
# period_end_date = OpenStudio::Date.new(OpenStudio::MonthOfYear.new(to_date[1]), to_date[2], to_date[0])
|
266
|
+
|
267
|
+
if (period_start_date < start_date) || (period_end_date > end_date)
|
268
|
+
runner.registerInfo("skipping period #{period_start_date} to #{period_end_date}")
|
269
|
+
next
|
270
|
+
end
|
271
|
+
|
272
|
+
if period[data_key_name.to_s].nil?
|
273
|
+
runner.registerError("Billing period missing key:#{data_key_name} in: '#{period}'")
|
274
|
+
return false
|
275
|
+
end
|
276
|
+
data_key_value = period[data_key_name.to_s].to_f
|
277
|
+
|
278
|
+
# peak_kw = nil
|
279
|
+
# if not period['peak_kw'].nil?
|
280
|
+
# peak_kw = period['peak_kw'].to_f
|
281
|
+
# end
|
282
|
+
|
283
|
+
runner.registerInfo("period #{period}")
|
284
|
+
runner.registerInfo("period_start_date: #{period_start_date}, period_end_date: #{period_end_date}, #{data_key_name}: #{data_key_value}")
|
285
|
+
|
286
|
+
bp = utilityBill.addBillingPeriod
|
287
|
+
bp.setStartDate(period_start_date)
|
288
|
+
bp.setEndDate(period_end_date)
|
289
|
+
bp.setConsumption(data_key_value)
|
290
|
+
# if peak_kw
|
291
|
+
# bp.setPeakDemand(peak_kw)
|
292
|
+
# end
|
293
|
+
end
|
294
|
+
end
|
295
|
+
|
296
|
+
# reporting final condition of model
|
297
|
+
runner.registerFinalCondition('Utility bill data has been added to the model.')
|
298
|
+
|
299
|
+
true
|
300
|
+
end # end the run method
|
301
|
+
end # end the measure
|
302
|
+
|
303
|
+
# this allows the measure to be use by the application
|
304
|
+
MaalkaMonthlyJSONUtilityData.new.registerWithApplication
|