File tree Expand file tree Collapse file tree
geophires_x_schema_generator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2478,15 +2478,13 @@ def __init__(self, model: Model):
24782478 UnitType = Units .CURRENCY ,
24792479 PreferredUnits = CurrencyUnit .MDOLLARS ,
24802480 CurrentUnits = CurrencyUnit .MDOLLARS ,
2481- ToolTipText = 'Drilling and completion costs per vertical production well'
24822481 )
24832482 self .cost_one_injection_well = self .OutputParameterDict [self .cost_one_injection_well .Name ] = OutputParameter (
24842483 Name = "Cost of One Injection Well" ,
24852484 display_name = 'Drilling and completion costs per injection well' ,
24862485 UnitType = Units .CURRENCY ,
24872486 PreferredUnits = CurrencyUnit .MDOLLARS ,
24882487 CurrentUnits = CurrencyUnit .MDOLLARS ,
2489- ToolTipText = 'Drilling and completion costs per vertical injection well'
24902488 )
24912489 self .cost_lateral_section = self .OutputParameterDict [self .cost_lateral_section .Name ] = OutputParameter (
24922490 Name = "Cost of the entire (multi-) lateral section of a well" ,
Original file line number Diff line number Diff line change 427427 },
428428 "Drilling and completion costs per production well" : {
429429 "type" : " number" ,
430- "description" : " Cost of One Production Well. Drilling and completion costs per vertical production well " ,
430+ "description" : " Cost of One Production Well" ,
431431 "units" : " MUSD"
432432 },
433433 "Drilling and completion costs per injection well" : {
434434 "type" : " number" ,
435- "description" : " Cost of One Injection Well. Drilling and completion costs per vertical injection well " ,
435+ "description" : " Cost of One Injection Well" ,
436436 "units" : " MUSD"
437437 },
438438 "Drilling and completion costs per vertical production well" : {},
You can’t perform that action at this time.
0 commit comments