Skip to content

Commit e6ac4f4

Browse files
Econmics.TotalCummRevenue naming TODO
1 parent 1c9976b commit e6ac4f4

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
@@ -1791,12 +1791,16 @@ def __init__(self, model: Model):
17911791
PreferredUnits=CurrencyFrequencyUnit.MDOLLARSPERYEAR,
17921792
CurrentUnits=CurrencyFrequencyUnit.MDOLLARSPERYEAR
17931793
)
1794+
1795+
# TODO this is displayed as "Project Net Cashflow" in Revenue & Cashflow Profile which is probably not an
1796+
# accurate synonym for cumulative revenue
17941797
self.TotalCummRevenue = self.OutputParameterDict[self.TotalCummRevenue.Name] = OutputParameter(
17951798
Name="Cumulative Revenue from Project",
17961799
UnitType=Units.CURRENCY,
17971800
PreferredUnits=CurrencyUnit.MDOLLARS,
17981801
CurrentUnits=CurrencyUnit.MDOLLARS
17991802
)
1803+
18001804
self.ProjectNPV = self.OutputParameterDict[self.ProjectNPV.Name] = OutputParameter(
18011805
"Project Net Present Value",
18021806
UnitType=Units.CURRENCY,

0 commit comments

Comments
 (0)