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
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1387,7 +1387,7 @@
1387
1387
]
1388
1388
},
1389
1389
"Reservoir Stimulation Capital Cost": {
1390
-
"description": "Total reservoir stimulation capital cost, including contingency and indirect costs.",
1390
+
"description": "Total reservoir stimulation capital cost, including indirect costs and contingency.",
1391
1391
"type": "number",
1392
1392
"units": "MUSD",
1393
1393
"category": "Economics",
@@ -1719,6 +1719,15 @@
1719
1719
"minimum": 0.0,
1720
1720
"maximum": 1.0
1721
1721
},
1722
+
"Contingency Percentage": {
1723
+
"description": "The contingency percentage applied to the direct capital costs for stimulation, field gathering system, exploration, and surface plant. (Note: well drilling and completion costs do not have contingency applied and are not affected by this parameter.)",
1724
+
"type": "number",
1725
+
"units": "%",
1726
+
"category": "Economics",
1727
+
"default": 15.0,
1728
+
"minimum": 0.0,
1729
+
"maximum": 100.0
1730
+
},
1722
1731
"Well Drilling Cost Correlation": {
1723
1732
"description": "Select the built-in well drilling and completion cost correlation: 1: vertical small diameter, baseline; 2: deviated small diameter, baseline; 3: vertical large diameter, baseline; 4: deviated large diameter, baseline; 5: Simple (per-meter cost); 6: vertical small diameter, intermediate1; 7: vertical small diameter, intermediate2; 8: deviated small diameter, intermediate1; 9: deviated small diameter, intermediate2; 10: vertical large diameter, intermediate1; 11: vertical large diameter, intermediate2; 12: deviated large diameter, intermediate1; 13: deviated large diameter, intermediate2; 14: vertical open-hole, small diameter, ideal; 15: deviated liner, small diameter, ideal; 16: vertical open-hole, large diameter, ideal; 17: deviated liner, large diameter, ideal. Baseline correlations (1-4) are from NREL's 2025 cost curve update. Intermediate and ideal correlations (6-17) are from GeoVision.",
0 commit comments