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 production well: {econ.cost_one_production_well.value:10.2f} '+econ.cost_one_production_well.CurrentUnits.value+NL)
459
459
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)
460
460
else:
461
-
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
@@ -333,7 +333,11 @@
333
333
"description": "Wellfield cost. Includes total drilling and completion cost of all injection and production wells and laterals, plus 5% indirect costs.",
334
334
"units": "MUSD"
335
335
},
336
-
"Drilling and completion costs per well": {},
336
+
"Drilling and completion costs per well": {
337
+
"type": "number",
338
+
"description": "Includes total drilling and completion cost per well, including injection and production wells and laterals, plus 5% indirect costs.",
339
+
"units": "MUSD"
340
+
},
337
341
"Drilling and completion costs per production well": {},
338
342
"Drilling and completion costs per injection well": {},
339
343
"Drilling and completion costs per vertical production well": {},
0 commit comments