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 (for redrilling):{model.economics.Cwell.value:10.2f}'+model.economics.Cwell.CurrentUnits.value+NL)
480
-
f.write(f' Drilling and completion costs per redrilled well: {(model.economics.Cwell.value/(model.wellbores.nprod.value+model.wellbores.ninj.value)):10.2f}'+model.economics.Cwell.CurrentUnits.value+NL)
480
+
f.write(f' Drilling and completion costs (for redrilling):{econ.Cwell.value:10.2f}{econ.Cwell.CurrentUnits.value}\n')
481
+
f.write(f' Drilling and completion costs per redrilled well: {(econ.Cwell.value/(model.wellbores.nprod.value+model.wellbores.ninj.value)):10.2f}{econ.Cwell.CurrentUnits.value}\n')
0 commit comments