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
Copy file name to clipboardExpand all lines: src/geophires_x_schema_generator/geophires-request.json
+22-13Lines changed: 22 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1449,17 +1449,17 @@
1449
1449
"minimum": 0,
1450
1450
"maximum": 10
1451
1451
},
1452
-
"Well Drilling and Completion Capital Cost": {
1453
-
"description": "Well Drilling and Completion Capital Cost",
1452
+
"Injection Well Drilling and Completion Capital Cost": {
1453
+
"description": "Injection Well Drilling and Completion Capital Cost",
1454
1454
"type": "number",
1455
1455
"units": "MUSD",
1456
1456
"category": "Economics",
1457
1457
"default": -1.0,
1458
1458
"minimum": 0,
1459
1459
"maximum": 200
1460
1460
},
1461
-
"Injection Well Drilling and Completion Capital Cost": {
1462
-
"description": "Injection Well Drilling and Completion Capital Cost",
1461
+
"Well Drilling and Completion Capital Cost": {
1462
+
"description": "Well Drilling and Completion Capital Cost per well. Applied to production wells, and injection wells unless Injection Well Drilling and Completion Capital Cost is provided.",
1463
1463
"type": "number",
1464
1464
"units": "MUSD",
1465
1465
"category": "Economics",
@@ -1485,15 +1485,6 @@
1485
1485
"minimum": 0,
1486
1486
"maximum": 10
1487
1487
},
1488
-
"Indirect Cost Percentage": {
1489
-
"description": "The default indirect cost percentage applied to capital costs. This value is used for all cost categories unless a more specific indirect cost parameter is provided. For example, reservoir stimulation costs use Reservoir Stimulation Indirect Capital Cost Percentage (default 5%).",
1490
-
"type": "number",
1491
-
"units": "%",
1492
-
"category": "Economics",
1493
-
"default": 12,
1494
-
"minimum": 0,
1495
-
"maximum": 100
1496
-
},
1497
1488
"Wellfield O&M Cost": {
1498
1489
"description": "Total annual wellfield O&M cost",
1499
1490
"type": "number",
@@ -1869,6 +1860,24 @@
1869
1860
"minimum": 0.0,
1870
1861
"maximum": 15000.0
1871
1862
},
1863
+
"Well Drilling and Completion Indirect Capital Cost Percentage": {
1864
+
"description": "The indirect capital cost for well drilling and completion of all wells (the wellfield), calculated as a percentage of the direct cost. ",
1865
+
"type": "number",
1866
+
"units": "%",
1867
+
"category": "Economics",
1868
+
"default": 5,
1869
+
"minimum": 0,
1870
+
"maximum": 100
1871
+
},
1872
+
"Indirect Capital Cost Percentage": {
1873
+
"description": "The default indirect cost percentage applied to capital costs. This value is used for all cost categories unless a more specific indirect cost parameter is defined or provided. For example, wellfield costs use Well Drilling and Completion Indirect Capital Cost Percentage (default 5%).and reservoir stimulation costs use Reservoir Stimulation Indirect Capital Cost Percentage (default 5%).",
0 commit comments