Skip to content

Commit

Permalink
fix drogon wells
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv committed Sep 14, 2024
1 parent 55a13e3 commit e4995bf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ async def get_wellbore_headers(self, field_identifier: str) -> List[WellboreHead
well_northing=5934232.000,
depth_reference_point="RKB",
depth_reference_elevation=25.0,
wellbore_purpose="production",
wellbore_status="active",
),
WellboreHeader(
wellbore_uuid="drogon_horizontal",
Expand All @@ -95,5 +97,7 @@ async def get_wellbore_headers(self, field_identifier: str) -> List[WellboreHead
well_northing=5930542.294,
depth_reference_point="RKB",
depth_reference_elevation=49.0,
wellbore_purpose="production",
wellbore_status="active",
),
]

0 comments on commit e4995bf

Please sign in to comment.