Skip to content

Commit fab5a17

Browse files
drop '(IDC)' from Interest during construction param name
1 parent 448463c commit fab5a17

File tree

10 files changed

+32
-32
lines changed

10 files changed

+32
-32
lines changed

src/geophires_x/EconomicsUtils.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,13 @@ def inflation_cost_during_construction_output_parameter() -> OutputParameter:
141141

142142
def interest_during_construction_output_parameter() -> OutputParameter:
143143
return OutputParameter(
144-
Name='Interest during construction (IDC)',
144+
Name='Interest during construction',
145145
UnitType=Units.CURRENCY,
146146
PreferredUnits=CurrencyUnit.MDOLLARS,
147147
CurrentUnits=CurrencyUnit.MDOLLARS,
148-
ToolTipText='The total accumulated interest incurred on debt during the construction phase. '
149-
'This cost is capitalized (added to the loan principal and total installed cost) '
150-
'rather than paid in cash.',
148+
ToolTipText='Interest During Construction (IDC) is the total accumulated interest '
149+
'incurred on debt during the construction phase. This cost is capitalized '
150+
'(added to the loan principal and total installed cost) rather than paid in cash.',
151151
)
152152

153153

src/geophires_x_client/geophires_x_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ class GeophiresXResult:
268268
'Investment Tax Credit',
269269
# Displayed for economic models that treat inflation costs as capital costs (SAM-EM)
270270
'Inflation costs during construction',
271-
'Interest during construction (IDC)',
271+
'Interest during construction',
272272
'Total Add-on CAPEX',
273273
'Total capital costs',
274274
'Annualized capital costs',

