Skip to content

Commit e9ab8a2

Browse files
fix oversight in 7d1f8b5 (remove missed line)
1 parent 87e89b3 commit e9ab8a2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/geophires_x/SBTEconomics.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,7 @@ def Calculate(self, model: Model) -> None:
216216
self.cost_lateral_section.value + self.cost_to_junction_section.value)
217217

218218
self.Cstim.value = self.calculate_stimulation_costs(model).to(self.Cstim.CurrentUnits).magnitude
219-
220219
self.calculate_field_gathering_costs(model)
221-
222-
# Based on GETEM 2016 #1.15 for 15% contingency
223-
self.Cgath.value = 1.15 * self.ccgathadjfactor.value * self._indirect_cost_factor * (
224-
(model.wellbores.nprod.value + model.wellbores.ninj.value) * 750 * 500. + self.Cpumps) / 1E6
225-
226220
self.calculate_plant_costs(model)
227221

228222
if not self.totalcapcost.Valid:

0 commit comments

Comments
 (0)