Skip to content

Commit b1a104d

Browse files
update stimulation cost output tooltip text with instruction to set cost to $0 for traditional hydrothermal systems per theoretical basis
1 parent 8d57ffd commit b1a104d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/geophires_x/Economics.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,8 @@ def __init__(self, model: Model):
18241824
f'costs per well. '
18251825
f'Provide {self.ccstimadjfactor.Name} to multiply the correlation-calculated cost. '
18261826
f'Provide {self.ccstimfixed.Name} to override the correlation and set your own '
1827-
f'total stimulation cost.'
1827+
f'total stimulation cost. '
1828+
f'For traditional hydrothermal reservoirs, {self.ccstimfixed.Name} should be set to $0.'
18281829
)
18291830

18301831
contingency_and_indirect_costs_tooltip = (

src/geophires_x_schema_generator/geophires-result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
"Drilling and completion costs per redrilled well": {},
401401
"Stimulation costs": {
402402
"type": "number",
403-
"description": "Default correlation: $1.25M per injection well plus 15% contingency plus 5% indirect costs. Provide Reservoir Stimulation Capital Cost per Injection Well and Reservoir Stimulation Capital Cost per Production Well to set the correlation costs per well. Provide Reservoir Stimulation Capital Cost Adjustment Factor to multiply the correlation-calculated cost. Provide Reservoir Stimulation Capital Cost to override the correlation and set your own total stimulation cost.",
403+
"description": "Default correlation: $1.25M per injection well plus 15% contingency plus 5% indirect costs. Provide Reservoir Stimulation Capital Cost per Injection Well and Reservoir Stimulation Capital Cost per Production Well to set the correlation costs per well. Provide Reservoir Stimulation Capital Cost Adjustment Factor to multiply the correlation-calculated cost. Provide Reservoir Stimulation Capital Cost to override the correlation and set your own total stimulation cost. For traditional hydrothermal reservoirs, Reservoir Stimulation Capital Cost should be set to $0.",
404404
"units": "MUSD"
405405
},
406406
"Stimulation costs (for redrilling)": {},

0 commit comments

Comments
 (0)