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 41d26a8 commit b48cfc5Copy full SHA for b48cfc5
src/geophires_x/Economics.py
@@ -3043,7 +3043,7 @@ def calculate_total_capital_costs(self, model):
3043
self.Cexpl.value = self._contingency_factor * self.ccexpladjfactor.value * self._indirect_cost_factor * (
3044
1. + self.cost_one_production_well.value * 0.6)
3045
3046
- # Surface Piping Length Costs (M$) #assumed $750k/km
+ # Surface Piping Length Costs (M$) #assumed $750k/km # TODO parameterize
3047
self.Cpiping.value = 750 / 1000 * model.surfaceplant.piping_length.value
3048
3049
# district heating network costs
0 commit comments