openstudio-geb 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -1
  3. data/Gemfile +1 -1
  4. data/lib/measures/AddElectricVehicleChargingLoad/README.md +16 -0
  5. data/lib/measures/AddElectricVehicleChargingLoad/measure.xml +64 -32
  6. data/lib/measures/AdjustThermostatSetpointsByDegreesForPeakHours/README.md +266 -42
  7. data/lib/measures/AdjustThermostatSetpointsByDegreesForPeakHours/measure.xml +330 -95
  8. data/lib/measures/GEB Metrics Report/README.md +41 -1
  9. data/lib/measures/GEB Metrics Report/measure.xml +84 -241
  10. data/lib/measures/GEB Metrics Report/resources/os_lib_reporting.rb +5 -5
  11. data/lib/measures/add_ceiling_fan/measure.xml +30 -30
  12. data/lib/measures/add_chilled_water_storage_tank/README.md +73 -33
  13. data/lib/measures/add_chilled_water_storage_tank/measure.rb +5 -0
  14. data/lib/measures/add_chilled_water_storage_tank/measure.xml +23 -23
  15. data/lib/measures/add_chilled_water_storage_tank/tests/370_medium_office_doas_fan_coil_acc_boiler_3A.osm +31800 -0
  16. data/lib/measures/add_chilled_water_storage_tank/tests/LargeOffice-90.1-2013-ASHRAE 169-2013-5A.osm +22036 -0
  17. data/lib/measures/add_exterior_blinds_and_control/measure.xml +28 -28
  18. data/lib/measures/add_fan_assist_night_ventilation_with_hybrid_control/measure.rb +5 -0
  19. data/lib/measures/add_fan_assist_night_ventilation_with_hybrid_control/measure.xml +20 -44
  20. data/lib/measures/add_heat_pump_water_heater/measure.rb +28 -28
  21. data/lib/measures/add_heat_pump_water_heater/measure.xml +30 -95
  22. data/lib/measures/add_interior_blinds_and_control/measure.xml +28 -28
  23. data/lib/measures/add_rooftop_pv_simple/measure.xml +24 -24
  24. data/lib/measures/apply_dynamic_coating_to_roof_wall/LICENSE.md +13 -1
  25. data/lib/measures/apply_dynamic_coating_to_roof_wall/measure.rb +5 -0
  26. data/lib/measures/apply_dynamic_coating_to_roof_wall/measure.xml +20 -14
  27. data/lib/measures/apply_dynamic_coating_to_roof_wall/tests/SFD_1story_UB_UA_ASHP2_HPWH.osm +13110 -0
  28. data/lib/measures/apply_dynamic_coating_to_roof_wall/tests/apply_dynamic_coating_to_roof_wall_test.rb +5 -0
  29. data/lib/measures/average_ventilation_for_peak_hours/measure.xml +20 -20
  30. data/lib/measures/enable_occupancy_driven_lighting/measure.xml +28 -28
  31. data/lib/measures/precooling/README.md +137 -17
  32. data/lib/measures/precooling/measure.xml +172 -44
  33. data/lib/measures/preheating/README.md +125 -21
  34. data/lib/measures/preheating/measure.xml +160 -50
  35. data/lib/measures/reduce_epd_by_percentage_for_peak_hours/README.md +125 -29
  36. data/lib/measures/reduce_epd_by_percentage_for_peak_hours/measure.xml +178 -70
  37. data/lib/measures/reduce_lpd_by_percentage_for_peak_hours/README.md +132 -28
  38. data/lib/measures/reduce_lpd_by_percentage_for_peak_hours/measure.xml +186 -69
  39. data/lib/openstudio/geb/version.rb +1 -1
  40. data/openstudio-geb.gemspec +4 -2
  41. metadata +37 -6
@@ -5,10 +5,10 @@
5
5
  # Reduce EPD by Percentage for Peak Hours
6
6
 
7
7
  ## Description
8
- This measure reduces electric equipment loads by a user-specified percentage for a user-specified time period (usually the peak hours). The reduction can be applied to at most three periods throughout out the year specified by the user. This is applied throughout the entire building.
8
+ This measure reduces electric equipment loads for office space types by a user-specified percentage for a user-specified time period (usually the peak hours). The reduction can be applied to at most five periods throughout out the year specified by the user.
9
9
 
