Skip to content

Commit 6e16fae

Browse files
Specify Total CAPEX before inflation in Inflation Rate During Construction tooltip text
1 parent e6765f5 commit 6e16fae

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

src/geophires_x/Economics.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,8 @@ def __init__(self, model: Model):
10431043
PreferredUnits=PercentUnit.PERCENT,
10441044
CurrentUnits=PercentUnit.TENTH,
10451045
ErrMessage="assume default inflation rate during construction (0)",
1046-
ToolTipText='For SAM Economic Models, total installed cost is calculated as Total CAPEX × '
1046+
ToolTipText='For SAM Economic Models, total installed cost is calculated as '
1047+
'{Total CAPEX before inflation} × '
10471048
'(1 + Inflation Rate During Construction) ^ Construction Years.'
10481049
)
10491050

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, this value is treated as an indirect EPC capital cost percentage.",
1714+
"description": "For SAM Economic Models, total installed cost is calculated as {Total CAPEX before inflation} \u00d7 (1 + Inflation Rate During Construction) ^ Construction Years.",
17151715
"type": "number",
17161716
"units": "",
17171717
"category": "Economics",

src/geophires_x_schema_generator/geophires-result.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,11 @@
9090
"description": "Weighted Average Cost of Capital displayed for SAM Economic Models. It is calculated per https://samrepo.nrelcloud.org/help/fin_commercial.html?q=wacc: WACC = [ Nominal Discount Rate \u00f7 100 \u00d7 (1 - Debt Percent \u00f7 100) + Debt Percent \u00f7 100 \u00d7 Loan Rate \u00f7 100 \u00d7 (1 - Effective Tax Rate \u00f7 100 ) ] \u00d7 100; Effective Tax Rate = [ Federal Tax Rate \u00f7 100 \u00d7 ( 1 - State Tax Rate \u00f7 100 ) + State Tax Rate \u00f7 100 ] \u00d7 100; ",
9191
"units": "%"
9292
},
93-
"Accrued financing during construction": {},
93+
"Accrued financing during construction": {
94+
"type": "number",
95+
"description": "",
96+
"units": "%"
97+
},
9498
"Project lifetime": {},
9599
"Capacity factor": {},
96100
"Project NPV": {

0 commit comments

Comments
 (0)