Skip to content

Commit 2e7bbf6

Browse files
Accrued financing during construction tooltip text
1 parent 2c78ae9 commit 2e7bbf6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/geophires_x/Economics.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1973,7 +1973,11 @@ def __init__(self, model: Model):
19731973
UnitType=Units.PERCENT,
19741974
PreferredUnits=PercentUnit.PERCENT,
19751975
CurrentUnits=PercentUnit.PERCENT,
1976-
# TODO TooltipText
1976+
ToolTipText='The accrued inflation on total capital costs over the construction period, '
1977+
f'as defined by {self.inflrateconstruction.Name}. '
1978+
'For SAM Economic Models, this is calculated automatically by compounding '
1979+
f'{self.RINFL.Name} over Construction Years '
1980+
f'if {self.inflrateconstruction.Name} is not provided.'
19771981
)
19781982

19791983
self.after_tax_irr = self.OutputParameterDict[self.after_tax_irr.Name] = (

src/geophires_x_schema_generator/geophires-result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
"Accrued financing during construction": {
9494
"type": "number",
95-
"description": "",
95+
"description": "The total accrued inflation on total capital costs over the construction period, as defined by Inflation Rate During Construction. For SAM Economic Models, this is calculated automatically by compounding Inflation Rate over Construction Years if Inflation Rate During Construction is not provided.",
9696
"units": "%"
9797
},
9898
"Project lifetime": {},

0 commit comments

Comments
 (0)