src/geophires_x_schema_generator/geophires-result.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,9 +447,9 @@
447447
"description": "The calculated amount of cost escalation due to inflation over the construction period.",
448448
"units": "MUSD"
449449
},
450-
"Interest during construction (IDC)": {
450+
"Interest during construction": {
451451
"type": "number",
452-
"description": "The total accumulated interest incurred on debt during the construction phase. This cost is capitalized (added to the loan principal and total installed cost) rather than paid in cash.",
452+
"description": "Interest During Construction (IDC) is the total accumulated interest incurred on debt during the construction phase. This cost is capitalized (added to the loan principal and total installed cost) rather than paid in cash.",
453453
"units": "MUSD"
454454
},
455455
"Total Add-on CAPEX": {

tests/examples/Fervo_Project_Cape-4.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
Simulation Metadata
66
----------------------
77
GEOPHIRES Version: 3.10.10
8-
Simulation Date: 2025-11-24
9-
Simulation Time: 09:47
10-
Calculation Time: 1.731 sec
8+
Simulation Date: 2025-11-25
9+
Simulation Time: 09:34
10+
Calculation Time: 1.737 sec
1111

1212
***SUMMARY OF RESULTS***
1313

@@ -104,7 +104,7 @@ Simulation Metadata
104104
Total surface equipment costs: 1560.49 MUSD
105105
Exploration costs: 30.00 MUSD
106106
Inflation costs during construction: 59.82 MUSD
107-
Interest during construction (IDC): 0.00 MUSD
107+
Interest during construction: 0.00 MUSD
108108
Total CAPEX: 2660.87 MUSD
109109

110110

tests/examples/example_SAM-single-owner-PPA-2.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
Simulation Metadata
66
----------------------
77
GEOPHIRES Version: 3.10.10
8-
Simulation Date: 2025-11-24
9-
Simulation Time: 09:47
10-
Calculation Time: 0.970 sec
8+
Simulation Date: 2025-11-25
9+
Simulation Time: 09:34
10+
Calculation Time: 0.977 sec
1111

1212
***SUMMARY OF RESULTS***
1313

@@ -105,7 +105,7 @@ Simulation Metadata
105105
Total surface equipment costs: 969.26 MUSD
106106
Exploration costs: 30.00 MUSD
107107
Inflation costs during construction: 76.64 MUSD
108-
Interest during construction (IDC): 0.00 MUSD
108+
Interest during construction: 0.00 MUSD
109109
Total CAPEX: 1609.42 MUSD
110110

111111

tests/examples/example_SAM-single-owner-PPA-3.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
Simulation Metadata
66
----------------------
77
GEOPHIRES Version: 3.10.10
8-
Simulation Date: 2025-11-24
9-
Simulation Time: 09:47
10-
Calculation Time: 1.172 sec
8+
Simulation Date: 2025-11-25
9+
Simulation Time: 09:34
10+
Calculation Time: 1.174 sec
1111

1212
***SUMMARY OF RESULTS***
1313

@@ -106,7 +106,7 @@ Simulation Metadata
106106
Total surface equipment costs: 150.23 MUSD
107107
Exploration costs: 3.89 MUSD
108108
Inflation costs during construction: 13.12 MUSD
109-
Interest during construction (IDC): 0.00 MUSD
109+
Interest during construction: 0.00 MUSD
110110
Total Add-on CAPEX: 50.00 MUSD
111111
Total CAPEX: 275.47 MUSD
112112

tests/examples/example_SAM-single-owner-PPA-4.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
Simulation Metadata
66
----------------------
77
GEOPHIRES Version: 3.10.10
8-
Simulation Date: 2025-11-24
9-
Simulation Time: 09:47
10-
Calculation Time: 1.162 sec
8+
Simulation Date: 2025-11-25
9+
Simulation Time: 09:34
10+
Calculation Time: 1.178 sec
1111

1212
***SUMMARY OF RESULTS***
1313

@@ -107,7 +107,7 @@ Simulation Metadata
107107
Total surface equipment costs: 152.93 MUSD
108108
Exploration costs: 3.89 MUSD
109109
Inflation costs during construction: 10.75 MUSD
110-
Interest during construction (IDC): 0.00 MUSD
110+
Interest during construction: 0.00 MUSD
111111
Total CAPEX: 225.81 MUSD
112112

113113

tests/examples/example_SAM-single-owner-PPA-5.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
Simulation Metadata
66
----------------------
77
GEOPHIRES Version: 3.10.10
8-
Simulation Date: 2025-11-24
9-
Simulation Time: 09:47
10-
Calculation Time: 1.722 sec
8+
Simulation Date: 2025-11-25
9+
Simulation Time: 09:34
10+
Calculation Time: 1.745 sec
1111

1212
***SUMMARY OF RESULTS***
1313

@@ -105,7 +105,7 @@ Simulation Metadata
105105
Total surface equipment costs: 298.30 MUSD
106106
Exploration costs: 120.00 MUSD
107107
Inflation costs during construction: 82.70 MUSD
108-
Interest during construction (IDC): 18.90 MUSD
108+
Interest during construction: 18.90 MUSD
109109
Total CAPEX: 701.02 MUSD
110110

111111

tests/examples/example_SAM-single-owner-PPA.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
Simulation Metadata
66
----------------------
77
GEOPHIRES Version: 3.10.10
8-
Simulation Date: 2025-11-24
9-
Simulation Time: 09:47
10-
Calculation Time: 1.165 sec
8+
Simulation Date: 2025-11-25
9+
Simulation Time: 09:34
10+
Calculation Time: 1.169 sec
1111

1212
***SUMMARY OF RESULTS***
1313

@@ -107,7 +107,7 @@ Simulation Metadata
107107
Total surface equipment costs: 152.93 MUSD
108108
Exploration costs: 3.89 MUSD
109109
Inflation costs during construction: 10.75 MUSD
110-
Interest during construction (IDC): 0.00 MUSD
110+
Interest during construction: 0.00 MUSD
111111
Total CAPEX: 225.81 MUSD
112112

113113

tests/geophires_x_tests/test_economics_sam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def _sum(cf_row_name: str, abs_val: bool = False) -> float:
260260

261261
idc_sum = _sum('Debt interest payment [construction] ($)')
262262

263-
cy4_idc = construction_years_4.result['CAPITAL COSTS (M$)']['Interest during construction (IDC)']
263+
cy4_idc = construction_years_4.result['CAPITAL COSTS (M$)']['Interest during construction']
264264
self.assertAlmostEqualWithinSigFigs(
265265
idc_sum, quantity(cy4_idc['value'], cy4_idc['unit']).to('USD').magnitude, num_sig_figs=4
266266
)

0 commit comments

Comments
 (0)