10
10
  ## Modeler Description
11
- The original schedules for equipment in the building will be found and copied. The copies will be modified to have the percentage reduction during the specified hours, and be applied to the specified date periods through out the year. The rest of the year will keep using the original schedules.
11
+ The original schedules for equipment in the building will be found and copied. The copies will be modified to have the percentage reduction during the specified hours, and be applied to the specified date periods through out the year. The rest of the year will keep using the original schedules. Only schedules defined in scheduleRuleSet format and for office standardsSpaceType will be modified.
12
12
 
13
13
  ## Measure Type
14
14
  ModelMeasure
@@ -27,78 +27,174 @@ Enter a value between 0 and 100
27
27
  **Required:** true,
28
28
  **Model Dependent:** false
29
29
 
30
- ### Start Time for the Reduction
31
- In HH:MM:SS format
32
- **Name:** start_time,
30
+ ### First start date for the reduction
31
+ In MM-DD format
32
+ **Name:** start_date1,
33
+ **Type:** String,
34
+ **Units:** ,
35
+ **Required:** true,
36
+ **Model Dependent:** false
37
+
38
+ ### First end date for the reduction
39
+ In MM-DD format
40
+ **Name:** end_date1,
41
+ **Type:** String,
42
+ **Units:** ,
43
+ **Required:** true,
44
+ **Model Dependent:** false
45
+
46
+ ### Second start date for the reduction (optional)
47
+ Specify a date in MM-DD format if you want a second season of reduction; leave blank if not needed.
48
+ **Name:** start_date2,
49
+ **Type:** String,
50
+ **Units:** ,
51
+ **Required:** false,
52
+ **Model Dependent:** false
53
+
54
+ ### Second end date for the reduction
55
+ Specify a date in MM-DD format if you want a second season of reduction; leave blank if not needed. If either the start or end date is blank, the period is considered not used.
56
+ **Name:** end_date2,
57
+ **Type:** String,
58
+ **Units:** ,
59
+ **Required:** false,
60
+ **Model Dependent:** false
61
+
62
+ ### Third start date for the reduction (optional)
63
+ Specify a date in MM-DD format if you want a third season of reduction; leave blank if not needed.
64
+ **Name:** start_date3,
65
+ **Type:** String,
66
+ **Units:** ,
67
+ **Required:** false,
68
+ **Model Dependent:** false
69
+
70
+ ### Third end date for the reduction
71
+ Specify a date in MM-DD format if you want a third season of reduction; leave blank if not needed. If either the start or end date is blank, the period is considered not used.
72
+ **Name:** end_date3,
73
+ **Type:** String,
74
+ **Units:** ,
75
+ **Required:** false,
76
+ **Model Dependent:** false
77
+
78
+ ### Fourth start date for the reduction (optional)
79
+ Specify a date in MM-DD format if you want a fourth season of reduction; leave blank if not needed.
80
+ **Name:** start_date4,
81
+ **Type:** String,
82
+ **Units:** ,
83
+ **Required:** false,
84
+ **Model Dependent:** false
85
+
86
+ ### Fourth end date for the reduction
87
+ Specify a date in MM-DD format if you want a fourth season of reduction; leave blank if not needed. If either the start or end date is blank, the period is considered not used.
88
+ **Name:** end_date4,
89
+ **Type:** String,
90
+ **Units:** ,
91
+ **Required:** false,
92
+ **Model Dependent:** false
93
+
94
+ ### Fifth start date for the reduction (optional)
95
+ Specify a date in MM-DD format if you want a fifth season of reduction; leave blank if not needed.
96
+ **Name:** start_date5,
97
+ **Type:** String,
98
+ **Units:** ,
99
+ **Required:** false,
100
+ **Model Dependent:** false
101
+
102
+ ### Fifth end date for the reduction
103
+ Specify a date in MM-DD format if you want a fifth season of reduction; leave blank if not needed. If either the start or end date is blank, the period is considered not used.
104
+ **Name:** end_date5,
33
105
  **Type:** String,
