Skip to content

Commit 9f8f3c9

Browse files
Document NPV cashflows lumped at end of periods, with citation of NREL manual.
1 parent ecb74c8 commit 9f8f3c9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/geophires_x/Economics.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,12 @@ def __init__(self, model: Model):
17551755
"Project Net Present Value",
17561756
UnitType=Units.CURRENCY,
17571757
PreferredUnits=CurrencyUnit.MDOLLARS,
1758-
CurrentUnits=CurrencyUnit.MDOLLARS
1758+
CurrentUnits=CurrencyUnit.MDOLLARS,
1759+
ToolTipText='NPV is calculated with cashflows lumped at the end of periods. '
1760+
'See: Short W et al, 1995. '
1761+
'"A Manual for the Economic Evaluation of Energy Efficiency and Renewable Energy '
1762+
'Technologies.", p. 41. '
1763+
'https://www.nrel.gov/docs/legosti/old/5173.pdf'
17591764
)
17601765
self.ProjectIRR = self.OutputParameterDict[self.ProjectIRR.Name] = OutputParameter(
17611766
"Project Internal Rate of Return",

0 commit comments

Comments
 (0)