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 ecb74c8 commit 9f8f3c9Copy full SHA for 9f8f3c9
src/geophires_x/Economics.py
@@ -1755,7 +1755,12 @@ def __init__(self, model: Model):
1755
"Project Net Present Value",
1756
UnitType=Units.CURRENCY,
1757
PreferredUnits=CurrencyUnit.MDOLLARS,
1758
- CurrentUnits=CurrencyUnit.MDOLLARS
+ 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'
1764
)
1765
self.ProjectIRR = self.OutputParameterDict[self.ProjectIRR.Name] = OutputParameter(
1766
"Project Internal Rate of Return",
0 commit comments