34
106
  **Units:** ,
35
107
  **Required:** false,
36
108
  **Model Dependent:** false
37
109
 
38
- ### End Time for the Reduction
110
+ ### Start time of the reduction for the first season
39
111
  In HH:MM:SS format
40
- **Name:** end_time,
112
+ **Name:** start_time1,
113
+ **Type:** String,
114
+ **Units:** ,
115
+ **Required:** true,
116
+ **Model Dependent:** false
117
+
118
+ ### End time of the reduction for the first season
119
+ In HH:MM:SS format
120
+ **Name:** end_time1,
121
+ **Type:** String,
122
+ **Units:** ,
123
+ **Required:** true,
124
+ **Model Dependent:** false
125
+
126
+ ### Start time of the reduction for the second season (optional)
127
+ In HH:MM:SS format
128
+ **Name:** start_time2,
41
129
  **Type:** String,
42
130
  **Units:** ,
43
131
  **Required:** false,
44
132
  **Model Dependent:** false
45
133
 
46
- ### Use alternative default start and end time based on the climate zone of the model?
47
- This will overwrite the star and end time you input
48
- **Name:** alt_periods,
49
- **Type:** Boolean,
134
+ ### End time of the reduction for the second season (optional)
135
+ In HH:MM:SS format
136
+ **Name:** end_time2,
137
+ **Type:** String,
50
138
  **Units:** ,
51
139
  **Required:** false,
52
140
  **Model Dependent:** false
53
141
 
54
- ### First start date for the Reduction
55
- In MM-DD format
56
- **Name:** start_date1,
142
+ ### Start time of the reduction for the third season (optional)
143
+ In HH:MM:SS format
144
+ **Name:** start_time3,
57
145
  **Type:** String,
58
146
  **Units:** ,
59
147
  **Required:** false,
60
148
  **Model Dependent:** false
61
149
 
62
- ### First end date for the Reduction
63
- In MM-DD format
64
- **Name:** end_date1,
150
+ ### End time of the reduction for the third season (optional)
151
+ In HH:MM:SS format
152
+ **Name:** end_time3,
65
153
  **Type:** String,
66
154
  **Units:** ,
67
155
  **Required:** false,
68
156
  **Model Dependent:** false
69
157
 
70
- ### Second start date for the Reduction (optional)
71
- Specify a date in MM-DD format if you want a second period of reduction; leave blank if not needed.
72
- **Name:** start_date2,
158
+ ### Start time of the reduction for the fourth season (optional)
159
+ In HH:MM:SS format
160
+ **Name:** start_time4,
73
161
  **Type:** String,
74
162
  **Units:** ,
75
163
  **Required:** false,
76
164
  **Model Dependent:** false
77
165
 
78
- ### Second end date for the Reduction (optional)
79
- Specify a date in MM-DD format if you want a second period of reduction; leave blank if not needed. If either the start or end date is blank, the period is considered not used.
80
- **Name:** end_date2,
166
+ ### End time of the reduction for the fourth season (optional)
167
+ In HH:MM:SS format
168
+ **Name:** end_time4,
81
169
  **Type:** String,
82
170
  **Units:** ,
83
171
  **Required:** false,
84
172
  **Model Dependent:** false
85
173
 
86
- ### Third start date for the Reduction (optional)
87
- Specify a date in MM-DD format if you want a third period of reduction; leave blank if not needed.
88
- **Name:** start_date3,
174
+ ### Start time of the reduction for the fifth season (optional)
175
+ In HH:MM:SS format
176
+ **Name:** start_time5,
89
177
  **Type:** String,
90
178
  **Units:** ,
91
179
  **Required:** false,
92
180
  **Model Dependent:** false
93
181
 
94
- ### Third end date for the Reduction
95
- Specify a date in MM-DD format if you want a third period of reduction; leave blank if not needed. If either the start or end date is blank, the period is considered not used.
96
- **Name:** end_date3,
182
+ ### End time of the reduction for the fifth season (optional)
183
+ In HH:MM:SS format
184
+ **Name:** end_time5,
97
185
  **Type:** String,
