Skip to content

Commit 3201e90

Browse files
refine tooltip text
1 parent 84cde2f commit 3201e90

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

src/geophires_x/Economics.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -695,10 +695,9 @@ def __init__(self, model: Model):
695695
UnitType=Units.COSTPERAREA,
696696
PreferredUnits=CostPerAreaUnit.DOLLARSPERMETERS2,
697697
CurrentUnits=CostPerAreaUnit.DOLLARSPERMETERS2,
698-
# TODO/WIP...
699-
ToolTipText=f'Reservoir stimulation capital cost per fracture surface area {before_stim_modifiers_note}. '
700-
f'Provide {self.stimulation_cost_per_production_well.Name} = '
701-
f'{CALCULATED_PARAMETER_PLACEHOLDER_VALUE} to indicate that production wells are stimulated.'
698+
ToolTipText=f'Direct reservoir stimulation cost per fracture surface area {before_stim_modifiers_note}. '
699+
f'By default, this applies only to injection wells. To include production wells, set '
700+
f'{self.stimulation_cost_per_production_well.Name} = {CALCULATED_PARAMETER_PLACEHOLDER_VALUE}.'
702701
)
703702

704703
# noinspection SpellCheckingInspection

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@
15061506
"maximum": 100
15071507
},
15081508
"Reservoir Stimulation Capital Cost per Fracture Surface Area": {
1509-
"description": "Reservoir stimulation capital cost per fracture surface area before adjustment factor, indirect costs, and contingency. Provide Reservoir Stimulation Capital Cost per Production Well = -1 to indicate that production wells are stimulated.",
1509+
"description": "Direct reservoir stimulation cost per fracture surface area before adjustment factor, indirect costs, and contingency. By default, this applies only to injection wells. To include production wells, set Reservoir Stimulation Capital Cost per Production Well = -1.",
15101510
"type": "number",
15111511
"units": "USD/m**2",
15121512
"category": "Economics",

0 commit comments

Comments
 (0)