Skip to content

Commit 12f3269

Browse files
Econmics.TotalCummRevenue naming TODO
1 parent d551a4b commit 12f3269

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/geophires_x/Economics.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,12 +1784,16 @@ def __init__(self, model: Model):
17841784
PreferredUnits=CurrencyFrequencyUnit.MDOLLARSPERYEAR,
17851785
CurrentUnits=CurrencyFrequencyUnit.MDOLLARSPERYEAR
17861786
)
1787+
1788+
# TODO this is displayed as "Project Net Cashflow" in Revenue & Cashflow Profile which is probably not an
1789+
# accurate synonym for cumulative revenue
17871790
self.TotalCummRevenue = self.OutputParameterDict[self.TotalCummRevenue.Name] = OutputParameter(
17881791
Name="Cumulative Revenue from Project",
17891792
UnitType=Units.CURRENCY,
17901793
PreferredUnits=CurrencyUnit.MDOLLARS,
17911794
CurrentUnits=CurrencyUnit.MDOLLARS
17921795
)
1796+
17931797
self.ProjectNPV = self.OutputParameterDict[self.ProjectNPV.Name] = OutputParameter(
17941798
"Project Net Present Value",
17951799
UnitType=Units.CURRENCY,

0 commit comments

Comments
 (0)