Skip to content

Commit 11c3314

Browse files
Regenerate schema with Royalties output param
1 parent 784bccc commit 11c3314

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/geophires_x/EconomicsUtils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,5 @@ def royalties_opex_parameter_output_parameter() -> OutputParameter:
152152
UnitType=Units.CURRENCYFREQUENCY,
153153
PreferredUnits=CurrencyFrequencyUnit.MDOLLARSPERYEAR,
154154
CurrentUnits=CurrencyFrequencyUnit.MDOLLARSPERYEAR,
155-
ToolTipText='Average annual royalties' # TODO WIP clarify
155+
ToolTipText='Average annual royalties paid (operating expense)'
156156
)

src/geophires_x_schema_generator/geophires-result.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,11 @@
480480
"units": "MUSD/yr"
481481
},
482482
"Average annual pumping costs": {},
483+
"Royalties": {
484+
"type": "number",
485+
"description": "Average annual royalties paid (operating expense)",
486+
"units": "MUSD/yr"
487+
},
483488
"Average annual auxiliary fuel cost": {},
484489
"Average annual pumping cost": {},
485490
"Redrilling costs": {

0 commit comments

Comments
 (0)