98
186
  **Units:** ,
99
187
  **Required:** false,
100
188
  **Model Dependent:** false
101
189
 
190
+ ### Use alternative default start and end time based on the state of the model from the Cambium load profile peak period?
191
+ This will overwrite the start and end time and date provided by the user
192
+ **Name:** alt_periods,
193
+ **Type:** Boolean,
194
+ **Units:** ,
195
+ **Required:** true,
196
+ **Model Dependent:** false
197
+
102
198
 
103
199
 
104
200
 
@@ -1,15 +1,15 @@
1
1
  <?xml version="1.0"?>
2
2
  <measure>
3
- <schema_version>3.0</schema_version>
3
+ <schema_version>3.1</schema_version>
4
4
  <name>reduce_epd_by_percentage_for_peak_hours</name>
5
5
  <uid>d8b88a6d-a5ec-4187-844f-0ac050979aab</uid>
6
- <version_id>d7fbf161-e411-4ec8-af1d-98c1521c10d4</version_id>
7
- <version_modified>20230718T215419Z</version_modified>
6
+ <version_id>4326248a-fb36-44d0-98f0-527ffa5239de</version_id>
7
+ <version_modified>2025-06-30T21:09:48Z</version_modified>
8
8
  <xml_checksum>8FF5BF06</xml_checksum>
9
9
  <class_name>ReduceEPDByPercentageForPeakHours</class_name>
10
10
  <display_name>Reduce EPD by Percentage for Peak Hours</display_name>
11
- <description>This measure reduces electric equipment loads by a user-specified percentage for a user-specified time period (usually the peak hours). The reduction can be applied to at most three periods throughout out the year specified by the user. This is applied throughout the entire building.</description>
12
- <modeler_description>The original schedules for equipment in the building will be found and copied. The copies will be modified to have the percentage reduction during the specified hours, and be applied to the specified date periods through out the year. The rest of the year will keep using the original schedules.</modeler_description>
11
+ <description>This measure reduces electric equipment loads for office space types by a user-specified percentage for a user-specified time period (usually the peak hours). The reduction can be applied to at most five periods throughout out the year specified by the user.</description>
12
+ <modeler_description>The original schedules for equipment in the building will be found and copied. The copies will be modified to have the percentage reduction during the specified hours, and be applied to the specified date periods through out the year. The rest of the year will keep using the original schedules. Only schedules defined in scheduleRuleSet format and for office standardsSpaceType will be modified.</modeler_description>
13
13
  <arguments>
14
14
  <argument>
15
15
  <name>epd_reduce_percent</name>
@@ -18,99 +18,207 @@
18
18
  <type>Double</type>
19
19
  <required>true</required>
20
20
  <model_dependent>false</model_dependent>
21
- <default_value>50</default_value>
21
+ <default_value>20</default_value>
22
22
  </argument>
23
23
  <argument>
