Skip to content

Commit bb947c6

Browse files
Ending Electricity Sale Price documentation
1 parent 2ef322d commit bb947c6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/geophires_x/Economics.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,13 @@ def __init__(self, model: Model):
12211221
Max=100,
12221222
UnitType=Units.ENERGYCOST,
12231223
PreferredUnits=EnergyCostUnit.DOLLARSPERKWH,
1224-
CurrentUnits=EnergyCostUnit.DOLLARSPERKWH
1224+
CurrentUnits=EnergyCostUnit.DOLLARSPERKWH,
1225+
ToolTipText="The maximum price to which the electricity sale price can escalate. For example, if "
1226+
"Starting Electricity Sale Price = 0.10 USD/kWh and Electricity Escalation Rate = "
1227+
"0.01 USD/kWh/yr: Electricity Price will reach 0.15 USD/kWh after 4 years of escalation. "
1228+
"The price will then remain at 0.15 USD/kWh for the remaining years of the project lifetime. "
1229+
"If the Ending Electricity Sale Price is not reached by escalation during the project "
1230+
"lifetime, then the value will have no effect beyond allowing escalation to occur every year."
12251231
)
12261232
self.ElecEscalationStart = self.ParameterDict[self.ElecEscalationStart.Name] = intParameter(
12271233
"Electricity Escalation Start Year",

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,7 @@
19561956
"maximum": 100
19571957
},
19581958
"Ending Electricity Sale Price": {
1959-
"description": "",
1959+
"description": "The maximum price to which the electricity sale price can escalate. For example, if Starting Electricity Sale Price = 0.10 USD/kWh and Electricity Escalation Rate = 0.01 USD/kWh/yr: Electricity Price will reach 0.15 USD/kWh after 4 years of escalation. The price will then remain at 0.15 USD/kWh for the remaining years of the project lifetime. If the Ending Electricity Sale Price is not reached by escalation during the project lifetime, then the value will have no effect beyond allowing escalation to occur every year.",
19601960
"type": "number",
19611961
"units": "USD/kWh",
19621962
"category": "Economics",

0 commit comments

Comments
 (0)