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
Honor 'Capital Cost for Power Plant for Electricity Generation' parameter for all electricity end-use, not just AGS. Affects Fervo_Project_Cape-4 and example_SAM-single-owner-PPA, which have this parameter in their inputs (but was not having an effect on results, which was not noticed until today)
Copy file name to clipboardExpand all lines: src/geophires_x_schema_generator/geophires-request.json
+10-11Lines changed: 10 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,7 @@
37
37
"Dead-state Pressure",
38
38
"Economic Model",
39
39
"Time steps per year",
40
-
"Operation & Maintenance Cost of Surface Plant",
41
-
"Capital Cost for Power Plant for Electricity Generation"
40
+
"Operation & Maintenance Cost of Surface Plant"
42
41
],
43
42
"properties": {
44
43
"Reservoir Model": {
@@ -1486,6 +1485,15 @@
1486
1485
"minimum": 0,
1487
1486
"maximum": 10
1488
1487
},
1488
+
"Capital Cost for Power Plant for Electricity Generation": {
1489
+
"description": "",
1490
+
"type": "number",
1491
+
"units": "USD/kW",
1492
+
"category": "Economics",
1493
+
"default": 3000,
1494
+
"minimum": 0.0,
1495
+
"maximum": 10000.0
1496
+
},
1489
1497
"Field Gathering System Capital Cost": {
1490
1498
"description": "Total field gathering system capital cost",
1491
1499
"type": "number",
@@ -2230,15 +2238,6 @@
2230
2238
"minimum": 0.0,
2231
2239
"maximum": 10000.0
2232
2240
},
2233
-
"Capital Cost for Power Plant for Electricity Generation": {
2234
-
"description": "",
2235
-
"type": "number",
2236
-
"units": "USD/kW",
2237
-
"category": "Economics",
2238
-
"default": 3000.0,
2239
-
"minimum": 0.0,
2240
-
"maximum": 10000.0
2241
-
},
2242
2241
"AddOn Nickname": {
2243
2242
"description": "If using multiple add-ons: either (1) specify this value as an array or (2) use multiple parameters suffixed with a number e.g. 'AddOn Nickname 1', 'AddOn Nickname 2', etc.",
0 commit comments