24
- <name>start_time</name>
25
- <display_name>Start Time for the Reduction</display_name>
26
- <description>In HH:MM:SS format</description>
24
+ <name>start_date1</name>
25
+ <display_name>First start date for the reduction</display_name>
26
+ <description>In MM-DD format</description>
27
+ <type>String</type>
28
+ <required>true</required>
29
+ <model_dependent>false</model_dependent>
30
+ <default_value>06-01</default_value>
31
+ </argument>
32
+ <argument>
33
+ <name>end_date1</name>
34
+ <display_name>First end date for the reduction</display_name>
35
+ <description>In MM-DD format</description>
36
+ <type>String</type>
37
+ <required>true</required>
38
+ <model_dependent>false</model_dependent>
39
+ <default_value>09-30</default_value>
40
+ </argument>
41
+ <argument>
42
+ <name>start_date2</name>
43
+ <display_name>Second start date for the reduction (optional)</display_name>
44
+ <description>Specify a date in MM-DD format if you want a second season of reduction; leave blank if not needed.</description>
45
+ <type>String</type>
46
+ <required>false</required>
47
+ <model_dependent>false</model_dependent>
48
+ <default_value></default_value>
49
+ </argument>
50
+ <argument>
51
+ <name>end_date2</name>
52
+ <display_name>Second end date for the reduction</display_name>
53
+ <description>Specify a date in MM-DD format if you want a second season of reduction; leave blank if not needed. If either the start or end date is blank, the period is considered not used.</description>
54
+ <type>String</type>
55
+ <required>false</required>
56
+ <model_dependent>false</model_dependent>
57
+ <default_value></default_value>
58
+ </argument>
59
+ <argument>
60
+ <name>start_date3</name>
61
+ <display_name>Third start date for the reduction (optional)</display_name>
62
+ <description>Specify a date in MM-DD format if you want a third season of reduction; leave blank if not needed.</description>
63
+ <type>String</type>
64
+ <required>false</required>
65
+ <model_dependent>false</model_dependent>
66
+ <default_value></default_value>
67
+ </argument>
68
+ <argument>
69
+ <name>end_date3</name>
70
+ <display_name>Third end date for the reduction</display_name>
71
+ <description>Specify a date in MM-DD format if you want a third season of reduction; leave blank if not needed. If either the start or end date is blank, the period is considered not used.</description>
72
+ <type>String</type>
73
+ <required>false</required>
74
+ <model_dependent>false</model_dependent>
75
+ <default_value></default_value>
76
+ </argument>
77
+ <argument>
78
+ <name>start_date4</name>
79
+ <display_name>Fourth start date for the reduction (optional)</display_name>
80
+ <description>Specify a date in MM-DD format if you want a fourth season of reduction; leave blank if not needed.</description>
27
81
  <type>String</type>
28
82
  <required>false</required>
29
83
  <model_dependent>false</model_dependent>
84
+ <default_value></default_value>
85
+ </argument>
86
+ <argument>
87
+ <name>end_date4</name>
88
+ <display_name>Fourth end date for the reduction</display_name>
89
+ <description>Specify a date in MM-DD format if you want a fourth season of reduction; leave blank if not needed. If either the start or end date is blank, the period is considered not used.</description>
90
+ <type>String</type>
91
+ <required>false</required>
92
+ <model_dependent>false</model_dependent>
93
+ <default_value></default_value>
94
+ </argument>
95
+ <argument>
96
+ <name>start_date5</name>
97
+ <display_name>Fifth start date for the reduction (optional)</display_name>
98
+ <description>Specify a date in MM-DD format if you want a fifth season of reduction; leave blank if not needed.</description>
99
+ <type>String</type>
100
+ <required>false</required>
101
+ <model_dependent>false</model_dependent>
102
+ <default_value></default_value>
103
+ </argument>
104
+ <argument>
105
+ <name>end_date5</name>
106
+ <display_name>Fifth end date for the reduction</display_name>
107
+ <description>Specify a date in MM-DD format if you want a fifth season of reduction; leave blank if not needed. If either the start or end date is blank, the period is considered not used.</description>
108
+ <type>String</type>
109
+ <required>false</required>
110
+ <model_dependent>false</model_dependent>
111
+ <default_value></default_value>
112
+ </argument>
113
+ <argument>
114
+ <name>start_time1</name>
115
+ <display_name>Start time of the reduction for the first season</display_name>
116
+ <description>In HH:MM:SS format</description>
117
+ <type>String</type>
118
+ <required>true</required>
119
+ <model_dependent>false</model_dependent>
30
120
  <default_value>17:00:00</default_value>
31
121
  </argument>
32
122
  <argument>
33
- <name>end_time</name>
34
- <display_name>End Time for the Reduction</display_name>
123
+ <name>end_time1</name>
124
+ <display_name>End time of the reduction for the first season</display_name>
35
125
  <description>In HH:MM:SS format</description>
36
126
  <type>String</type>
37
- <required>false</required>
127
+ <required>true</required>
38
128
  <model_dependent>false</model_dependent>
39
129
  <default_value>21:00:00</default_value>
40
130
  </argument>
41
131
  <argument>
