File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -237,14 +237,7 @@ def __init__(self, model: Model):
237
237
UnitType = Units .NONE ,
238
238
ErrMessage = "assume default end-use option (1: electricity only)" ,
239
239
ToolTipText = "Select the end-use application of the geofluid heat: " +
240
- "1: Electricity; " +
241
- "2: Direct-Use Heat; " +
242
- "31: Cogeneration Topping Cycle, Heat sales considered as extra income; " +
243
- "32: Cogeneration Topping Cycle, Electricity sales considered as extra income; " +
244
- "41: Cogeneration Bottoming Cycle, Heat sales considered as extra income; " +
245
- "42: Cogeneration Bottoming Cycle, Electricity sales considered as extra income; " +
246
- "51: Cogeneration Parallel Cycle, Heat sales considered as extra income; " +
247
- "52: Cogeneration Parallel Cycle, Electricity sales considered as extra income"
240
+ '; ' .join ([f'{ it ._numerical_input_value } : { it .value } ' for it in EndUseOptions ])
248
241
)
249
242
self .plant_type = self .ParameterDict [self .plant_type .Name ] = intParameter (
250
243
"Power Plant Type" ,
You can’t perform that action at this time.
0 commit comments