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)
1809
-
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)
1810
-
elifecon.cost_lateral_section.value>0.0:
1806
+
ifecon.cost_lateral_section.value>0.0:
1811
1807
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
1808
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)
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)
1813
+
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)
1814
1814
else:
1815
1815
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