Skip to content

Commit d7470e0

Browse files
update exploration costs tooltip from theoretical basis (previous version was missing M for geophysical aand field work)
1 parent c19a581 commit d7470e0

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
@@ -1852,7 +1852,8 @@ def __init__(self, model: Model):
18521852
UnitType=Units.CURRENCY,
18531853
PreferredUnits=CurrencyUnit.MDOLLARS,
18541854
CurrentUnits=CurrencyUnit.MDOLLARS,
1855-
ToolTipText=f'Default correlation: 60% of the cost of one production well '
1855+
ToolTipText=f'The built-in exploration cost correlation considers drilling of a slim-hole well at 60% of '
1856+
f'the cost of a regular well, $1M for geophysical and field work, '
18561857
f'{contingency_and_indirect_costs_tooltip}. '
18571858
f'Provide {self.ccexpladjfactor.Name} to multiply the default correlation. '
18581859
f'Provide {self.ccexplfixed.Name} to override the default correlation and set your own cost.'

src/geophires_x_schema_generator/geophires-result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430
"Total surface equipment costs": {},
431431
"Exploration costs": {
432432
"type": "number",
433-
"description": "Exploration cost. Default correlation: 60% of the cost of one production well plus 15% contingency plus 12% indirect costs. Provide Exploration Capital Cost Adjustment Factor to multiply the default correlation. Provide Exploration Capital Cost to override the default correlation and set your own cost.",
433+
"description": "Exploration cost. The built-in exploration cost correlation considers drilling of a slim-hole well at 60% of the cost of a regular well, $1M for geophysical and field work, plus 15% contingency plus 12% indirect costs. Provide Exploration Capital Cost Adjustment Factor to multiply the default correlation. Provide Exploration Capital Cost to override the default correlation and set your own cost.",
434434
"units": "MUSD"
435435
},
436436
"Investment Tax Credit": {

0 commit comments

Comments
 (0)