You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output Inflation costs during construction in ECONOMIC PARAMETERS after Accrued financing during construction for economic models that don't treat inflation costs as capital costs (non-SAM-EM)
Copy file name to clipboardExpand all lines: src/geophires_x_schema_generator/geophires-result.json
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
},
21
21
"Total CAPEX": {
22
22
"type": "number",
23
-
"description": "The total capital expenditure (CAPEX) required to construct the plant. This value includes all direct and indirect costs, contingency, and any cost escalation from inflation during construction. It is used as the total installed cost input for SAM Economic Models.",
23
+
"description": "The total capital expenditure (CAPEX) required to construct the plant. This value includes all direct and indirect costs, and contingency. For SAM Economic models, it also includes any cost escalation from inflation during construction. It is used as the total installed cost input for SAM Economic Models.",
24
24
"units": "MUSD"
25
25
},
26
26
"Average Direct-Use Heat Production": {},
@@ -100,6 +100,11 @@
100
100
"description": "The 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.",
101
101
"units": "%"
102
102
},
103
+
"Inflation costs during construction": {
104
+
"type": "number",
105
+
"description": "The calculated amount of cost escalation due to inflation over the construction period.",
106
+
"units": "MUSD"
107
+
},
103
108
"Project lifetime": {},
104
109
"Capacity factor": {},
105
110
"Project NPV": {
@@ -432,7 +437,7 @@
432
437
"Annualized capital costs": {},
433
438
"Total CAPEX": {
434
439
"type": "number",
435
-
"description": "The total capital expenditure (CAPEX) required to construct the plant. This value includes all direct and indirect costs, contingency, and any cost escalation from inflation during construction. It is used as the total installed cost input for SAM Economic Models.",
440
+
"description": "The total capital expenditure (CAPEX) required to construct the plant. This value includes all direct and indirect costs, and contingency. For SAM Economic models, it also includes any cost escalation from inflation during construction. It is used as the total installed cost input for SAM Economic Models.",
0 commit comments