Skip to content

Commit f644fea

Browse files
Inflation Rate During Construction documentation
1 parent 2ca8f92 commit f644fea

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/geophires_x/Economics.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,6 +963,7 @@ def __init__(self, model: Model):
963963
ErrMessage="assume default property tax rate (0)",
964964
ToolTipText="Property tax rate (see docs)"
965965
)
966+
# noinspection SpellCheckingInspection
966967
self.inflrateconstruction = self.ParameterDict[self.inflrateconstruction.Name] = floatParameter(
967968
"Inflation Rate During Construction",
968969
DefaultValue=0.0,
@@ -971,7 +972,8 @@ def __init__(self, model: Model):
971972
UnitType=Units.PERCENT,
972973
PreferredUnits=PercentUnit.PERCENT,
973974
CurrentUnits=PercentUnit.TENTH,
974-
ErrMessage="assume default inflation rate during construction (0)"
975+
ErrMessage="assume default inflation rate during construction (0)",
976+
ToolTipText='For SAM Economic Models, this value is treated as an indirect EPC capital cost percentage.'
975977
)
976978
self.wellcorrelation = self.ParameterDict[self.wellcorrelation.Name] = intParameter(
977979
"Well Drilling Cost Correlation",

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@
16671667
"maximum": 1.0
16681668
},
16691669
"Inflation Rate During Construction": {
1670-
"description": "",
1670+
"description": "For SAM Economic Models, this value is treated as an indirect EPC capital cost percentage.",
16711671
"type": "number",
16721672
"units": "",
16731673
"category": "Economics",

tests/examples/Fervo_Project_Cape-4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Fraction of Investment in Bonds, .6, -- Based on fraction of CAPEX with $1 billi
1818
Inflated Bond Interest Rate, .056
1919

2020
Inflation Rate, .023, -- US inflation as of April 2025
21-
Inflation Rate During Construction, 0.15
21+
Inflation Rate During Construction, 0.15, -- Treated as indirect EPC capital cost percentage
2222

2323
Combined Income Tax Rate, .28
2424
Investment Tax Credit Rate, 0.3

0 commit comments

Comments
 (0)