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 vertical production well: {econ.cost_one_production_well.value:10.2f} '+econ.cost_one_production_well.CurrentUnits.value+NL)
1812
1812
f.write(f' Drilling and completion costs per vertical injection well: {econ.cost_one_injection_well.value:10.2f} '+econ.cost_one_injection_well.CurrentUnits.value+NL)
1813
-
f.write(f' Drilling and completion costs per non-vertical section: {econ.cost_lateral_section.value:10.2f}'+econ.cost_lateral_section.CurrentUnits.value+NL)
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)
0 commit comments