Skip to content

Commit 5b00c9e

Browse files
End-Use Option tooltip
1 parent 8cdfa88 commit 5b00c9e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/geophires_x/SurfacePlant.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,15 @@ def __init__(self, model: Model):
236236
AllowableRange=[1, 2, 31, 32, 41, 42, 51, 52],
237237
UnitType=Units.NONE,
238238
ErrMessage="assume default end-use option (1: electricity only)",
239-
ToolTipText="Select the end-use application of the geofluid heat (see docs for details)"
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"""
240248
)
241249
self.plant_type = self.ParameterDict[self.plant_type.Name] = intParameter(
242250
"Power Plant Type",

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@
692692
"maximum": 100.0
693693
},
694694
"End-Use Option": {
695-
"description": "Select the end-use application of the geofluid heat (see docs for details)",
695+
"description": "Select the end-use application of the geofluid heat:\n1: Electricity;\n2: Direct-Use Heat;\n31: Cogeneration Topping Cycle, Heat sales considered as extra income;\n32: Cogeneration Topping Cycle, Electricity sales considered as extra income;\n41: Cogeneration Bottoming Cycle, Heat sales considered as extra income;\n42: Cogeneration Bottoming Cycle, Electricity sales considered as extra income;\n51: Cogeneration Parallel Cycle, Heat sales considered as extra income;\n52: Cogeneration Parallel Cycle, Electricity sales considered as extra income",
696696
"type": "integer",
697697
"units": null,
698698
"category": "Surface Plant",

0 commit comments

Comments
 (0)