Skip to content

Commit c207c18

Browse files
Set Total O&M Cost (Coam) tooltip text from theoretical basis
1 parent c7f8fb4 commit c207c18

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/geophires_x/Economics.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2020,7 +2020,9 @@ def __init__(self, model: Model):
20202020
display_name='Total operating and maintenance costs',
20212021
UnitType=Units.CURRENCYFREQUENCY,
20222022
PreferredUnits=CurrencyFrequencyUnit.MDOLLARSPERYEAR,
2023-
CurrentUnits=CurrencyFrequencyUnit.MDOLLARSPERYEAR
2023+
CurrentUnits=CurrencyFrequencyUnit.MDOLLARSPERYEAR,
2024+
ToolTipText=f'GEOPHIRES estimates the annual O&M costs as the sum of the annual surface plant, wellfield, '
2025+
f'make-up water, and pumping O&M costs.'
20242026
)
20252027
self.averageannualpumpingcosts = OutputParameter(
20262028
Name="Average Annual Pumping Costs",

src/geophires_x_schema_generator/geophires-result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
"Total average annual O&M costs": {},
524524
"Total operating and maintenance costs": {
525525
"type": "number",
526-
"description": "Total O&M Cost",
526+
"description": "Total O&M Cost. GEOPHIRES estimates the annual O&M costs as the sum of the annual surface plant, wellfield, make-up water, and pumping O&M costs.",
527527
"units": "MUSD/yr"
528528
},
529529
"OPEX": {}

0 commit comments

Comments
 (0)