42
- <name>alt_periods</name>
43
- <display_name>Use alternative default start and end time based on the climate zone of the model?</display_name>
44
- <description>This will overwrite the star and end time you input</description>
45
- <type>Boolean</type>
132
+ <name>start_time2</name>
133
+ <display_name>Start time of the reduction for the second season (optional)</display_name>
134
+ <description>In HH:MM:SS format</description>
135
+ <type>String</type>
46
136
  <required>false</required>
47
137
  <model_dependent>false</model_dependent>
48
- <default_value>false</default_value>
49
- <choices>
50
- <choice>
51
- <value>true</value>
52
- <display_name>true</display_name>
53
- </choice>
54
- <choice>
55
- <value>false</value>
56
- <display_name>false</display_name>
57
- </choice>
58
- </choices>
138
+ <default_value></default_value>
59
139
  </argument>
60
140
  <argument>
61
- <name>start_date1</name>
62
- <display_name>First start date for the Reduction</display_name>
63
- <description>In MM-DD format</description>
141
+ <name>end_time2</name>
142
+ <display_name>End time of the reduction for the second season (optional)</display_name>
143
+ <description>In HH:MM:SS format</description>
64
144
  <type>String</type>
65
145
  <required>false</required>
66
146
  <model_dependent>false</model_dependent>
67
- <default_value>07-01</default_value>
147
+ <default_value></default_value>
68
148
  </argument>
69
149
  <argument>
70
- <name>end_date1</name>
71
- <display_name>First end date for the Reduction</display_name>
72
- <description>In MM-DD format</description>
150
+ <name>start_time3</name>
151
+ <display_name>Start time of the reduction for the third season (optional)</display_name>
152
+ <description>In HH:MM:SS format</description>
73
153
  <type>String</type>
74
154
  <required>false</required>
75
155
  <model_dependent>false</model_dependent>
76
- <default_value>08-31</default_value>
156
+ <default_value></default_value>
77
157
  </argument>
78
158
  <argument>
79
- <name>start_date2</name>
80
- <display_name>Second start date for the Reduction (optional)</display_name>
81
- <description>Specify a date in MM-DD format if you want a second period of reduction; leave blank if not needed.</description>
159
+ <name>end_time3</name>
160
+ <display_name>End time of the reduction for the third season (optional)</display_name>
161
+ <description>In HH:MM:SS format</description>
82
162
  <type>String</type>
83
163
  <required>false</required>
84
164
  <model_dependent>false</model_dependent>
85
165
  <default_value></default_value>
86
166
  </argument>
87
167
  <argument>
88
- <name>end_date2</name>
89
- <display_name>Second end date for the Reduction (optional)</display_name>
90
- <description>Specify a date in MM-DD format if you want a second period of reduction; leave blank if not needed. If either the start or end date is blank, the period is considered not used.</description>
168
+ <name>start_time4</name>
169
+ <display_name>Start time of the reduction for the fourth season (optional)</display_name>
170
+ <description>In HH:MM:SS format</description>
91
171
  <type>String</type>
92
172
  <required>false</required>
93
173
  <model_dependent>false</model_dependent>
94
174
  <default_value></default_value>
95
175
  </argument>
96
176
  <argument>
97
- <name>start_date3</name>
98
- <display_name>Third start date for the Reduction (optional)</display_name>
99
- <description>Specify a date in MM-DD format if you want a third period of reduction; leave blank if not needed.</description>
177
+ <name>end_time4</name>
178
+ <display_name>End time of the reduction for the fourth season (optional)</display_name>
179
+ <description>In HH:MM:SS format</description>
100
180
  <type>String</type>
101
181
  <required>false</required>
102
182
  <model_dependent>false</model_dependent>
103
183
  <default_value></default_value>
104
184
  </argument>
105
185
  <argument>
106
- <name>end_date3</name>
107
- <display_name>Third end date for the Reduction</display_name>
108
- <description>Specify a date in MM-DD format if you want a third period of reduction; leave blank if not needed. If either the start or end date is blank, the period is considered not used.</description>
186
+ <name>start_time5</name>
187
+ <display_name>Start time of the reduction for the fifth season (optional)</display_name>
188
+ <description>In HH:MM:SS format</description>
189
+ <type>String</type>
190
+ <required>false</required>
191
+ <model_dependent>false</model_dependent>
192
+ <default_value></default_value>
193
+ </argument>
194
+ <argument>
195
+ <name>end_time5</name>
196
+ <display_name>End time of the reduction for the fifth season (optional)</display_name>
197
+ <description>In HH:MM:SS format</description>
109
198
  <type>String</type>
