We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32ce23 commit 2ef322dCopy full SHA for 2ef322d
src/geophires_x/Economics.py
@@ -1541,7 +1541,7 @@ def __init__(self, model: Model):
1541
CurrentUnits=EnergyCostUnit.DOLLARSPERMMBTU
1542
) # $/MMBTU
1543
self.Cstim = self.OutputParameterDict[self.Cstim.Name] = OutputParameter(
1544
- Name="O&M Surface Plant costs",
+ Name="O&M Surface Plant costs", # FIXME wrong name - should be Stimulation Costs
1545
UnitType=Units.CURRENCY,
1546
PreferredUnits=CurrencyUnit.MDOLLARS,
1547
CurrentUnits=CurrencyUnit.MDOLLARS
0 commit comments