We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e89b3 commit e9ab8a2Copy full SHA for e9ab8a2
src/geophires_x/SBTEconomics.py
@@ -216,13 +216,7 @@ def Calculate(self, model: Model) -> None:
216
self.cost_lateral_section.value + self.cost_to_junction_section.value)
217
218
self.Cstim.value = self.calculate_stimulation_costs(model).to(self.Cstim.CurrentUnits).magnitude
219
-
220
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
226
self.calculate_plant_costs(model)
227
228
if not self.totalcapcost.Valid:
0 commit comments