Skip to content

Commit 2d22b4b

Browse files
add note to Reservoir Stimulation Capital Cost to set to $0 for traditional hydrothermal systems
1 parent cd645ea commit 2d22b4b

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
@@ -625,7 +625,8 @@ def __init__(self, model: Model):
625625
CurrentUnits=CurrencyUnit.MDOLLARS,
626626
Provided=False,
627627
Valid=False,
628-
ToolTipText="Total reservoir stimulation capital cost, including indirect costs and contingency."
628+
ToolTipText='Total reservoir stimulation capital cost, including indirect costs and contingency. '
629+
f'For traditional hydrothermal reservoirs, this parameter should be set to $0.'
629630
)
630631

631632
max_stimulation_cost_per_well_MUSD = 100

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@
13961396
]
13971397
},
13981398
"Reservoir Stimulation Capital Cost": {
1399-
"description": "Total reservoir stimulation capital cost, including indirect costs and contingency.",
1399+
"description": "Total reservoir stimulation capital cost, including indirect costs and contingency. For traditional hydrothermal reservoirs, this parameter should be set to $0.",
14001400
"type": "number",
14011401
"units": "MUSD",
14021402
"category": "Economics",

0 commit comments

Comments
 (0)