Skip to content

Commit 83aaa81

Browse files
fix port-related typo in field gathering costs tooltip
1 parent e0d63ca commit 83aaa81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/geophires_x/Economics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1970,7 +1970,7 @@ def __init__(self, model: Model):
19701970
PreferredUnits=CurrencyUnit.MDOLLARS,
19711971
CurrentUnits=CurrencyUnit.MDOLLARS,
19721972
# TODO interpolate constant values in tooltip text instead of hardcoding
1973-
ToolTipText='The built-in cost correlation for estimating the field gathering system cost follows includes '
1973+
ToolTipText='The built-in cost correlation for estimating the field gathering system cost includes '
19741974
'the cost for surface piping from each well to the plant and pumps for production and '
19751975
'injection wells. The length of the surface piping is assumed 750 m per well at a cost of '
19761976
'$500 per meter. The pumping cost for each pump in the production wells (line-shaft pumps) '

src/geophires_x_schema_generator/geophires-result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
},
429429
"Field gathering system costs": {
430430
"type": "number",
431-
"description": "Field gathering system cost. The built-in cost correlation for estimating the field gathering system cost follows includes the cost for surface piping from each well to the plant and pumps for production and injection wells. The length of the surface piping is assumed 750 m per well at a cost of $500 per meter. The pumping cost for each pump in the production wells (line-shaft pumps) and a single pump for the injection wells is calculated with the same correlation as GETEM. Contingency (default: 15%). and indirect costs (default: 12%) are added. The built-in cost correlation does not include the cost of pipelines to an off-site heat user or a district-heating system. These costs are estimated at $750 per meter pipeline length and can be manually added by the user to the pipeline distribution costs.",
431+
"description": "Field gathering system cost. The built-in cost correlation for estimating the field gathering system cost includes the cost for surface piping from each well to the plant and pumps for production and injection wells. The length of the surface piping is assumed 750 m per well at a cost of $500 per meter. The pumping cost for each pump in the production wells (line-shaft pumps) and a single pump for the injection wells is calculated with the same correlation as GETEM. Contingency (default: 15%). and indirect costs (default: 12%) are added. The built-in cost correlation does not include the cost of pipelines to an off-site heat user or a district-heating system. These costs are estimated at $750 per meter pipeline length and can be manually added by the user to the pipeline distribution costs.",
432432
"units": "MUSD"
433433
},
434434
"Total surface equipment costs": {},

0 commit comments

Comments
 (0)