Skip to content

Commit 8df770c

Browse files
tweak tooltip texts
1 parent 67c6cd2 commit 8df770c

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

src/geophires_x/Economics.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ def __init__(self, model: Model):
11171117
PreferredUnits=PercentUnit.PERCENT,
11181118
CurrentUnits=PercentUnit.PERCENT,
11191119
ToolTipText=f'The indirect capital cost for well drilling and completion of all wells (the wellfield), '
1120-
f'calculated as a percentage of the direct cost. '
1120+
f'calculated as a percentage of the direct cost.'
11211121
)
11221122

11231123
self.indirect_capital_cost_percentage = \
@@ -1131,10 +1131,9 @@ def __init__(self, model: Model):
11311131
CurrentUnits=PercentUnit.PERCENT,
11321132
ToolTipText=f'The default indirect cost percentage applied to capital costs. This value is used for all '
11331133
f'cost categories unless a more specific indirect cost parameter is defined or provided. '
1134-
f'For example, '
1135-
f'wellfield costs use {self.wellfield_indirect_capital_cost_percentage.Name} '
1136-
f'(default {self.wellfield_indirect_capital_cost_percentage.DefaultValue}%).'
1137-
f'and reservoir stimulation costs use {self.stimulation_indirect_capital_cost_percentage.Name} '
1134+
f'Wellfield costs use {self.wellfield_indirect_capital_cost_percentage.Name} '
1135+
f'(default {self.wellfield_indirect_capital_cost_percentage.DefaultValue}%). '
1136+
f'Stimulation costs use {self.stimulation_indirect_capital_cost_percentage.Name} '
11381137
f'(default {self.stimulation_indirect_capital_cost_percentage.DefaultValue}%).'
11391138
)
11401139

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,7 +1861,7 @@
18611861
"maximum": 15000.0
18621862
},
18631863
"Well Drilling and Completion Indirect Capital Cost Percentage": {
1864-
"description": "The indirect capital cost for well drilling and completion of all wells (the wellfield), calculated as a percentage of the direct cost. ",
1864+
"description": "The indirect capital cost for well drilling and completion of all wells (the wellfield), calculated as a percentage of the direct cost.",
18651865
"type": "number",
18661866
"units": "%",
18671867
"category": "Economics",
@@ -1870,7 +1870,7 @@
18701870
"maximum": 100
18711871
},
18721872
"Indirect Capital Cost Percentage": {
1873-
"description": "The default indirect cost percentage applied to capital costs. This value is used for all cost categories unless a more specific indirect cost parameter is defined or provided. For example, wellfield costs use Well Drilling and Completion Indirect Capital Cost Percentage (default 5%).and reservoir stimulation costs use Reservoir Stimulation Indirect Capital Cost Percentage (default 5%).",
1873+
"description": "The default indirect cost percentage applied to capital costs. This value is used for all cost categories unless a more specific indirect cost parameter is defined or provided. Wellfield costs use Well Drilling and Completion Indirect Capital Cost Percentage (default 5%). Stimulation costs use Reservoir Stimulation Indirect Capital Cost Percentage (default 5%).",
18741874
"type": "number",
18751875
"units": "%",
18761876
"category": "Economics",

0 commit comments

Comments
 (0)