Skip to content

Commit 81396f8

Browse files
Update Inflation Rate During Construction tooltip text
1 parent 7e64e1d commit 81396f8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/geophires_x/Economics.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,9 +1044,11 @@ def __init__(self, model: Model):
10441044
PreferredUnits=PercentUnit.PERCENT,
10451045
CurrentUnits=PercentUnit.TENTH,
10461046
ErrMessage="assume default inflation rate during construction (0)",
1047-
ToolTipText='For SAM Economic Models, total installed cost is calculated as '
1048-
'{Total CAPEX before inflation} × '
1049-
'(1 + Inflation Rate During Construction) ^ Construction Years.'
1047+
ToolTipText='The total inflation rate applied to capital costs over the entire construction period, '
1048+
'entered as a fraction (e.g., 0.15 for 15%). '
1049+
'This value defines the Accrued financing during construction output. '
1050+
'Note: For SAM Economic Models, if this parameter is not provided, inflation costs will be '
1051+
'calculated automatically by compounding Inflation Rate over Construction Years.'
10501052
)
10511053

10521054
self.contingency_percentage = self.ParameterDict[self.contingency_percentage.Name] = floatParameter(

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@
17111711
"maximum": 1.0
17121712
},
17131713
"Inflation Rate During Construction": {
1714-
"description": "For SAM Economic Models, total installed cost is calculated as {Total CAPEX before inflation} \u00d7 (1 + Inflation Rate During Construction) ^ Construction Years.",
1714+
"description": "The total inflation rate applied to capital costs over the entire construction period, entered as a fraction (e.g., 0.15 for 15%). This value defines the Accrued financing during construction output. Note: For SAM Economic Models, if this parameter is not provided, inflation costs will be calculated automatically by compounding Inflation Rate over Construction Years.",
17151715
"type": "number",
17161716
"units": "",
17171717
"category": "Economics",

0 commit comments

Comments
 (0)