Skip to content

Commit b48cfc5

Browse files
TODO to parameterize Surface Piping Length Costs $/km
1 parent 41d26a8 commit b48cfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geophires_x/Economics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3043,7 +3043,7 @@ def calculate_total_capital_costs(self, model):
30433043
self.Cexpl.value = self._contingency_factor * self.ccexpladjfactor.value * self._indirect_cost_factor * (
30443044
1. + self.cost_one_production_well.value * 0.6)
30453045

3046-
# Surface Piping Length Costs (M$) #assumed $750k/km
3046+
# Surface Piping Length Costs (M$) #assumed $750k/km # TODO parameterize
30473047
self.Cpiping.value = 750 / 1000 * model.surfaceplant.piping_length.value
30483048

30493049
# district heating network costs

0 commit comments

Comments
 (0)