Skip to content

Commit 2ef322d

Browse files
Stimulation Costs param name FIXME
1 parent a32ce23 commit 2ef322d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geophires_x/Economics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,7 @@ def __init__(self, model: Model):
15411541
CurrentUnits=EnergyCostUnit.DOLLARSPERMMBTU
15421542
) # $/MMBTU
15431543
self.Cstim = self.OutputParameterDict[self.Cstim.Name] = OutputParameter(
1544-
Name="O&M Surface Plant costs",
1544+
Name="O&M Surface Plant costs", # FIXME wrong name - should be Stimulation Costs
15451545
UnitType=Units.CURRENCY,
15461546
PreferredUnits=CurrencyUnit.MDOLLARS,
15471547
CurrentUnits=CurrencyUnit.MDOLLARS

0 commit comments

Comments
 (0)