110
199
  <required>false</required>
111
200
  <model_dependent>false</model_dependent>
112
201
  <default_value></default_value>
113
202
  </argument>
203
+ <argument>
204
+ <name>alt_periods</name>
205
+ <display_name>Use alternative default start and end time based on the state of the model from the Cambium load profile peak period?</display_name>
206
+ <description>This will overwrite the start and end time and date provided by the user</description>
207
+ <type>Boolean</type>
208
+ <required>true</required>
209
+ <model_dependent>false</model_dependent>
210
+ <default_value>false</default_value>
211
+ <choices>
212
+ <choice>
213
+ <value>true</value>
214
+ <display_name>true</display_name>
215
+ </choice>
216
+ <choice>
217
+ <value>false</value>
218
+ <display_name>false</display_name>
219
+ </choice>
220
+ </choices>
221
+ </argument>
114
222
  </arguments>
115
223
  <outputs />
116
224
  <provenances />
@@ -150,18 +258,6 @@
150
258
  </attribute>
151
259
  </attributes>
152
260
  <files>
153
- <file>
154
- <filename>README.md.erb</filename>
155
- <filetype>erb</filetype>
156
- <usage_type>readmeerb</usage_type>
157
- <checksum>703C9964</checksum>
158
- </file>
159
- <file>
160
- <filename>example_model.osm</filename>
161
- <filetype>osm</filetype>
162
- <usage_type>test</usage_type>
163
- <checksum>53D14E69</checksum>
164
- </file>
165
261
  <file>
166
262
  <filename>LICENSE.md</filename>
167
263
  <filetype>md</filetype>
@@ -169,10 +265,16 @@
169
265
  <checksum>BFFB1AA6</checksum>
170
266
  </file>
171
267
  <file>
172
- <filename>reduce_epd_by_percentage_for_peak_hours_copy_test.rb</filename>
173
- <filetype>rb</filetype>
174
- <usage_type>test</usage_type>
175
- <checksum>3B0A1153</checksum>
268
+ <filename>README.md</filename>
269
+ <filetype>md</filetype>
270
+ <usage_type>readme</usage_type>
271
+ <checksum>565BC861</checksum>
272
+ </file>
273
+ <file>
274
+ <filename>README.md.erb</filename>
275
+ <filetype>erb</filetype>
276
+ <usage_type>readmeerb</usage_type>
277
+ <checksum>703C9964</checksum>
176
278
  </file>
177
279
  <file>
178
280
  <version>
@@ -183,19 +285,25 @@
183
285
  <filename>measure.rb</filename>
184
286
  <filetype>rb</filetype>
185
287
  <usage_type>script</usage_type>
186
- <checksum>C331F960</checksum>
288
+ <checksum>34604727</checksum>
187
289
  </file>
188
290
  <file>
189
- <filename>test.osm</filename>
291
+ <filename>example_model.osm</filename>
190
292
  <filetype>osm</filetype>
191
293
  <usage_type>test</usage_type>
192
- <checksum>F0332415</checksum>
294
+ <checksum>53D14E69</checksum>
193
295
  </file>
194
296
  <file>
195
- <filename>README.md</filename>
196
- <filetype>md</filetype>
197
- <usage_type>readme</usage_type>
198
- <checksum>5EDC58E2</checksum>
297
+ <filename>reduce_epd_by_percentage_for_peak_hours_copy_test.rb</filename>
298
+ <filetype>rb</filetype>
299
+ <usage_type>test</usage_type>
300
+ <checksum>3B0A1153</checksum>
301
+ </file>
302
+ <file>
303
+ <filename>test.osm</filename>
304
+ <filetype>osm</filetype>
305
+ <usage_type>test</usage_type>
306
+ <checksum>F0332415</checksum>
199
307
  </file>
200
308
  </files>
201
309
  </measure>