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
f.write(f' Drilling and completion costs per injection well: {econ.cost_one_injection_well.value:10.2f} '+econ.cost_one_injection_well.CurrentUnits.value+NL)
458
458
else:
459
459
f.write(f' Drilling and completion costs per well: {model.economics.Cwell.value/(model.wellbores.nprod.value+model.wellbores.ninj.value):10.2f} '+model.economics.Cwell.CurrentUnits.value+NL)
Copy file name to clipboardExpand all lines: src/geophires_x_schema_generator/geophires-result.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -343,7 +343,11 @@
343
343
},
344
344
"Drilling and completion costs (for redrilling)": {},
345
345
"Drilling and completion costs per redrilled well": {},
346
-
"Stimulation costs": {},
346
+
"Stimulation costs": {
347
+
"type": "number",
348
+
"description": "Default correlation: $1.25M plus 15% contingency plus 12% indirect costs. Provide Reservoir Stimulation Capital Cost Adjustment Factor to multiply the default correlation. Provide Reservoir Stimulation Capital Cost to override the default correlation and set your own cost.",
0 commit comments