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:
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 )
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments