File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
geophires_x_schema_generator Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -152,5 +152,5 @@ def royalties_opex_parameter_output_parameter() -> OutputParameter:
152
152
UnitType = Units .CURRENCYFREQUENCY ,
153
153
PreferredUnits = CurrencyFrequencyUnit .MDOLLARSPERYEAR ,
154
154
CurrentUnits = CurrencyFrequencyUnit .MDOLLARSPERYEAR ,
155
- ToolTipText = 'Average annual royalties' # TODO WIP clarify
155
+ ToolTipText = 'Average annual royalties paid (operating expense)'
156
156
)
Original file line number Diff line number Diff line change 480
480
"units" : " MUSD/yr"
481
481
},
482
482
"Average annual pumping costs" : {},
483
+ "Royalties" : {
484
+ "type" : " number" ,
485
+ "description" : " Average annual royalties paid (operating expense)" ,
486
+ "units" : " MUSD/yr"
487
+ },
483
488
"Average annual auxiliary fuel cost" : {},
484
489
"Average annual pumping cost" : {},
485
490
"Redrilling costs" : {
You can’t perform that action at this time.
0 commit comments