Upload all Odin DB
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +24 -0
- knowledge_base/chroma_db/chroma.sqlite3 +3 -0
- knowledge_base/chroma_db/d97cb050-3e8d-4a76-8b7b-26ad95cc08fd/data_level0.bin +3 -0
- knowledge_base/chroma_db/d97cb050-3e8d-4a76-8b7b-26ad95cc08fd/header.bin +3 -0
- knowledge_base/chroma_db/d97cb050-3e8d-4a76-8b7b-26ad95cc08fd/index_metadata.pickle +3 -0
- knowledge_base/chroma_db/d97cb050-3e8d-4a76-8b7b-26ad95cc08fd/length.bin +3 -0
- knowledge_base/chroma_db/d97cb050-3e8d-4a76-8b7b-26ad95cc08fd/link_lists.bin +3 -0
- knowledge_base/raw_text/Discovery_report.pdf.txt +0 -0
- knowledge_base/raw_text/Volve PUD .pdf.txt +0 -0
- knowledge_base/raw_text/iadc_glossary_extracted.txt +0 -0
- knowledge_base/raw_text/iadc_glossary_full.txt +0 -0
- knowledge_base/raw_text/iadc_state.json +0 -0
- knowledge_base/raw_text/wiki_Blowout_(well_drilling).txt +1095 -0
- knowledge_base/raw_text/wiki_Blowout_well_drilling.txt +3419 -0
- knowledge_base/raw_text/wiki_Casing_(borehole).txt +283 -0
- knowledge_base/raw_text/wiki_Casing_borehole.txt +617 -0
- knowledge_base/raw_text/wiki_Directional_drilling.txt +340 -0
- knowledge_base/raw_text/wiki_Drill_bit.txt +2301 -0
- knowledge_base/raw_text/wiki_Drill_string.txt +253 -0
- knowledge_base/raw_text/wiki_Drilling_mud.txt +737 -0
- knowledge_base/raw_text/wiki_Offshore_drilling.txt +1587 -0
- knowledge_base/raw_text/wiki_Oil_well.txt +2565 -0
- knowledge_base/raw_text/wiki_Petroleum_engineering.txt +2295 -0
- knowledge_base/raw_text/wiki_Rate_of_penetration.txt +61 -0
- knowledge_base/raw_text/wiki_Weight_on_bit.txt +36 -0
- knowledge_base/raw_text/wiki_Well_completion.txt +1349 -0
- knowledge_base/volve_ddr_history/951b646d-976b-4954-869a-0df83fc6c429/data_level0.bin +3 -0
- knowledge_base/volve_ddr_history/951b646d-976b-4954-869a-0df83fc6c429/header.bin +3 -0
- knowledge_base/volve_ddr_history/951b646d-976b-4954-869a-0df83fc6c429/index_metadata.pickle +3 -0
- knowledge_base/volve_ddr_history/951b646d-976b-4954-869a-0df83fc6c429/length.bin +3 -0
- knowledge_base/volve_ddr_history/951b646d-976b-4954-869a-0df83fc6c429/link_lists.bin +3 -0
- knowledge_base/volve_ddr_history/chroma.sqlite3 +3 -0
- processed/ddr/15_9_19_A_activities.csv +0 -0
- processed/ddr/15_9_19_A_daily_summary.csv +111 -0
- processed/ddr/15_9_19_B_activities.csv +0 -0
- processed/ddr/15_9_19_B_daily_summary.csv +90 -0
- processed/ddr/15_9_19_S_activities.csv +0 -0
- processed/ddr/15_9_19_S_daily_summary.csv +177 -0
- processed/ddr/15_9_F_10_activities.csv +0 -0
- processed/ddr/15_9_F_10_daily_summary.csv +72 -0
- processed/ddr/15_9_F_11_A_activities.csv +284 -0
- processed/ddr/15_9_F_11_A_daily_summary.csv +15 -0
- processed/ddr/15_9_F_11_B_activities.csv +0 -0
- processed/ddr/15_9_F_11_B_daily_summary.csv +91 -0
- processed/ddr/15_9_F_11_activities.csv +0 -0
- processed/ddr/15_9_F_11_daily_summary.csv +71 -0
- processed/ddr/15_9_F_12_activities.csv +0 -0
- processed/ddr/15_9_F_12_daily_summary.csv +166 -0
- processed/ddr/15_9_F_14_activities.csv +0 -0
- processed/ddr/15_9_F_14_daily_summary.csv +135 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,27 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
knowledge_base/chroma_db/chroma.sqlite3 filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
knowledge_base/volve_ddr_history/chroma.sqlite3 filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
processed/witsml/15_9_F_1__DateTime_36in._Section._Combined_SLB_$47$_Geoservices_RT-Data_-_Time_Log.csv filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
processed/witsml/15_9_F_1_C__DateTime_CementData.csv filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
processed/witsml/15_9_F_1_C__DateTime_GasTime.csv filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
processed/witsml/15_9_F_1_C__DateTime_GenTime.csv filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
processed/witsml/15_9_F_1_C__DateTime_GenTime2.csv filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
processed/witsml/15_9_F_1_C__DateTime_Hydraulics.csv filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
processed/witsml/15_9_F_1_C__DateTime_Pits.csv filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
processed/witsml/15_9_F_1_C__DateTime_TripTime.csv filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
processed/witsml/15_9_F_12__DateTime_Mud_Log_Data_36_in_section_-_Time_Log.csv filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
processed/witsml/15_9_F_12__DateTime_Mudlog_RT_data_20in_csg_-_Time_Log.csv filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
processed/witsml/15_9_F_12__DateTime_Mudlog_RT_data_26in_nr2_-_Time_Log.csv filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
processed/witsml/15_9_F_12__DateTime_Mudlog_RT_data_26in_sect_-_Time_Log.csv filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
processed/witsml/15_9_F_12__DateTime_Real_Time_MWD_$47$_LWD_data_-_8.5in._Pilot_-_Time_Log.csv filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
processed/witsml/15_9_F_12__DateTime_Real_Time_MWD_$47$_LWD_Mudlog_data_-_12.25in._-_Time_Log.csv filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
processed/witsml/15_9_F_12__DateTime_Real_Time_MWD_$47$_LWD_Mudlog_data_-_17.5in._section_-_Time_Log.csv filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
processed/witsml/15_9_F_12__DateTime_Real_Time_MWD_$47$_LWD_Mudlog_data_-_8.5_in._section_-_Time_Log.csv filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
processed/witsml/15_9_F_5__DateTime_Real_Time_SLB_-_Time_Log.csv filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
processed/witsml/15_9_F_7__DateTime_Real_Time_MWD_$47$_LWD_Mudlog_Data_-_12.25_in._section_-_Time_Log.csv filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
processed/witsml/15_9_F_7__DateTime_Real_Time_MWD_$47$_LWD_Mudlog_Data_-_17.5_in._section_-_Time_Log.csv filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
processed/witsml/15_9_F_9_A__DateTime_12.25_in_Section_-_Time_Log.csv filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
processed/witsml/15_9_F_9_A__DateTime_8.5_in_Section_-_Time_Log.csv filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
viking_context/chroma_fallback/chroma.sqlite3 filter=lfs diff=lfs merge=lfs -text
|
knowledge_base/chroma_db/chroma.sqlite3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cde378f275f70ad21fdb87e3042cb40113c6d17f1c92ccea1ee4d8e457a080a8
|
| 3 |
+
size 74686464
|
knowledge_base/chroma_db/d97cb050-3e8d-4a76-8b7b-26ad95cc08fd/data_level0.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8283a14ff0e8803468c8377500f21ca7c245b4f1a8f6ea36f81ce8e641c48cdd
|
| 3 |
+
size 46596000
|
knowledge_base/chroma_db/d97cb050-3e8d-4a76-8b7b-26ad95cc08fd/header.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e452e46a8612b05bea6692df362d45473981c528f66bdd47a15ded96b74648e
|
| 3 |
+
size 100
|
knowledge_base/chroma_db/d97cb050-3e8d-4a76-8b7b-26ad95cc08fd/index_metadata.pickle
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92e56c0f45389a1a6978fc5f418768e12c170685e445e8f8c2a1a88180712a9d
|
| 3 |
+
size 1012172
|
knowledge_base/chroma_db/d97cb050-3e8d-4a76-8b7b-26ad95cc08fd/length.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d24eceab9d2cb33b79a1f2aae8d4f1eec2e2588decbfa2be175f358062279365
|
| 3 |
+
size 44000
|
knowledge_base/chroma_db/d97cb050-3e8d-4a76-8b7b-26ad95cc08fd/link_lists.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6d6c303dc09bc23d2c1fb61e565020333dcb4b2dd3c1e92a18cee70efc205e4
|
| 3 |
+
size 96360
|
knowledge_base/raw_text/Discovery_report.pdf.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
knowledge_base/raw_text/Volve PUD .pdf.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
knowledge_base/raw_text/iadc_glossary_extracted.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
knowledge_base/raw_text/iadc_glossary_full.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
knowledge_base/raw_text/iadc_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
knowledge_base/raw_text/wiki_Blowout_(well_drilling).txt
ADDED
|
@@ -0,0 +1,1095 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Source: https://en.wikipedia.org/wiki/Blowout_(well_drilling)
|
| 2 |
+
|
| 3 |
+
Uncontrolled release of crude oil and/or natural gas from a well
|
| 4 |
+
The Lucas Gusher at
|
| 5 |
+
Spindletop
|
| 6 |
+
,
|
| 7 |
+
Texas
|
| 8 |
+
(1901)
|
| 9 |
+
A
|
| 10 |
+
blowout
|
| 11 |
+
is the uncontrolled release of
|
| 12 |
+
crude oil
|
| 13 |
+
and/or
|
| 14 |
+
natural gas
|
| 15 |
+
from an
|
| 16 |
+
oil well
|
| 17 |
+
or
|
| 18 |
+
gas well
|
| 19 |
+
after pressure control systems have failed.
|
| 20 |
+
[
|
| 21 |
+
1
|
| 22 |
+
]
|
| 23 |
+
Modern wells have
|
| 24 |
+
blowout preventers
|
| 25 |
+
intended to prevent such an occurrence. An accidental spark during a blowout can lead to a catastrophic
|
| 26 |
+
oil or gas fire
|
| 27 |
+
.
|
| 28 |
+
Prior to the advent of pressure control equipment in the 1920s, the uncontrolled release of oil and gas from a well while drilling was common and was known as an
|
| 29 |
+
oil gusher
|
| 30 |
+
,
|
| 31 |
+
gusher
|
| 32 |
+
or
|
| 33 |
+
wild well
|
| 34 |
+
.
|
| 35 |
+
History
|
| 36 |
+
[
|
| 37 |
+
edit
|
| 38 |
+
]
|
| 39 |
+
Gushers were an icon of
|
| 40 |
+
oil exploration
|
| 41 |
+
during the late 19th and early 20th centuries. During that era, the simple drilling techniques, such as
|
| 42 |
+
cable-tool drilling
|
| 43 |
+
, and the lack of
|
| 44 |
+
blowout preventers
|
| 45 |
+
meant that drillers could not control high-pressure reservoirs. When these high-pressure zones were breached, the oil or natural gas would travel up the well at a high rate, forcing out the drill string and creating a gusher. A well which began as a gusher was said to have "blown in": for instance, the
|
| 46 |
+
Lakeview Gusher
|
| 47 |
+
blew in
|
| 48 |
+
in 1910. These uncapped wells could produce large amounts of oil, often shooting 200 feet (61 m) or higher into the air.
|
| 49 |
+
[
|
| 50 |
+
2
|
| 51 |
+
]
|
| 52 |
+
A blowout primarily composed of natural gas was known as a
|
| 53 |
+
gas gusher
|
| 54 |
+
.
|
| 55 |
+
Despite being symbols of new-found wealth, gushers were dangerous and wasteful. They killed workmen involved in drilling, destroyed equipment, and coated the landscape with thousands of
|
| 56 |
+
barrels
|
| 57 |
+
of oil; additionally, the explosive concussion released by the well when it pierces an oil/gas reservoir has been responsible for a number of oilmen losing their hearing entirely; standing too near to the drilling rig at the moment it drills into the oil reservoir is extremely hazardous. The impact on wildlife is very hard to quantify, but can only be estimated to be mild in the most optimistic models—realistically, the ecological impact is estimated by scientists across the ideological spectrum to be severe, profound, and lasting.
|
| 58 |
+
[
|
| 59 |
+
3
|
| 60 |
+
]
|
| 61 |
+
To complicate matters further, the free flowing oil was—and is—in danger of igniting.
|
| 62 |
+
[
|
| 63 |
+
4
|
| 64 |
+
]
|
| 65 |
+
One dramatic account of a blowout and fire reads,
|
| 66 |
+
With a roar like a hundred express trains racing across the countryside, the well blew out, spewing oil in all directions. The derrick simply evaporated. Casings wilted like lettuce out of water, as heavy machinery writhed and twisted into grotesque shapes in the blazing inferno.
|
| 67 |
+
[
|
| 68 |
+
5
|
| 69 |
+
]
|
| 70 |
+
The development of rotary drilling techniques where the density of the
|
| 71 |
+
drilling fluid
|
| 72 |
+
is sufficient to overcome the downhole pressure
|
| 73 |
+
[
|
| 74 |
+
definition needed
|
| 75 |
+
]
|
| 76 |
+
of a newly penetrated zone meant that gushers became avoidable. However, if the fluid density was not adequate or fluids were lost to the formation, then there was still a significant risk of a well blowout.
|
| 77 |
+
In 1924 the first successful
|
| 78 |
+
blowout preventer
|
| 79 |
+
was brought to market.
|
| 80 |
+
[
|
| 81 |
+
6
|
| 82 |
+
]
|
| 83 |
+
The BOP valve affixed to the
|
| 84 |
+
wellhead
|
| 85 |
+
could be closed in the event of drilling into a high pressure zone, and the well fluids contained.
|
| 86 |
+
Well control
|
| 87 |
+
techniques could be used to regain control of the well. As the technology developed, blowout preventers became standard equipment, and gushers became a thing of the past.
|
| 88 |
+
In the modern petroleum industry, uncontrollable wells became known as blowouts and are comparatively rare. There has been significant improvement in technology, well control techniques, and personnel training which has helped to prevent their occurring.
|
| 89 |
+
[
|
| 90 |
+
1
|
| 91 |
+
]
|
| 92 |
+
From 1976 to 1981, only 21 blowouts occurred.
|
| 93 |
+
[
|
| 94 |
+
1
|
| 95 |
+
]
|
| 96 |
+
Notable gushers
|
| 97 |
+
[
|
| 98 |
+
edit
|
| 99 |
+
]
|
| 100 |
+
A blowout in 1815 resulted from an attempt to drill for salt rather than for oil. Joseph Eichar and his team were digging west of the town of
|
| 101 |
+
Wooster, Ohio
|
| 102 |
+
, US along Killbuck Creek, when they struck oil. In a written retelling by Eichar's daughter, Eleanor, the strike produced "a spontaneous outburst, which shot up high as the tops of the highest trees!"
|
| 103 |
+
[
|
| 104 |
+
7
|
| 105 |
+
]
|
| 106 |
+
Oil drillers struck a number of gushers near
|
| 107 |
+
Oil City, Pennsylvania
|
| 108 |
+
, US in 1861. The most famous was the
|
| 109 |
+
Little & Merrick well
|
| 110 |
+
, in
|
| 111 |
+
Rouseville
|
| 112 |
+
, which began gushing oil on 17 April 1861. The spectacle of the fountain of oil flowing out at about 3,000 barrels (480 m
|
| 113 |
+
3
|
| 114 |
+
) per day had drawn a significant crowd, some of whom stood in the raining oil. That same evening, the rig caught fire, killing between 15 and 19 people, and injuring at least 13 more.
|
| 115 |
+
[
|
| 116 |
+
8
|
| 117 |
+
]
|
| 118 |
+
[
|
| 119 |
+
9
|
| 120 |
+
]
|
| 121 |
+
[
|
| 122 |
+
10
|
| 123 |
+
]
|
| 124 |
+
Other early gushers in northwest Pennsylvania were the
|
| 125 |
+
Phillips #2
|
| 126 |
+
(4,000 barrels (640 m
|
| 127 |
+
3
|
| 128 |
+
) per day) in September 1861, and the
|
| 129 |
+
Woodford well
|
| 130 |
+
(3,000 barrels (480 m
|
| 131 |
+
3
|
| 132 |
+
) per day) in December 1861.
|
| 133 |
+
[
|
| 134 |
+
10
|
| 135 |
+
]
|
| 136 |
+
The
|
| 137 |
+
Shaw Gusher
|
| 138 |
+
in
|
| 139 |
+
Oil Springs, Ontario
|
| 140 |
+
, was Canada's first oil gusher. On January 16, 1862, it shot oil from over 60 metres (200 ft) below ground to above the treetops at a rate of 3,000 barrels (480 m
|
| 141 |
+
3
|
| 142 |
+
) per day, triggering the oil boom in Lambton County.
|
| 143 |
+
[
|
| 144 |
+
11
|
| 145 |
+
]
|
| 146 |
+
Lucas Gusher
|
| 147 |
+
at
|
| 148 |
+
Spindletop
|
| 149 |
+
in
|
| 150 |
+
Beaumont, Texas
|
| 151 |
+
, US in 1901 flowed at 100,000 barrels (16,000 m
|
| 152 |
+
3
|
| 153 |
+
) per day at its peak, but soon slowed and was capped within nine days. The well tripled U.S. oil production overnight and marked the start of the Texas oil industry.
|
| 154 |
+
[
|
| 155 |
+
12
|
| 156 |
+
]
|
| 157 |
+
[
|
| 158 |
+
13
|
| 159 |
+
]
|
| 160 |
+
Masjed Soleiman
|
| 161 |
+
,
|
| 162 |
+
Iran
|
| 163 |
+
, in 1908 marked the first major oil strike recorded in the
|
| 164 |
+
Middle East
|
| 165 |
+
.
|
| 166 |
+
[
|
| 167 |
+
14
|
| 168 |
+
]
|
| 169 |
+
Dos Bocas
|
| 170 |
+
in the State of Veracruz, Mexico, was a famous 1908 Mexican blowout that formed a large crater. It leaked oil from the main reservoir for many years, continuing even after 1938 (when
|
| 171 |
+
Pemex
|
| 172 |
+
nationalized the Mexican oil industry).
|
| 173 |
+
Lakeview Gusher
|
| 174 |
+
on the
|
| 175 |
+
Midway-Sunset Oil Field
|
| 176 |
+
in
|
| 177 |
+
Kern County, California
|
| 178 |
+
, US of 1910 is believed to be the largest-ever U.S. gusher. At its peak, more than 100,000 barrels (16,000 m
|
| 179 |
+
3
|
| 180 |
+
) of oil per day flowed out, reaching as high as 200 feet (61 m) in the air. It remained uncapped for 18 months, spilling over 9 million barrels (1,400,000 m
|
| 181 |
+
3
|
| 182 |
+
) of oil, less than half of which was recovered.
|
| 183 |
+
[
|
| 184 |
+
2
|
| 185 |
+
]
|
| 186 |
+
A short-lived gusher at
|
| 187 |
+
Alamitos #1
|
| 188 |
+
in
|
| 189 |
+
Signal Hill, California
|
| 190 |
+
, US in 1921 marked the discovery of the
|
| 191 |
+
Long Beach Oil Field
|
| 192 |
+
, one of the most productive oil fields in the world.
|
| 193 |
+
[
|
| 194 |
+
15
|
| 195 |
+
]
|
| 196 |
+
The
|
| 197 |
+
Barroso 2
|
| 198 |
+
well in
|
| 199 |
+
Cabimas
|
| 200 |
+
,
|
| 201 |
+
Venezuela
|
| 202 |
+
, in December 1922 flowed at around 100,000 barrels (16,000 m
|
| 203 |
+
3
|
| 204 |
+
) per day for nine days, plus a large amount of natural gas.
|
| 205 |
+
[
|
| 206 |
+
16
|
| 207 |
+
]
|
| 208 |
+
Baba Gurgur
|
| 209 |
+
near
|
| 210 |
+
Kirkuk
|
| 211 |
+
,
|
| 212 |
+
Iraq
|
| 213 |
+
, an oilfield known since
|
| 214 |
+
antiquity
|
| 215 |
+
, erupted at a rate of 95,000 barrels (15,100 m
|
| 216 |
+
3
|
| 217 |
+
) a day in 1927.
|
| 218 |
+
[
|
| 219 |
+
17
|
| 220 |
+
]
|
| 221 |
+
The Yates #30-A in Pecos County, Texas, US gushing 80 feet through the fifteen-inch casing, produced a world record 204,682 barrels of oil a day from a depth of 1,070 feet on 23 September 1929.
|
| 222 |
+
[
|
| 223 |
+
18
|
| 224 |
+
]
|
| 225 |
+
The
|
| 226 |
+
Wild Mary Sudik
|
| 227 |
+
gusher in
|
| 228 |
+
Oklahoma City, Oklahoma
|
| 229 |
+
, US in 1930 flowed at a rate of 72,000 barrels (11,400 m
|
| 230 |
+
3
|
| 231 |
+
) per day.
|
| 232 |
+
[
|
| 233 |
+
19
|
| 234 |
+
]
|
| 235 |
+
The
|
| 236 |
+
Daisy Bradford
|
| 237 |
+
gusher in 1930 marked the discovery of the
|
| 238 |
+
East Texas Oil Field
|
| 239 |
+
, the largest oilfield in the
|
| 240 |
+
contiguous United States
|
| 241 |
+
.
|
| 242 |
+
[
|
| 243 |
+
20
|
| 244 |
+
]
|
| 245 |
+
The largest known '
|
| 246 |
+
wildcat
|
| 247 |
+
' oil gusher blew near
|
| 248 |
+
Qom
|
| 249 |
+
, Iran, on 26 August 1956. The uncontrolled oil gushed to a height of 52 m (171 ft), at a rate of 120,000 barrels (19,000 m
|
| 250 |
+
3
|
| 251 |
+
) per day. The gusher was closed after 90 days' work by Bagher Mostofi and
|
| 252 |
+
Myron Kinley
|
| 253 |
+
(USA).
|
| 254 |
+
[
|
| 255 |
+
21
|
| 256 |
+
]
|
| 257 |
+
On October 17, 1982, a sour gas well Amoco Dome Brazeau River, 13-12-48-12, being drilled 20 km west of Lodgepole, Alberta blew out. The burning well was finally capped 67 days later by the Texas well-control company
|
| 258 |
+
Boots & Coots
|
| 259 |
+
.
|
| 260 |
+
One of the most troublesome gushers happened on 23 June 1985, at well #37 at the
|
| 261 |
+
Tengiz field
|
| 262 |
+
in
|
| 263 |
+
Atyrau
|
| 264 |
+
,
|
| 265 |
+
Kazakh SSR
|
| 266 |
+
,
|
| 267 |
+
Soviet Union
|
| 268 |
+
, where the 4,209-metre deep well blew out and the 200-metre high gusher self-ignited two days later. Oil pressure up to 800
|
| 269 |
+
atm
|
| 270 |
+
and high
|
| 271 |
+
hydrogen sulfide
|
| 272 |
+
content had led to the gusher being capped only on 27 July 1986. The total volume of erupted material measured at 4.3 million metric tons of oil and 1.7 billion m³ of
|
| 273 |
+
natural gas
|
| 274 |
+
, and the burning gusher resulted in 890 tons of various
|
| 275 |
+
mercaptans
|
| 276 |
+
and more than 900,000 tons of
|
| 277 |
+
soot
|
| 278 |
+
released into the atmosphere.
|
| 279 |
+
[
|
| 280 |
+
22
|
| 281 |
+
]
|
| 282 |
+
Deepwater Horizon explosion
|
| 283 |
+
: The largest
|
| 284 |
+
underwater
|
| 285 |
+
blowout in U.S. history occurred on 20 April 2010, in the
|
| 286 |
+
Gulf of Mexico
|
| 287 |
+
at the
|
| 288 |
+
Macondo Prospect
|
| 289 |
+
oil field. The blowout caused the explosion of the
|
| 290 |
+
Deepwater Horizon
|
| 291 |
+
, a mobile offshore drilling platform owned by
|
| 292 |
+
Transocean
|
| 293 |
+
and under lease to
|
| 294 |
+
BP
|
| 295 |
+
at the time of the blowout. While
|
| 296 |
+
the exact volume of oil spilled
|
| 297 |
+
is unknown, as of June 3, 2010
|
| 298 |
+
[update]
|
| 299 |
+
, the
|
| 300 |
+
United States Geological Survey
|
| 301 |
+
Flow Rate Technical Group has placed the estimate at between 35,000 to 60,000 barrels (5,600 to 9,500 m
|
| 302 |
+
3
|
| 303 |
+
) of crude oil per day.
|
| 304 |
+
[
|
| 305 |
+
23
|
| 306 |
+
]
|
| 307 |
+
[
|
| 308 |
+
needs update
|
| 309 |
+
]
|
| 310 |
+
Causes
|
| 311 |
+
[
|
| 312 |
+
edit
|
| 313 |
+
]
|
| 314 |
+
Reservoir pressure
|
| 315 |
+
[
|
| 316 |
+
edit
|
| 317 |
+
]
|
| 318 |
+
See also:
|
| 319 |
+
Petroleum formation
|
| 320 |
+
A petroleum trap. An irregularity (the
|
| 321 |
+
trap
|
| 322 |
+
) in a layer of impermeable rocks (the
|
| 323 |
+
seal
|
| 324 |
+
) retains upward-flowing petroleum, forming a reservoir.
|
| 325 |
+
Petroleum
|
| 326 |
+
or crude oil is a naturally occurring, flammable liquid consisting of a complex mixture of
|
| 327 |
+
hydrocarbons
|
| 328 |
+
of various molecular weights, and other organic compounds, found in
|
| 329 |
+
geologic formations
|
| 330 |
+
beneath the Earth's surface. Because most hydrocarbons are lighter than rock or water, they often migrate upward and occasionally laterally through adjacent rock layers until either reaching the surface or becoming trapped within porous rocks (known as reservoirs) by impermeable rocks above. When hydrocarbons are concentrated in a trap, an oil field forms, from which the liquid can be extracted by drilling and pumping. The downhole pressure
|
| 331 |
+
[
|
| 332 |
+
definition needed
|
| 333 |
+
]
|
| 334 |
+
in the rock structures changes depending upon the depth and the characteristics of the
|
| 335 |
+
source rock
|
| 336 |
+
.
|
| 337 |
+
Natural gas
|
| 338 |
+
(mostly
|
| 339 |
+
methane
|
| 340 |
+
) may be present also, usually above the oil within the reservoir, but sometimes dissolved in the oil at reservoir pressure and temperature. Dissolved gas typically comes out of solution as free gas as the pressure is reduced either under controlled production operations or in a kick, or in an uncontrolled blowout. The hydrocarbon in some reservoirs may be essentially all natural gas.
|
| 341 |
+
Formation kick
|
| 342 |
+
[
|
| 343 |
+
edit
|
| 344 |
+
]
|
| 345 |
+
The downhole fluid pressures are controlled in modern wells through the balancing of the
|
| 346 |
+
hydrostatic pressure
|
| 347 |
+
provided by the
|
| 348 |
+
mud
|
| 349 |
+
column. Should the balance of the drilling mud pressure be incorrect (i.e., the mud pressure gradient is less than the formation pore pressure gradient), then formation fluids (oil, natural gas, and/or water) can begin to flow into the wellbore and up the annulus (the space between the outside of the
|
| 350 |
+
drill string
|
| 351 |
+
and the wall of the open hole or the inside of the
|
| 352 |
+
casing
|
| 353 |
+
), and/or inside the
|
| 354 |
+
drill pipe
|
| 355 |
+
. This is commonly called a
|
| 356 |
+
kick
|
| 357 |
+
. Ideally, mechanical barriers such as
|
| 358 |
+
blowout preventers
|
| 359 |
+
(BOPs) can be closed to isolate the well while the hydrostatic balance is regained through circulation of fluids in the well. But if the well is not shut in (common term for the closing of the blow-out preventer), a kick can quickly escalate into a blowout when the formation fluids reach the surface, especially when the influx contains gas that expands rapidly with the reduced pressure as it flows up the wellbore, further decreasing the effective weight of the fluid.
|
| 360 |
+
Early warning signs of an impending well kick while drilling are:
|
| 361 |
+
Sudden change in drilling rate;
|
| 362 |
+
Reduction in drillpipe weight;
|
| 363 |
+
Change in pump pressure;
|
| 364 |
+
Change in drilling fluid return rate.
|
| 365 |
+
Other warning signs during the drilling operation are:
|
| 366 |
+
Returning mud "cut" by (i.e., contaminated by) gas, oil or water;
|
| 367 |
+
Connection gases, high background gas units, and high bottoms-up gas units detected in the mudlogging unit.
|
| 368 |
+
[
|
| 369 |
+
24
|
| 370 |
+
]
|
| 371 |
+
The primary means of detecting a kick while drilling is a relative change in the circulation rate back up to the surface into the mud pits. The drilling crew or mud engineer keeps track of the level in the mud pits and closely monitors the rate of mud returns versus the rate that is being pumped down the drill pipe. Upon encountering a zone of higher pressure than is being exerted by the hydrostatic head of the drilling mud (including the small additional frictional head while circulating) at the bit, an increase in mud return rate would be noticed as the formation fluid influx blends in with the circulating drilling mud. Conversely, if the rate of returns is slower than expected, it means that a certain amount of the mud is being lost to a thief zone somewhere below the last
|
| 372 |
+
casing shoe
|
| 373 |
+
. This does not necessarily result in a kick (and may never become one); however, a drop in the mud level might allow influx of formation fluids from other zones if the hydrostatic head is reduced to less than that of a full column of mud.
|
| 374 |
+
[
|
| 375 |
+
citation needed
|
| 376 |
+
]
|
| 377 |
+
Well control
|
| 378 |
+
[
|
| 379 |
+
edit
|
| 380 |
+
]
|
| 381 |
+
The first response to detecting a kick would be to isolate the wellbore from the surface by activating the blow-out preventers and closing in the well. Then the drilling crew would attempt to circulate in a heavier
|
| 382 |
+
kill fluid
|
| 383 |
+
to increase the hydrostatic pressure (sometimes with the assistance of a
|
| 384 |
+
well control
|
| 385 |
+
company). In the process, the influx fluids will be slowly circulated out in a controlled manner, taking care not to allow any gas to accelerate up the wellbore too quickly by controlling casing pressure with chokes on a predetermined schedule.
|
| 386 |
+
This effect will be minor if the influx fluid is mainly salt water. And with an oil-based drilling fluid it can be masked in the early stages of controlling a kick because gas influx may dissolve into the oil under pressure at depth, only to come out of solution and expand rather rapidly as the influx nears the surface. Once all the contaminant has been circulated out, the shut-in casing pressure should have reached zero.
|
| 387 |
+
[
|
| 388 |
+
citation needed
|
| 389 |
+
]
|
| 390 |
+
Capping stacks are used for controlling blowouts. The cap is an open valve that is closed after bolted on.
|
| 391 |
+
[
|
| 392 |
+
25
|
| 393 |
+
]
|
| 394 |
+
Types
|
| 395 |
+
[
|
| 396 |
+
edit
|
| 397 |
+
]
|
| 398 |
+
Ixtoc I
|
| 399 |
+
oil well blowout
|
| 400 |
+
Well blowouts can occur during the drilling phase, during
|
| 401 |
+
well testing
|
| 402 |
+
, during well
|
| 403 |
+
completion
|
| 404 |
+
, during production, or during
|
| 405 |
+
workover
|
| 406 |
+
activities.
|
| 407 |
+
[
|
| 408 |
+
1
|
| 409 |
+
]
|
| 410 |
+
Surface blowouts
|
| 411 |
+
[
|
| 412 |
+
edit
|
| 413 |
+
]
|
| 414 |
+
Blowouts can eject the
|
| 415 |
+
drill string
|
| 416 |
+
out of the well, and the force of the escaping fluid can be strong enough to damage the
|
| 417 |
+
drilling rig
|
| 418 |
+
. In addition to oil, the output of a well blowout might include natural gas, water, drilling fluid, mud, sand, rocks, and other substances.
|
| 419 |
+
Blowouts will often be ignited from sparks from rocks being ejected, or simply from heat generated by friction. A well control company then will need to extinguish the well fire or cap the well, and replace the casing head and other surface equipment. If the flowing gas contains poisonous
|
| 420 |
+
hydrogen sulfide
|
| 421 |
+
, the oil operator might decide to ignite the stream to convert this to less hazardous substances.
|
| 422 |
+
[
|
| 423 |
+
citation needed
|
| 424 |
+
]
|
| 425 |
+
Sometimes blowouts can be so forceful that they cannot be directly brought under control from the surface, particularly if there is so much energy in the flowing zone that it does not deplete significantly over time. In such cases, other wells (called
|
| 426 |
+
relief wells
|
| 427 |
+
) may be drilled to intersect the well or pocket, in order to allow kill-weight fluids to be introduced at depth. When first drilled in the 1930s relief wells were drilled to inject water into the main drill well hole.
|
| 428 |
+
[
|
| 429 |
+
26
|
| 430 |
+
]
|
| 431 |
+
Contrary to what might be inferred from the term, such wells generally are not used to help relieve pressure using multiple outlets from the blowout zone.
|
| 432 |
+
Subsea blowouts
|
| 433 |
+
[
|
| 434 |
+
edit
|
| 435 |
+
]
|
| 436 |
+
Macondo-1 well blowout on the Deepwater Horizon rig
|
| 437 |
+
, 21 April 2010
|
| 438 |
+
The two main causes of a subsea blowout are equipment failures and imbalances with encountered subsurface reservoir pressure.
|
| 439 |
+
[
|
| 440 |
+
27
|
| 441 |
+
]
|
| 442 |
+
Subsea
|
| 443 |
+
wells have pressure control equipment located on the seabed or between the riser pipe and drilling platform.
|
| 444 |
+
Blowout preventers
|
| 445 |
+
(BOPs) are the primary safety devices designed to maintain control of geologically driven well pressures. They contain hydraulic-powered cut-off mechanisms to stop the flow of hydrocarbons in the event of a loss of well control.
|
| 446 |
+
[
|
| 447 |
+
28
|
| 448 |
+
]
|
| 449 |
+
Even with blowout prevention equipment and processes in place, operators must be prepared to respond to a blowout should one occur. Before drilling a well, a detailed well construction design plan, an Oil Spill Response Plan as well as a Well Containment Plan must be submitted, reviewed and approved by BSEE and is contingent upon access to adequate well containment resources in accordance to NTL 2010-N10.
|
| 450 |
+
[
|
| 451 |
+
29
|
| 452 |
+
]
|
| 453 |
+
The
|
| 454 |
+
Deepwater Horizon well blowout
|
| 455 |
+
in the Gulf of Mexico in April 2010 occurred at a 5,000 feet (1,500 m) water depth.
|
| 456 |
+
[
|
| 457 |
+
30
|
| 458 |
+
]
|
| 459 |
+
Current blowout response capabilities in the U.S. Gulf of Mexico meet capture and process rates of 130,000 barrels of fluid per day and a gas handling capacity of 220 million cubic feet per day at depths through 10,000 feet.
|
| 460 |
+
[
|
| 461 |
+
31
|
| 462 |
+
]
|
| 463 |
+
Underground blowouts
|
| 464 |
+
[
|
| 465 |
+
edit
|
| 466 |
+
]
|
| 467 |
+
An underground blowout is a special situation where fluids from high pressure zones flow uncontrolled to lower pressure zones within the wellbore. Usually this is from deeper higher pressure zones to shallower lower pressure formations. There may be no escaping fluid flow at the wellhead. However, the formation(s) receiving the influx can become overpressured, a possibility that future drilling plans in the vicinity must consider.
|
| 468 |
+
[
|
| 469 |
+
citation needed
|
| 470 |
+
]
|
| 471 |
+
Blowout control companies
|
| 472 |
+
[
|
| 473 |
+
edit
|
| 474 |
+
]
|
| 475 |
+
Myron M. Kinley
|
| 476 |
+
was a pioneer in fighting oil well fires and blowouts. He developed many patents and designs for the tools and techniques of oil firefighting. His father, Karl T. Kinley, attempted to extinguish an oil well fire with the help of a massive explosion—a method still in common use for fighting oil fires. Myron and Karl Kinley first successfully used explosives to extinguish an oil well fire in 1913.
|
| 477 |
+
[
|
| 478 |
+
32
|
| 479 |
+
]
|
| 480 |
+
Kinley would later form the M. M. Kinley Company in 1923.
|
| 481 |
+
[
|
| 482 |
+
32
|
| 483 |
+
]
|
| 484 |
+
Asger "Boots" Hansen and Edward Owen "Coots" Matthews also begin their careers under Kinley.
|
| 485 |
+
Paul N. "Red" Adair
|
| 486 |
+
joined the M. M. Kinley Company in 1946, and worked 14 years with Myron Kinley before starting his own company, Red Adair Co., Inc., in 1959.
|
| 487 |
+
Red Adair Co. has helped in controlling offshore blowouts, including:
|
| 488 |
+
CATCO fire
|
| 489 |
+
in the
|
| 490 |
+
Gulf of Mexico
|
| 491 |
+
in 1959.
|
| 492 |
+
"The
|
| 493 |
+
Devil's Cigarette Lighter
|
| 494 |
+
" in 1962 in
|
| 495 |
+
Gassi Touil
|
| 496 |
+
, Algeria, in the
|
| 497 |
+
Sahara Desert
|
| 498 |
+
.
|
| 499 |
+
The
|
| 500 |
+
Ixtoc I oil spill
|
| 501 |
+
in Mexico's
|
| 502 |
+
Bay of Campeche
|
| 503 |
+
in 1979.
|
| 504 |
+
The
|
| 505 |
+
Piper Alpha
|
| 506 |
+
disaster in the
|
| 507 |
+
North Sea
|
| 508 |
+
in 1988.
|
| 509 |
+
The
|
| 510 |
+
Kuwaiti oil fires
|
| 511 |
+
following the
|
| 512 |
+
Gulf War
|
| 513 |
+
in 1991.
|
| 514 |
+
[
|
| 515 |
+
33
|
| 516 |
+
]
|
| 517 |
+
The 1968 American film
|
| 518 |
+
Hellfighters
|
| 519 |
+
, which starred John Wayne, is about a group of oil well firefighters, based loosely on Adair's life; Adair, Hansen, and Matthews served as technical advisors on the film.
|
| 520 |
+
In 1994, Adair retired and sold his company to Global Industries. Management of Adair's company left and created
|
| 521 |
+
International Well Control
|
| 522 |
+
(IWC). In 1997, they would buy the company
|
| 523 |
+
Boots & Coots International Well Control, Inc.
|
| 524 |
+
, which was founded by Hansen and Matthews in 1978.
|
| 525 |
+
Methods of quenching
|
| 526 |
+
[
|
| 527 |
+
edit
|
| 528 |
+
]
|
| 529 |
+
Subsea well containment
|
| 530 |
+
[
|
| 531 |
+
edit
|
| 532 |
+
]
|
| 533 |
+
Government Accountability Office
|
| 534 |
+
diagram showing subsea well containment operations
|
| 535 |
+
After the
|
| 536 |
+
Macondo-1 blowout on the Deepwater Horizon
|
| 537 |
+
, the offshore industry collaborated with government regulators to develop a framework to respond to future subsea incidents. As a result, all energy companies operating in the deep-water U.S. Gulf of Mexico must submit an OPA 90 required Oil Spill Response Plan with the addition of a Regional Containment Demonstration Plan prior to any drilling activity.
|
| 538 |
+
[
|
| 539 |
+
34
|
| 540 |
+
]
|
| 541 |
+
In the event of a subsea blowout, these plans are immediately activated, drawing on some of the equipment and processes effectively used to contain the Deepwater Horizon well as others that have been developed in its aftermath.
|
| 542 |
+
In order to regain control of a subsea well, the Responsible Party would first secure the safety of all personnel on board the rig and then begin a detailed evaluation of the incident site.
|
| 543 |
+
Remotely operated underwater vehicles
|
| 544 |
+
(ROVs) would be dispatched to inspect the condition of the wellhead,
|
| 545 |
+
blowout preventer
|
| 546 |
+
(BOP) and other subsea well equipment. The debris removal process would begin immediately to provide clear access for a capping stack.
|
| 547 |
+
Once lowered and latched on the wellhead, a capping stack uses stored hydraulic pressure to close a hydraulic ram and stop the flow of hydrocarbons.
|
| 548 |
+
[
|
| 549 |
+
35
|
| 550 |
+
]
|
| 551 |
+
If shutting in the well could introduce unstable geological conditions in the wellbore, a cap and flow procedure would be used to contain hydrocarbons and safely transport them to a surface vessel.
|
| 552 |
+
[
|
| 553 |
+
36
|
| 554 |
+
]
|
| 555 |
+
The Responsible Party works in collaboration with
|
| 556 |
+
BSEE
|
| 557 |
+
and the
|
| 558 |
+
United States Coast Guard
|
| 559 |
+
to oversee response efforts, including source control, recovering discharged oil and mitigating environmental impact.
|
| 560 |
+
[
|
| 561 |
+
37
|
| 562 |
+
]
|
| 563 |
+
Several not-for-profit organizations provide a solution to effectively contain a subsea blowout.
|
| 564 |
+
HWCG LLC
|
| 565 |
+
and
|
| 566 |
+
Marine Well Containment Company
|
| 567 |
+
operate within the U.S. Gulf of Mexico
|
| 568 |
+
[
|
| 569 |
+
38
|
| 570 |
+
]
|
| 571 |
+
waters, while cooperatives like Oil Spill Response Limited offer support for international operations.
|
| 572 |
+
Use of nuclear explosions
|
| 573 |
+
[
|
| 574 |
+
edit
|
| 575 |
+
]
|
| 576 |
+
On Sep. 30, 1966, the
|
| 577 |
+
Soviet Union
|
| 578 |
+
experienced blowouts on five natural gas wells in
|
| 579 |
+
Urtabulak gas field
|
| 580 |
+
, an area about 80 kilometers from
|
| 581 |
+
Bukhara
|
| 582 |
+
,
|
| 583 |
+
Uzbekistan
|
| 584 |
+
. It was claimed in
|
| 585 |
+
Komsomloskaya Pravda
|
| 586 |
+
that after years of burning uncontrollably they were able to stop them entirely.
|
| 587 |
+
[
|
| 588 |
+
39
|
| 589 |
+
]
|
| 590 |
+
The Soviets lowered a specially made 30 kiloton nuclear
|
| 591 |
+
physics package
|
| 592 |
+
into a 6-kilometre (20,000 ft) borehole drilled 25 to 50 metres (82 to 164 ft) away from the original (rapidly leaking) well. A nuclear explosive was deemed necessary because conventional explosives both lacked the necessary power and would also require a great deal more space underground. When the device was detonated, it crushed the original pipe that was carrying the gas from the deep reservoir to the surface and
|
| 593 |
+
vitrified
|
| 594 |
+
the surrounding rock. This caused the leak and fire at the surface to cease within approximately one minute of the explosion, and proved to be a permanent solution. An attempt on a similar well was not as successful. Other tests were for such experiments as oil extraction enhancement (Stavropol, 1969) and the creation of gas storage reservoirs (Orenburg, 1970).
|
| 595 |
+
[
|
| 596 |
+
40
|
| 597 |
+
]
|
| 598 |
+
Notable offshore well blowouts
|
| 599 |
+
[
|
| 600 |
+
edit
|
| 601 |
+
]
|
| 602 |
+
Data from industry information.
|
| 603 |
+
[
|
| 604 |
+
1
|
| 605 |
+
]
|
| 606 |
+
[
|
| 607 |
+
41
|
| 608 |
+
]
|
| 609 |
+
See also
|
| 610 |
+
[
|
| 611 |
+
edit
|
| 612 |
+
]
|
| 613 |
+
Drilling fluid
|
| 614 |
+
Drilling rig
|
| 615 |
+
List of oil spills
|
| 616 |
+
Oil platform
|
| 617 |
+
Oil well
|
| 618 |
+
Oil well control
|
| 619 |
+
Oil well fire
|
| 620 |
+
Petroleum geology
|
| 621 |
+
Underbalanced drilling
|
| 622 |
+
References
|
| 623 |
+
[
|
| 624 |
+
edit
|
| 625 |
+
]
|
| 626 |
+
^
|
| 627 |
+
a
|
| 628 |
+
b
|
| 629 |
+
c
|
| 630 |
+
d
|
| 631 |
+
e
|
| 632 |
+
'All About Blowout', R. Westergaard, Norwegian Oil Review, 1987
|
| 633 |
+
ISBN
|
| 634 |
+
82-991533-0-1
|
| 635 |
+
^
|
| 636 |
+
a
|
| 637 |
+
b
|
| 638 |
+
"www.sjgs.com"
|
| 639 |
+
. www.sjgs.com.
|
| 640 |
+
Archived
|
| 641 |
+
from the original on 2006-10-19
|
| 642 |
+
. Retrieved
|
| 643 |
+
2016-01-30
|
| 644 |
+
.
|
| 645 |
+
^
|
| 646 |
+
Walsh, Bryan (2010-05-19).
|
| 647 |
+
"Gulf Oil Spill: Scientists Escalate Environmental Warnings"
|
| 648 |
+
.
|
| 649 |
+
Time
|
| 650 |
+
. Archived from
|
| 651 |
+
the original
|
| 652 |
+
on June 29, 2010
|
| 653 |
+
. Retrieved
|
| 654 |
+
June 30,
|
| 655 |
+
2010
|
| 656 |
+
.
|
| 657 |
+
^
|
| 658 |
+
"Hughes McKie Oil Well Explosion"
|
| 659 |
+
. Rootsweb.com. 1923-05-08.
|
| 660 |
+
Archived
|
| 661 |
+
from the original on 2008-02-25
|
| 662 |
+
. Retrieved
|
| 663 |
+
2016-01-30
|
| 664 |
+
.
|
| 665 |
+
^
|
| 666 |
+
"Ending Oil Gushers – BOP |"
|
| 667 |
+
. Aoghs.org.
|
| 668 |
+
Archived
|
| 669 |
+
from the original on 2016-01-31
|
| 670 |
+
. Retrieved
|
| 671 |
+
2016-01-30
|
| 672 |
+
.
|
| 673 |
+
^
|
| 674 |
+
"Engineering History"
|
| 675 |
+
. Asme.org. 1905-03-10.
|
| 676 |
+
Archived
|
| 677 |
+
from the original on 2010-12-26
|
| 678 |
+
. Retrieved
|
| 679 |
+
2016-01-30
|
| 680 |
+
.
|
| 681 |
+
^
|
| 682 |
+
Douglass, Ben (1878).
|
| 683 |
+
"Chapter XVI"
|
| 684 |
+
.
|
| 685 |
+
History of Wayne County, Ohio, from the Days of the First Settlers to the Present Time
|
| 686 |
+
. Indianapolis, Ind.: Robert Douglass, publisher. pp.
|
| 687 |
+
233–
|
| 688 |
+
235.
|
| 689 |
+
OCLC
|
| 690 |
+
4721800
|
| 691 |
+
. Retrieved
|
| 692 |
+
2013-07-16
|
| 693 |
+
.
|
| 694 |
+
One of the greatest obstacles they met with when boring was the striking a strong vein of oil, a spontaneous outburst, which shot up high as the tops of the highest trees!
|
| 695 |
+
^
|
| 696 |
+
Scruggs, Michael H. (1 April 2010).
|
| 697 |
+
"The First Oil Well Fire"
|
| 698 |
+
.
|
| 699 |
+
Penn State University PA Center for the Book
|
| 700 |
+
.
|
| 701 |
+
Archived
|
| 702 |
+
from the original on 14 June 2025
|
| 703 |
+
. Retrieved
|
| 704 |
+
18 November
|
| 705 |
+
2025
|
| 706 |
+
.
|
| 707 |
+
^
|
| 708 |
+
Miller, Ernest C. (1960).
|
| 709 |
+
"A History of Henry R. Rouse (Originally Published in the Warren-Times Observer)"
|
| 710 |
+
(PDF)
|
| 711 |
+
.
|
| 712 |
+
The Rouse Foundation
|
| 713 |
+
.
|
| 714 |
+
Archived
|
| 715 |
+
(PDF)
|
| 716 |
+
from the original on 11 Feb 2025
|
| 717 |
+
. Retrieved
|
| 718 |
+
18 November
|
| 719 |
+
2025
|
| 720 |
+
.
|
| 721 |
+
^
|
| 722 |
+
a
|
| 723 |
+
b
|
| 724 |
+
Taylor, Frank H. (1884).
|
| 725 |
+
The Derrick's Handbook of Petroleum
|
| 726 |
+
. Oil City, Pennsylvania: Derrick Publishing Company. pp.
|
| 727 |
+
20–
|
| 728 |
+
24.
|
| 729 |
+
^
|
| 730 |
+
"The Shaw Gusher"
|
| 731 |
+
. The Village of Oil Springs. Archived from
|
| 732 |
+
the original
|
| 733 |
+
on 2009-12-06
|
| 734 |
+
. Retrieved
|
| 735 |
+
2011-02-23
|
| 736 |
+
.
|
| 737 |
+
^
|
| 738 |
+
"www.sjgs.com"
|
| 739 |
+
. www.sjgs.com.
|
| 740 |
+
Archived
|
| 741 |
+
from the original on 2016-02-02
|
| 742 |
+
. Retrieved
|
| 743 |
+
2016-01-30
|
| 744 |
+
.
|
| 745 |
+
^
|
| 746 |
+
Wooster, Robert; Sanders, Christine Moor:
|
| 747 |
+
Spindletop Oilfield
|
| 748 |
+
from the
|
| 749 |
+
Handbook of Texas
|
| 750 |
+
Online
|
| 751 |
+
. Retrieved October 18, 2009., Texas State Historical Association
|
| 752 |
+
^
|
| 753 |
+
Ian Ellis.
|
| 754 |
+
"May 26 – Today in Science History – Scientists born on May 26th, died, and events"
|
| 755 |
+
. Todayinsci.com.
|
| 756 |
+
Archived
|
| 757 |
+
from the original on 2015-05-29
|
| 758 |
+
. Retrieved
|
| 759 |
+
2016-01-30
|
| 760 |
+
.
|
| 761 |
+
^
|
| 762 |
+
"The City of Signal Hill – Official Web Site"
|
| 763 |
+
. Archived from
|
| 764 |
+
the original
|
| 765 |
+
on 2007-09-29
|
| 766 |
+
. Retrieved
|
| 767 |
+
2010-05-18
|
| 768 |
+
.
|
| 769 |
+
^
|
| 770 |
+
http://www.propuestas.reacciun.ve/Servidor_Tematico_Petroleo/documentos_articulos6.html#petroleo7
|
| 771 |
+
[
|
| 772 |
+
permanent dead link
|
| 773 |
+
]
|
| 774 |
+
^
|
| 775 |
+
"Paragraphs"
|
| 776 |
+
. Archived from
|
| 777 |
+
the original
|
| 778 |
+
on 2009-05-24
|
| 779 |
+
. Retrieved
|
| 780 |
+
2010-05-18
|
| 781 |
+
.
|
| 782 |
+
^
|
| 783 |
+
Rundell, Walter.p (1982).
|
| 784 |
+
Oil in West Texas and New Mexico : a pictorial history of the Permian Basin
|
| 785 |
+
(1st ed.). College Station: Published for the Permian Basin Petroleum Museum Library, and Hall of Fame, Midland, Texas, by Texas A & M University Press. p. 89.
|
| 786 |
+
ISBN
|
| 787 |
+
0-89096-125-5
|
| 788 |
+
.
|
| 789 |
+
OCLC
|
| 790 |
+
8110608
|
| 791 |
+
.
|
| 792 |
+
^
|
| 793 |
+
Whipple, Tom (2005-03-15).
|
| 794 |
+
"Full steam ahead for BC offshore oil drilling"
|
| 795 |
+
. Energybulletin.net. Archived from
|
| 796 |
+
the original
|
| 797 |
+
on 2008-01-20
|
| 798 |
+
. Retrieved
|
| 799 |
+
2016-01-30
|
| 800 |
+
.
|
| 801 |
+
^
|
| 802 |
+
"East Texas Oil Museum at Kilgore College – History"
|
| 803 |
+
. Easttexasoilmuseum.com. 1930-10-03. Archived from
|
| 804 |
+
the original
|
| 805 |
+
on 2016-02-08
|
| 806 |
+
. Retrieved
|
| 807 |
+
2016-01-30
|
| 808 |
+
.
|
| 809 |
+
^
|
| 810 |
+
Norris Mcwhirter; Donald McFarlan (1989).
|
| 811 |
+
the Guinness Book of Records 1990
|
| 812 |
+
. Guinness Publishing Ltd.
|
| 813 |
+
ISBN
|
| 814 |
+
978-0-85112-341-7
|
| 815 |
+
.
|
| 816 |
+
Archived
|
| 817 |
+
from the original on 2018-05-03.
|
| 818 |
+
^
|
| 819 |
+
Christopher Pala (2001-10-23).
|
| 820 |
+
"Kazakhstan Field's Riches Come With a Price"
|
| 821 |
+
. Vol. 82, no. 715. The St. Petersburg Times. Archived from
|
| 822 |
+
the original
|
| 823 |
+
on 2013-12-28
|
| 824 |
+
. Retrieved
|
| 825 |
+
2009-10-12
|
| 826 |
+
.
|
| 827 |
+
^
|
| 828 |
+
"Oil estimate raised to 35,000–60,000 barrels a day"
|
| 829 |
+
.
|
| 830 |
+
CNN
|
| 831 |
+
. 2010-06-15.
|
| 832 |
+
Archived
|
| 833 |
+
from the original on 2010-06-16
|
| 834 |
+
. Retrieved
|
| 835 |
+
2010-06-15
|
| 836 |
+
.
|
| 837 |
+
^
|
| 838 |
+
Grace, R:
|
| 839 |
+
Blowout and Well Control Handbook
|
| 840 |
+
, p. 42. Gulf Professional Publishing, 2003
|
| 841 |
+
^
|
| 842 |
+
"Blowout Control, Part 10 – Surface Intervention Methods"
|
| 843 |
+
. Jwco.com.
|
| 844 |
+
Archived
|
| 845 |
+
from the original on 2016-02-03
|
| 846 |
+
. Retrieved
|
| 847 |
+
2016-01-30
|
| 848 |
+
.
|
| 849 |
+
^
|
| 850 |
+
"Wild Oil Well Tamed by Scientific Trick"
|
| 851 |
+
.
|
| 852 |
+
Popular Mechanics
|
| 853 |
+
. Hearst Magazines. July 3, 1934. Archived from
|
| 854 |
+
the original
|
| 855 |
+
on May 3, 2018 – via Google Books.
|
| 856 |
+
^
|
| 857 |
+
"How Does Subsea Well Containment and Incident Response Work?"
|
| 858 |
+
.
|
| 859 |
+
Rigzone
|
| 860 |
+
.
|
| 861 |
+
Archived
|
| 862 |
+
from the original on 2015-04-18.
|
| 863 |
+
^
|
| 864 |
+
"Drilling Blowout Preventers"
|
| 865 |
+
. United States Department of Labor.
|
| 866 |
+
Archived
|
| 867 |
+
from the original on 2015-06-30.
|
| 868 |
+
^
|
| 869 |
+
"NTL No. 2010-N10"
|
| 870 |
+
.
|
| 871 |
+
BSEE.gov
|
| 872 |
+
. US Department of the Interior Bureau of Ocean Energy Management, Regulation and Enforcement. Archived from
|
| 873 |
+
the original
|
| 874 |
+
on 2015-09-30.
|
| 875 |
+
^
|
| 876 |
+
"Macondo Prospect, Gulf of Mexico, United States of America"
|
| 877 |
+
.
|
| 878 |
+
Offshore Technology
|
| 879 |
+
.
|
| 880 |
+
Archived
|
| 881 |
+
from the original on 2012-04-26.
|
| 882 |
+
^
|
| 883 |
+
"HWCG Expands Capabilities to Minimize Potential Impact of a Deepwater Incident"
|
| 884 |
+
.
|
| 885 |
+
HWCG.org
|
| 886 |
+
. Archived from
|
| 887 |
+
the original
|
| 888 |
+
on 2016-03-04
|
| 889 |
+
. Retrieved
|
| 890 |
+
2015-09-09
|
| 891 |
+
.
|
| 892 |
+
^
|
| 893 |
+
a
|
| 894 |
+
b
|
| 895 |
+
Boots & Coots History Page :
|
| 896 |
+
"Boots & Coots International Well Control, Inc"
|
| 897 |
+
. Archived from
|
| 898 |
+
the original
|
| 899 |
+
on 2010-05-26
|
| 900 |
+
. Retrieved
|
| 901 |
+
2010-05-21
|
| 902 |
+
.
|
| 903 |
+
^
|
| 904 |
+
"redadair.com"
|
| 905 |
+
.
|
| 906 |
+
www.redadair.com
|
| 907 |
+
. Archived from
|
| 908 |
+
the original
|
| 909 |
+
on 17 July 2008
|
| 910 |
+
. Retrieved
|
| 911 |
+
3 May
|
| 912 |
+
2018
|
| 913 |
+
.
|
| 914 |
+
^
|
| 915 |
+
"Guidance to Owners and Operators of Offshore Facilities Seaward of the Coast Line Concerning Regional Oil Spill Response Plans (NTL No. 2012-N06)"
|
| 916 |
+
(PDF)
|
| 917 |
+
.
|
| 918 |
+
BSEE.gov
|
| 919 |
+
. Bureau of Safety and Environmental Enforcement. Archived from
|
| 920 |
+
the original
|
| 921 |
+
(PDF)
|
| 922 |
+
on 2016-03-05.
|
| 923 |
+
^
|
| 924 |
+
Madrid, Mauricio; Matson, Anthony (2014).
|
| 925 |
+
"How Offshore Capping Stacks Work"
|
| 926 |
+
(PDF)
|
| 927 |
+
.
|
| 928 |
+
Society of Petroleum Engineers: The Way Ahead
|
| 929 |
+
.
|
| 930 |
+
10
|
| 931 |
+
(1).
|
| 932 |
+
Archived
|
| 933 |
+
(PDF)
|
| 934 |
+
from the original on 2015-11-29.
|
| 935 |
+
^
|
| 936 |
+
"How Does Subsea Well Containment and Incident Response Work?"
|
| 937 |
+
.
|
| 938 |
+
Rigzone.com
|
| 939 |
+
. Rigzone.
|
| 940 |
+
Archived
|
| 941 |
+
from the original on 2015-09-09.
|
| 942 |
+
^
|
| 943 |
+
"Memoranda of Agreement Between the Bureau of Safety and Environmental Enforcement and U.S. Coast Guard (MOA: OCS-03)"
|
| 944 |
+
. BSEE/USCG. Archived from
|
| 945 |
+
the original
|
| 946 |
+
on 2015-04-25.
|
| 947 |
+
^
|
| 948 |
+
"Deepwater Horizon Spurs Development of Spill Prevention Systems"
|
| 949 |
+
. Rigzone. April 20, 2011.
|
| 950 |
+
Archived
|
| 951 |
+
from the original on September 8, 2015.
|
| 952 |
+
^
|
| 953 |
+
"Google Translate"
|
| 954 |
+
.
|
| 955 |
+
Komsomoloskaya Pravda
|
| 956 |
+
. 3 May 2010
|
| 957 |
+
. Retrieved
|
| 958 |
+
3 May
|
| 959 |
+
2018
|
| 960 |
+
.
|
| 961 |
+
^
|
| 962 |
+
CineGraphic (4 July 2009).
|
| 963 |
+
"An Atomic Bomb will stop the Gulf Oil Leak"
|
| 964 |
+
.
|
| 965 |
+
Archived
|
| 966 |
+
from the original on 7 November 2017
|
| 967 |
+
. Retrieved
|
| 968 |
+
3 May
|
| 969 |
+
2018
|
| 970 |
+
– via YouTube.
|
| 971 |
+
^
|
| 972 |
+
Rig disaster Website :
|
| 973 |
+
"Worst Offshore Blowouts – Oil Rig Disasters – Offshore Drilling Accidents"
|
| 974 |
+
. Archived from
|
| 975 |
+
the original
|
| 976 |
+
on 2014-12-28
|
| 977 |
+
. Retrieved
|
| 978 |
+
2013-04-05
|
| 979 |
+
.
|
| 980 |
+
^
|
| 981 |
+
Oil Rig Disasters Website :
|
| 982 |
+
"IXTOC I Blowout and Sedco 135F – Oil Rig Disasters – Offshore Drilling Accidents"
|
| 983 |
+
. Archived from
|
| 984 |
+
the original
|
| 985 |
+
on 2010-12-03
|
| 986 |
+
. Retrieved
|
| 987 |
+
2010-05-23
|
| 988 |
+
.
|
| 989 |
+
^
|
| 990 |
+
"Matter of Sedco, Inc., 543 F. Supp. 561 (S.D. Tex. 1982)"
|
| 991 |
+
.
|
| 992 |
+
justia.com
|
| 993 |
+
.
|
| 994 |
+
Archived
|
| 995 |
+
from the original on 7 October 2017
|
| 996 |
+
. Retrieved
|
| 997 |
+
3 May
|
| 998 |
+
2018
|
| 999 |
+
.
|
| 1000 |
+
^
|
| 1001 |
+
"813 F2d 679 Incident Aboard D/b Ocean King on August Cities Service Company v. Ocean Drilling & Exploration Co Getty Oil Co"
|
| 1002 |
+
. OpenJurist. 1987-04-01. p. 679.
|
| 1003 |
+
Archived
|
| 1004 |
+
from the original on 2016-03-03
|
| 1005 |
+
. Retrieved
|
| 1006 |
+
2016-01-30
|
| 1007 |
+
.
|
| 1008 |
+
^
|
| 1009 |
+
Rig Disaster Website :
|
| 1010 |
+
"Santa Fe al Baz Blowout – Oil Rig Disasters – Offshore Drilling Accidents"
|
| 1011 |
+
. Archived from
|
| 1012 |
+
the original
|
| 1013 |
+
on 2010-12-04
|
| 1014 |
+
. Retrieved
|
| 1015 |
+
2010-05-23
|
| 1016 |
+
.
|
| 1017 |
+
^
|
| 1018 |
+
"Actinia Blowout – Oil Rig Disasters – Offshore Drilling Accidents"
|
| 1019 |
+
. Home.versatel.nl. Archived from
|
| 1020 |
+
the original
|
| 1021 |
+
on 2016-03-03
|
| 1022 |
+
. Retrieved
|
| 1023 |
+
2016-01-30
|
| 1024 |
+
.
|
| 1025 |
+
^
|
| 1026 |
+
Oil Rig Disasters website :
|
| 1027 |
+
"Ensco 51 Blowout – Oil Rig Disasters – Offshore Drilling Accidents"
|
| 1028 |
+
. Archived from
|
| 1029 |
+
the original
|
| 1030 |
+
on 2010-06-19
|
| 1031 |
+
. Retrieved
|
| 1032 |
+
2010-05-29
|
| 1033 |
+
.
|
| 1034 |
+
^
|
| 1035 |
+
Oil Rig Disasters Website :
|
| 1036 |
+
"Arabdrill 19 AD19 – Oil Rig Disasters – Offshore Drilling Accidents"
|
| 1037 |
+
. Archived from
|
| 1038 |
+
the original
|
| 1039 |
+
on 2010-12-04
|
| 1040 |
+
. Retrieved
|
| 1041 |
+
2010-09-21
|
| 1042 |
+
.
|
| 1043 |
+
^
|
| 1044 |
+
Oil Rig Disasters Website :
|
| 1045 |
+
"GSF Adriatic IV – Oil Rig Disasters – Offshore Drilling Accidents"
|
| 1046 |
+
. Archived from
|
| 1047 |
+
the original
|
| 1048 |
+
on 2010-12-04
|
| 1049 |
+
. Retrieved
|
| 1050 |
+
2010-05-23
|
| 1051 |
+
.
|
| 1052 |
+
^
|
| 1053 |
+
Usumacinta website :
|
| 1054 |
+
"Usumacinta and Kab 101 Blowout – Oil Rig Disasters – Offshore Drilling Accidents"
|
| 1055 |
+
.
|
| 1056 |
+
Archived
|
| 1057 |
+
from the original on 2014-10-11
|
| 1058 |
+
. Retrieved
|
| 1059 |
+
2014-10-11
|
| 1060 |
+
.
|
| 1061 |
+
^
|
| 1062 |
+
"WA oil spill 'one of Australia's worst'
|
| 1063 |
+
"
|
| 1064 |
+
.
|
| 1065 |
+
www.abc.net.au
|
| 1066 |
+
. August 24, 2009. Archived from
|
| 1067 |
+
the original
|
| 1068 |
+
on 27 August 2009.
|
| 1069 |
+
^
|
| 1070 |
+
September 2 oil rig explosion
|
| 1071 |
+
Archived
|
| 1072 |
+
2010-09-03 at the
|
| 1073 |
+
Wayback Machine
|
| 1074 |
+
, CNN
|
| 1075 |
+
^
|
| 1076 |
+
New oil rig explosion in Gulf of Mexico
|
| 1077 |
+
Archived
|
| 1078 |
+
2010-09-05 at the
|
| 1079 |
+
Wayback Machine
|
| 1080 |
+
WFRV
|
| 1081 |
+
External links
|
| 1082 |
+
[
|
| 1083 |
+
edit
|
| 1084 |
+
]
|
| 1085 |
+
San Joaquin Geological Society article on famous Californian gushers
|
| 1086 |
+
Archived
|
| 1087 |
+
2016-02-02 at the
|
| 1088 |
+
Wayback Machine
|
| 1089 |
+
"Blowout Control, Part 10 – Surface Intervention Methods"
|
| 1090 |
+
. Retrieved
|
| 1091 |
+
2010-06-19
|
| 1092 |
+
.
|
| 1093 |
+
Retrieved from "
|
| 1094 |
+
https://en.wikipedia.org/w/index.php?title=Blowout_(well_drilling)&oldid=1325586024
|
| 1095 |
+
"
|
knowledge_base/raw_text/wiki_Blowout_well_drilling.txt
ADDED
|
@@ -0,0 +1,3419 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Source: https://en.wikipedia.org/wiki/Blowout_(well_drilling)
|
| 2 |
+
|
| 3 |
+
Uncontrolled release of crude oil and/or natural gas from a well
|
| 4 |
+
|
| 5 |
+
The Lucas Gusher at
|
| 6 |
+
|
| 7 |
+
Spindletop
|
| 8 |
+
|
| 9 |
+
,
|
| 10 |
+
|
| 11 |
+
Texas
|
| 12 |
+
|
| 13 |
+
(1901)
|
| 14 |
+
|
| 15 |
+
A
|
| 16 |
+
|
| 17 |
+
blowout
|
| 18 |
+
|
| 19 |
+
is the uncontrolled release of
|
| 20 |
+
|
| 21 |
+
crude oil
|
| 22 |
+
|
| 23 |
+
and/or
|
| 24 |
+
|
| 25 |
+
natural gas
|
| 26 |
+
|
| 27 |
+
from an
|
| 28 |
+
|
| 29 |
+
oil well
|
| 30 |
+
|
| 31 |
+
or
|
| 32 |
+
|
| 33 |
+
gas well
|
| 34 |
+
|
| 35 |
+
after pressure control systems have failed.
|
| 36 |
+
|
| 37 |
+
[
|
| 38 |
+
|
| 39 |
+
1
|
| 40 |
+
|
| 41 |
+
]
|
| 42 |
+
|
| 43 |
+
Modern wells have
|
| 44 |
+
|
| 45 |
+
blowout preventers
|
| 46 |
+
|
| 47 |
+
intended to prevent such an occurrence. An accidental spark during a blowout can lead to a catastrophic
|
| 48 |
+
|
| 49 |
+
oil or gas fire
|
| 50 |
+
|
| 51 |
+
.
|
| 52 |
+
|
| 53 |
+
Prior to the advent of pressure control equipment in the 1920s, the uncontrolled release of oil and gas from a well while drilling was common and was known as an
|
| 54 |
+
|
| 55 |
+
oil gusher
|
| 56 |
+
|
| 57 |
+
,
|
| 58 |
+
|
| 59 |
+
gusher
|
| 60 |
+
|
| 61 |
+
or
|
| 62 |
+
|
| 63 |
+
wild well
|
| 64 |
+
|
| 65 |
+
.
|
| 66 |
+
|
| 67 |
+
History
|
| 68 |
+
|
| 69 |
+
[
|
| 70 |
+
|
| 71 |
+
edit
|
| 72 |
+
|
| 73 |
+
]
|
| 74 |
+
|
| 75 |
+
Gushers were an icon of
|
| 76 |
+
|
| 77 |
+
oil exploration
|
| 78 |
+
|
| 79 |
+
during the late 19th and early 20th centuries. During that era, the simple drilling techniques, such as
|
| 80 |
+
|
| 81 |
+
cable-tool drilling
|
| 82 |
+
|
| 83 |
+
, and the lack of
|
| 84 |
+
|
| 85 |
+
blowout preventers
|
| 86 |
+
|
| 87 |
+
meant that drillers could not control high-pressure reservoirs. When these high-pressure zones were breached, the oil or natural gas would travel up the well at a high rate, forcing out the drill string and creating a gusher. A well which began as a gusher was said to have "blown in": for instance, the
|
| 88 |
+
|
| 89 |
+
Lakeview Gusher
|
| 90 |
+
|
| 91 |
+
blew in
|
| 92 |
+
|
| 93 |
+
in 1910. These uncapped wells could produce large amounts of oil, often shooting 200 feet (61 m) or higher into the air.
|
| 94 |
+
|
| 95 |
+
[
|
| 96 |
+
|
| 97 |
+
2
|
| 98 |
+
|
| 99 |
+
]
|
| 100 |
+
|
| 101 |
+
A blowout primarily composed of natural gas was known as a
|
| 102 |
+
|
| 103 |
+
gas gusher
|
| 104 |
+
|
| 105 |
+
.
|
| 106 |
+
|
| 107 |
+
Despite being symbols of new-found wealth, gushers were dangerous and wasteful. They killed workmen involved in drilling, destroyed equipment, and coated the landscape with thousands of
|
| 108 |
+
|
| 109 |
+
barrels
|
| 110 |
+
|
| 111 |
+
of oil; additionally, the explosive concussion released by the well when it pierces an oil/gas reservoir has been responsible for a number of oilmen losing their hearing entirely; standing too near to the drilling rig at the moment it drills into the oil reservoir is extremely hazardous. The impact on wildlife is very hard to quantify, but can only be estimated to be mild in the most optimistic models—realistically, the ecological impact is estimated by scientists across the ideological spectrum to be severe, profound, and lasting.
|
| 112 |
+
|
| 113 |
+
[
|
| 114 |
+
|
| 115 |
+
3
|
| 116 |
+
|
| 117 |
+
]
|
| 118 |
+
|
| 119 |
+
To complicate matters further, the free flowing oil was—and is—in danger of igniting.
|
| 120 |
+
|
| 121 |
+
[
|
| 122 |
+
|
| 123 |
+
4
|
| 124 |
+
|
| 125 |
+
]
|
| 126 |
+
|
| 127 |
+
One dramatic account of a blowout and fire reads,
|
| 128 |
+
|
| 129 |
+
With a roar like a hundred express trains racing across the countryside, the well blew out, spewing oil in all directions. The derrick simply evaporated. Casings wilted like lettuce out of water, as heavy machinery writhed and twisted into grotesque shapes in the blazing inferno.
|
| 130 |
+
|
| 131 |
+
[
|
| 132 |
+
|
| 133 |
+
5
|
| 134 |
+
|
| 135 |
+
]
|
| 136 |
+
|
| 137 |
+
The development of rotary drilling techniques where the density of the
|
| 138 |
+
|
| 139 |
+
drilling fluid
|
| 140 |
+
|
| 141 |
+
is sufficient to overcome the downhole pressure
|
| 142 |
+
|
| 143 |
+
[
|
| 144 |
+
|
| 145 |
+
definition needed
|
| 146 |
+
|
| 147 |
+
]
|
| 148 |
+
|
| 149 |
+
of a newly penetrated zone meant that gushers became avoidable. However, if the fluid density was not adequate or fluids were lost to the formation, then there was still a significant risk of a well blowout.
|
| 150 |
+
|
| 151 |
+
In 1924 the first successful
|
| 152 |
+
|
| 153 |
+
blowout preventer
|
| 154 |
+
|
| 155 |
+
was brought to market.
|
| 156 |
+
|
| 157 |
+
[
|
| 158 |
+
|
| 159 |
+
6
|
| 160 |
+
|
| 161 |
+
]
|
| 162 |
+
|
| 163 |
+
The BOP valve affixed to the
|
| 164 |
+
|
| 165 |
+
wellhead
|
| 166 |
+
|
| 167 |
+
could be closed in the event of drilling into a high pressure zone, and the well fluids contained.
|
| 168 |
+
|
| 169 |
+
Well control
|
| 170 |
+
|
| 171 |
+
techniques could be used to regain control of the well. As the technology developed, blowout preventers became standard equipment, and gushers became a thing of the past.
|
| 172 |
+
|
| 173 |
+
In the modern petroleum industry, uncontrollable wells became known as blowouts and are comparatively rare. There has been significant improvement in technology, well control techniques, and personnel training which has helped to prevent their occurring.
|
| 174 |
+
|
| 175 |
+
[
|
| 176 |
+
|
| 177 |
+
1
|
| 178 |
+
|
| 179 |
+
]
|
| 180 |
+
|
| 181 |
+
From 1976 to 1981, only 21 blowouts occurred.
|
| 182 |
+
|
| 183 |
+
[
|
| 184 |
+
|
| 185 |
+
1
|
| 186 |
+
|
| 187 |
+
]
|
| 188 |
+
|
| 189 |
+
Notable gushers
|
| 190 |
+
|
| 191 |
+
[
|
| 192 |
+
|
| 193 |
+
edit
|
| 194 |
+
|
| 195 |
+
]
|
| 196 |
+
|
| 197 |
+
A blowout in 1815 resulted from an attempt to drill for salt rather than for oil. Joseph Eichar and his team were digging west of the town of
|
| 198 |
+
|
| 199 |
+
Wooster, Ohio
|
| 200 |
+
|
| 201 |
+
, US along Killbuck Creek, when they struck oil. In a written retelling by Eichar's daughter, Eleanor, the strike produced "a spontaneous outburst, which shot up high as the tops of the highest trees!"
|
| 202 |
+
|
| 203 |
+
[
|
| 204 |
+
|
| 205 |
+
7
|
| 206 |
+
|
| 207 |
+
]
|
| 208 |
+
|
| 209 |
+
Oil drillers struck a number of gushers near
|
| 210 |
+
|
| 211 |
+
Oil City, Pennsylvania
|
| 212 |
+
|
| 213 |
+
, US in 1861. The most famous was the
|
| 214 |
+
|
| 215 |
+
Little & Merrick well
|
| 216 |
+
|
| 217 |
+
, in
|
| 218 |
+
|
| 219 |
+
Rouseville
|
| 220 |
+
|
| 221 |
+
, which began gushing oil on 17 April 1861. The spectacle of the fountain of oil flowing out at about 3,000 barrels (480 m
|
| 222 |
+
|
| 223 |
+
3
|
| 224 |
+
|
| 225 |
+
) per day had drawn a significant crowd, some of whom stood in the raining oil. That same evening, the rig caught fire, killing between 15 and 19 people, and injuring at least 13 more.
|
| 226 |
+
|
| 227 |
+
[
|
| 228 |
+
|
| 229 |
+
8
|
| 230 |
+
|
| 231 |
+
]
|
| 232 |
+
|
| 233 |
+
[
|
| 234 |
+
|
| 235 |
+
9
|
| 236 |
+
|
| 237 |
+
]
|
| 238 |
+
|
| 239 |
+
[
|
| 240 |
+
|
| 241 |
+
10
|
| 242 |
+
|
| 243 |
+
]
|
| 244 |
+
|
| 245 |
+
Other early gushers in northwest Pennsylvania were the
|
| 246 |
+
|
| 247 |
+
Phillips #2
|
| 248 |
+
|
| 249 |
+
(4,000 barrels (640 m
|
| 250 |
+
|
| 251 |
+
3
|
| 252 |
+
|
| 253 |
+
) per day) in September 1861, and the
|
| 254 |
+
|
| 255 |
+
Woodford well
|
| 256 |
+
|
| 257 |
+
(3,000 barrels (480 m
|
| 258 |
+
|
| 259 |
+
3
|
| 260 |
+
|
| 261 |
+
) per day) in December 1861.
|
| 262 |
+
|
| 263 |
+
[
|
| 264 |
+
|
| 265 |
+
10
|
| 266 |
+
|
| 267 |
+
]
|
| 268 |
+
|
| 269 |
+
The
|
| 270 |
+
|
| 271 |
+
Shaw Gusher
|
| 272 |
+
|
| 273 |
+
in
|
| 274 |
+
|
| 275 |
+
Oil Springs, Ontario
|
| 276 |
+
|
| 277 |
+
, was Canada's first oil gusher. On January 16, 1862, it shot oil from over 60 metres (200 ft) below ground to above the treetops at a rate of 3,000 barrels (480 m
|
| 278 |
+
|
| 279 |
+
3
|
| 280 |
+
|
| 281 |
+
) per day, triggering the oil boom in Lambton County.
|
| 282 |
+
|
| 283 |
+
[
|
| 284 |
+
|
| 285 |
+
11
|
| 286 |
+
|
| 287 |
+
]
|
| 288 |
+
|
| 289 |
+
Lucas Gusher
|
| 290 |
+
|
| 291 |
+
at
|
| 292 |
+
|
| 293 |
+
Spindletop
|
| 294 |
+
|
| 295 |
+
in
|
| 296 |
+
|
| 297 |
+
Beaumont, Texas
|
| 298 |
+
|
| 299 |
+
, US in 1901 flowed at 100,000 barrels (16,000 m
|
| 300 |
+
|
| 301 |
+
3
|
| 302 |
+
|
| 303 |
+
) per day at its peak, but soon slowed and was capped within nine days. The well tripled U.S. oil production overnight and marked the start of the Texas oil industry.
|
| 304 |
+
|
| 305 |
+
[
|
| 306 |
+
|
| 307 |
+
12
|
| 308 |
+
|
| 309 |
+
]
|
| 310 |
+
|
| 311 |
+
[
|
| 312 |
+
|
| 313 |
+
13
|
| 314 |
+
|
| 315 |
+
]
|
| 316 |
+
|
| 317 |
+
Masjed Soleiman
|
| 318 |
+
|
| 319 |
+
,
|
| 320 |
+
|
| 321 |
+
Iran
|
| 322 |
+
|
| 323 |
+
, in 1908 marked the first major oil strike recorded in the
|
| 324 |
+
|
| 325 |
+
Middle East
|
| 326 |
+
|
| 327 |
+
.
|
| 328 |
+
|
| 329 |
+
[
|
| 330 |
+
|
| 331 |
+
14
|
| 332 |
+
|
| 333 |
+
]
|
| 334 |
+
|
| 335 |
+
Dos Bocas
|
| 336 |
+
|
| 337 |
+
in the State of Veracruz, Mexico, was a famous 1908 Mexican blowout that formed a large crater. It leaked oil from the main reservoir for many years, continuing even after 1938 (when
|
| 338 |
+
|
| 339 |
+
Pemex
|
| 340 |
+
|
| 341 |
+
nationalized the Mexican oil industry).
|
| 342 |
+
|
| 343 |
+
Lakeview Gusher
|
| 344 |
+
|
| 345 |
+
on the
|
| 346 |
+
|
| 347 |
+
Midway-Sunset Oil Field
|
| 348 |
+
|
| 349 |
+
in
|
| 350 |
+
|
| 351 |
+
Kern County, California
|
| 352 |
+
|
| 353 |
+
, US of 1910 is believed to be the largest-ever U.S. gusher. At its peak, more than 100,000 barrels (16,000 m
|
| 354 |
+
|
| 355 |
+
3
|
| 356 |
+
|
| 357 |
+
) of oil per day flowed out, reaching as high as 200 feet (61 m) in the air. It remained uncapped for 18 months, spilling over 9 million barrels (1,400,000 m
|
| 358 |
+
|
| 359 |
+
3
|
| 360 |
+
|
| 361 |
+
) of oil, less than half of which was recovered.
|
| 362 |
+
|
| 363 |
+
[
|
| 364 |
+
|
| 365 |
+
2
|
| 366 |
+
|
| 367 |
+
]
|
| 368 |
+
|
| 369 |
+
A short-lived gusher at
|
| 370 |
+
|
| 371 |
+
Alamitos #1
|
| 372 |
+
|
| 373 |
+
in
|
| 374 |
+
|
| 375 |
+
Signal Hill, California
|
| 376 |
+
|
| 377 |
+
, US in 1921 marked the discovery of the
|
| 378 |
+
|
| 379 |
+
Long Beach Oil Field
|
| 380 |
+
|
| 381 |
+
, one of the most productive oil fields in the world.
|
| 382 |
+
|
| 383 |
+
[
|
| 384 |
+
|
| 385 |
+
15
|
| 386 |
+
|
| 387 |
+
]
|
| 388 |
+
|
| 389 |
+
The
|
| 390 |
+
|
| 391 |
+
Barroso 2
|
| 392 |
+
|
| 393 |
+
well in
|
| 394 |
+
|
| 395 |
+
Cabimas
|
| 396 |
+
|
| 397 |
+
,
|
| 398 |
+
|
| 399 |
+
Venezuela
|
| 400 |
+
|
| 401 |
+
, in December 1922 flowed at around 100,000 barrels (16,000 m
|
| 402 |
+
|
| 403 |
+
3
|
| 404 |
+
|
| 405 |
+
) per day for nine days, plus a large amount of natural gas.
|
| 406 |
+
|
| 407 |
+
[
|
| 408 |
+
|
| 409 |
+
16
|
| 410 |
+
|
| 411 |
+
]
|
| 412 |
+
|
| 413 |
+
Baba Gurgur
|
| 414 |
+
|
| 415 |
+
near
|
| 416 |
+
|
| 417 |
+
Kirkuk
|
| 418 |
+
|
| 419 |
+
,
|
| 420 |
+
|
| 421 |
+
Iraq
|
| 422 |
+
|
| 423 |
+
, an oilfield known since
|
| 424 |
+
|
| 425 |
+
antiquity
|
| 426 |
+
|
| 427 |
+
, erupted at a rate of 95,000 barrels (15,100 m
|
| 428 |
+
|
| 429 |
+
3
|
| 430 |
+
|
| 431 |
+
) a day in 1927.
|
| 432 |
+
|
| 433 |
+
[
|
| 434 |
+
|
| 435 |
+
17
|
| 436 |
+
|
| 437 |
+
]
|
| 438 |
+
|
| 439 |
+
The Yates #30-A in Pecos County, Texas, US gushing 80 feet through the fifteen-inch casing, produced a world record 204,682 barrels of oil a day from a depth of 1,070 feet on 23 September 1929.
|
| 440 |
+
|
| 441 |
+
[
|
| 442 |
+
|
| 443 |
+
18
|
| 444 |
+
|
| 445 |
+
]
|
| 446 |
+
|
| 447 |
+
The
|
| 448 |
+
|
| 449 |
+
Wild Mary Sudik
|
| 450 |
+
|
| 451 |
+
gusher in
|
| 452 |
+
|
| 453 |
+
Oklahoma City, Oklahoma
|
| 454 |
+
|
| 455 |
+
, US in 1930 flowed at a rate of 72,000 barrels (11,400 m
|
| 456 |
+
|
| 457 |
+
3
|
| 458 |
+
|
| 459 |
+
) per day.
|
| 460 |
+
|
| 461 |
+
[
|
| 462 |
+
|
| 463 |
+
19
|
| 464 |
+
|
| 465 |
+
]
|
| 466 |
+
|
| 467 |
+
The
|
| 468 |
+
|
| 469 |
+
Daisy Bradford
|
| 470 |
+
|
| 471 |
+
gusher in 1930 marked the discovery of the
|
| 472 |
+
|
| 473 |
+
East Texas Oil Field
|
| 474 |
+
|
| 475 |
+
, the largest oilfield in the
|
| 476 |
+
|
| 477 |
+
contiguous United States
|
| 478 |
+
|
| 479 |
+
.
|
| 480 |
+
|
| 481 |
+
[
|
| 482 |
+
|
| 483 |
+
20
|
| 484 |
+
|
| 485 |
+
]
|
| 486 |
+
|
| 487 |
+
The largest known '
|
| 488 |
+
|
| 489 |
+
wildcat
|
| 490 |
+
|
| 491 |
+
' oil gusher blew near
|
| 492 |
+
|
| 493 |
+
Qom
|
| 494 |
+
|
| 495 |
+
, Iran, on 26 August 1956. The uncontrolled oil gushed to a height of 52 m (171 ft), at a rate of 120,000 barrels (19,000 m
|
| 496 |
+
|
| 497 |
+
3
|
| 498 |
+
|
| 499 |
+
) per day. The gusher was closed after 90 days' work by Bagher Mostofi and
|
| 500 |
+
|
| 501 |
+
Myron Kinley
|
| 502 |
+
|
| 503 |
+
(USA).
|
| 504 |
+
|
| 505 |
+
[
|
| 506 |
+
|
| 507 |
+
21
|
| 508 |
+
|
| 509 |
+
]
|
| 510 |
+
|
| 511 |
+
On October 17, 1982, a sour gas well Amoco Dome Brazeau River, 13-12-48-12, being drilled 20 km west of Lodgepole, Alberta blew out. The burning well was finally capped 67 days later by the Texas well-control company
|
| 512 |
+
|
| 513 |
+
Boots & Coots
|
| 514 |
+
|
| 515 |
+
.
|
| 516 |
+
|
| 517 |
+
One of the most troublesome gushers happened on 23 June 1985, at well #37 at the
|
| 518 |
+
|
| 519 |
+
Tengiz field
|
| 520 |
+
|
| 521 |
+
in
|
| 522 |
+
|
| 523 |
+
Atyrau
|
| 524 |
+
|
| 525 |
+
,
|
| 526 |
+
|
| 527 |
+
Kazakh SSR
|
| 528 |
+
|
| 529 |
+
,
|
| 530 |
+
|
| 531 |
+
Soviet Union
|
| 532 |
+
|
| 533 |
+
, where the 4,209-metre deep well blew out and the 200-metre high gusher self-ignited two days later. Oil pressure up to 800
|
| 534 |
+
|
| 535 |
+
atm
|
| 536 |
+
|
| 537 |
+
and high
|
| 538 |
+
|
| 539 |
+
hydrogen sulfide
|
| 540 |
+
|
| 541 |
+
content had led to the gusher being capped only on 27 July 1986. The total volume of erupted material measured at 4.3 million metric tons of oil and 1.7 billion m³ of
|
| 542 |
+
|
| 543 |
+
natural gas
|
| 544 |
+
|
| 545 |
+
, and the burning gusher resulted in 890 tons of various
|
| 546 |
+
|
| 547 |
+
mercaptans
|
| 548 |
+
|
| 549 |
+
and more than 900,000 tons of
|
| 550 |
+
|
| 551 |
+
soot
|
| 552 |
+
|
| 553 |
+
released into the atmosphere.
|
| 554 |
+
|
| 555 |
+
[
|
| 556 |
+
|
| 557 |
+
22
|
| 558 |
+
|
| 559 |
+
]
|
| 560 |
+
|
| 561 |
+
Deepwater Horizon explosion
|
| 562 |
+
|
| 563 |
+
: The largest
|
| 564 |
+
|
| 565 |
+
underwater
|
| 566 |
+
|
| 567 |
+
blowout in U.S. history occurred on 20 April 2010, in the
|
| 568 |
+
|
| 569 |
+
Gulf of Mexico
|
| 570 |
+
|
| 571 |
+
at the
|
| 572 |
+
|
| 573 |
+
Macondo Prospect
|
| 574 |
+
|
| 575 |
+
oil field. The blowout caused the explosion of the
|
| 576 |
+
|
| 577 |
+
Deepwater Horizon
|
| 578 |
+
|
| 579 |
+
, a mobile offshore drilling platform owned by
|
| 580 |
+
|
| 581 |
+
Transocean
|
| 582 |
+
|
| 583 |
+
and under lease to
|
| 584 |
+
|
| 585 |
+
BP
|
| 586 |
+
|
| 587 |
+
at the time of the blowout. While
|
| 588 |
+
|
| 589 |
+
the exact volume of oil spilled
|
| 590 |
+
|
| 591 |
+
is unknown, as of June 3, 2010
|
| 592 |
+
|
| 593 |
+
[update]
|
| 594 |
+
|
| 595 |
+
, the
|
| 596 |
+
|
| 597 |
+
United States Geological Survey
|
| 598 |
+
|
| 599 |
+
Flow Rate Technical Group has placed the estimate at between 35,000 to 60,000 barrels (5,600 to 9,500 m
|
| 600 |
+
|
| 601 |
+
3
|
| 602 |
+
|
| 603 |
+
) of crude oil per day.
|
| 604 |
+
|
| 605 |
+
[
|
| 606 |
+
|
| 607 |
+
23
|
| 608 |
+
|
| 609 |
+
]
|
| 610 |
+
|
| 611 |
+
[
|
| 612 |
+
|
| 613 |
+
needs update
|
| 614 |
+
|
| 615 |
+
]
|
| 616 |
+
|
| 617 |
+
Causes
|
| 618 |
+
|
| 619 |
+
[
|
| 620 |
+
|
| 621 |
+
edit
|
| 622 |
+
|
| 623 |
+
]
|
| 624 |
+
|
| 625 |
+
Reservoir pressure
|
| 626 |
+
|
| 627 |
+
[
|
| 628 |
+
|
| 629 |
+
edit
|
| 630 |
+
|
| 631 |
+
]
|
| 632 |
+
|
| 633 |
+
See also:
|
| 634 |
+
|
| 635 |
+
Petroleum formation
|
| 636 |
+
|
| 637 |
+
A petroleum trap. An irregularity (the
|
| 638 |
+
|
| 639 |
+
trap
|
| 640 |
+
|
| 641 |
+
) in a layer of impermeable rocks (the
|
| 642 |
+
|
| 643 |
+
seal
|
| 644 |
+
|
| 645 |
+
) retains upward-flowing petroleum, forming a reservoir.
|
| 646 |
+
|
| 647 |
+
Petroleum
|
| 648 |
+
|
| 649 |
+
or crude oil is a naturally occurring, flammable liquid consisting of a complex mixture of
|
| 650 |
+
|
| 651 |
+
hydrocarbons
|
| 652 |
+
|
| 653 |
+
of various molecular weights, and other organic compounds, found in
|
| 654 |
+
|
| 655 |
+
geologic formations
|
| 656 |
+
|
| 657 |
+
beneath the Earth's surface. Because most hydrocarbons are lighter than rock or water, they often migrate upward and occasionally laterally through adjacent rock layers until either reaching the surface or becoming trapped within porous rocks (known as reservoirs) by impermeable rocks above. When hydrocarbons are concentrated in a trap, an oil field forms, from which the liquid can be extracted by drilling and pumping. The downhole pressure
|
| 658 |
+
|
| 659 |
+
[
|
| 660 |
+
|
| 661 |
+
definition needed
|
| 662 |
+
|
| 663 |
+
]
|
| 664 |
+
|
| 665 |
+
in the rock structures changes depending upon the depth and the characteristics of the
|
| 666 |
+
|
| 667 |
+
source rock
|
| 668 |
+
|
| 669 |
+
.
|
| 670 |
+
|
| 671 |
+
Natural gas
|
| 672 |
+
|
| 673 |
+
(mostly
|
| 674 |
+
|
| 675 |
+
methane
|
| 676 |
+
|
| 677 |
+
) may be present also, usually above the oil within the reservoir, but sometimes dissolved in the oil at reservoir pressure and temperature. Dissolved gas typically comes out of solution as free gas as the pressure is reduced either under controlled production operations or in a kick, or in an uncontrolled blowout. The hydrocarbon in some reservoirs may be essentially all natural gas.
|
| 678 |
+
|
| 679 |
+
Formation kick
|
| 680 |
+
|
| 681 |
+
[
|
| 682 |
+
|
| 683 |
+
edit
|
| 684 |
+
|
| 685 |
+
]
|
| 686 |
+
|
| 687 |
+
The downhole fluid pressures are controlled in modern wells through the balancing of the
|
| 688 |
+
|
| 689 |
+
hydrostatic pressure
|
| 690 |
+
|
| 691 |
+
provided by the
|
| 692 |
+
|
| 693 |
+
mud
|
| 694 |
+
|
| 695 |
+
column. Should the balance of the drilling mud pressure be incorrect (i.e., the mud pressure gradient is less than the formation pore pressure gradient), then formation fluids (oil, natural gas, and/or water) can begin to flow into the wellbore and up the annulus (the space between the outside of the
|
| 696 |
+
|
| 697 |
+
drill string
|
| 698 |
+
|
| 699 |
+
and the wall of the open hole or the inside of the
|
| 700 |
+
|
| 701 |
+
casing
|
| 702 |
+
|
| 703 |
+
), and/or inside the
|
| 704 |
+
|
| 705 |
+
drill pipe
|
| 706 |
+
|
| 707 |
+
. This is commonly called a
|
| 708 |
+
|
| 709 |
+
kick
|
| 710 |
+
|
| 711 |
+
. Ideally, mechanical barriers such as
|
| 712 |
+
|
| 713 |
+
blowout preventers
|
| 714 |
+
|
| 715 |
+
(BOPs) can be closed to isolate the well while the hydrostatic balance is regained through circulation of fluids in the well. But if the well is not shut in (common term for the closing of the blow-out preventer), a kick can quickly escalate into a blowout when the formation fluids reach the surface, especially when the influx contains gas that expands rapidly with the reduced pressure as it flows up the wellbore, further decreasing the effective weight of the fluid.
|
| 716 |
+
|
| 717 |
+
Early warning signs of an impending well kick while drilling are:
|
| 718 |
+
|
| 719 |
+
Sudden change in drilling rate;
|
| 720 |
+
|
| 721 |
+
Reduction in drillpipe weight;
|
| 722 |
+
|
| 723 |
+
Change in pump pressure;
|
| 724 |
+
|
| 725 |
+
Change in drilling fluid return rate.
|
| 726 |
+
|
| 727 |
+
Other warning signs during the drilling operation are:
|
| 728 |
+
|
| 729 |
+
Returning mud "cut" by (i.e., contaminated by) gas, oil or water;
|
| 730 |
+
|
| 731 |
+
Connection gases, high background gas units, and high bottoms-up gas units detected in the mudlogging unit.
|
| 732 |
+
|
| 733 |
+
[
|
| 734 |
+
|
| 735 |
+
24
|
| 736 |
+
|
| 737 |
+
]
|
| 738 |
+
|
| 739 |
+
The primary means of detecting a kick while drilling is a relative change in the circulation rate back up to the surface into the mud pits. The drilling crew or mud engineer keeps track of the level in the mud pits and closely monitors the rate of mud returns versus the rate that is being pumped down the drill pipe. Upon encountering a zone of higher pressure than is being exerted by the hydrostatic head of the drilling mud (including the small additional frictional head while circulating) at the bit, an increase in mud return rate would be noticed as the formation fluid influx blends in with the circulating drilling mud. Conversely, if the rate of returns is slower than expected, it means that a certain amount of the mud is being lost to a thief zone somewhere below the last
|
| 740 |
+
|
| 741 |
+
casing shoe
|
| 742 |
+
|
| 743 |
+
. This does not necessarily result in a kick (and may never become one); however, a drop in the mud level might allow influx of formation fluids from other zones if the hydrostatic head is reduced to less than that of a full column of mud.
|
| 744 |
+
|
| 745 |
+
[
|
| 746 |
+
|
| 747 |
+
citation needed
|
| 748 |
+
|
| 749 |
+
]
|
| 750 |
+
|
| 751 |
+
Well control
|
| 752 |
+
|
| 753 |
+
[
|
| 754 |
+
|
| 755 |
+
edit
|
| 756 |
+
|
| 757 |
+
]
|
| 758 |
+
|
| 759 |
+
The first response to detecting a kick would be to isolate the wellbore from the surface by activating the blow-out preventers and closing in the well. Then the drilling crew would attempt to circulate in a heavier
|
| 760 |
+
|
| 761 |
+
kill fluid
|
| 762 |
+
|
| 763 |
+
to increase the hydrostatic pressure (sometimes with the assistance of a
|
| 764 |
+
|
| 765 |
+
well control
|
| 766 |
+
|
| 767 |
+
company). In the process, the influx fluids will be slowly circulated out in a controlled manner, taking care not to allow any gas to accelerate up the wellbore too quickly by controlling casing pressure with chokes on a predetermined schedule.
|
| 768 |
+
|
| 769 |
+
This effect will be minor if the influx fluid is mainly salt water. And with an oil-based drilling fluid it can be masked in the early stages of controlling a kick because gas influx may dissolve into the oil under pressure at depth, only to come out of solution and expand rather rapidly as the influx nears the surface. Once all the contaminant has been circulated out, the shut-in casing pressure should have reached zero.
|
| 770 |
+
|
| 771 |
+
[
|
| 772 |
+
|
| 773 |
+
citation needed
|
| 774 |
+
|
| 775 |
+
]
|
| 776 |
+
|
| 777 |
+
Capping stacks are used for controlling blowouts. The cap is an open valve that is closed after bolted on.
|
| 778 |
+
|
| 779 |
+
[
|
| 780 |
+
|
| 781 |
+
25
|
| 782 |
+
|
| 783 |
+
]
|
| 784 |
+
|
| 785 |
+
Types
|
| 786 |
+
|
| 787 |
+
[
|
| 788 |
+
|
| 789 |
+
edit
|
| 790 |
+
|
| 791 |
+
]
|
| 792 |
+
|
| 793 |
+
Ixtoc I
|
| 794 |
+
|
| 795 |
+
oil well blowout
|
| 796 |
+
|
| 797 |
+
Well blowouts can occur during the drilling phase, during
|
| 798 |
+
|
| 799 |
+
well testing
|
| 800 |
+
|
| 801 |
+
, during well
|
| 802 |
+
|
| 803 |
+
completion
|
| 804 |
+
|
| 805 |
+
, during production, or during
|
| 806 |
+
|
| 807 |
+
workover
|
| 808 |
+
|
| 809 |
+
activities.
|
| 810 |
+
|
| 811 |
+
[
|
| 812 |
+
|
| 813 |
+
1
|
| 814 |
+
|
| 815 |
+
]
|
| 816 |
+
|
| 817 |
+
Surface blowouts
|
| 818 |
+
|
| 819 |
+
[
|
| 820 |
+
|
| 821 |
+
edit
|
| 822 |
+
|
| 823 |
+
]
|
| 824 |
+
|
| 825 |
+
Blowouts can eject the
|
| 826 |
+
|
| 827 |
+
drill string
|
| 828 |
+
|
| 829 |
+
out of the well, and the force of the escaping fluid can be strong enough to damage the
|
| 830 |
+
|
| 831 |
+
drilling rig
|
| 832 |
+
|
| 833 |
+
. In addition to oil, the output of a well blowout might include natural gas, water, drilling fluid, mud, sand, rocks, and other substances.
|
| 834 |
+
|
| 835 |
+
Blowouts will often be ignited from sparks from rocks being ejected, or simply from heat generated by friction. A well control company then will need to extinguish the well fire or cap the well, and replace the casing head and other surface equipment. If the flowing gas contains poisonous
|
| 836 |
+
|
| 837 |
+
hydrogen sulfide
|
| 838 |
+
|
| 839 |
+
, the oil operator might decide to ignite the stream to convert this to less hazardous substances.
|
| 840 |
+
|
| 841 |
+
[
|
| 842 |
+
|
| 843 |
+
citation needed
|
| 844 |
+
|
| 845 |
+
]
|
| 846 |
+
|
| 847 |
+
Sometimes blowouts can be so forceful that they cannot be directly brought under control from the surface, particularly if there is so much energy in the flowing zone that it does not deplete significantly over time. In such cases, other wells (called
|
| 848 |
+
|
| 849 |
+
relief wells
|
| 850 |
+
|
| 851 |
+
) may be drilled to intersect the well or pocket, in order to allow kill-weight fluids to be introduced at depth. When first drilled in the 1930s relief wells were drilled to inject water into the main drill well hole.
|
| 852 |
+
|
| 853 |
+
[
|
| 854 |
+
|
| 855 |
+
26
|
| 856 |
+
|
| 857 |
+
]
|
| 858 |
+
|
| 859 |
+
Contrary to what might be inferred from the term, such wells generally are not used to help relieve pressure using multiple outlets from the blowout zone.
|
| 860 |
+
|
| 861 |
+
Subsea blowouts
|
| 862 |
+
|
| 863 |
+
[
|
| 864 |
+
|
| 865 |
+
edit
|
| 866 |
+
|
| 867 |
+
]
|
| 868 |
+
|
| 869 |
+
Macondo-1 well blowout on the Deepwater Horizon rig
|
| 870 |
+
|
| 871 |
+
, 21 April 2010
|
| 872 |
+
|
| 873 |
+
The two main causes of a subsea blowout are equipment failures and imbalances with encountered subsurface reservoir pressure.
|
| 874 |
+
|
| 875 |
+
[
|
| 876 |
+
|
| 877 |
+
27
|
| 878 |
+
|
| 879 |
+
]
|
| 880 |
+
|
| 881 |
+
Subsea
|
| 882 |
+
|
| 883 |
+
wells have pressure control equipment located on the seabed or between the riser pipe and drilling platform.
|
| 884 |
+
|
| 885 |
+
Blowout preventers
|
| 886 |
+
|
| 887 |
+
(BOPs) are the primary safety devices designed to maintain control of geologically driven well pressures. They contain hydraulic-powered cut-off mechanisms to stop the flow of hydrocarbons in the event of a loss of well control.
|
| 888 |
+
|
| 889 |
+
[
|
| 890 |
+
|
| 891 |
+
28
|
| 892 |
+
|
| 893 |
+
]
|
| 894 |
+
|
| 895 |
+
Even with blowout prevention equipment and processes in place, operators must be prepared to respond to a blowout should one occur. Before drilling a well, a detailed well construction design plan, an Oil Spill Response Plan as well as a Well Containment Plan must be submitted, reviewed and approved by BSEE and is contingent upon access to adequate well containment resources in accordance to NTL 2010-N10.
|
| 896 |
+
|
| 897 |
+
[
|
| 898 |
+
|
| 899 |
+
29
|
| 900 |
+
|
| 901 |
+
]
|
| 902 |
+
|
| 903 |
+
The
|
| 904 |
+
|
| 905 |
+
Deepwater Horizon well blowout
|
| 906 |
+
|
| 907 |
+
in the Gulf of Mexico in April 2010 occurred at a 5,000 feet (1,500 m) water depth.
|
| 908 |
+
|
| 909 |
+
[
|
| 910 |
+
|
| 911 |
+
30
|
| 912 |
+
|
| 913 |
+
]
|
| 914 |
+
|
| 915 |
+
Current blowout response capabilities in the U.S. Gulf of Mexico meet capture and process rates of 130,000 barrels of fluid per day and a gas handling capacity of 220 million cubic feet per day at depths through 10,000 feet.
|
| 916 |
+
|
| 917 |
+
[
|
| 918 |
+
|
| 919 |
+
31
|
| 920 |
+
|
| 921 |
+
]
|
| 922 |
+
|
| 923 |
+
Underground blowouts
|
| 924 |
+
|
| 925 |
+
[
|
| 926 |
+
|
| 927 |
+
edit
|
| 928 |
+
|
| 929 |
+
]
|
| 930 |
+
|
| 931 |
+
An underground blowout is a special situation where fluids from high pressure zones flow uncontrolled to lower pressure zones within the wellbore. Usually this is from deeper higher pressure zones to shallower lower pressure formations. There may be no escaping fluid flow at the wellhead. However, the formation(s) receiving the influx can become overpressured, a possibility that future drilling plans in the vicinity must consider.
|
| 932 |
+
|
| 933 |
+
[
|
| 934 |
+
|
| 935 |
+
citation needed
|
| 936 |
+
|
| 937 |
+
]
|
| 938 |
+
|
| 939 |
+
Blowout control companies
|
| 940 |
+
|
| 941 |
+
[
|
| 942 |
+
|
| 943 |
+
edit
|
| 944 |
+
|
| 945 |
+
]
|
| 946 |
+
|
| 947 |
+
Myron M. Kinley
|
| 948 |
+
|
| 949 |
+
was a pioneer in fighting oil well fires and blowouts. He developed many patents and designs for the tools and techniques of oil firefighting. His father, Karl T. Kinley, attempted to extinguish an oil well fire with the help of a massive explosion—a method still in common use for fighting oil fires. Myron and Karl Kinley first successfully used explosives to extinguish an oil well fire in 1913.
|
| 950 |
+
|
| 951 |
+
[
|
| 952 |
+
|
| 953 |
+
32
|
| 954 |
+
|
| 955 |
+
]
|
| 956 |
+
|
| 957 |
+
Kinley would later form the M. M. Kinley Company in 1923.
|
| 958 |
+
|
| 959 |
+
[
|
| 960 |
+
|
| 961 |
+
32
|
| 962 |
+
|
| 963 |
+
]
|
| 964 |
+
|
| 965 |
+
Asger "Boots" Hansen and Edward Owen "Coots" Matthews also begin their careers under Kinley.
|
| 966 |
+
|
| 967 |
+
Paul N. "Red" Adair
|
| 968 |
+
|
| 969 |
+
joined the M. M. Kinley Company in 1946, and worked 14 years with Myron Kinley before starting his own company, Red Adair Co., Inc., in 1959.
|
| 970 |
+
|
| 971 |
+
Red Adair Co. has helped in controlling offshore blowouts, including:
|
| 972 |
+
|
| 973 |
+
CATCO fire
|
| 974 |
+
|
| 975 |
+
in the
|
| 976 |
+
|
| 977 |
+
Gulf of Mexico
|
| 978 |
+
|
| 979 |
+
in 1959.
|
| 980 |
+
|
| 981 |
+
"The
|
| 982 |
+
|
| 983 |
+
Devil's Cigarette Lighter
|
| 984 |
+
|
| 985 |
+
" in 1962 in
|
| 986 |
+
|
| 987 |
+
Gassi Touil
|
| 988 |
+
|
| 989 |
+
, Algeria, in the
|
| 990 |
+
|
| 991 |
+
Sahara Desert
|
| 992 |
+
|
| 993 |
+
.
|
| 994 |
+
|
| 995 |
+
The
|
| 996 |
+
|
| 997 |
+
Ixtoc I oil spill
|
| 998 |
+
|
| 999 |
+
in Mexico's
|
| 1000 |
+
|
| 1001 |
+
Bay of Campeche
|
| 1002 |
+
|
| 1003 |
+
in 1979.
|
| 1004 |
+
|
| 1005 |
+
The
|
| 1006 |
+
|
| 1007 |
+
Piper Alpha
|
| 1008 |
+
|
| 1009 |
+
disaster in the
|
| 1010 |
+
|
| 1011 |
+
North Sea
|
| 1012 |
+
|
| 1013 |
+
in 1988.
|
| 1014 |
+
|
| 1015 |
+
The
|
| 1016 |
+
|
| 1017 |
+
Kuwaiti oil fires
|
| 1018 |
+
|
| 1019 |
+
following the
|
| 1020 |
+
|
| 1021 |
+
Gulf War
|
| 1022 |
+
|
| 1023 |
+
in 1991.
|
| 1024 |
+
|
| 1025 |
+
[
|
| 1026 |
+
|
| 1027 |
+
33
|
| 1028 |
+
|
| 1029 |
+
]
|
| 1030 |
+
|
| 1031 |
+
The 1968 American film
|
| 1032 |
+
|
| 1033 |
+
Hellfighters
|
| 1034 |
+
|
| 1035 |
+
, which starred John Wayne, is about a group of oil well firefighters, based loosely on Adair's life; Adair, Hansen, and Matthews served as technical advisors on the film.
|
| 1036 |
+
|
| 1037 |
+
In 1994, Adair retired and sold his company to Global Industries. Management of Adair's company left and created
|
| 1038 |
+
|
| 1039 |
+
International Well Control
|
| 1040 |
+
|
| 1041 |
+
(IWC). In 1997, they would buy the company
|
| 1042 |
+
|
| 1043 |
+
Boots & Coots International Well Control, Inc.
|
| 1044 |
+
|
| 1045 |
+
, which was founded by Hansen and Matthews in 1978.
|
| 1046 |
+
|
| 1047 |
+
Methods of quenching
|
| 1048 |
+
|
| 1049 |
+
[
|
| 1050 |
+
|
| 1051 |
+
edit
|
| 1052 |
+
|
| 1053 |
+
]
|
| 1054 |
+
|
| 1055 |
+
Subsea well containment
|
| 1056 |
+
|
| 1057 |
+
[
|
| 1058 |
+
|
| 1059 |
+
edit
|
| 1060 |
+
|
| 1061 |
+
]
|
| 1062 |
+
|
| 1063 |
+
Government Accountability Office
|
| 1064 |
+
|
| 1065 |
+
diagram showing subsea well containment operations
|
| 1066 |
+
|
| 1067 |
+
After the
|
| 1068 |
+
|
| 1069 |
+
Macondo-1 blowout on the Deepwater Horizon
|
| 1070 |
+
|
| 1071 |
+
, the offshore industry collaborated with government regulators to develop a framework to respond to future subsea incidents. As a result, all energy companies operating in the deep-water U.S. Gulf of Mexico must submit an OPA 90 required Oil Spill Response Plan with the addition of a Regional Containment Demonstration Plan prior to any drilling activity.
|
| 1072 |
+
|
| 1073 |
+
[
|
| 1074 |
+
|
| 1075 |
+
34
|
| 1076 |
+
|
| 1077 |
+
]
|
| 1078 |
+
|
| 1079 |
+
In the event of a subsea blowout, these plans are immediately activated, drawing on some of the equipment and processes effectively used to contain the Deepwater Horizon well as others that have been developed in its aftermath.
|
| 1080 |
+
|
| 1081 |
+
In order to regain control of a subsea well, the Responsible Party would first secure the safety of all personnel on board the rig and then begin a detailed evaluation of the incident site.
|
| 1082 |
+
|
| 1083 |
+
Remotely operated underwater vehicles
|
| 1084 |
+
|
| 1085 |
+
(ROVs) would be dispatched to inspect the condition of the wellhead,
|
| 1086 |
+
|
| 1087 |
+
blowout preventer
|
| 1088 |
+
|
| 1089 |
+
(BOP) and other subsea well equipment. The debris removal process would begin immediately to provide clear access for a capping stack.
|
| 1090 |
+
|
| 1091 |
+
Once lowered and latched on the wellhead, a capping stack uses stored hydraulic pressure to close a hydraulic ram and stop the flow of hydrocarbons.
|
| 1092 |
+
|
| 1093 |
+
[
|
| 1094 |
+
|
| 1095 |
+
35
|
| 1096 |
+
|
| 1097 |
+
]
|
| 1098 |
+
|
| 1099 |
+
If shutting in the well could introduce unstable geological conditions in the wellbore, a cap and flow procedure would be used to contain hydrocarbons and safely transport them to a surface vessel.
|
| 1100 |
+
|
| 1101 |
+
[
|
| 1102 |
+
|
| 1103 |
+
36
|
| 1104 |
+
|
| 1105 |
+
]
|
| 1106 |
+
|
| 1107 |
+
The Responsible Party works in collaboration with
|
| 1108 |
+
|
| 1109 |
+
BSEE
|
| 1110 |
+
|
| 1111 |
+
and the
|
| 1112 |
+
|
| 1113 |
+
United States Coast Guard
|
| 1114 |
+
|
| 1115 |
+
to oversee response efforts, including source control, recovering discharged oil and mitigating environmental impact.
|
| 1116 |
+
|
| 1117 |
+
[
|
| 1118 |
+
|
| 1119 |
+
37
|
| 1120 |
+
|
| 1121 |
+
]
|
| 1122 |
+
|
| 1123 |
+
Several not-for-profit organizations provide a solution to effectively contain a subsea blowout.
|
| 1124 |
+
|
| 1125 |
+
HWCG LLC
|
| 1126 |
+
|
| 1127 |
+
and
|
| 1128 |
+
|
| 1129 |
+
Marine Well Containment Company
|
| 1130 |
+
|
| 1131 |
+
operate within the U.S. Gulf of Mexico
|
| 1132 |
+
|
| 1133 |
+
[
|
| 1134 |
+
|
| 1135 |
+
38
|
| 1136 |
+
|
| 1137 |
+
]
|
| 1138 |
+
|
| 1139 |
+
waters, while cooperatives like Oil Spill Response Limited offer support for international operations.
|
| 1140 |
+
|
| 1141 |
+
Use of nuclear explosions
|
| 1142 |
+
|
| 1143 |
+
[
|
| 1144 |
+
|
| 1145 |
+
edit
|
| 1146 |
+
|
| 1147 |
+
]
|
| 1148 |
+
|
| 1149 |
+
On Sep. 30, 1966, the
|
| 1150 |
+
|
| 1151 |
+
Soviet Union
|
| 1152 |
+
|
| 1153 |
+
experienced blowouts on five natural gas wells in
|
| 1154 |
+
|
| 1155 |
+
Urtabulak gas field
|
| 1156 |
+
|
| 1157 |
+
, an area about 80 kilometers from
|
| 1158 |
+
|
| 1159 |
+
Bukhara
|
| 1160 |
+
|
| 1161 |
+
,
|
| 1162 |
+
|
| 1163 |
+
Uzbekistan
|
| 1164 |
+
|
| 1165 |
+
. It was claimed in
|
| 1166 |
+
|
| 1167 |
+
Komsomloskaya Pravda
|
| 1168 |
+
|
| 1169 |
+
that after years of burning uncontrollably they were able to stop them entirely.
|
| 1170 |
+
|
| 1171 |
+
[
|
| 1172 |
+
|
| 1173 |
+
39
|
| 1174 |
+
|
| 1175 |
+
]
|
| 1176 |
+
|
| 1177 |
+
The Soviets lowered a specially made 30 kiloton nuclear
|
| 1178 |
+
|
| 1179 |
+
physics package
|
| 1180 |
+
|
| 1181 |
+
into a 6-kilometre (20,000 ft) borehole drilled 25 to 50 metres (82 to 164 ft) away from the original (rapidly leaking) well. A nuclear explosive was deemed necessary because conventional explosives both lacked the necessary power and would also require a great deal more space underground. When the device was detonated, it crushed the original pipe that was carrying the gas from the deep reservoir to the surface and
|
| 1182 |
+
|
| 1183 |
+
vitrified
|
| 1184 |
+
|
| 1185 |
+
the surrounding rock. This caused the leak and fire at the surface to cease within approximately one minute of the explosion, and proved to be a permanent solution. An attempt on a similar well was not as successful. Other tests were for such experiments as oil extraction enhancement (Stavropol, 1969) and the creation of gas storage reservoirs (Orenburg, 1970).
|
| 1186 |
+
|
| 1187 |
+
[
|
| 1188 |
+
|
| 1189 |
+
40
|
| 1190 |
+
|
| 1191 |
+
]
|
| 1192 |
+
|
| 1193 |
+
Notable offshore well blowouts
|
| 1194 |
+
|
| 1195 |
+
[
|
| 1196 |
+
|
| 1197 |
+
edit
|
| 1198 |
+
|
| 1199 |
+
]
|
| 1200 |
+
|
| 1201 |
+
Data from industry information.
|
| 1202 |
+
|
| 1203 |
+
[
|
| 1204 |
+
|
| 1205 |
+
1
|
| 1206 |
+
|
| 1207 |
+
]
|
| 1208 |
+
|
| 1209 |
+
[
|
| 1210 |
+
|
| 1211 |
+
41
|
| 1212 |
+
|
| 1213 |
+
]
|
| 1214 |
+
|
| 1215 |
+
Year
|
| 1216 |
+
|
| 1217 |
+
Rig Name
|
| 1218 |
+
|
| 1219 |
+
Rig Owner
|
| 1220 |
+
|
| 1221 |
+
Type
|
| 1222 |
+
|
| 1223 |
+
Damage / details
|
| 1224 |
+
|
| 1225 |
+
1955
|
| 1226 |
+
|
| 1227 |
+
S-44
|
| 1228 |
+
|
| 1229 |
+
Chevron Corporation
|
| 1230 |
+
|
| 1231 |
+
Sub Recessed pontoons
|
| 1232 |
+
|
| 1233 |
+
Blowout and fire. Returned to service.
|
| 1234 |
+
|
| 1235 |
+
1959
|
| 1236 |
+
|
| 1237 |
+
C. T. Thornton
|
| 1238 |
+
|
| 1239 |
+
Reading & Bates
|
| 1240 |
+
|
| 1241 |
+
Jackup
|
| 1242 |
+
|
| 1243 |
+
Blowout and fire damage.
|
| 1244 |
+
|
| 1245 |
+
1964
|
| 1246 |
+
|
| 1247 |
+
C. P. Baker
|
| 1248 |
+
|
| 1249 |
+
Reading & Bates
|
| 1250 |
+
|
| 1251 |
+
Drill barge
|
| 1252 |
+
|
| 1253 |
+
Blowout in Gulf of Mexico, vessel capsized, 22 killed.
|
| 1254 |
+
|
| 1255 |
+
1965
|
| 1256 |
+
|
| 1257 |
+
Trion
|
| 1258 |
+
|
| 1259 |
+
Royal Dutch Shell
|
| 1260 |
+
|
| 1261 |
+
Jackup
|
| 1262 |
+
|
| 1263 |
+
Destroyed by blowout.
|
| 1264 |
+
|
| 1265 |
+
1965
|
| 1266 |
+
|
| 1267 |
+
Paguro
|
| 1268 |
+
|
| 1269 |
+
SNAM
|
| 1270 |
+
|
| 1271 |
+
Jackup
|
| 1272 |
+
|
| 1273 |
+
Destroyed by blowout and fire.
|
| 1274 |
+
|
| 1275 |
+
1968
|
| 1276 |
+
|
| 1277 |
+
Little Bob
|
| 1278 |
+
|
| 1279 |
+
Coral
|
| 1280 |
+
|
| 1281 |
+
Jackup
|
| 1282 |
+
|
| 1283 |
+
Blowout and fire, killed 7.
|
| 1284 |
+
|
| 1285 |
+
1969
|
| 1286 |
+
|
| 1287 |
+
Wodeco III
|
| 1288 |
+
|
| 1289 |
+
Floor drilling
|
| 1290 |
+
|
| 1291 |
+
Drilling barge
|
| 1292 |
+
|
| 1293 |
+
Blowout
|
| 1294 |
+
|
| 1295 |
+
1969
|
| 1296 |
+
|
| 1297 |
+
Sedco 135G
|
| 1298 |
+
|
| 1299 |
+
Sedco Inc
|
| 1300 |
+
|
| 1301 |
+
Semi-submersible
|
| 1302 |
+
|
| 1303 |
+
Blowout damage
|
| 1304 |
+
|
| 1305 |
+
1969
|
| 1306 |
+
|
| 1307 |
+
Rimrick Tidelands
|
| 1308 |
+
|
| 1309 |
+
ODECO
|
| 1310 |
+
|
| 1311 |
+
Submersible
|
| 1312 |
+
|
| 1313 |
+
Blowout in Gulf of Mexico
|
| 1314 |
+
|
| 1315 |
+
1970
|
| 1316 |
+
|
| 1317 |
+
Stormdrill III
|
| 1318 |
+
|
| 1319 |
+
Storm Drilling
|
| 1320 |
+
|
| 1321 |
+
Jackup
|
| 1322 |
+
|
| 1323 |
+
Blowout and fire damage.
|
| 1324 |
+
|
| 1325 |
+
1970
|
| 1326 |
+
|
| 1327 |
+
Discoverer III
|
| 1328 |
+
|
| 1329 |
+
Offshore Co.
|
| 1330 |
+
|
| 1331 |
+
Drillship
|
| 1332 |
+
|
| 1333 |
+
Blowout (S. China Seas)
|
| 1334 |
+
|
| 1335 |
+
1971
|
| 1336 |
+
|
| 1337 |
+
Big John
|
| 1338 |
+
|
| 1339 |
+
Atwood Oceanics
|
| 1340 |
+
|
| 1341 |
+
Drill barge
|
| 1342 |
+
|
| 1343 |
+
Blowout and fire.
|
| 1344 |
+
|
| 1345 |
+
1971
|
| 1346 |
+
|
| 1347 |
+
Wodeco II
|
| 1348 |
+
|
| 1349 |
+
Floor Drilling
|
| 1350 |
+
|
| 1351 |
+
Drill barge
|
| 1352 |
+
|
| 1353 |
+
Blowout and fire off Peru, 7 killed.
|
| 1354 |
+
|
| 1355 |
+
[
|
| 1356 |
+
|
| 1357 |
+
citation needed
|
| 1358 |
+
|
| 1359 |
+
]
|
| 1360 |
+
|
| 1361 |
+
1972
|
| 1362 |
+
|
| 1363 |
+
J. Storm II
|
| 1364 |
+
|
| 1365 |
+
Marine Drilling Co.
|
| 1366 |
+
|
| 1367 |
+
Jackup
|
| 1368 |
+
|
| 1369 |
+
Blowout in Gulf of Mexico
|
| 1370 |
+
|
| 1371 |
+
1972
|
| 1372 |
+
|
| 1373 |
+
M. G. Hulme
|
| 1374 |
+
|
| 1375 |
+
Reading & Bates
|
| 1376 |
+
|
| 1377 |
+
Jackup
|
| 1378 |
+
|
| 1379 |
+
Blowout and capsize in Java Sea.
|
| 1380 |
+
|
| 1381 |
+
1972
|
| 1382 |
+
|
| 1383 |
+
Rig 20
|
| 1384 |
+
|
| 1385 |
+
Transworld Drilling
|
| 1386 |
+
|
| 1387 |
+
Jackup
|
| 1388 |
+
|
| 1389 |
+
Blowout in Gulf of Martaban.
|
| 1390 |
+
|
| 1391 |
+
1973
|
| 1392 |
+
|
| 1393 |
+
Mariner I
|
| 1394 |
+
|
| 1395 |
+
Santa Fe Drilling
|
| 1396 |
+
|
| 1397 |
+
Semi-sub
|
| 1398 |
+
|
| 1399 |
+
Blowout off Trinidad, 3 killed.
|
| 1400 |
+
|
| 1401 |
+
1975
|
| 1402 |
+
|
| 1403 |
+
Mariner II
|
| 1404 |
+
|
| 1405 |
+
Santa Fe Drilling
|
| 1406 |
+
|
| 1407 |
+
Semi-submersible
|
| 1408 |
+
|
| 1409 |
+
Lost BOP during blowout.
|
| 1410 |
+
|
| 1411 |
+
1975
|
| 1412 |
+
|
| 1413 |
+
J. Storm II
|
| 1414 |
+
|
| 1415 |
+
Marine Drilling Co.
|
| 1416 |
+
|
| 1417 |
+
Jackup
|
| 1418 |
+
|
| 1419 |
+
Blowout in Gulf of Mexico.
|
| 1420 |
+
|
| 1421 |
+
[
|
| 1422 |
+
|
| 1423 |
+
citation needed
|
| 1424 |
+
|
| 1425 |
+
]
|
| 1426 |
+
|
| 1427 |
+
1976
|
| 1428 |
+
|
| 1429 |
+
Petrobras III
|
| 1430 |
+
|
| 1431 |
+
Petrobras
|
| 1432 |
+
|
| 1433 |
+
Jackup
|
| 1434 |
+
|
| 1435 |
+
No info.
|
| 1436 |
+
|
| 1437 |
+
1976
|
| 1438 |
+
|
| 1439 |
+
W. D. Kent
|
| 1440 |
+
|
| 1441 |
+
Reading & Bates
|
| 1442 |
+
|
| 1443 |
+
Jackup
|
| 1444 |
+
|
| 1445 |
+
Damage while drilling relief well.
|
| 1446 |
+
|
| 1447 |
+
[
|
| 1448 |
+
|
| 1449 |
+
citation needed
|
| 1450 |
+
|
| 1451 |
+
]
|
| 1452 |
+
|
| 1453 |
+
1977
|
| 1454 |
+
|
| 1455 |
+
Maersk Explorer
|
| 1456 |
+
|
| 1457 |
+
Maersk Drilling
|
| 1458 |
+
|
| 1459 |
+
Jackup
|
| 1460 |
+
|
| 1461 |
+
Blowout and fire in North Sea
|
| 1462 |
+
|
| 1463 |
+
[
|
| 1464 |
+
|
| 1465 |
+
citation needed
|
| 1466 |
+
|
| 1467 |
+
]
|
| 1468 |
+
|
| 1469 |
+
1977
|
| 1470 |
+
|
| 1471 |
+
Ekofisk Bravo
|
| 1472 |
+
|
| 1473 |
+
Phillips Petroleum
|
| 1474 |
+
|
| 1475 |
+
Platform
|
| 1476 |
+
|
| 1477 |
+
Blowout during well workover.
|
| 1478 |
+
|
| 1479 |
+
[
|
| 1480 |
+
|
| 1481 |
+
42
|
| 1482 |
+
|
| 1483 |
+
]
|
| 1484 |
+
|
| 1485 |
+
1978
|
| 1486 |
+
|
| 1487 |
+
Scan Bay
|
| 1488 |
+
|
| 1489 |
+
Scan Drilling
|
| 1490 |
+
|
| 1491 |
+
Jackup
|
| 1492 |
+
|
| 1493 |
+
Blowout and fire in the Persion Gulf.
|
| 1494 |
+
|
| 1495 |
+
[
|
| 1496 |
+
|
| 1497 |
+
citation needed
|
| 1498 |
+
|
| 1499 |
+
]
|
| 1500 |
+
|
| 1501 |
+
1979
|
| 1502 |
+
|
| 1503 |
+
Salenergy II
|
| 1504 |
+
|
| 1505 |
+
Salen Offshore
|
| 1506 |
+
|
| 1507 |
+
Jackup
|
| 1508 |
+
|
| 1509 |
+
Blowout in Gulf of Mexico
|
| 1510 |
+
|
| 1511 |
+
1979
|
| 1512 |
+
|
| 1513 |
+
Sedco 135
|
| 1514 |
+
|
| 1515 |
+
Sedco Drilling
|
| 1516 |
+
|
| 1517 |
+
Semi-submersible
|
| 1518 |
+
|
| 1519 |
+
Blowout and fire in Bay of Campeche
|
| 1520 |
+
|
| 1521 |
+
Ixtoc I
|
| 1522 |
+
|
| 1523 |
+
well.
|
| 1524 |
+
|
| 1525 |
+
[
|
| 1526 |
+
|
| 1527 |
+
43
|
| 1528 |
+
|
| 1529 |
+
]
|
| 1530 |
+
|
| 1531 |
+
1980
|
| 1532 |
+
|
| 1533 |
+
Sedco 135C
|
| 1534 |
+
|
| 1535 |
+
Sedco Drilling
|
| 1536 |
+
|
| 1537 |
+
Semi-submersible
|
| 1538 |
+
|
| 1539 |
+
Blowout and fire of Nigeria.
|
| 1540 |
+
|
| 1541 |
+
1980
|
| 1542 |
+
|
| 1543 |
+
Discoverer 534
|
| 1544 |
+
|
| 1545 |
+
Offshore Co.
|
| 1546 |
+
|
| 1547 |
+
Drillship
|
| 1548 |
+
|
| 1549 |
+
Gas escape caught fire.
|
| 1550 |
+
|
| 1551 |
+
[
|
| 1552 |
+
|
| 1553 |
+
citation needed
|
| 1554 |
+
|
| 1555 |
+
]
|
| 1556 |
+
|
| 1557 |
+
1980
|
| 1558 |
+
|
| 1559 |
+
Ron Tappmeyer
|
| 1560 |
+
|
| 1561 |
+
Reading & Bates
|
| 1562 |
+
|
| 1563 |
+
Jackup
|
| 1564 |
+
|
| 1565 |
+
Blowout in Persian Gulf, 5 killed.
|
| 1566 |
+
|
| 1567 |
+
[
|
| 1568 |
+
|
| 1569 |
+
citation needed
|
| 1570 |
+
|
| 1571 |
+
]
|
| 1572 |
+
|
| 1573 |
+
1980
|
| 1574 |
+
|
| 1575 |
+
Nanhai II
|
| 1576 |
+
|
| 1577 |
+
People's Republic of China
|
| 1578 |
+
|
| 1579 |
+
Jackup
|
| 1580 |
+
|
| 1581 |
+
Blowout of Hainan Island.
|
| 1582 |
+
|
| 1583 |
+
[
|
| 1584 |
+
|
| 1585 |
+
citation needed
|
| 1586 |
+
|
| 1587 |
+
]
|
| 1588 |
+
|
| 1589 |
+
1980
|
| 1590 |
+
|
| 1591 |
+
Maersk Endurer
|
| 1592 |
+
|
| 1593 |
+
Maersk Drilling
|
| 1594 |
+
|
| 1595 |
+
Jackup
|
| 1596 |
+
|
| 1597 |
+
Blowout in Red Sea, 2 killed.
|
| 1598 |
+
|
| 1599 |
+
[
|
| 1600 |
+
|
| 1601 |
+
citation needed
|
| 1602 |
+
|
| 1603 |
+
]
|
| 1604 |
+
|
| 1605 |
+
1980
|
| 1606 |
+
|
| 1607 |
+
Ocean King
|
| 1608 |
+
|
| 1609 |
+
ODECO
|
| 1610 |
+
|
| 1611 |
+
Jackup
|
| 1612 |
+
|
| 1613 |
+
Blowout and fire in Gulf of Mexico, 5 killed.
|
| 1614 |
+
|
| 1615 |
+
[
|
| 1616 |
+
|
| 1617 |
+
44
|
| 1618 |
+
|
| 1619 |
+
]
|
| 1620 |
+
|
| 1621 |
+
1980
|
| 1622 |
+
|
| 1623 |
+
Marlin 14
|
| 1624 |
+
|
| 1625 |
+
Marlin Drilling
|
| 1626 |
+
|
| 1627 |
+
Jackup
|
| 1628 |
+
|
| 1629 |
+
Blowout in Gulf of Mexico
|
| 1630 |
+
|
| 1631 |
+
[
|
| 1632 |
+
|
| 1633 |
+
citation needed
|
| 1634 |
+
|
| 1635 |
+
]
|
| 1636 |
+
|
| 1637 |
+
1981
|
| 1638 |
+
|
| 1639 |
+
Penrod 50
|
| 1640 |
+
|
| 1641 |
+
Penrod Drilling
|
| 1642 |
+
|
| 1643 |
+
Submersible
|
| 1644 |
+
|
| 1645 |
+
Blowout and fire in Gulf of Mexico.
|
| 1646 |
+
|
| 1647 |
+
[
|
| 1648 |
+
|
| 1649 |
+
citation needed
|
| 1650 |
+
|
| 1651 |
+
]
|
| 1652 |
+
|
| 1653 |
+
1984
|
| 1654 |
+
|
| 1655 |
+
Plataforma Central de Enchova
|
| 1656 |
+
|
| 1657 |
+
Petrobras
|
| 1658 |
+
|
| 1659 |
+
fixed platform
|
| 1660 |
+
|
| 1661 |
+
Blowout and fire in Campos Basin, Rio de Janeiro, Brazil, 37 fatalities.
|
| 1662 |
+
|
| 1663 |
+
1985
|
| 1664 |
+
|
| 1665 |
+
West Vanguard
|
| 1666 |
+
|
| 1667 |
+
Smedvig
|
| 1668 |
+
|
| 1669 |
+
Semi-submersible
|
| 1670 |
+
|
| 1671 |
+
Shallow gas blowout and fire in Norwegian sea, 1 fatality.
|
| 1672 |
+
|
| 1673 |
+
1981
|
| 1674 |
+
|
| 1675 |
+
Petromar V
|
| 1676 |
+
|
| 1677 |
+
Petromar
|
| 1678 |
+
|
| 1679 |
+
Drillship
|
| 1680 |
+
|
| 1681 |
+
Gas blowout and capsize in S. China seas.
|
| 1682 |
+
|
| 1683 |
+
[
|
| 1684 |
+
|
| 1685 |
+
citation needed
|
| 1686 |
+
|
| 1687 |
+
]
|
| 1688 |
+
|
| 1689 |
+
1983
|
| 1690 |
+
|
| 1691 |
+
Bull Run
|
| 1692 |
+
|
| 1693 |
+
Atwood Oceanics
|
| 1694 |
+
|
| 1695 |
+
Tender
|
| 1696 |
+
|
| 1697 |
+
Oil and gas blowout Dubai, 3 fatalities.
|
| 1698 |
+
|
| 1699 |
+
1988
|
| 1700 |
+
|
| 1701 |
+
Ocean Odyssey
|
| 1702 |
+
|
| 1703 |
+
Diamond Offshore Drilling
|
| 1704 |
+
|
| 1705 |
+
Semi-submersible
|
| 1706 |
+
|
| 1707 |
+
Gas blowout at
|
| 1708 |
+
|
| 1709 |
+
BOP
|
| 1710 |
+
|
| 1711 |
+
and fire in the UK North Sea, 1 killed.
|
| 1712 |
+
|
| 1713 |
+
1988
|
| 1714 |
+
|
| 1715 |
+
Plataforma Central de Enchova
|
| 1716 |
+
|
| 1717 |
+
Petrobras
|
| 1718 |
+
|
| 1719 |
+
fixed platform
|
| 1720 |
+
|
| 1721 |
+
Blowout and fire in Campos Basin, Rio de Janeiro, Brazil, no fatality, platform entirely destroyed.
|
| 1722 |
+
|
| 1723 |
+
1989
|
| 1724 |
+
|
| 1725 |
+
Al Baz
|
| 1726 |
+
|
| 1727 |
+
Santa Fe
|
| 1728 |
+
|
| 1729 |
+
Jackup
|
| 1730 |
+
|
| 1731 |
+
Shallow gas blowout and fire in Nigeria, 5 killed.
|
| 1732 |
+
|
| 1733 |
+
[
|
| 1734 |
+
|
| 1735 |
+
45
|
| 1736 |
+
|
| 1737 |
+
]
|
| 1738 |
+
|
| 1739 |
+
1993
|
| 1740 |
+
|
| 1741 |
+
M. Naqib Khalid
|
| 1742 |
+
|
| 1743 |
+
Naqib Co.
|
| 1744 |
+
|
| 1745 |
+
Naqib Drilling
|
| 1746 |
+
|
| 1747 |
+
fire and explosion. Returned to service.
|
| 1748 |
+
|
| 1749 |
+
1993
|
| 1750 |
+
|
| 1751 |
+
Actinia
|
| 1752 |
+
|
| 1753 |
+
Transocean
|
| 1754 |
+
|
| 1755 |
+
Semi-submersible
|
| 1756 |
+
|
| 1757 |
+
Sub-sea blowout in Vietnam.
|
| 1758 |
+
|
| 1759 |
+
[
|
| 1760 |
+
|
| 1761 |
+
46
|
| 1762 |
+
|
| 1763 |
+
]
|
| 1764 |
+
|
| 1765 |
+
2001
|
| 1766 |
+
|
| 1767 |
+
Ensco 51
|
| 1768 |
+
|
| 1769 |
+
Ensco
|
| 1770 |
+
|
| 1771 |
+
Jackup
|
| 1772 |
+
|
| 1773 |
+
Gas blowout and fire, Gulf of Mexico, no casualties
|
| 1774 |
+
|
| 1775 |
+
[
|
| 1776 |
+
|
| 1777 |
+
47
|
| 1778 |
+
|
| 1779 |
+
]
|
| 1780 |
+
|
| 1781 |
+
2002
|
| 1782 |
+
|
| 1783 |
+
Arabdrill 19
|
| 1784 |
+
|
| 1785 |
+
Arabian Drilling Co.
|
| 1786 |
+
|
| 1787 |
+
Jackup
|
| 1788 |
+
|
| 1789 |
+
Structural collapse, blowout, fire and sinking.
|
| 1790 |
+
|
| 1791 |
+
[
|
| 1792 |
+
|
| 1793 |
+
48
|
| 1794 |
+
|
| 1795 |
+
]
|
| 1796 |
+
|
| 1797 |
+
2004
|
| 1798 |
+
|
| 1799 |
+
Adriatic IV
|
| 1800 |
+
|
| 1801 |
+
Global Santa Fe
|
| 1802 |
+
|
| 1803 |
+
Jackup
|
| 1804 |
+
|
| 1805 |
+
Blowout and fire at Temsah platform, Mediterranean Sea
|
| 1806 |
+
|
| 1807 |
+
[
|
| 1808 |
+
|
| 1809 |
+
49
|
| 1810 |
+
|
| 1811 |
+
]
|
| 1812 |
+
|
| 1813 |
+
2007
|
| 1814 |
+
|
| 1815 |
+
Usumacinta
|
| 1816 |
+
|
| 1817 |
+
PEMEX
|
| 1818 |
+
|
| 1819 |
+
Jackup
|
| 1820 |
+
|
| 1821 |
+
Storm forced rig to move, causing well blowout on
|
| 1822 |
+
|
| 1823 |
+
Kab 101
|
| 1824 |
+
|
| 1825 |
+
platform, 22 killed.
|
| 1826 |
+
|
| 1827 |
+
[
|
| 1828 |
+
|
| 1829 |
+
50
|
| 1830 |
+
|
| 1831 |
+
]
|
| 1832 |
+
|
| 1833 |
+
2009
|
| 1834 |
+
|
| 1835 |
+
West Atlas / Montara
|
| 1836 |
+
|
| 1837 |
+
Seadrill
|
| 1838 |
+
|
| 1839 |
+
Jackup / Platform
|
| 1840 |
+
|
| 1841 |
+
Blowout and fire on rig and platform in Australia.
|
| 1842 |
+
|
| 1843 |
+
[
|
| 1844 |
+
|
| 1845 |
+
51
|
| 1846 |
+
|
| 1847 |
+
]
|
| 1848 |
+
|
| 1849 |
+
2010
|
| 1850 |
+
|
| 1851 |
+
Deepwater Horizon
|
| 1852 |
+
|
| 1853 |
+
Transocean
|
| 1854 |
+
|
| 1855 |
+
Semi-submersible
|
| 1856 |
+
|
| 1857 |
+
Blowout and fire on the rig, subsea well blowout, killed 11 in explosion.
|
| 1858 |
+
|
| 1859 |
+
2010
|
| 1860 |
+
|
| 1861 |
+
Vermilion Block 380
|
| 1862 |
+
|
| 1863 |
+
Mariner Energy
|
| 1864 |
+
|
| 1865 |
+
Platform
|
| 1866 |
+
|
| 1867 |
+
Blowout and fire, 13 survivors, 1 injured.
|
| 1868 |
+
|
| 1869 |
+
[
|
| 1870 |
+
|
| 1871 |
+
52
|
| 1872 |
+
|
| 1873 |
+
]
|
| 1874 |
+
|
| 1875 |
+
[
|
| 1876 |
+
|
| 1877 |
+
53
|
| 1878 |
+
|
| 1879 |
+
]
|
| 1880 |
+
|
| 1881 |
+
2012
|
| 1882 |
+
|
| 1883 |
+
KS Endeavour
|
| 1884 |
+
|
| 1885 |
+
KS Energy Services
|
| 1886 |
+
|
| 1887 |
+
Jack-Up
|
| 1888 |
+
|
| 1889 |
+
Blowout and fire on the rig, collapsed, killed 2 in explosion.
|
| 1890 |
+
|
| 1891 |
+
2012
|
| 1892 |
+
|
| 1893 |
+
Elgin platform
|
| 1894 |
+
|
| 1895 |
+
Total
|
| 1896 |
+
|
| 1897 |
+
Platform
|
| 1898 |
+
|
| 1899 |
+
Blowout and prolonged sour gas release, no injuries.
|
| 1900 |
+
|
| 1901 |
+
See also
|
| 1902 |
+
|
| 1903 |
+
[
|
| 1904 |
+
|
| 1905 |
+
edit
|
| 1906 |
+
|
| 1907 |
+
]
|
| 1908 |
+
|
| 1909 |
+
Drilling fluid
|
| 1910 |
+
|
| 1911 |
+
Drilling rig
|
| 1912 |
+
|
| 1913 |
+
List of oil spills
|
| 1914 |
+
|
| 1915 |
+
Oil platform
|
| 1916 |
+
|
| 1917 |
+
Oil well
|
| 1918 |
+
|
| 1919 |
+
Oil well control
|
| 1920 |
+
|
| 1921 |
+
Oil well fire
|
| 1922 |
+
|
| 1923 |
+
Petroleum geology
|
| 1924 |
+
|
| 1925 |
+
Underbalanced drilling
|
| 1926 |
+
|
| 1927 |
+
References
|
| 1928 |
+
|
| 1929 |
+
[
|
| 1930 |
+
|
| 1931 |
+
edit
|
| 1932 |
+
|
| 1933 |
+
]
|
| 1934 |
+
|
| 1935 |
+
^
|
| 1936 |
+
|
| 1937 |
+
a
|
| 1938 |
+
|
| 1939 |
+
b
|
| 1940 |
+
|
| 1941 |
+
c
|
| 1942 |
+
|
| 1943 |
+
d
|
| 1944 |
+
|
| 1945 |
+
e
|
| 1946 |
+
|
| 1947 |
+
'All About Blowout', R. Westergaard, Norwegian Oil Review, 1987
|
| 1948 |
+
|
| 1949 |
+
ISBN
|
| 1950 |
+
|
| 1951 |
+
82-991533-0-1
|
| 1952 |
+
|
| 1953 |
+
^
|
| 1954 |
+
|
| 1955 |
+
a
|
| 1956 |
+
|
| 1957 |
+
b
|
| 1958 |
+
|
| 1959 |
+
"www.sjgs.com"
|
| 1960 |
+
|
| 1961 |
+
. www.sjgs.com.
|
| 1962 |
+
|
| 1963 |
+
Archived
|
| 1964 |
+
|
| 1965 |
+
from the original on 2006-10-19
|
| 1966 |
+
|
| 1967 |
+
. Retrieved
|
| 1968 |
+
|
| 1969 |
+
2016-01-30
|
| 1970 |
+
|
| 1971 |
+
.
|
| 1972 |
+
|
| 1973 |
+
^
|
| 1974 |
+
|
| 1975 |
+
Walsh, Bryan (2010-05-19).
|
| 1976 |
+
|
| 1977 |
+
"Gulf Oil Spill: Scientists Escalate Environmental Warnings"
|
| 1978 |
+
|
| 1979 |
+
.
|
| 1980 |
+
|
| 1981 |
+
Time
|
| 1982 |
+
|
| 1983 |
+
. Archived from
|
| 1984 |
+
|
| 1985 |
+
the original
|
| 1986 |
+
|
| 1987 |
+
on June 29, 2010
|
| 1988 |
+
|
| 1989 |
+
. Retrieved
|
| 1990 |
+
|
| 1991 |
+
June 30,
|
| 1992 |
+
|
| 1993 |
+
2010
|
| 1994 |
+
|
| 1995 |
+
.
|
| 1996 |
+
|
| 1997 |
+
^
|
| 1998 |
+
|
| 1999 |
+
"Hughes McKie Oil Well Explosion"
|
| 2000 |
+
|
| 2001 |
+
. Rootsweb.com. 1923-05-08.
|
| 2002 |
+
|
| 2003 |
+
Archived
|
| 2004 |
+
|
| 2005 |
+
from the original on 2008-02-25
|
| 2006 |
+
|
| 2007 |
+
. Retrieved
|
| 2008 |
+
|
| 2009 |
+
2016-01-30
|
| 2010 |
+
|
| 2011 |
+
.
|
| 2012 |
+
|
| 2013 |
+
^
|
| 2014 |
+
|
| 2015 |
+
"Ending Oil Gushers – BOP |"
|
| 2016 |
+
|
| 2017 |
+
. Aoghs.org.
|
| 2018 |
+
|
| 2019 |
+
Archived
|
| 2020 |
+
|
| 2021 |
+
from the original on 2016-01-31
|
| 2022 |
+
|
| 2023 |
+
. Retrieved
|
| 2024 |
+
|
| 2025 |
+
2016-01-30
|
| 2026 |
+
|
| 2027 |
+
.
|
| 2028 |
+
|
| 2029 |
+
^
|
| 2030 |
+
|
| 2031 |
+
"Engineering History"
|
| 2032 |
+
|
| 2033 |
+
. Asme.org. 1905-03-10.
|
| 2034 |
+
|
| 2035 |
+
Archived
|
| 2036 |
+
|
| 2037 |
+
from the original on 2010-12-26
|
| 2038 |
+
|
| 2039 |
+
. Retrieved
|
| 2040 |
+
|
| 2041 |
+
2016-01-30
|
| 2042 |
+
|
| 2043 |
+
.
|
| 2044 |
+
|
| 2045 |
+
^
|
| 2046 |
+
|
| 2047 |
+
Douglass, Ben (1878).
|
| 2048 |
+
|
| 2049 |
+
"Chapter XVI"
|
| 2050 |
+
|
| 2051 |
+
.
|
| 2052 |
+
|
| 2053 |
+
History of Wayne County, Ohio, from the Days of the First Settlers to the Present Time
|
| 2054 |
+
|
| 2055 |
+
. Indianapolis, Ind.: Robert Douglass, publisher. pp.
|
| 2056 |
+
|
| 2057 |
+
233–
|
| 2058 |
+
|
| 2059 |
+
235.
|
| 2060 |
+
|
| 2061 |
+
OCLC
|
| 2062 |
+
|
| 2063 |
+
4721800
|
| 2064 |
+
|
| 2065 |
+
. Retrieved
|
| 2066 |
+
|
| 2067 |
+
2013-07-16
|
| 2068 |
+
|
| 2069 |
+
.
|
| 2070 |
+
|
| 2071 |
+
One of the greatest obstacles they met with when boring was the striking a strong vein of oil, a spontaneous outburst, which shot up high as the tops of the highest trees!
|
| 2072 |
+
|
| 2073 |
+
^
|
| 2074 |
+
|
| 2075 |
+
Scruggs, Michael H. (1 April 2010).
|
| 2076 |
+
|
| 2077 |
+
"The First Oil Well Fire"
|
| 2078 |
+
|
| 2079 |
+
.
|
| 2080 |
+
|
| 2081 |
+
Penn State University PA Center for the Book
|
| 2082 |
+
|
| 2083 |
+
.
|
| 2084 |
+
|
| 2085 |
+
Archived
|
| 2086 |
+
|
| 2087 |
+
from the original on 14 June 2025
|
| 2088 |
+
|
| 2089 |
+
. Retrieved
|
| 2090 |
+
|
| 2091 |
+
18 November
|
| 2092 |
+
|
| 2093 |
+
2025
|
| 2094 |
+
|
| 2095 |
+
.
|
| 2096 |
+
|
| 2097 |
+
^
|
| 2098 |
+
|
| 2099 |
+
Miller, Ernest C. (1960).
|
| 2100 |
+
|
| 2101 |
+
"A History of Henry R. Rouse (Originally Published in the Warren-Times Observer)"
|
| 2102 |
+
|
| 2103 |
+
(PDF)
|
| 2104 |
+
|
| 2105 |
+
.
|
| 2106 |
+
|
| 2107 |
+
The Rouse Foundation
|
| 2108 |
+
|
| 2109 |
+
.
|
| 2110 |
+
|
| 2111 |
+
Archived
|
| 2112 |
+
|
| 2113 |
+
(PDF)
|
| 2114 |
+
|
| 2115 |
+
from the original on 11 Feb 2025
|
| 2116 |
+
|
| 2117 |
+
. Retrieved
|
| 2118 |
+
|
| 2119 |
+
18 November
|
| 2120 |
+
|
| 2121 |
+
2025
|
| 2122 |
+
|
| 2123 |
+
.
|
| 2124 |
+
|
| 2125 |
+
^
|
| 2126 |
+
|
| 2127 |
+
a
|
| 2128 |
+
|
| 2129 |
+
b
|
| 2130 |
+
|
| 2131 |
+
Taylor, Frank H. (1884).
|
| 2132 |
+
|
| 2133 |
+
The Derrick's Handbook of Petroleum
|
| 2134 |
+
|
| 2135 |
+
. Oil City, Pennsylvania: Derrick Publishing Company. pp.
|
| 2136 |
+
|
| 2137 |
+
20–
|
| 2138 |
+
|
| 2139 |
+
24.
|
| 2140 |
+
|
| 2141 |
+
^
|
| 2142 |
+
|
| 2143 |
+
"The Shaw Gusher"
|
| 2144 |
+
|
| 2145 |
+
. The Village of Oil Springs. Archived from
|
| 2146 |
+
|
| 2147 |
+
the original
|
| 2148 |
+
|
| 2149 |
+
on 2009-12-06
|
| 2150 |
+
|
| 2151 |
+
. Retrieved
|
| 2152 |
+
|
| 2153 |
+
2011-02-23
|
| 2154 |
+
|
| 2155 |
+
.
|
| 2156 |
+
|
| 2157 |
+
^
|
| 2158 |
+
|
| 2159 |
+
"www.sjgs.com"
|
| 2160 |
+
|
| 2161 |
+
. www.sjgs.com.
|
| 2162 |
+
|
| 2163 |
+
Archived
|
| 2164 |
+
|
| 2165 |
+
from the original on 2016-02-02
|
| 2166 |
+
|
| 2167 |
+
. Retrieved
|
| 2168 |
+
|
| 2169 |
+
2016-01-30
|
| 2170 |
+
|
| 2171 |
+
.
|
| 2172 |
+
|
| 2173 |
+
^
|
| 2174 |
+
|
| 2175 |
+
Wooster, Robert; Sanders, Christine Moor:
|
| 2176 |
+
|
| 2177 |
+
Spindletop Oilfield
|
| 2178 |
+
|
| 2179 |
+
from the
|
| 2180 |
+
|
| 2181 |
+
Handbook of Texas
|
| 2182 |
+
|
| 2183 |
+
Online
|
| 2184 |
+
|
| 2185 |
+
. Retrieved October 18, 2009., Texas State Historical Association
|
| 2186 |
+
|
| 2187 |
+
^
|
| 2188 |
+
|
| 2189 |
+
Ian Ellis.
|
| 2190 |
+
|
| 2191 |
+
"May 26 – Today in Science History – Scientists born on May 26th, died, and events"
|
| 2192 |
+
|
| 2193 |
+
. Todayinsci.com.
|
| 2194 |
+
|
| 2195 |
+
Archived
|
| 2196 |
+
|
| 2197 |
+
from the original on 2015-05-29
|
| 2198 |
+
|
| 2199 |
+
. Retrieved
|
| 2200 |
+
|
| 2201 |
+
2016-01-30
|
| 2202 |
+
|
| 2203 |
+
.
|
| 2204 |
+
|
| 2205 |
+
^
|
| 2206 |
+
|
| 2207 |
+
"The City of Signal Hill – Official Web Site"
|
| 2208 |
+
|
| 2209 |
+
. Archived from
|
| 2210 |
+
|
| 2211 |
+
the original
|
| 2212 |
+
|
| 2213 |
+
on 2007-09-29
|
| 2214 |
+
|
| 2215 |
+
. Retrieved
|
| 2216 |
+
|
| 2217 |
+
2010-05-18
|
| 2218 |
+
|
| 2219 |
+
.
|
| 2220 |
+
|
| 2221 |
+
^
|
| 2222 |
+
|
| 2223 |
+
http://www.propuestas.reacciun.ve/Servidor_Tematico_Petroleo/documentos_articulos6.html#petroleo7
|
| 2224 |
+
|
| 2225 |
+
[
|
| 2226 |
+
|
| 2227 |
+
permanent dead link
|
| 2228 |
+
|
| 2229 |
+
]
|
| 2230 |
+
|
| 2231 |
+
^
|
| 2232 |
+
|
| 2233 |
+
"Paragraphs"
|
| 2234 |
+
|
| 2235 |
+
. Archived from
|
| 2236 |
+
|
| 2237 |
+
the original
|
| 2238 |
+
|
| 2239 |
+
on 2009-05-24
|
| 2240 |
+
|
| 2241 |
+
. Retrieved
|
| 2242 |
+
|
| 2243 |
+
2010-05-18
|
| 2244 |
+
|
| 2245 |
+
.
|
| 2246 |
+
|
| 2247 |
+
^
|
| 2248 |
+
|
| 2249 |
+
Rundell, Walter.p (1982).
|
| 2250 |
+
|
| 2251 |
+
Oil in West Texas and New Mexico : a pictorial history of the Permian Basin
|
| 2252 |
+
|
| 2253 |
+
(1st ed.). College Station: Published for the Permian Basin Petroleum Museum Library, and Hall of Fame, Midland, Texas, by Texas A & M University Press. p. 89.
|
| 2254 |
+
|
| 2255 |
+
ISBN
|
| 2256 |
+
|
| 2257 |
+
0-89096-125-5
|
| 2258 |
+
|
| 2259 |
+
.
|
| 2260 |
+
|
| 2261 |
+
OCLC
|
| 2262 |
+
|
| 2263 |
+
8110608
|
| 2264 |
+
|
| 2265 |
+
.
|
| 2266 |
+
|
| 2267 |
+
^
|
| 2268 |
+
|
| 2269 |
+
Whipple, Tom (2005-03-15).
|
| 2270 |
+
|
| 2271 |
+
"Full steam ahead for BC offshore oil drilling"
|
| 2272 |
+
|
| 2273 |
+
. Energybulletin.net. Archived from
|
| 2274 |
+
|
| 2275 |
+
the original
|
| 2276 |
+
|
| 2277 |
+
on 2008-01-20
|
| 2278 |
+
|
| 2279 |
+
. Retrieved
|
| 2280 |
+
|
| 2281 |
+
2016-01-30
|
| 2282 |
+
|
| 2283 |
+
.
|
| 2284 |
+
|
| 2285 |
+
^
|
| 2286 |
+
|
| 2287 |
+
"East Texas Oil Museum at Kilgore College – History"
|
| 2288 |
+
|
| 2289 |
+
. Easttexasoilmuseum.com. 1930-10-03. Archived from
|
| 2290 |
+
|
| 2291 |
+
the original
|
| 2292 |
+
|
| 2293 |
+
on 2016-02-08
|
| 2294 |
+
|
| 2295 |
+
. Retrieved
|
| 2296 |
+
|
| 2297 |
+
2016-01-30
|
| 2298 |
+
|
| 2299 |
+
.
|
| 2300 |
+
|
| 2301 |
+
^
|
| 2302 |
+
|
| 2303 |
+
Norris Mcwhirter; Donald McFarlan (1989).
|
| 2304 |
+
|
| 2305 |
+
the Guinness Book of Records 1990
|
| 2306 |
+
|
| 2307 |
+
. Guinness Publishing Ltd.
|
| 2308 |
+
|
| 2309 |
+
ISBN
|
| 2310 |
+
|
| 2311 |
+
978-0-85112-341-7
|
| 2312 |
+
|
| 2313 |
+
.
|
| 2314 |
+
|
| 2315 |
+
Archived
|
| 2316 |
+
|
| 2317 |
+
from the original on 2018-05-03.
|
| 2318 |
+
|
| 2319 |
+
^
|
| 2320 |
+
|
| 2321 |
+
Christopher Pala (2001-10-23).
|
| 2322 |
+
|
| 2323 |
+
"Kazakhstan Field's Riches Come With a Price"
|
| 2324 |
+
|
| 2325 |
+
. Vol. 82, no. 715. The St. Petersburg Times. Archived from
|
| 2326 |
+
|
| 2327 |
+
the original
|
| 2328 |
+
|
| 2329 |
+
on 2013-12-28
|
| 2330 |
+
|
| 2331 |
+
. Retrieved
|
| 2332 |
+
|
| 2333 |
+
2009-10-12
|
| 2334 |
+
|
| 2335 |
+
.
|
| 2336 |
+
|
| 2337 |
+
^
|
| 2338 |
+
|
| 2339 |
+
"Oil estimate raised to 35,000–60,000 barrels a day"
|
| 2340 |
+
|
| 2341 |
+
.
|
| 2342 |
+
|
| 2343 |
+
CNN
|
| 2344 |
+
|
| 2345 |
+
. 2010-06-15.
|
| 2346 |
+
|
| 2347 |
+
Archived
|
| 2348 |
+
|
| 2349 |
+
from the original on 2010-06-16
|
| 2350 |
+
|
| 2351 |
+
. Retrieved
|
| 2352 |
+
|
| 2353 |
+
2010-06-15
|
| 2354 |
+
|
| 2355 |
+
.
|
| 2356 |
+
|
| 2357 |
+
^
|
| 2358 |
+
|
| 2359 |
+
Grace, R:
|
| 2360 |
+
|
| 2361 |
+
Blowout and Well Control Handbook
|
| 2362 |
+
|
| 2363 |
+
, p. 42. Gulf Professional Publishing, 2003
|
| 2364 |
+
|
| 2365 |
+
^
|
| 2366 |
+
|
| 2367 |
+
"Blowout Control, Part 10 – Surface Intervention Methods"
|
| 2368 |
+
|
| 2369 |
+
. Jwco.com.
|
| 2370 |
+
|
| 2371 |
+
Archived
|
| 2372 |
+
|
| 2373 |
+
from the original on 2016-02-03
|
| 2374 |
+
|
| 2375 |
+
. Retrieved
|
| 2376 |
+
|
| 2377 |
+
2016-01-30
|
| 2378 |
+
|
| 2379 |
+
.
|
| 2380 |
+
|
| 2381 |
+
^
|
| 2382 |
+
|
| 2383 |
+
"Wild Oil Well Tamed by Scientific Trick"
|
| 2384 |
+
|
| 2385 |
+
.
|
| 2386 |
+
|
| 2387 |
+
Popular Mechanics
|
| 2388 |
+
|
| 2389 |
+
. Hearst Magazines. July 3, 1934. Archived from
|
| 2390 |
+
|
| 2391 |
+
the original
|
| 2392 |
+
|
| 2393 |
+
on May 3, 2018 – via Google Books.
|
| 2394 |
+
|
| 2395 |
+
^
|
| 2396 |
+
|
| 2397 |
+
"How Does Subsea Well Containment and Incident Response Work?"
|
| 2398 |
+
|
| 2399 |
+
.
|
| 2400 |
+
|
| 2401 |
+
Rigzone
|
| 2402 |
+
|
| 2403 |
+
.
|
| 2404 |
+
|
| 2405 |
+
Archived
|
| 2406 |
+
|
| 2407 |
+
from the original on 2015-04-18.
|
| 2408 |
+
|
| 2409 |
+
^
|
| 2410 |
+
|
| 2411 |
+
"Drilling Blowout Preventers"
|
| 2412 |
+
|
| 2413 |
+
. United States Department of Labor.
|
| 2414 |
+
|
| 2415 |
+
Archived
|
| 2416 |
+
|
| 2417 |
+
from the original on 2015-06-30.
|
| 2418 |
+
|
| 2419 |
+
^
|
| 2420 |
+
|
| 2421 |
+
"NTL No. 2010-N10"
|
| 2422 |
+
|
| 2423 |
+
.
|
| 2424 |
+
|
| 2425 |
+
BSEE.gov
|
| 2426 |
+
|
| 2427 |
+
. US Department of the Interior Bureau of Ocean Energy Management, Regulation and Enforcement. Archived from
|
| 2428 |
+
|
| 2429 |
+
the original
|
| 2430 |
+
|
| 2431 |
+
on 2015-09-30.
|
| 2432 |
+
|
| 2433 |
+
^
|
| 2434 |
+
|
| 2435 |
+
"Macondo Prospect, Gulf of Mexico, United States of America"
|
| 2436 |
+
|
| 2437 |
+
.
|
| 2438 |
+
|
| 2439 |
+
Offshore Technology
|
| 2440 |
+
|
| 2441 |
+
.
|
| 2442 |
+
|
| 2443 |
+
Archived
|
| 2444 |
+
|
| 2445 |
+
from the original on 2012-04-26.
|
| 2446 |
+
|
| 2447 |
+
^
|
| 2448 |
+
|
| 2449 |
+
"HWCG Expands Capabilities to Minimize Potential Impact of a Deepwater Incident"
|
| 2450 |
+
|
| 2451 |
+
.
|
| 2452 |
+
|
| 2453 |
+
HWCG.org
|
| 2454 |
+
|
| 2455 |
+
. Archived from
|
| 2456 |
+
|
| 2457 |
+
the original
|
| 2458 |
+
|
| 2459 |
+
on 2016-03-04
|
| 2460 |
+
|
| 2461 |
+
. Retrieved
|
| 2462 |
+
|
| 2463 |
+
2015-09-09
|
| 2464 |
+
|
| 2465 |
+
.
|
| 2466 |
+
|
| 2467 |
+
^
|
| 2468 |
+
|
| 2469 |
+
a
|
| 2470 |
+
|
| 2471 |
+
b
|
| 2472 |
+
|
| 2473 |
+
Boots & Coots History Page :
|
| 2474 |
+
|
| 2475 |
+
"Boots & Coots International Well Control, Inc"
|
| 2476 |
+
|
| 2477 |
+
. Archived from
|
| 2478 |
+
|
| 2479 |
+
the original
|
| 2480 |
+
|
| 2481 |
+
on 2010-05-26
|
| 2482 |
+
|
| 2483 |
+
. Retrieved
|
| 2484 |
+
|
| 2485 |
+
2010-05-21
|
| 2486 |
+
|
| 2487 |
+
.
|
| 2488 |
+
|
| 2489 |
+
^
|
| 2490 |
+
|
| 2491 |
+
"redadair.com"
|
| 2492 |
+
|
| 2493 |
+
.
|
| 2494 |
+
|
| 2495 |
+
www.redadair.com
|
| 2496 |
+
|
| 2497 |
+
. Archived from
|
| 2498 |
+
|
| 2499 |
+
the original
|
| 2500 |
+
|
| 2501 |
+
on 17 July 2008
|
| 2502 |
+
|
| 2503 |
+
. Retrieved
|
| 2504 |
+
|
| 2505 |
+
3 May
|
| 2506 |
+
|
| 2507 |
+
2018
|
| 2508 |
+
|
| 2509 |
+
.
|
| 2510 |
+
|
| 2511 |
+
^
|
| 2512 |
+
|
| 2513 |
+
"Guidance to Owners and Operators of Offshore Facilities Seaward of the Coast Line Concerning Regional Oil Spill Response Plans (NTL No. 2012-N06)"
|
| 2514 |
+
|
| 2515 |
+
(PDF)
|
| 2516 |
+
|
| 2517 |
+
.
|
| 2518 |
+
|
| 2519 |
+
BSEE.gov
|
| 2520 |
+
|
| 2521 |
+
. Bureau of Safety and Environmental Enforcement. Archived from
|
| 2522 |
+
|
| 2523 |
+
the original
|
| 2524 |
+
|
| 2525 |
+
(PDF)
|
| 2526 |
+
|
| 2527 |
+
on 2016-03-05.
|
| 2528 |
+
|
| 2529 |
+
^
|
| 2530 |
+
|
| 2531 |
+
Madrid, Mauricio; Matson, Anthony (2014).
|
| 2532 |
+
|
| 2533 |
+
"How Offshore Capping Stacks Work"
|
| 2534 |
+
|
| 2535 |
+
(PDF)
|
| 2536 |
+
|
| 2537 |
+
.
|
| 2538 |
+
|
| 2539 |
+
Society of Petroleum Engineers: The Way Ahead
|
| 2540 |
+
|
| 2541 |
+
.
|
| 2542 |
+
|
| 2543 |
+
10
|
| 2544 |
+
|
| 2545 |
+
(1).
|
| 2546 |
+
|
| 2547 |
+
Archived
|
| 2548 |
+
|
| 2549 |
+
(PDF)
|
| 2550 |
+
|
| 2551 |
+
from the original on 2015-11-29.
|
| 2552 |
+
|
| 2553 |
+
^
|
| 2554 |
+
|
| 2555 |
+
"How Does Subsea Well Containment and Incident Response Work?"
|
| 2556 |
+
|
| 2557 |
+
.
|
| 2558 |
+
|
| 2559 |
+
Rigzone.com
|
| 2560 |
+
|
| 2561 |
+
. Rigzone.
|
| 2562 |
+
|
| 2563 |
+
Archived
|
| 2564 |
+
|
| 2565 |
+
from the original on 2015-09-09.
|
| 2566 |
+
|
| 2567 |
+
^
|
| 2568 |
+
|
| 2569 |
+
"Memoranda of Agreement Between the Bureau of Safety and Environmental Enforcement and U.S. Coast Guard (MOA: OCS-03)"
|
| 2570 |
+
|
| 2571 |
+
. BSEE/USCG. Archived from
|
| 2572 |
+
|
| 2573 |
+
the original
|
| 2574 |
+
|
| 2575 |
+
on 2015-04-25.
|
| 2576 |
+
|
| 2577 |
+
^
|
| 2578 |
+
|
| 2579 |
+
"Deepwater Horizon Spurs Development of Spill Prevention Systems"
|
| 2580 |
+
|
| 2581 |
+
. Rigzone. April 20, 2011.
|
| 2582 |
+
|
| 2583 |
+
Archived
|
| 2584 |
+
|
| 2585 |
+
from the original on September 8, 2015.
|
| 2586 |
+
|
| 2587 |
+
^
|
| 2588 |
+
|
| 2589 |
+
"Google Translate"
|
| 2590 |
+
|
| 2591 |
+
.
|
| 2592 |
+
|
| 2593 |
+
Komsomoloskaya Pravda
|
| 2594 |
+
|
| 2595 |
+
. 3 May 2010
|
| 2596 |
+
|
| 2597 |
+
. Retrieved
|
| 2598 |
+
|
| 2599 |
+
3 May
|
| 2600 |
+
|
| 2601 |
+
2018
|
| 2602 |
+
|
| 2603 |
+
.
|
| 2604 |
+
|
| 2605 |
+
^
|
| 2606 |
+
|
| 2607 |
+
CineGraphic (4 July 2009).
|
| 2608 |
+
|
| 2609 |
+
"An Atomic Bomb will stop the Gulf Oil Leak"
|
| 2610 |
+
|
| 2611 |
+
.
|
| 2612 |
+
|
| 2613 |
+
Archived
|
| 2614 |
+
|
| 2615 |
+
from the original on 7 November 2017
|
| 2616 |
+
|
| 2617 |
+
. Retrieved
|
| 2618 |
+
|
| 2619 |
+
3 May
|
| 2620 |
+
|
| 2621 |
+
2018
|
| 2622 |
+
|
| 2623 |
+
– via YouTube.
|
| 2624 |
+
|
| 2625 |
+
^
|
| 2626 |
+
|
| 2627 |
+
Rig disaster Website :
|
| 2628 |
+
|
| 2629 |
+
"Worst Offshore Blowouts – Oil Rig Disasters – Offshore Drilling Accidents"
|
| 2630 |
+
|
| 2631 |
+
. Archived from
|
| 2632 |
+
|
| 2633 |
+
the original
|
| 2634 |
+
|
| 2635 |
+
on 2014-12-28
|
| 2636 |
+
|
| 2637 |
+
. Retrieved
|
| 2638 |
+
|
| 2639 |
+
2013-04-05
|
| 2640 |
+
|
| 2641 |
+
.
|
| 2642 |
+
|
| 2643 |
+
^
|
| 2644 |
+
|
| 2645 |
+
Oil Rig Disasters Website :
|
| 2646 |
+
|
| 2647 |
+
"IXTOC I Blowout and Sedco 135F – Oil Rig Disasters – Offshore Drilling Accidents"
|
| 2648 |
+
|
| 2649 |
+
. Archived from
|
| 2650 |
+
|
| 2651 |
+
the original
|
| 2652 |
+
|
| 2653 |
+
on 2010-12-03
|
| 2654 |
+
|
| 2655 |
+
. Retrieved
|
| 2656 |
+
|
| 2657 |
+
2010-05-23
|
| 2658 |
+
|
| 2659 |
+
.
|
| 2660 |
+
|
| 2661 |
+
^
|
| 2662 |
+
|
| 2663 |
+
"Matter of Sedco, Inc., 543 F. Supp. 561 (S.D. Tex. 1982)"
|
| 2664 |
+
|
| 2665 |
+
.
|
| 2666 |
+
|
| 2667 |
+
justia.com
|
| 2668 |
+
|
| 2669 |
+
.
|
| 2670 |
+
|
| 2671 |
+
Archived
|
| 2672 |
+
|
| 2673 |
+
from the original on 7 October 2017
|
| 2674 |
+
|
| 2675 |
+
. Retrieved
|
| 2676 |
+
|
| 2677 |
+
3 May
|
| 2678 |
+
|
| 2679 |
+
2018
|
| 2680 |
+
|
| 2681 |
+
.
|
| 2682 |
+
|
| 2683 |
+
^
|
| 2684 |
+
|
| 2685 |
+
"813 F2d 679 Incident Aboard D/b Ocean King on August Cities Service Company v. Ocean Drilling & Exploration Co Getty Oil Co"
|
| 2686 |
+
|
| 2687 |
+
. OpenJurist. 1987-04-01. p. 679.
|
| 2688 |
+
|
| 2689 |
+
Archived
|
| 2690 |
+
|
| 2691 |
+
from the original on 2016-03-03
|
| 2692 |
+
|
| 2693 |
+
. Retrieved
|
| 2694 |
+
|
| 2695 |
+
2016-01-30
|
| 2696 |
+
|
| 2697 |
+
.
|
| 2698 |
+
|
| 2699 |
+
^
|
| 2700 |
+
|
| 2701 |
+
Rig Disaster Website :
|
| 2702 |
+
|
| 2703 |
+
"Santa Fe al Baz Blowout – Oil Rig Disasters – Offshore Drilling Accidents"
|
| 2704 |
+
|
| 2705 |
+
. Archived from
|
| 2706 |
+
|
| 2707 |
+
the original
|
| 2708 |
+
|
| 2709 |
+
on 2010-12-04
|
| 2710 |
+
|
| 2711 |
+
. Retrieved
|
| 2712 |
+
|
| 2713 |
+
2010-05-23
|
| 2714 |
+
|
| 2715 |
+
.
|
| 2716 |
+
|
| 2717 |
+
^
|
| 2718 |
+
|
| 2719 |
+
"Actinia Blowout – Oil Rig Disasters – Offshore Drilling Accidents"
|
| 2720 |
+
|
| 2721 |
+
. Home.versatel.nl. Archived from
|
| 2722 |
+
|
| 2723 |
+
the original
|
| 2724 |
+
|
| 2725 |
+
on 2016-03-03
|
| 2726 |
+
|
| 2727 |
+
. Retrieved
|
| 2728 |
+
|
| 2729 |
+
2016-01-30
|
| 2730 |
+
|
| 2731 |
+
.
|
| 2732 |
+
|
| 2733 |
+
^
|
| 2734 |
+
|
| 2735 |
+
Oil Rig Disasters website :
|
| 2736 |
+
|
| 2737 |
+
"Ensco 51 Blowout – Oil Rig Disasters – Offshore Drilling Accidents"
|
| 2738 |
+
|
| 2739 |
+
. Archived from
|
| 2740 |
+
|
| 2741 |
+
the original
|
| 2742 |
+
|
| 2743 |
+
on 2010-06-19
|
| 2744 |
+
|
| 2745 |
+
. Retrieved
|
| 2746 |
+
|
| 2747 |
+
2010-05-29
|
| 2748 |
+
|
| 2749 |
+
.
|
| 2750 |
+
|
| 2751 |
+
^
|
| 2752 |
+
|
| 2753 |
+
Oil Rig Disasters Website :
|
| 2754 |
+
|
| 2755 |
+
"Arabdrill 19 AD19 – Oil Rig Disasters – Offshore Drilling Accidents"
|
| 2756 |
+
|
| 2757 |
+
. Archived from
|
| 2758 |
+
|
| 2759 |
+
the original
|
| 2760 |
+
|
| 2761 |
+
on 2010-12-04
|
| 2762 |
+
|
| 2763 |
+
. Retrieved
|
| 2764 |
+
|
| 2765 |
+
2010-09-21
|
| 2766 |
+
|
| 2767 |
+
.
|
| 2768 |
+
|
| 2769 |
+
^
|
| 2770 |
+
|
| 2771 |
+
Oil Rig Disasters Website :
|
| 2772 |
+
|
| 2773 |
+
"GSF Adriatic IV – Oil Rig Disasters – Offshore Drilling Accidents"
|
| 2774 |
+
|
| 2775 |
+
. Archived from
|
| 2776 |
+
|
| 2777 |
+
the original
|
| 2778 |
+
|
| 2779 |
+
on 2010-12-04
|
| 2780 |
+
|
| 2781 |
+
. Retrieved
|
| 2782 |
+
|
| 2783 |
+
2010-05-23
|
| 2784 |
+
|
| 2785 |
+
.
|
| 2786 |
+
|
| 2787 |
+
^
|
| 2788 |
+
|
| 2789 |
+
Usumacinta website :
|
| 2790 |
+
|
| 2791 |
+
"Usumacinta and Kab 101 Blowout – Oil Rig Disasters – Offshore Drilling Accidents"
|
| 2792 |
+
|
| 2793 |
+
.
|
| 2794 |
+
|
| 2795 |
+
Archived
|
| 2796 |
+
|
| 2797 |
+
from the original on 2014-10-11
|
| 2798 |
+
|
| 2799 |
+
. Retrieved
|
| 2800 |
+
|
| 2801 |
+
2014-10-11
|
| 2802 |
+
|
| 2803 |
+
.
|
| 2804 |
+
|
| 2805 |
+
^
|
| 2806 |
+
|
| 2807 |
+
"WA oil spill 'one of Australia's worst'
|
| 2808 |
+
|
| 2809 |
+
"
|
| 2810 |
+
|
| 2811 |
+
.
|
| 2812 |
+
|
| 2813 |
+
www.abc.net.au
|
| 2814 |
+
|
| 2815 |
+
. August 24, 2009. Archived from
|
| 2816 |
+
|
| 2817 |
+
the original
|
| 2818 |
+
|
| 2819 |
+
on 27 August 2009.
|
| 2820 |
+
|
| 2821 |
+
^
|
| 2822 |
+
|
| 2823 |
+
September 2 oil rig explosion
|
| 2824 |
+
|
| 2825 |
+
Archived
|
| 2826 |
+
|
| 2827 |
+
2010-09-03 at the
|
| 2828 |
+
|
| 2829 |
+
Wayback Machine
|
| 2830 |
+
|
| 2831 |
+
, CNN
|
| 2832 |
+
|
| 2833 |
+
^
|
| 2834 |
+
|
| 2835 |
+
New oil rig explosion in Gulf of Mexico
|
| 2836 |
+
|
| 2837 |
+
Archived
|
| 2838 |
+
|
| 2839 |
+
2010-09-05 at the
|
| 2840 |
+
|
| 2841 |
+
Wayback Machine
|
| 2842 |
+
|
| 2843 |
+
WFRV
|
| 2844 |
+
|
| 2845 |
+
External links
|
| 2846 |
+
|
| 2847 |
+
[
|
| 2848 |
+
|
| 2849 |
+
edit
|
| 2850 |
+
|
| 2851 |
+
]
|
| 2852 |
+
|
| 2853 |
+
San Joaquin Geological Society article on famous Californian gushers
|
| 2854 |
+
|
| 2855 |
+
Archived
|
| 2856 |
+
|
| 2857 |
+
2016-02-02 at the
|
| 2858 |
+
|
| 2859 |
+
Wayback Machine
|
| 2860 |
+
|
| 2861 |
+
"Blowout Control, Part 10 – Surface Intervention Methods"
|
| 2862 |
+
|
| 2863 |
+
. Retrieved
|
| 2864 |
+
|
| 2865 |
+
2010-06-19
|
| 2866 |
+
|
| 2867 |
+
.
|
| 2868 |
+
|
| 2869 |
+
v
|
| 2870 |
+
|
| 2871 |
+
t
|
| 2872 |
+
|
| 2873 |
+
e
|
| 2874 |
+
|
| 2875 |
+
Petroleum industry
|
| 2876 |
+
|
| 2877 |
+
Petroleum
|
| 2878 |
+
|
| 2879 |
+
Primary energy
|
| 2880 |
+
|
| 2881 |
+
Benchmarks
|
| 2882 |
+
|
| 2883 |
+
Argus Sour
|
| 2884 |
+
|
| 2885 |
+
Bonny Light
|
| 2886 |
+
|
| 2887 |
+
Brent
|
| 2888 |
+
|
| 2889 |
+
Dubai
|
| 2890 |
+
|
| 2891 |
+
Indian Basket
|
| 2892 |
+
|
| 2893 |
+
Indonesian
|
| 2894 |
+
|
| 2895 |
+
Isthmus-34 Light
|
| 2896 |
+
|
| 2897 |
+
Japan Cocktail
|
| 2898 |
+
|
| 2899 |
+
OPEC Reference Basket
|
| 2900 |
+
|
| 2901 |
+
Tapis
|
| 2902 |
+
|
| 2903 |
+
Urals
|
| 2904 |
+
|
| 2905 |
+
West Texas Intermediate
|
| 2906 |
+
|
| 2907 |
+
Western Canadian Select
|
| 2908 |
+
|
| 2909 |
+
Data
|
| 2910 |
+
|
| 2911 |
+
Natural gas
|
| 2912 |
+
|
| 2913 |
+
Consumption
|
| 2914 |
+
|
| 2915 |
+
Production
|
| 2916 |
+
|
| 2917 |
+
Reserves
|
| 2918 |
+
|
| 2919 |
+
Imports
|
| 2920 |
+
|
| 2921 |
+
Exports
|
| 2922 |
+
|
| 2923 |
+
Price
|
| 2924 |
+
|
| 2925 |
+
Petroleum
|
| 2926 |
+
|
| 2927 |
+
Consumption
|
| 2928 |
+
|
| 2929 |
+
Production
|
| 2930 |
+
|
| 2931 |
+
Reserves
|
| 2932 |
+
|
| 2933 |
+
Imports
|
| 2934 |
+
|
| 2935 |
+
Exports
|
| 2936 |
+
|
| 2937 |
+
Posted oil price
|
| 2938 |
+
|
| 2939 |
+
Price
|
| 2940 |
+
|
| 2941 |
+
of gasoline and diesel
|
| 2942 |
+
|
| 2943 |
+
Exploration
|
| 2944 |
+
|
| 2945 |
+
Core sampling
|
| 2946 |
+
|
| 2947 |
+
Geophysics
|
| 2948 |
+
|
| 2949 |
+
Integrated asset modelling
|
| 2950 |
+
|
| 2951 |
+
Petroleum engineering
|
| 2952 |
+
|
| 2953 |
+
Reservoir simulation
|
| 2954 |
+
|
| 2955 |
+
Reservoir modeling
|
| 2956 |
+
|
| 2957 |
+
Petroleum geology
|
| 2958 |
+
|
| 2959 |
+
Petrophysics
|
| 2960 |
+
|
| 2961 |
+
Reflection seismology
|
| 2962 |
+
|
| 2963 |
+
Seismic inversion
|
| 2964 |
+
|
| 2965 |
+
Seismic source
|
| 2966 |
+
|
| 2967 |
+
Drilling
|
| 2968 |
+
|
| 2969 |
+
Blowout
|
| 2970 |
+
|
| 2971 |
+
Completion
|
| 2972 |
+
|
| 2973 |
+
Squeeze job
|
| 2974 |
+
|
| 2975 |
+
Differential sticking
|
| 2976 |
+
|
| 2977 |
+
Directional drilling
|
| 2978 |
+
|
| 2979 |
+
Geosteering
|
| 2980 |
+
|
| 2981 |
+
Drill stem test
|
| 2982 |
+
|
| 2983 |
+
Drilling engineering
|
| 2984 |
+
|
| 2985 |
+
Drilling fluid
|
| 2986 |
+
|
| 2987 |
+
invasion
|
| 2988 |
+
|
| 2989 |
+
Lost circulation
|
| 2990 |
+
|
| 2991 |
+
Measurement
|
| 2992 |
+
|
| 2993 |
+
Shale oil extraction
|
| 2994 |
+
|
| 2995 |
+
Ljungström method
|
| 2996 |
+
|
| 2997 |
+
Tracers
|
| 2998 |
+
|
| 2999 |
+
Underbalanced drilling
|
| 3000 |
+
|
| 3001 |
+
Well logging
|
| 3002 |
+
|
| 3003 |
+
Production
|
| 3004 |
+
|
| 3005 |
+
Petroleum fiscal regime
|
| 3006 |
+
|
| 3007 |
+
Concessions
|
| 3008 |
+
|
| 3009 |
+
Production sharing agreements
|
| 3010 |
+
|
| 3011 |
+
Artificial lift
|
| 3012 |
+
|
| 3013 |
+
Gas lift
|
| 3014 |
+
|
| 3015 |
+
Pumpjack
|
| 3016 |
+
|
| 3017 |
+
Submersible pump (ESP)
|
| 3018 |
+
|
| 3019 |
+
Downstream
|
| 3020 |
+
|
| 3021 |
+
Enhanced oil recovery (EOR)
|
| 3022 |
+
|
| 3023 |
+
Gas reinjection
|
| 3024 |
+
|
| 3025 |
+
Steam injection
|
| 3026 |
+
|
| 3027 |
+
Midstream
|
| 3028 |
+
|
| 3029 |
+
Petroleum product
|
| 3030 |
+
|
| 3031 |
+
Pipeline
|
| 3032 |
+
|
| 3033 |
+
Refining
|
| 3034 |
+
|
| 3035 |
+
Upstream
|
| 3036 |
+
|
| 3037 |
+
Water injection
|
| 3038 |
+
|
| 3039 |
+
Well intervention
|
| 3040 |
+
|
| 3041 |
+
XT
|
| 3042 |
+
|
| 3043 |
+
History
|
| 3044 |
+
|
| 3045 |
+
1967 Oil Embargo
|
| 3046 |
+
|
| 3047 |
+
1973 oil crisis
|
| 3048 |
+
|
| 3049 |
+
1979 oil crisis
|
| 3050 |
+
|
| 3051 |
+
1980s oil glut
|
| 3052 |
+
|
| 3053 |
+
1990 oil price shock
|
| 3054 |
+
|
| 3055 |
+
2000s energy crisis
|
| 3056 |
+
|
| 3057 |
+
2010s oil glut
|
| 3058 |
+
|
| 3059 |
+
2020 Russia–Saudi Arabia oil price war
|
| 3060 |
+
|
| 3061 |
+
Nationalization
|
| 3062 |
+
|
| 3063 |
+
GECF
|
| 3064 |
+
|
| 3065 |
+
OPEC
|
| 3066 |
+
|
| 3067 |
+
Seven Sisters
|
| 3068 |
+
|
| 3069 |
+
Standard Oil
|
| 3070 |
+
|
| 3071 |
+
Canada
|
| 3072 |
+
|
| 3073 |
+
France
|
| 3074 |
+
|
| 3075 |
+
India
|
| 3076 |
+
|
| 3077 |
+
Iraq
|
| 3078 |
+
|
| 3079 |
+
Norway
|
| 3080 |
+
|
| 3081 |
+
Saudi Arabia
|
| 3082 |
+
|
| 3083 |
+
United States
|
| 3084 |
+
|
| 3085 |
+
Venezuela
|
| 3086 |
+
|
| 3087 |
+
Provinces
|
| 3088 |
+
|
| 3089 |
+
and fields
|
| 3090 |
+
|
| 3091 |
+
List of natural gas fields
|
| 3092 |
+
|
| 3093 |
+
List of oil fields
|
| 3094 |
+
|
| 3095 |
+
Caspian Sea
|
| 3096 |
+
|
| 3097 |
+
Daqing Oil Field
|
| 3098 |
+
|
| 3099 |
+
East Midlands Oil Province
|
| 3100 |
+
|
| 3101 |
+
East Texas
|
| 3102 |
+
|
| 3103 |
+
Gulf of Mexico
|
| 3104 |
+
|
| 3105 |
+
Niger Delta
|
| 3106 |
+
|
| 3107 |
+
North Sea
|
| 3108 |
+
|
| 3109 |
+
Permian Basin
|
| 3110 |
+
|
| 3111 |
+
Persian Gulf
|
| 3112 |
+
|
| 3113 |
+
Prudhoe Bay
|
| 3114 |
+
|
| 3115 |
+
Russia
|
| 3116 |
+
|
| 3117 |
+
Venezuela
|
| 3118 |
+
|
| 3119 |
+
Shengli Oil Field
|
| 3120 |
+
|
| 3121 |
+
Western Canada Sedimentary Basin
|
| 3122 |
+
|
| 3123 |
+
Other topics
|
| 3124 |
+
|
| 3125 |
+
Abbreviations
|
| 3126 |
+
|
| 3127 |
+
Classification
|
| 3128 |
+
|
| 3129 |
+
sweet oil
|
| 3130 |
+
|
| 3131 |
+
sour oil
|
| 3132 |
+
|
| 3133 |
+
Oil shale gas
|
| 3134 |
+
|
| 3135 |
+
Orphan wells
|
| 3136 |
+
|
| 3137 |
+
Peak oil
|
| 3138 |
+
|
| 3139 |
+
fossil fuel phase-out
|
| 3140 |
+
|
| 3141 |
+
timing
|
| 3142 |
+
|
| 3143 |
+
Petrocurrency
|
| 3144 |
+
|
| 3145 |
+
Petrodollar recycling
|
| 3146 |
+
|
| 3147 |
+
Petrofiction
|
| 3148 |
+
|
| 3149 |
+
Shale band
|
| 3150 |
+
|
| 3151 |
+
Shale gas
|
| 3152 |
+
|
| 3153 |
+
Swing producer
|
| 3154 |
+
|
| 3155 |
+
Unconventional (oil and gas) reservoir
|
| 3156 |
+
|
| 3157 |
+
light crude
|
| 3158 |
+
|
| 3159 |
+
heavy crude
|
| 3160 |
+
|
| 3161 |
+
oil sands
|
| 3162 |
+
|
| 3163 |
+
oil shale
|
| 3164 |
+
|
| 3165 |
+
tight oil
|
| 3166 |
+
|
| 3167 |
+
Companies and
|
| 3168 |
+
|
| 3169 |
+
organisations
|
| 3170 |
+
|
| 3171 |
+
Major
|
| 3172 |
+
|
| 3173 |
+
petroleum
|
| 3174 |
+
|
| 3175 |
+
companies
|
| 3176 |
+
|
| 3177 |
+
Supermajors
|
| 3178 |
+
|
| 3179 |
+
BP
|
| 3180 |
+
|
| 3181 |
+
Chevron
|
| 3182 |
+
|
| 3183 |
+
Eni
|
| 3184 |
+
|
| 3185 |
+
ExxonMobil
|
| 3186 |
+
|
| 3187 |
+
Shell
|
| 3188 |
+
|
| 3189 |
+
TotalEnergies
|
| 3190 |
+
|
| 3191 |
+
National oil
|
| 3192 |
+
|
| 3193 |
+
companies
|
| 3194 |
+
|
| 3195 |
+
Abu Dhabi National Oil Company
|
| 3196 |
+
|
| 3197 |
+
ANCAP
|
| 3198 |
+
|
| 3199 |
+
Bharat Petroleum
|
| 3200 |
+
|
| 3201 |
+
China National Offshore Oil Corporation
|
| 3202 |
+
|
| 3203 |
+
China National Petroleum Corporation
|
| 3204 |
+
|
| 3205 |
+
Ecopetrol
|
| 3206 |
+
|
| 3207 |
+
Equinor
|
| 3208 |
+
|
| 3209 |
+
Gazprom
|
| 3210 |
+
|
| 3211 |
+
Hindustan Petroleum
|
| 3212 |
+
|
| 3213 |
+
Indian Oil Corporation
|
| 3214 |
+
|
| 3215 |
+
Iraq National Oil Company
|
| 3216 |
+
|
| 3217 |
+
KazMunayGas
|
| 3218 |
+
|
| 3219 |
+
Kuwait Petroleum Corporation
|
| 3220 |
+
|
| 3221 |
+
Lotos
|
| 3222 |
+
|
| 3223 |
+
Naftogaz
|
| 3224 |
+
|
| 3225 |
+
National Iranian Oil Company
|
| 3226 |
+
|
| 3227 |
+
National Iranian South Oil Company
|
| 3228 |
+
|
| 3229 |
+
NNPC Limited
|
| 3230 |
+
|
| 3231 |
+
Oil & Gas Development Company
|
| 3232 |
+
|
| 3233 |
+
Oil and Natural Gas Corporation
|
| 3234 |
+
|
| 3235 |
+
Orlen
|
| 3236 |
+
|
| 3237 |
+
PDVSA
|
| 3238 |
+
|
| 3239 |
+
Pemex
|
| 3240 |
+
|
| 3241 |
+
Pertamina
|
| 3242 |
+
|
| 3243 |
+
Petrobangla
|
| 3244 |
+
|
| 3245 |
+
Petrobras
|
| 3246 |
+
|
| 3247 |
+
PetroChina
|
| 3248 |
+
|
| 3249 |
+
Petronas
|
| 3250 |
+
|
| 3251 |
+
Petrovietnam
|
| 3252 |
+
|
| 3253 |
+
PTT Public Company Limited
|
| 3254 |
+
|
| 3255 |
+
QatarEnergy
|
| 3256 |
+
|
| 3257 |
+
Rosneft
|
| 3258 |
+
|
| 3259 |
+
Saudi Aramco
|
| 3260 |
+
|
| 3261 |
+
Sinopec
|
| 3262 |
+
|
| 3263 |
+
SOCAR
|
| 3264 |
+
|
| 3265 |
+
Sonangol
|
| 3266 |
+
|
| 3267 |
+
Sonatrach
|
| 3268 |
+
|
| 3269 |
+
TPAO
|
| 3270 |
+
|
| 3271 |
+
YPF
|
| 3272 |
+
|
| 3273 |
+
Energy trading
|
| 3274 |
+
|
| 3275 |
+
Enron
|
| 3276 |
+
|
| 3277 |
+
Glencore
|
| 3278 |
+
|
| 3279 |
+
Gunvor
|
| 3280 |
+
|
| 3281 |
+
Mercuria
|
| 3282 |
+
|
| 3283 |
+
Naftiran Intertrade
|
| 3284 |
+
|
| 3285 |
+
Trafigura
|
| 3286 |
+
|
| 3287 |
+
Vitol
|
| 3288 |
+
|
| 3289 |
+
Others
|
| 3290 |
+
|
| 3291 |
+
APA Corporation
|
| 3292 |
+
|
| 3293 |
+
Cenovus Energy
|
| 3294 |
+
|
| 3295 |
+
Cepsa
|
| 3296 |
+
|
| 3297 |
+
ConocoPhillips
|
| 3298 |
+
|
| 3299 |
+
Devon Energy
|
| 3300 |
+
|
| 3301 |
+
Eneos Holdings
|
| 3302 |
+
|
| 3303 |
+
Galp Energia
|
| 3304 |
+
|
| 3305 |
+
Hess Corporation
|
| 3306 |
+
|
| 3307 |
+
Husky Energy
|
| 3308 |
+
|
| 3309 |
+
Imperial Oil
|
| 3310 |
+
|
| 3311 |
+
Lukoil
|
| 3312 |
+
|
| 3313 |
+
Marathon Oil
|
| 3314 |
+
|
| 3315 |
+
Marathon Petroleum
|
| 3316 |
+
|
| 3317 |
+
Occidental Petroleum
|
| 3318 |
+
|
| 3319 |
+
OMV
|
| 3320 |
+
|
| 3321 |
+
Phillips 66
|
| 3322 |
+
|
| 3323 |
+
Port Harcourt Refining Company
|
| 3324 |
+
|
| 3325 |
+
Reliance Industries
|
| 3326 |
+
|
| 3327 |
+
Repsol
|
| 3328 |
+
|
| 3329 |
+
Suncor Energy
|
| 3330 |
+
|
| 3331 |
+
Sunoco
|
| 3332 |
+
|
| 3333 |
+
Surgutneftegas
|
| 3334 |
+
|
| 3335 |
+
TechnipFMC
|
| 3336 |
+
|
| 3337 |
+
TNK-BP
|
| 3338 |
+
|
| 3339 |
+
Tullow Oil
|
| 3340 |
+
|
| 3341 |
+
Tüpraş
|
| 3342 |
+
|
| 3343 |
+
Valero Energy
|
| 3344 |
+
|
| 3345 |
+
Major
|
| 3346 |
+
|
| 3347 |
+
services
|
| 3348 |
+
|
| 3349 |
+
companies
|
| 3350 |
+
|
| 3351 |
+
Amec Foster Wheeler
|
| 3352 |
+
|
| 3353 |
+
Baker Hughes
|
| 3354 |
+
|
| 3355 |
+
Cameron International
|
| 3356 |
+
|
| 3357 |
+
CGG
|
| 3358 |
+
|
| 3359 |
+
CH2M
|
| 3360 |
+
|
| 3361 |
+
Chicago Bridge & Iron Company
|
| 3362 |
+
|
| 3363 |
+
China Oilfield Services
|
| 3364 |
+
|
| 3365 |
+
Enbridge
|
| 3366 |
+
|
| 3367 |
+
GE Power
|
| 3368 |
+
|
| 3369 |
+
Halliburton
|
| 3370 |
+
|
| 3371 |
+
Nabors Industries
|
| 3372 |
+
|
| 3373 |
+
Naftiran Intertrade
|
| 3374 |
+
|
| 3375 |
+
NOV Inc.
|
| 3376 |
+
|
| 3377 |
+
Petrofac
|
| 3378 |
+
|
| 3379 |
+
Saipem
|
| 3380 |
+
|
| 3381 |
+
Schlumberger
|
| 3382 |
+
|
| 3383 |
+
Snam
|
| 3384 |
+
|
| 3385 |
+
Subsea 7
|
| 3386 |
+
|
| 3387 |
+
TC Energy
|
| 3388 |
+
|
| 3389 |
+
Transocean
|
| 3390 |
+
|
| 3391 |
+
Valaris Limited
|
| 3392 |
+
|
| 3393 |
+
Weatherford International
|
| 3394 |
+
|
| 3395 |
+
John Wood Group
|
| 3396 |
+
|
| 3397 |
+
Others
|
| 3398 |
+
|
| 3399 |
+
American Petroleum Institute
|
| 3400 |
+
|
| 3401 |
+
Canadian petroleum companies
|
| 3402 |
+
|
| 3403 |
+
Intercontinental Exchange Futures
|
| 3404 |
+
|
| 3405 |
+
International Association of Oil & Gas Producers
|
| 3406 |
+
|
| 3407 |
+
International Energy Agency
|
| 3408 |
+
|
| 3409 |
+
Society of Petroleum Engineers
|
| 3410 |
+
|
| 3411 |
+
World Petroleum Council
|
| 3412 |
+
|
| 3413 |
+
Category
|
| 3414 |
+
|
| 3415 |
+
Retrieved from "
|
| 3416 |
+
|
| 3417 |
+
https://en.wikipedia.org/w/index.php?title=Blowout_(well_drilling)&oldid=1325586024
|
| 3418 |
+
|
| 3419 |
+
"
|
knowledge_base/raw_text/wiki_Casing_(borehole).txt
ADDED
|
@@ -0,0 +1,283 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Source: https://en.wikipedia.org/wiki/Casing_(borehole)
|
| 2 |
+
|
| 3 |
+
Pipe inserted into a borehole
|
| 4 |
+
Casing diameters of a borehole
|
| 5 |
+
Casing diagram
|
| 6 |
+
Premium gas tight connections on a casing string
|
| 7 |
+
Casing
|
| 8 |
+
is a large diameter
|
| 9 |
+
pipe
|
| 10 |
+
that is assembled and inserted into a recently drilled section of a
|
| 11 |
+
borehole
|
| 12 |
+
to protect and support the wellstream. The lower portion (and sometimes the entirety) is typically held in place with
|
| 13 |
+
cement
|
| 14 |
+
, as casing that is cemented in place aids the drilling process in several ways. Optimum design of the casing program decreases the well construction costs, enhances the efficiency of operations and also diminishes the environmental impacts. Typically, a well contains multiple intervals of casing successively placed within the previous casing run.
|
| 15 |
+
Description
|
| 16 |
+
[
|
| 17 |
+
edit
|
| 18 |
+
]
|
| 19 |
+
Casing is a large diameter
|
| 20 |
+
pipe
|
| 21 |
+
that is assembled and inserted into a recently drilled section of a
|
| 22 |
+
borehole
|
| 23 |
+
. Similar to the bones of a spine protecting the spinal cord, casing is set inside the drilled borehole to protect and support the
|
| 24 |
+
wellstream
|
| 25 |
+
. The lower portion (and sometimes the entirety) is typically held in place with
|
| 26 |
+
cement
|
| 27 |
+
.
|
| 28 |
+
[
|
| 29 |
+
1
|
| 30 |
+
]
|
| 31 |
+
Deeper strings usually are not cemented all the way to the surface, so the weight of the pipe must be partially supported by a
|
| 32 |
+
casing hanger
|
| 33 |
+
in the
|
| 34 |
+
wellhead
|
| 35 |
+
.
|
| 36 |
+
Casing arranged on a rack at a drilling rig in preparation for installation
|
| 37 |
+
Design
|
| 38 |
+
[
|
| 39 |
+
edit
|
| 40 |
+
]
|
| 41 |
+
Optimum design of the casing program decreases the well construction costs, enhances the efficiency of operations and also diminishes the environmental impacts.
|
| 42 |
+
[
|
| 43 |
+
2
|
| 44 |
+
]
|
| 45 |
+
In the planning stages of a well, a
|
| 46 |
+
drilling engineer
|
| 47 |
+
, usually with input from
|
| 48 |
+
geologists
|
| 49 |
+
and others, will pick strategic depths at which the hole will need to be cased in order for drilling to reach the desired total depth. This decision is often based on subsurface data such as
|
| 50 |
+
formation
|
| 51 |
+
pressures and strengths,
|
| 52 |
+
well integrity
|
| 53 |
+
,
|
| 54 |
+
[
|
| 55 |
+
3
|
| 56 |
+
]
|
| 57 |
+
and is balanced against the cost objectives and desired drilling strategy.
|
| 58 |
+
[
|
| 59 |
+
4
|
| 60 |
+
]
|
| 61 |
+
With the casing set depths determined, hole sizes and casing sizes must follow. The hole drilled for each
|
| 62 |
+
casing string
|
| 63 |
+
must be large enough to accommodate the casing to be placed inside it, allowing room for cement between the outside of that casing and the hole. Also, subsequent bits that will continue drilling obviously must pass through existing casing strings. Thus, each casing string will have a subsequently smaller diameter. The inside diameter of the final casing string (or penultimate one in some instances of a liner completion) must accommodate the
|
| 64 |
+
production tubing
|
| 65 |
+
and associated hardware such as packers, gas lift mandrels and subsurface safety valves.
|
| 66 |
+
Casing design for each size of designed pipes is done by calculating the worst conditions that may be faced during drilling and over the producing life of the well. Mechanical properties such as longitudinal tensile strength, and burst and collapse resistance (calculated considering biaxial effects of axial and hoop stresses), must be sufficient at various depths. Pipe of differing strengths often comprises a long casing string, which typically will have the greatest axial tension and perhaps highest internal burst pressure differentials in the upper parts, and the greatest collapsing loads deeper in the well from external pressure vs lowered internal pressure.
|
| 67 |
+
Casing strings are supported by
|
| 68 |
+
casing hangers
|
| 69 |
+
that are set in the
|
| 70 |
+
wellhead
|
| 71 |
+
, which later will be topped with the
|
| 72 |
+
Christmas tree
|
| 73 |
+
. The lower members of the wellhead usually are installed on top of the first casing string after it has been cemented in place.
|
| 74 |
+
Intervals
|
| 75 |
+
[
|
| 76 |
+
edit
|
| 77 |
+
]
|
| 78 |
+
Typically, a well contains multiple intervals of casing successively placed within the previous casing run.
|
| 79 |
+
[
|
| 80 |
+
4
|
| 81 |
+
]
|
| 82 |
+
The following casing intervals are typically used in an
|
| 83 |
+
oil
|
| 84 |
+
or gas well:
|
| 85 |
+
Conductor casing
|
| 86 |
+
Surface casing
|
| 87 |
+
Intermediate casing (optional)
|
| 88 |
+
Production casing
|
| 89 |
+
Production liner
|
| 90 |
+
The conductor casing serves as a support during drilling operations, to flowback returns during drilling and cementing of the surface casing, and to prevent collapse of the loose
|
| 91 |
+
soil
|
| 92 |
+
near the surface. It can normally vary from sizes such as 18 to 30 in (460 to 760 mm).
|
| 93 |
+
[
|
| 94 |
+
5
|
| 95 |
+
]
|
| 96 |
+
The purpose of surface casing is to isolate freshwater zones so that they are not contaminated during drilling and completion. Surface casing is the most strictly regulated due to these environmental concerns, which can include regulation of casing depth and cement quality. A typical size of surface casing is
|
| 97 |
+
13
|
| 98 |
+
+
|
| 99 |
+
3
|
| 100 |
+
⁄
|
| 101 |
+
8
|
| 102 |
+
inches (340 mm).
|
| 103 |
+
[
|
| 104 |
+
5
|
| 105 |
+
]
|
| 106 |
+
Intermediate casing may be necessary on longer drilling intervals where necessary
|
| 107 |
+
drilling mud
|
| 108 |
+
weight to prevent blowouts may cause a
|
| 109 |
+
hydrostatic pressure
|
| 110 |
+
that can fracture shallower or deeper formations. Casing placement is selected so that the hydrostatic pressure of the drilling fluid remains at a pressure level that is between formation pore pressures and fracture pressures.
|
| 111 |
+
[
|
| 112 |
+
6
|
| 113 |
+
]
|
| 114 |
+
[
|
| 115 |
+
5
|
| 116 |
+
]
|
| 117 |
+
In order to reduce cost, a liner may be used which extends just above the shoe (bottom) of the previous casing interval and hung off downhole rather than at the surface. It may typically be 7", although many liners match the diameter of the
|
| 118 |
+
production tubing
|
| 119 |
+
.
|
| 120 |
+
[
|
| 121 |
+
5
|
| 122 |
+
]
|
| 123 |
+
Few wells actually produce through casing, since producing fluids can corrode
|
| 124 |
+
steel
|
| 125 |
+
or form deposits such as
|
| 126 |
+
asphaltenes
|
| 127 |
+
or
|
| 128 |
+
paraffin waxes
|
| 129 |
+
and the larger diameter can make flow unstable.
|
| 130 |
+
Production tubing
|
| 131 |
+
is therefore installed inside the last casing string and the tubing annulus is usually sealed at the bottom of the tubing by a
|
| 132 |
+
packer
|
| 133 |
+
. Tubing is easier to remove for maintenance, replacement, or for various types of workover operations. It is significantly lighter than casing and does not require a
|
| 134 |
+
drilling rig
|
| 135 |
+
to run in and out of hole; smaller "service rigs" are used for this purpose.
|
| 136 |
+
Cementing
|
| 137 |
+
[
|
| 138 |
+
edit
|
| 139 |
+
]
|
| 140 |
+
Casing that is cemented in place aids the drilling process in several ways:
|
| 141 |
+
[
|
| 142 |
+
4
|
| 143 |
+
]
|
| 144 |
+
Prevents contamination of
|
| 145 |
+
fresh water
|
| 146 |
+
well zones.
|
| 147 |
+
Prevents unstable upper formations from caving in and sticking the drill string or forming large
|
| 148 |
+
caverns
|
| 149 |
+
.
|
| 150 |
+
Provides a strong upper foundation to allow use of high-density
|
| 151 |
+
drilling fluid
|
| 152 |
+
to continue drilling deeper.
|
| 153 |
+
Isolates various zones, which may have different
|
| 154 |
+
pressures
|
| 155 |
+
or fluids, in the drilled formations from one another.
|
| 156 |
+
Seals off high pressure zones from the surface, minimizing potential for a
|
| 157 |
+
blowout
|
| 158 |
+
.
|
| 159 |
+
Prevents fluid loss into or contamination of production zones.
|
| 160 |
+
Provides a smooth internal bore for installing production equipment.
|
| 161 |
+
Cementing is performed by circulating a
|
| 162 |
+
cement
|
| 163 |
+
slurry through the inside of the casing and out into the annulus through the
|
| 164 |
+
casing shoe
|
| 165 |
+
at the bottom of the
|
| 166 |
+
casing string
|
| 167 |
+
. In order to precisely place the cement slurry at a required interval on the outside of the casing, a plug is pumped with a displacement fluid behind the cement slurry column, which "bumps" in the casing shoe and prevents further flow of fluid through the shoe. This bump can be seen at surface as a pressure spike at the cement pump. To prevent the cement from flowing back into the inside of the casing, a float collar above the casing shoe acts as a
|
| 168 |
+
check valve
|
| 169 |
+
and prevents fluid from flowing up through the shoe from the annulus.
|
| 170 |
+
Casing Wear
|
| 171 |
+
[
|
| 172 |
+
edit
|
| 173 |
+
]
|
| 174 |
+
A prolonged, recurrent axial and rotational movement within casing would cause wear to the casing interior, with the probability of
|
| 175 |
+
blowouts
|
| 176 |
+
, production loss, and other hazardous and costly complications.
|
| 177 |
+
The following conditions contribute to casing wear:
|
| 178 |
+
Drill pipe
|
| 179 |
+
weight
|
| 180 |
+
Mud and additives
|
| 181 |
+
RPM and ROP
|
| 182 |
+
Tool joint coating
|
| 183 |
+
Well path and dogleg
|
| 184 |
+
The following are recommendations for preventative measures to minimize casing wear:
|
| 185 |
+
Minimization of dogleg severity and expect real dogleg at least 1.5 times higher than the planned value.
|
| 186 |
+
Usage of casing friendly tool joint materials.
|
| 187 |
+
Minimize rotor speed and use
|
| 188 |
+
downhole motor
|
| 189 |
+
.
|
| 190 |
+
Increase ROP.
|
| 191 |
+
Select proper mud type and add lubricants to minimize wear and friction.
|
| 192 |
+
Usage of drill pipe protectors.
|
| 193 |
+
Usage of thick wall casing in the anticipated wear section area.
|
| 194 |
+
Usage of software to reduce risks.
|
| 195 |
+
Related string
|
| 196 |
+
[
|
| 197 |
+
edit
|
| 198 |
+
]
|
| 199 |
+
A slightly different
|
| 200 |
+
metal
|
| 201 |
+
string, called
|
| 202 |
+
production tubing
|
| 203 |
+
, is often used without cement inside the final casing string of a well to contain
|
| 204 |
+
production fluids
|
| 205 |
+
and convey them to the surface from an underground
|
| 206 |
+
reservoir
|
| 207 |
+
.
|
| 208 |
+
References
|
| 209 |
+
[
|
| 210 |
+
edit
|
| 211 |
+
]
|
| 212 |
+
^
|
| 213 |
+
"How Does Casing Work?"
|
| 214 |
+
.
|
| 215 |
+
www.rigzone.com
|
| 216 |
+
. Archived from
|
| 217 |
+
the original
|
| 218 |
+
on July 5, 2018
|
| 219 |
+
. Retrieved
|
| 220 |
+
July 5,
|
| 221 |
+
2018
|
| 222 |
+
.
|
| 223 |
+
^
|
| 224 |
+
Fontenot, Kyle R.; Strickler, Bob; Warren, T. (2005). "Using Casing to Drill Directional Wells".
|
| 225 |
+
Oilfield Review
|
| 226 |
+
.
|
| 227 |
+
S2CID
|
| 228 |
+
16241819
|
| 229 |
+
.
|
| 230 |
+
^
|
| 231 |
+
Wagner, R. R.; Warling, D. J.; Halal, A. S. (January 1, 1996).
|
| 232 |
+
Minimum Cost Casing Design
|
| 233 |
+
. Society of Petroleum Engineers.
|
| 234 |
+
doi
|
| 235 |
+
:
|
| 236 |
+
10.2118/36448-MS
|
| 237 |
+
.
|
| 238 |
+
ISBN
|
| 239 |
+
9781555634230
|
| 240 |
+
.
|
| 241 |
+
^
|
| 242 |
+
a
|
| 243 |
+
b
|
| 244 |
+
c
|
| 245 |
+
Rabia, Hussain (1986).
|
| 246 |
+
Oil Well Drilling Engineering
|
| 247 |
+
. springer. pp.
|
| 248 |
+
185–
|
| 249 |
+
243.
|
| 250 |
+
ISBN
|
| 251 |
+
0860106616
|
| 252 |
+
.
|
| 253 |
+
^
|
| 254 |
+
a
|
| 255 |
+
b
|
| 256 |
+
c
|
| 257 |
+
d
|
| 258 |
+
Petroleum Engineering Handbook, Volume II: Drilling Engineering
|
| 259 |
+
. Society of Petroleum Engineers. 2007. pp.
|
| 260 |
+
287–
|
| 261 |
+
288.
|
| 262 |
+
ISBN
|
| 263 |
+
978-1-55563-114-7
|
| 264 |
+
.
|
| 265 |
+
^
|
| 266 |
+
US patent 2012174581A1
|
| 267 |
+
, "Closed-Loop Systems and Methods for Geothermal Electricity Generation"
|
| 268 |
+
External links
|
| 269 |
+
[
|
| 270 |
+
edit
|
| 271 |
+
]
|
| 272 |
+
Cementer
|
| 273 |
+
Archived
|
| 274 |
+
February 28, 2017, at the
|
| 275 |
+
Wayback Machine
|
| 276 |
+
Schlumberger Oilfield Glossary: Casing
|
| 277 |
+
Archived
|
| 278 |
+
2012-07-16 at the
|
| 279 |
+
Wayback Machine
|
| 280 |
+
How Does Casing Work?
|
| 281 |
+
Retrieved from "
|
| 282 |
+
https://en.wikipedia.org/w/index.php?title=Casing_(borehole)&oldid=1334690151
|
| 283 |
+
"
|
knowledge_base/raw_text/wiki_Casing_borehole.txt
ADDED
|
@@ -0,0 +1,617 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Source: https://en.wikipedia.org/wiki/Casing_(borehole)
|
| 2 |
+
|
| 3 |
+
Pipe inserted into a borehole
|
| 4 |
+
|
| 5 |
+
This article
|
| 6 |
+
|
| 7 |
+
needs additional citations for
|
| 8 |
+
|
| 9 |
+
verification
|
| 10 |
+
|
| 11 |
+
.
|
| 12 |
+
|
| 13 |
+
Please help
|
| 14 |
+
|
| 15 |
+
improve this article
|
| 16 |
+
|
| 17 |
+
by
|
| 18 |
+
|
| 19 |
+
adding citations to reliable sources
|
| 20 |
+
|
| 21 |
+
. Unsourced material may be challenged and removed.
|
| 22 |
+
|
| 23 |
+
Find sources:
|
| 24 |
+
|
| 25 |
+
"Casing" borehole
|
| 26 |
+
|
| 27 |
+
–
|
| 28 |
+
|
| 29 |
+
news
|
| 30 |
+
|
| 31 |
+
·
|
| 32 |
+
|
| 33 |
+
newspapers
|
| 34 |
+
|
| 35 |
+
·
|
| 36 |
+
|
| 37 |
+
books
|
| 38 |
+
|
| 39 |
+
·
|
| 40 |
+
|
| 41 |
+
scholar
|
| 42 |
+
|
| 43 |
+
·
|
| 44 |
+
|
| 45 |
+
JSTOR
|
| 46 |
+
|
| 47 |
+
(
|
| 48 |
+
|
| 49 |
+
January 2017
|
| 50 |
+
|
| 51 |
+
)
|
| 52 |
+
|
| 53 |
+
(
|
| 54 |
+
|
| 55 |
+
Learn how and when to remove this message
|
| 56 |
+
|
| 57 |
+
)
|
| 58 |
+
|
| 59 |
+
Casing diameters of a borehole
|
| 60 |
+
|
| 61 |
+
Casing diagram
|
| 62 |
+
|
| 63 |
+
Premium gas tight connections on a casing string
|
| 64 |
+
|
| 65 |
+
Casing
|
| 66 |
+
|
| 67 |
+
is a large diameter
|
| 68 |
+
|
| 69 |
+
pipe
|
| 70 |
+
|
| 71 |
+
that is assembled and inserted into a recently drilled section of a
|
| 72 |
+
|
| 73 |
+
borehole
|
| 74 |
+
|
| 75 |
+
to protect and support the wellstream. The lower portion (and sometimes the entirety) is typically held in place with
|
| 76 |
+
|
| 77 |
+
cement
|
| 78 |
+
|
| 79 |
+
, as casing that is cemented in place aids the drilling process in several ways. Optimum design of the casing program decreases the well construction costs, enhances the efficiency of operations and also diminishes the environmental impacts. Typically, a well contains multiple intervals of casing successively placed within the previous casing run.
|
| 80 |
+
|
| 81 |
+
Description
|
| 82 |
+
|
| 83 |
+
[
|
| 84 |
+
|
| 85 |
+
edit
|
| 86 |
+
|
| 87 |
+
]
|
| 88 |
+
|
| 89 |
+
Casing is a large diameter
|
| 90 |
+
|
| 91 |
+
pipe
|
| 92 |
+
|
| 93 |
+
that is assembled and inserted into a recently drilled section of a
|
| 94 |
+
|
| 95 |
+
borehole
|
| 96 |
+
|
| 97 |
+
. Similar to the bones of a spine protecting the spinal cord, casing is set inside the drilled borehole to protect and support the
|
| 98 |
+
|
| 99 |
+
wellstream
|
| 100 |
+
|
| 101 |
+
. The lower portion (and sometimes the entirety) is typically held in place with
|
| 102 |
+
|
| 103 |
+
cement
|
| 104 |
+
|
| 105 |
+
.
|
| 106 |
+
|
| 107 |
+
[
|
| 108 |
+
|
| 109 |
+
1
|
| 110 |
+
|
| 111 |
+
]
|
| 112 |
+
|
| 113 |
+
Deeper strings usually are not cemented all the way to the surface, so the weight of the pipe must be partially supported by a
|
| 114 |
+
|
| 115 |
+
casing hanger
|
| 116 |
+
|
| 117 |
+
in the
|
| 118 |
+
|
| 119 |
+
wellhead
|
| 120 |
+
|
| 121 |
+
.
|
| 122 |
+
|
| 123 |
+
Casing arranged on a rack at a drilling rig in preparation for installation
|
| 124 |
+
|
| 125 |
+
Design
|
| 126 |
+
|
| 127 |
+
[
|
| 128 |
+
|
| 129 |
+
edit
|
| 130 |
+
|
| 131 |
+
]
|
| 132 |
+
|
| 133 |
+
Optimum design of the casing program decreases the well construction costs, enhances the efficiency of operations and also diminishes the environmental impacts.
|
| 134 |
+
|
| 135 |
+
[
|
| 136 |
+
|
| 137 |
+
2
|
| 138 |
+
|
| 139 |
+
]
|
| 140 |
+
|
| 141 |
+
In the planning stages of a well, a
|
| 142 |
+
|
| 143 |
+
drilling engineer
|
| 144 |
+
|
| 145 |
+
, usually with input from
|
| 146 |
+
|
| 147 |
+
geologists
|
| 148 |
+
|
| 149 |
+
and others, will pick strategic depths at which the hole will need to be cased in order for drilling to reach the desired total depth. This decision is often based on subsurface data such as
|
| 150 |
+
|
| 151 |
+
formation
|
| 152 |
+
|
| 153 |
+
pressures and strengths,
|
| 154 |
+
|
| 155 |
+
well integrity
|
| 156 |
+
|
| 157 |
+
,
|
| 158 |
+
|
| 159 |
+
[
|
| 160 |
+
|
| 161 |
+
3
|
| 162 |
+
|
| 163 |
+
]
|
| 164 |
+
|
| 165 |
+
and is balanced against the cost objectives and desired drilling strategy.
|
| 166 |
+
|
| 167 |
+
[
|
| 168 |
+
|
| 169 |
+
4
|
| 170 |
+
|
| 171 |
+
]
|
| 172 |
+
|
| 173 |
+
With the casing set depths determined, hole sizes and casing sizes must follow. The hole drilled for each
|
| 174 |
+
|
| 175 |
+
casing string
|
| 176 |
+
|
| 177 |
+
must be large enough to accommodate the casing to be placed inside it, allowing room for cement between the outside of that casing and the hole. Also, subsequent bits that will continue drilling obviously must pass through existing casing strings. Thus, each casing string will have a subsequently smaller diameter. The inside diameter of the final casing string (or penultimate one in some instances of a liner completion) must accommodate the
|
| 178 |
+
|
| 179 |
+
production tubing
|
| 180 |
+
|
| 181 |
+
and associated hardware such as packers, gas lift mandrels and subsurface safety valves.
|
| 182 |
+
|
| 183 |
+
Casing design for each size of designed pipes is done by calculating the worst conditions that may be faced during drilling and over the producing life of the well. Mechanical properties such as longitudinal tensile strength, and burst and collapse resistance (calculated considering biaxial effects of axial and hoop stresses), must be sufficient at various depths. Pipe of differing strengths often comprises a long casing string, which typically will have the greatest axial tension and perhaps highest internal burst pressure differentials in the upper parts, and the greatest collapsing loads deeper in the well from external pressure vs lowered internal pressure.
|
| 184 |
+
|
| 185 |
+
Casing strings are supported by
|
| 186 |
+
|
| 187 |
+
casing hangers
|
| 188 |
+
|
| 189 |
+
that are set in the
|
| 190 |
+
|
| 191 |
+
wellhead
|
| 192 |
+
|
| 193 |
+
, which later will be topped with the
|
| 194 |
+
|
| 195 |
+
Christmas tree
|
| 196 |
+
|
| 197 |
+
. The lower members of the wellhead usually are installed on top of the first casing string after it has been cemented in place.
|
| 198 |
+
|
| 199 |
+
Intervals
|
| 200 |
+
|
| 201 |
+
[
|
| 202 |
+
|
| 203 |
+
edit
|
| 204 |
+
|
| 205 |
+
]
|
| 206 |
+
|
| 207 |
+
Typically, a well contains multiple intervals of casing successively placed within the previous casing run.
|
| 208 |
+
|
| 209 |
+
[
|
| 210 |
+
|
| 211 |
+
4
|
| 212 |
+
|
| 213 |
+
]
|
| 214 |
+
|
| 215 |
+
The following casing intervals are typically used in an
|
| 216 |
+
|
| 217 |
+
oil
|
| 218 |
+
|
| 219 |
+
or gas well:
|
| 220 |
+
|
| 221 |
+
Conductor casing
|
| 222 |
+
|
| 223 |
+
Surface casing
|
| 224 |
+
|
| 225 |
+
Intermediate casing (optional)
|
| 226 |
+
|
| 227 |
+
Production casing
|
| 228 |
+
|
| 229 |
+
Production liner
|
| 230 |
+
|
| 231 |
+
The conductor casing serves as a support during drilling operations, to flowback returns during drilling and cementing of the surface casing, and to prevent collapse of the loose
|
| 232 |
+
|
| 233 |
+
soil
|
| 234 |
+
|
| 235 |
+
near the surface. It can normally vary from sizes such as 18 to 30 in (460 to 760 mm).
|
| 236 |
+
|
| 237 |
+
[
|
| 238 |
+
|
| 239 |
+
5
|
| 240 |
+
|
| 241 |
+
]
|
| 242 |
+
|
| 243 |
+
The purpose of surface casing is to isolate freshwater zones so that they are not contaminated during drilling and completion. Surface casing is the most strictly regulated due to these environmental concerns, which can include regulation of casing depth and cement quality. A typical size of surface casing is
|
| 244 |
+
|
| 245 |
+
13
|
| 246 |
+
|
| 247 |
+
+
|
| 248 |
+
|
| 249 |
+
3
|
| 250 |
+
|
| 251 |
+
⁄
|
| 252 |
+
|
| 253 |
+
8
|
| 254 |
+
|
| 255 |
+
inches (340 mm).
|
| 256 |
+
|
| 257 |
+
[
|
| 258 |
+
|
| 259 |
+
5
|
| 260 |
+
|
| 261 |
+
]
|
| 262 |
+
|
| 263 |
+
Intermediate casing may be necessary on longer drilling intervals where necessary
|
| 264 |
+
|
| 265 |
+
drilling mud
|
| 266 |
+
|
| 267 |
+
weight to prevent blowouts may cause a
|
| 268 |
+
|
| 269 |
+
hydrostatic pressure
|
| 270 |
+
|
| 271 |
+
that can fracture shallower or deeper formations. Casing placement is selected so that the hydrostatic pressure of the drilling fluid remains at a pressure level that is between formation pore pressures and fracture pressures.
|
| 272 |
+
|
| 273 |
+
[
|
| 274 |
+
|
| 275 |
+
6
|
| 276 |
+
|
| 277 |
+
]
|
| 278 |
+
|
| 279 |
+
[
|
| 280 |
+
|
| 281 |
+
5
|
| 282 |
+
|
| 283 |
+
]
|
| 284 |
+
|
| 285 |
+
In order to reduce cost, a liner may be used which extends just above the shoe (bottom) of the previous casing interval and hung off downhole rather than at the surface. It may typically be 7", although many liners match the diameter of the
|
| 286 |
+
|
| 287 |
+
production tubing
|
| 288 |
+
|
| 289 |
+
.
|
| 290 |
+
|
| 291 |
+
[
|
| 292 |
+
|
| 293 |
+
5
|
| 294 |
+
|
| 295 |
+
]
|
| 296 |
+
|
| 297 |
+
Few wells actually produce through casing, since producing fluids can corrode
|
| 298 |
+
|
| 299 |
+
steel
|
| 300 |
+
|
| 301 |
+
or form deposits such as
|
| 302 |
+
|
| 303 |
+
asphaltenes
|
| 304 |
+
|
| 305 |
+
or
|
| 306 |
+
|
| 307 |
+
paraffin waxes
|
| 308 |
+
|
| 309 |
+
and the larger diameter can make flow unstable.
|
| 310 |
+
|
| 311 |
+
Production tubing
|
| 312 |
+
|
| 313 |
+
is therefore installed inside the last casing string and the tubing annulus is usually sealed at the bottom of the tubing by a
|
| 314 |
+
|
| 315 |
+
packer
|
| 316 |
+
|
| 317 |
+
. Tubing is easier to remove for maintenance, replacement, or for various types of workover operations. It is significantly lighter than casing and does not require a
|
| 318 |
+
|
| 319 |
+
drilling rig
|
| 320 |
+
|
| 321 |
+
to run in and out of hole; smaller "service rigs" are used for this purpose.
|
| 322 |
+
|
| 323 |
+
Cementing
|
| 324 |
+
|
| 325 |
+
[
|
| 326 |
+
|
| 327 |
+
edit
|
| 328 |
+
|
| 329 |
+
]
|
| 330 |
+
|
| 331 |
+
Casing that is cemented in place aids the drilling process in several ways:
|
| 332 |
+
|
| 333 |
+
[
|
| 334 |
+
|
| 335 |
+
4
|
| 336 |
+
|
| 337 |
+
]
|
| 338 |
+
|
| 339 |
+
Prevents contamination of
|
| 340 |
+
|
| 341 |
+
fresh water
|
| 342 |
+
|
| 343 |
+
well zones.
|
| 344 |
+
|
| 345 |
+
Prevents unstable upper formations from caving in and sticking the drill string or forming large
|
| 346 |
+
|
| 347 |
+
caverns
|
| 348 |
+
|
| 349 |
+
.
|
| 350 |
+
|
| 351 |
+
Provides a strong upper foundation to allow use of high-density
|
| 352 |
+
|
| 353 |
+
drilling fluid
|
| 354 |
+
|
| 355 |
+
to continue drilling deeper.
|
| 356 |
+
|
| 357 |
+
Isolates various zones, which may have different
|
| 358 |
+
|
| 359 |
+
pressures
|
| 360 |
+
|
| 361 |
+
or fluids, in the drilled formations from one another.
|
| 362 |
+
|
| 363 |
+
Seals off high pressure zones from the surface, minimizing potential for a
|
| 364 |
+
|
| 365 |
+
blowout
|
| 366 |
+
|
| 367 |
+
.
|
| 368 |
+
|
| 369 |
+
Prevents fluid loss into or contamination of production zones.
|
| 370 |
+
|
| 371 |
+
Provides a smooth internal bore for installing production equipment.
|
| 372 |
+
|
| 373 |
+
Cementing is performed by circulating a
|
| 374 |
+
|
| 375 |
+
cement
|
| 376 |
+
|
| 377 |
+
slurry through the inside of the casing and out into the annulus through the
|
| 378 |
+
|
| 379 |
+
casing shoe
|
| 380 |
+
|
| 381 |
+
at the bottom of the
|
| 382 |
+
|
| 383 |
+
casing string
|
| 384 |
+
|
| 385 |
+
. In order to precisely place the cement slurry at a required interval on the outside of the casing, a plug is pumped with a displacement fluid behind the cement slurry column, which "bumps" in the casing shoe and prevents further flow of fluid through the shoe. This bump can be seen at surface as a pressure spike at the cement pump. To prevent the cement from flowing back into the inside of the casing, a float collar above the casing shoe acts as a
|
| 386 |
+
|
| 387 |
+
check valve
|
| 388 |
+
|
| 389 |
+
and prevents fluid from flowing up through the shoe from the annulus.
|
| 390 |
+
|
| 391 |
+
Casing Wear
|
| 392 |
+
|
| 393 |
+
[
|
| 394 |
+
|
| 395 |
+
edit
|
| 396 |
+
|
| 397 |
+
]
|
| 398 |
+
|
| 399 |
+
A prolonged, recurrent axial and rotational movement within casing would cause wear to the casing interior, with the probability of
|
| 400 |
+
|
| 401 |
+
blowouts
|
| 402 |
+
|
| 403 |
+
, production loss, and other hazardous and costly complications.
|
| 404 |
+
|
| 405 |
+
The following conditions contribute to casing wear:
|
| 406 |
+
|
| 407 |
+
Drill pipe
|
| 408 |
+
|
| 409 |
+
weight
|
| 410 |
+
|
| 411 |
+
Mud and additives
|
| 412 |
+
|
| 413 |
+
RPM and ROP
|
| 414 |
+
|
| 415 |
+
Tool joint coating
|
| 416 |
+
|
| 417 |
+
Well path and dogleg
|
| 418 |
+
|
| 419 |
+
The following are recommendations for preventative measures to minimize casing wear:
|
| 420 |
+
|
| 421 |
+
Minimization of dogleg severity and expect real dogleg at least 1.5 times higher than the planned value.
|
| 422 |
+
|
| 423 |
+
Usage of casing friendly tool joint materials.
|
| 424 |
+
|
| 425 |
+
Minimize rotor speed and use
|
| 426 |
+
|
| 427 |
+
downhole motor
|
| 428 |
+
|
| 429 |
+
.
|
| 430 |
+
|
| 431 |
+
Increase ROP.
|
| 432 |
+
|
| 433 |
+
Select proper mud type and add lubricants to minimize wear and friction.
|
| 434 |
+
|
| 435 |
+
Usage of drill pipe protectors.
|
| 436 |
+
|
| 437 |
+
Usage of thick wall casing in the anticipated wear section area.
|
| 438 |
+
|
| 439 |
+
Usage of software to reduce risks.
|
| 440 |
+
|
| 441 |
+
Related string
|
| 442 |
+
|
| 443 |
+
[
|
| 444 |
+
|
| 445 |
+
edit
|
| 446 |
+
|
| 447 |
+
]
|
| 448 |
+
|
| 449 |
+
A slightly different
|
| 450 |
+
|
| 451 |
+
metal
|
| 452 |
+
|
| 453 |
+
string, called
|
| 454 |
+
|
| 455 |
+
production tubing
|
| 456 |
+
|
| 457 |
+
, is often used without cement inside the final casing string of a well to contain
|
| 458 |
+
|
| 459 |
+
production fluids
|
| 460 |
+
|
| 461 |
+
and convey them to the surface from an underground
|
| 462 |
+
|
| 463 |
+
reservoir
|
| 464 |
+
|
| 465 |
+
.
|
| 466 |
+
|
| 467 |
+
References
|
| 468 |
+
|
| 469 |
+
[
|
| 470 |
+
|
| 471 |
+
edit
|
| 472 |
+
|
| 473 |
+
]
|
| 474 |
+
|
| 475 |
+
^
|
| 476 |
+
|
| 477 |
+
"How Does Casing Work?"
|
| 478 |
+
|
| 479 |
+
.
|
| 480 |
+
|
| 481 |
+
www.rigzone.com
|
| 482 |
+
|
| 483 |
+
. Archived from
|
| 484 |
+
|
| 485 |
+
the original
|
| 486 |
+
|
| 487 |
+
on July 5, 2018
|
| 488 |
+
|
| 489 |
+
. Retrieved
|
| 490 |
+
|
| 491 |
+
July 5,
|
| 492 |
+
|
| 493 |
+
2018
|
| 494 |
+
|
| 495 |
+
.
|
| 496 |
+
|
| 497 |
+
^
|
| 498 |
+
|
| 499 |
+
Fontenot, Kyle R.; Strickler, Bob; Warren, T. (2005). "Using Casing to Drill Directional Wells".
|
| 500 |
+
|
| 501 |
+
Oilfield Review
|
| 502 |
+
|
| 503 |
+
.
|
| 504 |
+
|
| 505 |
+
S2CID
|
| 506 |
+
|
| 507 |
+
16241819
|
| 508 |
+
|
| 509 |
+
.
|
| 510 |
+
|
| 511 |
+
^
|
| 512 |
+
|
| 513 |
+
Wagner, R. R.; Warling, D. J.; Halal, A. S. (January 1, 1996).
|
| 514 |
+
|
| 515 |
+
Minimum Cost Casing Design
|
| 516 |
+
|
| 517 |
+
. Society of Petroleum Engineers.
|
| 518 |
+
|
| 519 |
+
doi
|
| 520 |
+
|
| 521 |
+
:
|
| 522 |
+
|
| 523 |
+
10.2118/36448-MS
|
| 524 |
+
|
| 525 |
+
.
|
| 526 |
+
|
| 527 |
+
ISBN
|
| 528 |
+
|
| 529 |
+
9781555634230
|
| 530 |
+
|
| 531 |
+
.
|
| 532 |
+
|
| 533 |
+
^
|
| 534 |
+
|
| 535 |
+
a
|
| 536 |
+
|
| 537 |
+
b
|
| 538 |
+
|
| 539 |
+
c
|
| 540 |
+
|
| 541 |
+
Rabia, Hussain (1986).
|
| 542 |
+
|
| 543 |
+
Oil Well Drilling Engineering
|
| 544 |
+
|
| 545 |
+
. springer. pp.
|
| 546 |
+
|
| 547 |
+
185–
|
| 548 |
+
|
| 549 |
+
243.
|
| 550 |
+
|
| 551 |
+
ISBN
|
| 552 |
+
|
| 553 |
+
0860106616
|
| 554 |
+
|
| 555 |
+
.
|
| 556 |
+
|
| 557 |
+
^
|
| 558 |
+
|
| 559 |
+
a
|
| 560 |
+
|
| 561 |
+
b
|
| 562 |
+
|
| 563 |
+
c
|
| 564 |
+
|
| 565 |
+
d
|
| 566 |
+
|
| 567 |
+
Petroleum Engineering Handbook, Volume II: Drilling Engineering
|
| 568 |
+
|
| 569 |
+
. Society of Petroleum Engineers. 2007. pp.
|
| 570 |
+
|
| 571 |
+
287–
|
| 572 |
+
|
| 573 |
+
288.
|
| 574 |
+
|
| 575 |
+
ISBN
|
| 576 |
+
|
| 577 |
+
978-1-55563-114-7
|
| 578 |
+
|
| 579 |
+
.
|
| 580 |
+
|
| 581 |
+
^
|
| 582 |
+
|
| 583 |
+
US patent 2012174581A1
|
| 584 |
+
|
| 585 |
+
, "Closed-Loop Systems and Methods for Geothermal Electricity Generation"
|
| 586 |
+
|
| 587 |
+
External links
|
| 588 |
+
|
| 589 |
+
[
|
| 590 |
+
|
| 591 |
+
edit
|
| 592 |
+
|
| 593 |
+
]
|
| 594 |
+
|
| 595 |
+
Cementer
|
| 596 |
+
|
| 597 |
+
Archived
|
| 598 |
+
|
| 599 |
+
February 28, 2017, at the
|
| 600 |
+
|
| 601 |
+
Wayback Machine
|
| 602 |
+
|
| 603 |
+
Schlumberger Oilfield Glossary: Casing
|
| 604 |
+
|
| 605 |
+
Archived
|
| 606 |
+
|
| 607 |
+
2012-07-16 at the
|
| 608 |
+
|
| 609 |
+
Wayback Machine
|
| 610 |
+
|
| 611 |
+
How Does Casing Work?
|
| 612 |
+
|
| 613 |
+
Retrieved from "
|
| 614 |
+
|
| 615 |
+
https://en.wikipedia.org/w/index.php?title=Casing_(borehole)&oldid=1334690151
|
| 616 |
+
|
| 617 |
+
"
|
knowledge_base/raw_text/wiki_Directional_drilling.txt
ADDED
|
@@ -0,0 +1,340 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Source: https://en.wikipedia.org/wiki/Directional_drilling
|
| 2 |
+
|
| 3 |
+
Practice of drilling non-vertical bores
|
| 4 |
+
A horizontal directional drill in operation
|
| 5 |
+
A structure map generated by
|
| 6 |
+
contour map
|
| 7 |
+
software for an 8,500-foot-deep (2,600 m) gas and
|
| 8 |
+
oil reservoir
|
| 9 |
+
in the Erath field,
|
| 10 |
+
Vermilion Parish
|
| 11 |
+
,
|
| 12 |
+
Erath, Louisiana
|
| 13 |
+
. The left-to-right gap, near the top of the
|
| 14 |
+
contour map
|
| 15 |
+
indicates a
|
| 16 |
+
fault line
|
| 17 |
+
. This fault line is between the blue/green contour lines and the purple/red/yellow contour lines. The thin red circular contour line in the middle of the map indicates the top of the oil reservoir. Because gas floats above oil, the thin red contour line marks the gas/oil contact zone. Directional drilling would be used to target the gas and
|
| 18 |
+
oil reservoir
|
| 19 |
+
.
|
| 20 |
+
Directional drilling
|
| 21 |
+
(or
|
| 22 |
+
slant drilling
|
| 23 |
+
) is the practice of drilling non-vertical
|
| 24 |
+
bores
|
| 25 |
+
. It can be broken down into four main groups:
|
| 26 |
+
oilfield
|
| 27 |
+
directional drilling, utility installation directional drilling,
|
| 28 |
+
directional boring
|
| 29 |
+
(horizontal directional drilling - HDD), and surface in seam (SIS), which horizontally intersects a vertical bore target to extract
|
| 30 |
+
coal bed methane
|
| 31 |
+
.
|
| 32 |
+
History
|
| 33 |
+
[
|
| 34 |
+
edit
|
| 35 |
+
]
|
| 36 |
+
Many prerequisites enabled this suite of technologies to become productive. Probably, the first requirement was the realization that
|
| 37 |
+
oil wells
|
| 38 |
+
, or
|
| 39 |
+
water wells
|
| 40 |
+
, do not necessarily need to be vertical. This realization was quite slow, and did not really grasp the attention of the oil industry until the late 1920s when there were several lawsuits alleging that wells drilled from a rig on one property had crossed the boundary and were penetrating a reservoir on an adjacent property.
|
| 41 |
+
[
|
| 42 |
+
citation needed
|
| 43 |
+
]
|
| 44 |
+
Initially, proxy evidence such as production changes in other wells was accepted, but such cases fueled the development of small diameter tools capable of surveying wells during drilling. Horizontal directional
|
| 45 |
+
drill rigs
|
| 46 |
+
are developing towards large-scale, micro-miniaturization, mechanical automation, hard stratum working, exceeding length and depth oriented monitored drilling.
|
| 47 |
+
[
|
| 48 |
+
1
|
| 49 |
+
]
|
| 50 |
+
Measuring the inclination of a
|
| 51 |
+
wellbore
|
| 52 |
+
(its deviation from the vertical) is comparatively simple, requiring only a pendulum. Measuring the
|
| 53 |
+
azimuth
|
| 54 |
+
(direction with respect to the geographic grid in which the wellbore was running from the vertical), however, was more difficult. In certain circumstances, magnetic fields could be used, but would be influenced by metalwork used inside wellbores, as well as the metalwork used in drilling equipment. The next advance was in the modification of small gyroscopic compasses by the
|
| 55 |
+
Sperry Corporation
|
| 56 |
+
, which was making similar compasses for aeronautical navigation. Sperry did this under contract to
|
| 57 |
+
Sun Oil
|
| 58 |
+
(which was involved in a lawsuit as described above), and a spin-off company "
|
| 59 |
+
Sperry Sun
|
| 60 |
+
" was formed, which brand continues to this day,
|
| 61 |
+
[
|
| 62 |
+
when?
|
| 63 |
+
]
|
| 64 |
+
[
|
| 65 |
+
clarification needed
|
| 66 |
+
]
|
| 67 |
+
absorbed into
|
| 68 |
+
Halliburton
|
| 69 |
+
. Three components are measured at any given point in a wellbore in order to determine its position: the depth of the point along the course of the borehole (measured depth), the inclination at the point, and the magnetic azimuth at the point. These three components combined are referred to as a "survey". A series of consecutive surveys are needed to track the progress and location of a wellbore.
|
| 70 |
+
Prior experience with rotary drilling had established several principles for the configuration of drilling equipment down hole ("bottom hole assembly" or "BHA") that would be prone to "drilling crooked hole" (i.e., initial accidental deviations from the vertical would be increased). Counter-experience had also given early directional drillers ("DD's") principles of BHA design and drilling practice that would help bring a crooked hole nearer the vertical.
|
| 71 |
+
[
|
| 72 |
+
citation needed
|
| 73 |
+
]
|
| 74 |
+
In 1934, H. John Eastman and Roman W. Hines of
|
| 75 |
+
Long Beach, California
|
| 76 |
+
, became pioneers in directional drilling when they and
|
| 77 |
+
George Failing
|
| 78 |
+
of
|
| 79 |
+
Enid, Oklahoma
|
| 80 |
+
, saved the
|
| 81 |
+
Conroe, Texas
|
| 82 |
+
,
|
| 83 |
+
oil field
|
| 84 |
+
. Failing had recently patented a portable drilling truck. He had started his company in 1931 when he mated a drilling rig to a truck and a power take-off assembly. The innovation allowed rapid drilling of a series of slanted wells. This capacity to quickly drill multiple relief wells and relieve the enormous gas pressure was critical to extinguishing the Conroe fire.
|
| 85 |
+
[
|
| 86 |
+
2
|
| 87 |
+
]
|
| 88 |
+
In a May, 1934,
|
| 89 |
+
Popular Science Monthly
|
| 90 |
+
article, it was stated that "Only a handful of men in the world have the strange power to make a bit, rotating a mile below ground at the end of a steel drill pipe, snake its way in a curve or around a dog-leg angle, to reach a desired objective." Eastman Whipstock, Inc., would become the world's largest directional company in 1973.
|
| 91 |
+
[
|
| 92 |
+
citation needed
|
| 93 |
+
]
|
| 94 |
+
Combined, these survey tools and BHA designs made directional drilling possible, but it was perceived as arcane. The next major advance was in the 1970s, when
|
| 95 |
+
downhole
|
| 96 |
+
drilling motors (aka
|
| 97 |
+
mud motors
|
| 98 |
+
, driven by the hydraulic power of drilling mud circulated down the drill string) became common. These allowed the drill bit to continue rotating at the cutting face at the bottom of the hole, while most of the drill pipe was held stationary. A piece of bent pipe (a "bent sub") between the stationary drill pipe and the top of the motor allowed the direction of the wellbore to be changed without needing to pull all the drill pipe out and place another whipstock. Coupled with the development of
|
| 99 |
+
measurement while drilling
|
| 100 |
+
tools (using
|
| 101 |
+
mud pulse telemetry
|
| 102 |
+
,
|
| 103 |
+
networked or wired pipe
|
| 104 |
+
or
|
| 105 |
+
electromagnetism
|
| 106 |
+
(EM) telemetry, which allows tools down hole to send directional data back to the surface without disturbing drilling operations), directional drilling became easier.
|
| 107 |
+
Certain profiles cannot be easily drilled while the drill pipe is rotating. Drilling directionally with a downhole motor requires occasionally stopping rotation of the drill pipe and "sliding" the pipe through the channel as the motor cuts a curved path. "Sliding" can be difficult in some formations, and it is almost always slower and therefore more expensive than drilling while the pipe is rotating, so the ability to steer the bit while the drill pipe is rotating is desirable. Several companies have developed tools which allow directional control while rotating. These tools are referred to as
|
| 108 |
+
rotary steerable systems
|
| 109 |
+
(RSS). RSS technology has made access and directional control possible in previously inaccessible or uncontrollable formations.
|
| 110 |
+
Benefits
|
| 111 |
+
[
|
| 112 |
+
edit
|
| 113 |
+
]
|
| 114 |
+
Wells are drilled directionally for several purposes:
|
| 115 |
+
Increasing the exposed section length through the reservoir by drilling through the reservoir at an angle.
|
| 116 |
+
Drilling into the reservoir where vertical access is difficult or not possible. For instance an oilfield under a town, under a lake, or underneath a difficult-to-drill formation.
|
| 117 |
+
Allowing more
|
| 118 |
+
wellheads
|
| 119 |
+
to be grouped together on one surface location can allow fewer rig moves, less surface area disturbance, and make it easier and cheaper to complete and produce the wells. For instance, on an
|
| 120 |
+
oil platform
|
| 121 |
+
or jacket offshore, 40 or more wells can be grouped together. The wells will fan out from the platform into the reservoir(s) below. This concept is being applied to land wells, allowing multiple subsurface locations to be reached from one pad, reducing costs.
|
| 122 |
+
Drilling along the underside of a reservoir-constraining fault allows multiple productive sands to be completed at the highest stratigraphic points.
|
| 123 |
+
Drilling a "
|
| 124 |
+
relief well
|
| 125 |
+
" to relieve the pressure of a well producing without restraint (a "
|
| 126 |
+
blowout
|
| 127 |
+
"). In this scenario, another well could be drilled starting at a safe distance away from the blowout, but intersecting the troubled wellbore. Then, heavy fluid (kill fluid) is pumped into the relief wellbore to suppress the high pressure in the original wellbore causing the blowout.
|
| 128 |
+
Most directional drillers are given a blue well path to follow that is predetermined by engineers and geologists before the drilling commences. When the directional driller starts the drilling process, periodic surveys are taken with a downhole instrument to provide survey data (inclination and azimuth) of the well bore.
|
| 129 |
+
[
|
| 130 |
+
3
|
| 131 |
+
]
|
| 132 |
+
These pictures are typically taken at intervals between 10 and 150 meters (33 and 492 feet), with 30 meters (98 feet) common during active changes of angle or direction, and distances of 60–100 meters (200–330 feet) being typical while "drilling ahead" (not making active changes to angle and direction). During critical angle and direction changes, especially while using a downhole motor, a
|
| 133 |
+
measurement while drilling
|
| 134 |
+
(MWD) tool will be added to the
|
| 135 |
+
drill string
|
| 136 |
+
to provide continuously updated measurements that may be used for (near) real-time adjustments.
|
| 137 |
+
This data indicates if the well is following the planned path and whether the orientation of the drilling assembly is causing the well to deviate as planned. Corrections are regularly made by techniques as simple as adjusting rotation speed or the drill string weight (weight on bottom) and stiffness, as well as more complicated and time-consuming methods, such as introducing a downhole motor. Such pictures, or surveys, are plotted and maintained as an engineering and legal record describing the path of the well bore. The survey pictures taken while drilling are typically confirmed by a later survey in full of the borehole, typically using a "multi-shot camera" device.
|
| 138 |
+
The multi-shot camera advances the film at time intervals so that by dropping the camera instrument in a sealed tubular housing inside the drilling string (down to just above the drilling bit) and then withdrawing the drill string at time intervals, the well may be fully surveyed at regular depth intervals (approximately every 30 meters (98 feet) being common, the typical length of 2 or 3 joints of drill pipe, known as a stand, since most drilling rigs "stand back" the pipe withdrawn from the hole at such increments, known as "stands").
|
| 139 |
+
Drilling to targets far laterally from the surface location requires careful planning and design. The current record holders manage wells over 10 km (6.2 mi) away from the surface location at a true vertical depth (TVD) of only 1,600–2,600 m (5,200–8,500 ft).
|
| 140 |
+
[
|
| 141 |
+
4
|
| 142 |
+
]
|
| 143 |
+
This form of drilling can also reduce the environmental cost and scarring of the landscape. Previously, long lengths of landscape had to be removed from the surface. This is no longer required with directional drilling.
|
| 144 |
+
Disadvantages
|
| 145 |
+
[
|
| 146 |
+
edit
|
| 147 |
+
]
|
| 148 |
+
Government Accountability Office
|
| 149 |
+
depiction of horizontal drilling being used to cross tracts of land with differing owners
|
| 150 |
+
Until the arrival of modern downhole motors and better tools to measure inclination and azimuth of the hole, directional drilling and horizontal drilling was much slower than vertical drilling due to the need to stop regularly and take time-consuming surveys, and due to slower progress in drilling itself (lower rate of penetration). These disadvantages have shrunk over time as downhole motors became more efficient and semi-continuous surveying became possible.
|
| 151 |
+
What remains is a difference in operating costs: for wells with an inclination of less than 40 degrees, tools to carry out adjustments or repair work can be lowered by gravity on cable into the hole. For higher inclinations, more expensive equipment has to be mobilized to push tools down the hole.
|
| 152 |
+
Another disadvantage of wells with a high inclination was that prevention of sand influx into the well was less reliable and needed higher effort. Again, this disadvantage has diminished such that, provided sand control is adequately planned, it is possible to carry it out reliably.
|
| 153 |
+
Stealing oil
|
| 154 |
+
[
|
| 155 |
+
edit
|
| 156 |
+
]
|
| 157 |
+
In 1990,
|
| 158 |
+
Iraq
|
| 159 |
+
accused
|
| 160 |
+
Kuwait
|
| 161 |
+
of stealing Iraq's oil through slant drilling.
|
| 162 |
+
[
|
| 163 |
+
5
|
| 164 |
+
]
|
| 165 |
+
The
|
| 166 |
+
United Nations
|
| 167 |
+
redrew the border after the
|
| 168 |
+
1991 Gulf war
|
| 169 |
+
, which ended the seven-month
|
| 170 |
+
Iraqi occupation
|
| 171 |
+
of Kuwait. As part of the reconstruction, 11 new oil wells were placed among the existing 600. Some farms and an old naval base that used to be in the Iraqi side became part of Kuwait.
|
| 172 |
+
[
|
| 173 |
+
6
|
| 174 |
+
]
|
| 175 |
+
In the mid-twentieth century, a slant-drilling scandal occurred in the huge
|
| 176 |
+
East Texas Oil Field
|
| 177 |
+
.
|
| 178 |
+
[
|
| 179 |
+
7
|
| 180 |
+
]
|
| 181 |
+
New technologies
|
| 182 |
+
[
|
| 183 |
+
edit
|
| 184 |
+
]
|
| 185 |
+
Between 1985 and 1993, the Naval Civil Engineering Laboratory (NCEL) (now the
|
| 186 |
+
Naval Facilities Engineering Service Center
|
| 187 |
+
(NFESC)) of Port Hueneme, California developed controllable horizontal drilling technologies.
|
| 188 |
+
[
|
| 189 |
+
8
|
| 190 |
+
]
|
| 191 |
+
These technologies are capable of reaching 10,000–15,000 ft (3,000–4,600 m) and may reach 25,000 ft (7,600 m) when used under favorable conditions.
|
| 192 |
+
[
|
| 193 |
+
9
|
| 194 |
+
]
|
| 195 |
+
Techniques
|
| 196 |
+
[
|
| 197 |
+
edit
|
| 198 |
+
]
|
| 199 |
+
Wellbore Surveys
|
| 200 |
+
[
|
| 201 |
+
edit
|
| 202 |
+
]
|
| 203 |
+
Specialized tools determine the
|
| 204 |
+
wellbore's
|
| 205 |
+
deviation from vertical (inclination) and its directional orientation (azimuth). This data is vital for trajectory adjustments. These surveys are taken at regular intervals (e.g., every 30–100 meters) to track the wellbore's progress in real time. In critical sections,
|
| 206 |
+
measurement while drilling (MWD)
|
| 207 |
+
tools provide continuous downhole measurements for immediate directional corrections as needed. MWD uses gyroscopes, magnetometers, and accelerometers to determine borehole inclination and azimuth while the drilling is being done.
|
| 208 |
+
Trajectory Control
|
| 209 |
+
[
|
| 210 |
+
edit
|
| 211 |
+
]
|
| 212 |
+
Bottom Hole Assembly (BHA)
|
| 213 |
+
: The configuration of drilling equipment near the drill bit (BHA) profoundly influences drilling direction. BHAs can be tailored to promote straight drilling or induce deviations.
|
| 214 |
+
Downhole Motors
|
| 215 |
+
: Specialized mud motors rotate only the drill bit, allowing controlled changes in direction while the majority of the
|
| 216 |
+
drill string
|
| 217 |
+
remains stationary.
|
| 218 |
+
Rotary Steerable Systems (RSS)
|
| 219 |
+
: Advanced RSS technology enables steering even while the entire drill string is rotating, ensuring greater efficiency and control.
|
| 220 |
+
See also
|
| 221 |
+
[
|
| 222 |
+
edit
|
| 223 |
+
]
|
| 224 |
+
Deviation survey
|
| 225 |
+
Geosteering
|
| 226 |
+
Hydraulic fracturing
|
| 227 |
+
Logging while drilling
|
| 228 |
+
Measurement while drilling
|
| 229 |
+
Mud motor
|
| 230 |
+
Mudlogger
|
| 231 |
+
Rotary steerable system
|
| 232 |
+
Trenchless technology
|
| 233 |
+
References
|
| 234 |
+
[
|
| 235 |
+
edit
|
| 236 |
+
]
|
| 237 |
+
^
|
| 238 |
+
"Development tendency of horizontal directional drilling"
|
| 239 |
+
.
|
| 240 |
+
DC Solid control
|
| 241 |
+
. 6 June 2013.
|
| 242 |
+
{{
|
| 243 |
+
cite news
|
| 244 |
+
}}
|
| 245 |
+
: CS1 maint: deprecated archival service (
|
| 246 |
+
link
|
| 247 |
+
)
|
| 248 |
+
^
|
| 249 |
+
"Technology and the "Conroe Crater"
|
| 250 |
+
"
|
| 251 |
+
. American Oil & Gas Historical Society
|
| 252 |
+
. Retrieved
|
| 253 |
+
23 September
|
| 254 |
+
2014
|
| 255 |
+
.
|
| 256 |
+
^
|
| 257 |
+
"Glossary of geo-steering terms"
|
| 258 |
+
. 26 August 2010
|
| 259 |
+
. Retrieved
|
| 260 |
+
5 September
|
| 261 |
+
2010
|
| 262 |
+
.
|
| 263 |
+
^
|
| 264 |
+
"Maersk drills longest well at Al Shadeen"
|
| 265 |
+
. The
|
| 266 |
+
Gulf Times
|
| 267 |
+
. 21 May 2008. Archived from
|
| 268 |
+
the original
|
| 269 |
+
on 14 February 2012
|
| 270 |
+
. Retrieved
|
| 271 |
+
5 March
|
| 272 |
+
2012
|
| 273 |
+
.
|
| 274 |
+
^
|
| 275 |
+
"How the Gulf Crisis Began and Ended (The Gulf Crisis and Japan's Foreign Policy)"
|
| 276 |
+
. Ministry of Foreign Affairs of Japan
|
| 277 |
+
. Retrieved
|
| 278 |
+
28 January
|
| 279 |
+
2014
|
| 280 |
+
.
|
| 281 |
+
^
|
| 282 |
+
"Iraq to Reopen Embassy in Kuwait"
|
| 283 |
+
.
|
| 284 |
+
ABC Inc.
|
| 285 |
+
4 September 2005. Archived from
|
| 286 |
+
the original
|
| 287 |
+
on 2 January 2014
|
| 288 |
+
. Retrieved
|
| 289 |
+
5 March
|
| 290 |
+
2012
|
| 291 |
+
.
|
| 292 |
+
^
|
| 293 |
+
Julia Cauble Smith (12 June 2010).
|
| 294 |
+
"East Texas Oilfield"
|
| 295 |
+
.
|
| 296 |
+
Handbook of Texas Online
|
| 297 |
+
. Texas State Historical Association
|
| 298 |
+
. Retrieved
|
| 299 |
+
23 September
|
| 300 |
+
2014
|
| 301 |
+
.
|
| 302 |
+
^
|
| 303 |
+
Horizontal Drilling System (HDS) Field Test Report - FY 91
|
| 304 |
+
^
|
| 305 |
+
"Horizontal Drilling System (HDS) Operations Theory Report"
|
| 306 |
+
. Archived from
|
| 307 |
+
the original
|
| 308 |
+
on 31 May 2009
|
| 309 |
+
. Retrieved
|
| 310 |
+
31 August
|
| 311 |
+
2008
|
| 312 |
+
.
|
| 313 |
+
External links
|
| 314 |
+
[
|
| 315 |
+
edit
|
| 316 |
+
]
|
| 317 |
+
Wikimedia Commons has media related to
|
| 318 |
+
Directional drilling
|
| 319 |
+
.
|
| 320 |
+
"Slanted Oil Wells, Work New Marvels"
|
| 321 |
+
Popular Science
|
| 322 |
+
, May 1934, early article on the drilling technology
|
| 323 |
+
"Technology and the Conroe Crater"
|
| 324 |
+
American Oil & Gas Historical Society
|
| 325 |
+
Short video explaining horizontal drilling for gas extraction from oil shale.
|
| 326 |
+
(
|
| 327 |
+
American Petroleum Institute
|
| 328 |
+
)
|
| 329 |
+
A video depicting horizontal shale drilling can be seen
|
| 330 |
+
here
|
| 331 |
+
.
|
| 332 |
+
"Mechanical Mole Bores Crooked Wells."
|
| 333 |
+
Popular Science
|
| 334 |
+
, June 1942, pp. 94–95.
|
| 335 |
+
The unsung masters of the oil industry
|
| 336 |
+
21 July 2012
|
| 337 |
+
The Economist
|
| 338 |
+
Retrieved from "
|
| 339 |
+
https://en.wikipedia.org/w/index.php?title=Directional_drilling&oldid=1303792704
|
| 340 |
+
"
|
knowledge_base/raw_text/wiki_Drill_bit.txt
ADDED
|
@@ -0,0 +1,2301 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Source: https://en.wikipedia.org/wiki/Drill_bit
|
| 2 |
+
|
| 3 |
+
Type of cutting tool
|
| 4 |
+
|
| 5 |
+
For the types used in drilling holes in the ground, see
|
| 6 |
+
|
| 7 |
+
Well drilling
|
| 8 |
+
|
| 9 |
+
.
|
| 10 |
+
|
| 11 |
+
For other uses, see
|
| 12 |
+
|
| 13 |
+
Drill bit (disambiguation)
|
| 14 |
+
|
| 15 |
+
.
|
| 16 |
+
|
| 17 |
+
This article has multiple issues.
|
| 18 |
+
|
| 19 |
+
Please help
|
| 20 |
+
|
| 21 |
+
improve it
|
| 22 |
+
|
| 23 |
+
or discuss these issues on the
|
| 24 |
+
|
| 25 |
+
talk page
|
| 26 |
+
|
| 27 |
+
.
|
| 28 |
+
|
| 29 |
+
(
|
| 30 |
+
|
| 31 |
+
Learn how and when to remove these messages
|
| 32 |
+
|
| 33 |
+
)
|
| 34 |
+
|
| 35 |
+
This article's
|
| 36 |
+
|
| 37 |
+
lead section
|
| 38 |
+
|
| 39 |
+
contains information that is not included elsewhere in the article
|
| 40 |
+
|
| 41 |
+
.
|
| 42 |
+
|
| 43 |
+
If this information is appropriate for the lead, it should also be included in the article's body. Relevant discussion may be found on the
|
| 44 |
+
|
| 45 |
+
talk page
|
| 46 |
+
|
| 47 |
+
.
|
| 48 |
+
|
| 49 |
+
(
|
| 50 |
+
|
| 51 |
+
August 2023
|
| 52 |
+
|
| 53 |
+
)
|
| 54 |
+
|
| 55 |
+
(
|
| 56 |
+
|
| 57 |
+
Learn how and when to remove this message
|
| 58 |
+
|
| 59 |
+
)
|
| 60 |
+
|
| 61 |
+
This article
|
| 62 |
+
|
| 63 |
+
needs additional citations for
|
| 64 |
+
|
| 65 |
+
verification
|
| 66 |
+
|
| 67 |
+
.
|
| 68 |
+
|
| 69 |
+
Please help
|
| 70 |
+
|
| 71 |
+
improve this article
|
| 72 |
+
|
| 73 |
+
by
|
| 74 |
+
|
| 75 |
+
adding citations to reliable sources
|
| 76 |
+
|
| 77 |
+
. Unsourced material may be challenged and removed.
|
| 78 |
+
|
| 79 |
+
Find sources:
|
| 80 |
+
|
| 81 |
+
"Drill bit"
|
| 82 |
+
|
| 83 |
+
–
|
| 84 |
+
|
| 85 |
+
news
|
| 86 |
+
|
| 87 |
+
·
|
| 88 |
+
|
| 89 |
+
newspapers
|
| 90 |
+
|
| 91 |
+
·
|
| 92 |
+
|
| 93 |
+
books
|
| 94 |
+
|
| 95 |
+
·
|
| 96 |
+
|
| 97 |
+
scholar
|
| 98 |
+
|
| 99 |
+
·
|
| 100 |
+
|
| 101 |
+
JSTOR
|
| 102 |
+
|
| 103 |
+
(
|
| 104 |
+
|
| 105 |
+
July 2021
|
| 106 |
+
|
| 107 |
+
)
|
| 108 |
+
|
| 109 |
+
(
|
| 110 |
+
|
| 111 |
+
Learn how and when to remove this message
|
| 112 |
+
|
| 113 |
+
)
|
| 114 |
+
|
| 115 |
+
(
|
| 116 |
+
|
| 117 |
+
Learn how and when to remove this message
|
| 118 |
+
|
| 119 |
+
)
|
| 120 |
+
|
| 121 |
+
From top:
|
| 122 |
+
|
| 123 |
+
Spade
|
| 124 |
+
|
| 125 |
+
,
|
| 126 |
+
|
| 127 |
+
brad point
|
| 128 |
+
|
| 129 |
+
,
|
| 130 |
+
|
| 131 |
+
masonry
|
| 132 |
+
|
| 133 |
+
, and
|
| 134 |
+
|
| 135 |
+
twist drills bits
|
| 136 |
+
|
| 137 |
+
Drill bit (upper left), mounted on a pistol-grip electric
|
| 138 |
+
|
| 139 |
+
drill
|
| 140 |
+
|
| 141 |
+
A set of masonry drills
|
| 142 |
+
|
| 143 |
+
A
|
| 144 |
+
|
| 145 |
+
drill bit
|
| 146 |
+
|
| 147 |
+
is a cutting tool used with a drill to remove material and create holes, typically with a circular cross-section. Drill bits are available in various sizes and shapes, designed to produce different types of holes in a wide range of materials. To function, drill bits are usually mounted in a drill, which provides the rotational force needed to cut into the workpiece. The drill will grasp the upper end of a bit called the
|
| 148 |
+
|
| 149 |
+
shank
|
| 150 |
+
|
| 151 |
+
in the
|
| 152 |
+
|
| 153 |
+
chuck
|
| 154 |
+
|
| 155 |
+
.
|
| 156 |
+
|
| 157 |
+
Drills come in standardized
|
| 158 |
+
|
| 159 |
+
drill bit sizes
|
| 160 |
+
|
| 161 |
+
. A comprehensive
|
| 162 |
+
|
| 163 |
+
drill bit and tap size chart
|
| 164 |
+
|
| 165 |
+
lists
|
| 166 |
+
|
| 167 |
+
metric
|
| 168 |
+
|
| 169 |
+
and
|
| 170 |
+
|
| 171 |
+
imperial
|
| 172 |
+
|
| 173 |
+
sized drills alongside the required screw tap sizes. There are also certain specialized drill bits that can create holes with a non-circular cross-section.
|
| 174 |
+
|
| 175 |
+
[
|
| 176 |
+
|
| 177 |
+
1
|
| 178 |
+
|
| 179 |
+
]
|
| 180 |
+
|
| 181 |
+
Characteristics
|
| 182 |
+
|
| 183 |
+
[
|
| 184 |
+
|
| 185 |
+
edit
|
| 186 |
+
|
| 187 |
+
]
|
| 188 |
+
|
| 189 |
+
See also:
|
| 190 |
+
|
| 191 |
+
Drill bit sizes
|
| 192 |
+
|
| 193 |
+
Drill geometry has several characteristics:
|
| 194 |
+
|
| 195 |
+
The
|
| 196 |
+
|
| 197 |
+
spiral
|
| 198 |
+
|
| 199 |
+
(or rate of twist) in the drill bit controls the rate of
|
| 200 |
+
|
| 201 |
+
chip
|
| 202 |
+
|
| 203 |
+
removal. A fast spiral (high twist rate or "compact flute") drill bit is used in high feed rate applications under low spindle speeds, where removal of a large volume of chips is required. Low spiral (low twist rate or "elongated flute") drill bits are used in cutting applications where high cutting speeds are traditionally used, and where the material has a tendency to
|
| 204 |
+
|
| 205 |
+
gall
|
| 206 |
+
|
| 207 |
+
on the bit or otherwise clog the hole, such as
|
| 208 |
+
|
| 209 |
+
aluminum
|
| 210 |
+
|
| 211 |
+
or
|
| 212 |
+
|
| 213 |
+
copper
|
| 214 |
+
|
| 215 |
+
.
|
| 216 |
+
|
| 217 |
+
The
|
| 218 |
+
|
| 219 |
+
point angle
|
| 220 |
+
|
| 221 |
+
, or the angle formed at the tip of the bit, is determined by the material the bit will be operating in. Harder materials require a larger point angle, and softer materials require a sharper angle. The correct point angle for the hardness of the material influences wandering, chatter, hole shape, and wear rate.
|
| 222 |
+
|
| 223 |
+
The
|
| 224 |
+
|
| 225 |
+
lip angle
|
| 226 |
+
|
| 227 |
+
is the angle between the face of the cut material and the flank of the lip, and determines the amount of support provided to the cutting edge. A greater lip angle will cause the bit to cut more aggressively under the same amount of point pressure as a bit with a smaller lip angle. Both conditions can cause binding, wear, and eventual catastrophic failure of the tool. The proper amount of lip clearance is determined by the point angle. A very acute point angle has more web surface area presented to the work at any one time, requiring an aggressive lip angle, where a flat bit is extremely sensitive to small changes in lip angle due to the small surface area supporting the cutting edges.
|
| 228 |
+
|
| 229 |
+
The
|
| 230 |
+
|
| 231 |
+
functional length
|
| 232 |
+
|
| 233 |
+
of a bit determines how deep a hole can be drilled, and also determines the stiffness of the bit and accuracy of the resultant hole. While longer bits can drill deeper holes, they are more flexible meaning that the holes they drill may have an inaccurate location or wander from the intended axis. Twist drill bits are available in standard lengths, referred to as Stub-length or Screw-Machine-length (short), the extremely common
|
| 234 |
+
|
| 235 |
+
Jobber-length
|
| 236 |
+
|
| 237 |
+
(medium), and Taper-length or Long-Series (long).
|
| 238 |
+
|
| 239 |
+
The majority of drill bits intended for consumer use are designed with straight shanks. For heavy duty drilling in industry, bits with
|
| 240 |
+
|
| 241 |
+
tapered
|
| 242 |
+
|
| 243 |
+
shanks are sometimes used. Other types of shank used include hex-shaped, and various proprietary quick release systems.
|
| 244 |
+
|
| 245 |
+
The diameter-to-length ratio of the drill bit is usually between 1:1 and 1:10. Much higher ratios are possible (e.g., "aircraft-length" twist bits, pressured-oil
|
| 246 |
+
|
| 247 |
+
gun drill bits
|
| 248 |
+
|
| 249 |
+
, etc.), but the higher the ratio, the greater the technical challenge of producing good work.
|
| 250 |
+
|
| 251 |
+
The best geometry to use depends upon the properties of the material being drilled. The following table lists geometries recommended for some commonly drilled materials.
|
| 252 |
+
|
| 253 |
+
Tool geometry
|
| 254 |
+
|
| 255 |
+
[
|
| 256 |
+
|
| 257 |
+
2
|
| 258 |
+
|
| 259 |
+
]
|
| 260 |
+
|
| 261 |
+
Workpiece material
|
| 262 |
+
|
| 263 |
+
Point angle
|
| 264 |
+
|
| 265 |
+
Helix angle
|
| 266 |
+
|
| 267 |
+
Lip relief angle
|
| 268 |
+
|
| 269 |
+
Aluminum
|
| 270 |
+
|
| 271 |
+
90–135
|
| 272 |
+
|
| 273 |
+
32–48
|
| 274 |
+
|
| 275 |
+
12–26
|
| 276 |
+
|
| 277 |
+
Brass
|
| 278 |
+
|
| 279 |
+
90–118
|
| 280 |
+
|
| 281 |
+
0–20
|
| 282 |
+
|
| 283 |
+
12–26
|
| 284 |
+
|
| 285 |
+
Cast iron
|
| 286 |
+
|
| 287 |
+
90–118
|
| 288 |
+
|
| 289 |
+
24–32
|
| 290 |
+
|
| 291 |
+
7–20
|
| 292 |
+
|
| 293 |
+
Mild steel
|
| 294 |
+
|
| 295 |
+
118–135
|
| 296 |
+
|
| 297 |
+
24–32
|
| 298 |
+
|
| 299 |
+
7–24
|
| 300 |
+
|
| 301 |
+
Stainless steel
|
| 302 |
+
|
| 303 |
+
118–135
|
| 304 |
+
|
| 305 |
+
24–32
|
| 306 |
+
|
| 307 |
+
7–24
|
| 308 |
+
|
| 309 |
+
Plastics
|
| 310 |
+
|
| 311 |
+
60–90
|
| 312 |
+
|
| 313 |
+
0–20
|
| 314 |
+
|
| 315 |
+
12–26
|
| 316 |
+
|
| 317 |
+
Materials
|
| 318 |
+
|
| 319 |
+
[
|
| 320 |
+
|
| 321 |
+
edit
|
| 322 |
+
|
| 323 |
+
]
|
| 324 |
+
|
| 325 |
+
Titanium nitride
|
| 326 |
+
|
| 327 |
+
coated twist bit
|
| 328 |
+
|
| 329 |
+
Many different materials are used for or on drill bits, depending on the required application. Many hard materials, such as carbides, are much more brittle than steel, and are far more subject to breaking, particularly if the drill is not held at a very constant angle to the workpiece; e.g., when hand-held.
|
| 330 |
+
|
| 331 |
+
Steels
|
| 332 |
+
|
| 333 |
+
[
|
| 334 |
+
|
| 335 |
+
edit
|
| 336 |
+
|
| 337 |
+
]
|
| 338 |
+
|
| 339 |
+
Soft
|
| 340 |
+
|
| 341 |
+
low-carbon
|
| 342 |
+
|
| 343 |
+
steel
|
| 344 |
+
|
| 345 |
+
bits are inexpensive, but do not hold an edge well and require frequent sharpening. They are used only for drilling wood; even working with
|
| 346 |
+
|
| 347 |
+
hardwoods
|
| 348 |
+
|
| 349 |
+
rather than
|
| 350 |
+
|
| 351 |
+
softwoods
|
| 352 |
+
|
| 353 |
+
can noticeably shorten their lifespan.
|
| 354 |
+
|
| 355 |
+
Bits made from
|
| 356 |
+
|
| 357 |
+
high-carbon steel
|
| 358 |
+
|
| 359 |
+
are more durable than low-carbon steel bits due to the properties conferred by
|
| 360 |
+
|
| 361 |
+
hardening and tempering
|
| 362 |
+
|
| 363 |
+
the material. If they are overheated (e.g., by frictional heating while drilling) they lose their
|
| 364 |
+
|
| 365 |
+
temper
|
| 366 |
+
|
| 367 |
+
, resulting in a soft cutting edge. These bits can be used on wood or metal.
|
| 368 |
+
|
| 369 |
+
High-speed steel
|
| 370 |
+
|
| 371 |
+
(HSS) is a form of
|
| 372 |
+
|
| 373 |
+
tool steel
|
| 374 |
+
|
| 375 |
+
; HSS bits are hard and much more resistant to heat than high-carbon steel. They can be used to drill metal, hardwood, and most other materials at greater cutting speeds than carbon-steel bits, and have largely replaced carbon steels.
|
| 376 |
+
|
| 377 |
+
Cobalt
|
| 378 |
+
|
| 379 |
+
steel
|
| 380 |
+
|
| 381 |
+
alloys
|
| 382 |
+
|
| 383 |
+
are variations on high-speed steel that contain more cobalt. They hold their hardness at much higher temperatures and are used to drill
|
| 384 |
+
|
| 385 |
+
stainless steel
|
| 386 |
+
|
| 387 |
+
and other hard materials. The main disadvantage of cobalt steels is that they are more brittle than standard HSS.
|
| 388 |
+
|
| 389 |
+
Others
|
| 390 |
+
|
| 391 |
+
[
|
| 392 |
+
|
| 393 |
+
edit
|
| 394 |
+
|
| 395 |
+
]
|
| 396 |
+
|
| 397 |
+
Tungsten carbide
|
| 398 |
+
|
| 399 |
+
and other
|
| 400 |
+
|
| 401 |
+
carbides
|
| 402 |
+
|
| 403 |
+
are extremely hard and can drill virtually all materials, while holding an edge longer than other bits. The material is expensive and much more brittle than steels; consequently they are mainly used for drill-bit tips, small pieces of hard material fixed or
|
| 404 |
+
|
| 405 |
+
brazed
|
| 406 |
+
|
| 407 |
+
onto the tip of a bit made of less hard metal. However, it is becoming common in job shops to use solid carbide bits. In very small sizes it is difficult to fit carbide tips; in some industries, most notably
|
| 408 |
+
|
| 409 |
+
printed circuit board
|
| 410 |
+
|
| 411 |
+
manufacturing, requiring many holes with diameters less than 1 mm, solid carbide bits are used.
|
| 412 |
+
|
| 413 |
+
Polycrystalline diamond
|
| 414 |
+
|
| 415 |
+
(PCD) is among the hardest of all tool materials and is therefore extremely resistant to wear. It consists of a layer of diamond particles, typically about 0.5 mm (0.020 in) thick, bonded as a
|
| 416 |
+
|
| 417 |
+
sintered
|
| 418 |
+
|
| 419 |
+
mass to a tungsten-carbide support. Bits are fabricated using this material by either brazing small segments to the tip of the tool to form the cutting edges or by sintering PCD into a vein in the tungsten-carbide "nib". The nib can later be brazed to a carbide shaft; it can then be ground to complex geometries that would otherwise cause braze failure in the smaller "segments". PCD bits are typically used in the automotive, aerospace, and other industries to drill abrasive aluminum alloys, carbon-fiber reinforced plastics, and other abrasive materials, and in applications where machine downtime to replace or sharpen worn bits is exceptionally costly. PCD is not used on ferrous metals due to excess wear resulting from a reaction between the carbon in the PCD and the iron in the metal.
|
| 420 |
+
|
| 421 |
+
Coatings
|
| 422 |
+
|
| 423 |
+
[
|
| 424 |
+
|
| 425 |
+
edit
|
| 426 |
+
|
| 427 |
+
]
|
| 428 |
+
|
| 429 |
+
Diamond-coated 2 mm bits, used for drilling materials such as glass
|
| 430 |
+
|
| 431 |
+
Black oxide
|
| 432 |
+
|
| 433 |
+
is an inexpensive black coating. A black oxide coating provides heat resistance and lubricity, as well as corrosion resistance. The coating increases the life of high-speed steel bits.
|
| 434 |
+
|
| 435 |
+
Titanium nitride
|
| 436 |
+
|
| 437 |
+
(TiN) is a very hard metallic material that can be used to coat a high-speed steel bit (usually a twist bit), extending the cutting life by three or more times. Even after sharpening, the leading edge of coating still provides improved cutting and lifetime.
|
| 438 |
+
|
| 439 |
+
Titanium aluminum nitride
|
| 440 |
+
|
| 441 |
+
(TiAlN) is a similar coating that can extend tool life five or more times.
|
| 442 |
+
|
| 443 |
+
Titanium carbon nitride (TiCN) is another coating also superior to TiN.
|
| 444 |
+
|
| 445 |
+
Diamond powder is used as an abrasive, most often for cutting tile, stone, and other very hard materials. Large amounts of heat are generated by friction, and diamond-coated bits often have to be water-cooled to prevent damage to the bit or the workpiece.
|
| 446 |
+
|
| 447 |
+
Zirconium nitride
|
| 448 |
+
|
| 449 |
+
has been used as a drill-bit coating for some tools under the
|
| 450 |
+
|
| 451 |
+
Craftsman
|
| 452 |
+
|
| 453 |
+
brand name.
|
| 454 |
+
|
| 455 |
+
Al-Chrome
|
| 456 |
+
|
| 457 |
+
Silicon Nitride
|
| 458 |
+
|
| 459 |
+
(AlCrSi/Ti)N is a multilayer coating made of alternating nanolayer, developed using
|
| 460 |
+
|
| 461 |
+
chemical vapor deposition
|
| 462 |
+
|
| 463 |
+
technique, is used in drilling
|
| 464 |
+
|
| 465 |
+
carbon fiber reinforced polymer
|
| 466 |
+
|
| 467 |
+
(CFRP) and CFRP-Ti stack. (AlCrSi/Ti)N is a superhard ceramic coating, which performs better than other coated and uncoated drill.
|
| 468 |
+
|
| 469 |
+
[
|
| 470 |
+
|
| 471 |
+
3
|
| 472 |
+
|
| 473 |
+
]
|
| 474 |
+
|
| 475 |
+
[
|
| 476 |
+
|
| 477 |
+
4
|
| 478 |
+
|
| 479 |
+
]
|
| 480 |
+
|
| 481 |
+
BAM coating is
|
| 482 |
+
|
| 483 |
+
Boron
|
| 484 |
+
|
| 485 |
+
-Aluminum-
|
| 486 |
+
|
| 487 |
+
Magnesium
|
| 488 |
+
|
| 489 |
+
BAlMgB14 is a superhard ceramic coating also used in composite drilling.
|
| 490 |
+
|
| 491 |
+
[
|
| 492 |
+
|
| 493 |
+
3
|
| 494 |
+
|
| 495 |
+
]
|
| 496 |
+
|
| 497 |
+
[
|
| 498 |
+
|
| 499 |
+
5
|
| 500 |
+
|
| 501 |
+
]
|
| 502 |
+
|
| 503 |
+
Universal bits
|
| 504 |
+
|
| 505 |
+
[
|
| 506 |
+
|
| 507 |
+
edit
|
| 508 |
+
|
| 509 |
+
]
|
| 510 |
+
|
| 511 |
+
General-purpose drill bits can be used in wood, metal, plastic, and most other materials.
|
| 512 |
+
|
| 513 |
+
Twist drill bit
|
| 514 |
+
|
| 515 |
+
[
|
| 516 |
+
|
| 517 |
+
edit
|
| 518 |
+
|
| 519 |
+
]
|
| 520 |
+
|
| 521 |
+
The twist drill bit is the type produced in largest quantity today. It comprises a cutting point at the tip of a cylindrical shaft with helical flutes; the flutes act as an
|
| 522 |
+
|
| 523 |
+
Archimedean screw
|
| 524 |
+
|
| 525 |
+
and lift
|
| 526 |
+
|
| 527 |
+
swarf
|
| 528 |
+
|
| 529 |
+
out of the hole.
|
| 530 |
+
|
| 531 |
+
The modern-style twist drill bit was invented by Sir Joseph Whitworth in 1860. They were later improved by Steven A. Morse of
|
| 532 |
+
|
| 533 |
+
East Bridgewater, Massachusetts
|
| 534 |
+
|
| 535 |
+
, who experimented with the pitch of the twist.
|
| 536 |
+
|
| 537 |
+
[
|
| 538 |
+
|
| 539 |
+
6
|
| 540 |
+
|
| 541 |
+
]
|
| 542 |
+
|
| 543 |
+
[
|
| 544 |
+
|
| 545 |
+
7
|
| 546 |
+
|
| 547 |
+
]
|
| 548 |
+
|
| 549 |
+
[
|
| 550 |
+
|
| 551 |
+
8
|
| 552 |
+
|
| 553 |
+
]
|
| 554 |
+
|
| 555 |
+
The original method of manufacture was to cut two grooves in opposite sides of a round bar, then to twist the bar (giving the tool its name) to produce the helical flutes. Nowadays, the drill bit is usually made by rotating the bar while moving it past a
|
| 556 |
+
|
| 557 |
+
grinding
|
| 558 |
+
|
| 559 |
+
wheel to cut the
|
| 560 |
+
|
| 561 |
+
flutes
|
| 562 |
+
|
| 563 |
+
in the same manner as
|
| 564 |
+
|
| 565 |
+
cutting helical gears
|
| 566 |
+
|
| 567 |
+
.
|
| 568 |
+
|
| 569 |
+
Twist drill bits range in diameter from 0.002 to 3.5 in (0.051 to 88.900 mm)
|
| 570 |
+
|
| 571 |
+
[
|
| 572 |
+
|
| 573 |
+
9
|
| 574 |
+
|
| 575 |
+
]
|
| 576 |
+
|
| 577 |
+
and can be as long as 25.5 in (650 mm).
|
| 578 |
+
|
| 579 |
+
[
|
| 580 |
+
|
| 581 |
+
10
|
| 582 |
+
|
| 583 |
+
]
|
| 584 |
+
|
| 585 |
+
The geometry and sharpening of the cutting edges is crucial to the performance of the bit. Small bits that become blunt are often discarded because sharpening them correctly is difficult and they are cheap to replace. For larger bits, special grinding jigs are available. A special
|
| 586 |
+
|
| 587 |
+
tool grinder
|
| 588 |
+
|
| 589 |
+
is available for sharpening or reshaping cutting surfaces on twist drill bits in order to optimize the bit for a particular material.
|
| 590 |
+
|
| 591 |
+
Manufacturers can produce special versions of the twist drill bit, varying the geometry and the materials used, to suit particular machinery and particular materials to be cut. Twist drill bits are available in the widest choice of tooling materials. However, even for industrial users, most holes are drilled with standard
|
| 592 |
+
|
| 593 |
+
high-speed steel
|
| 594 |
+
|
| 595 |
+
bits.
|
| 596 |
+
|
| 597 |
+
A 5 mm carbide bit displaying shallow point angle
|
| 598 |
+
|
| 599 |
+
The most common twist drill bit (sold in general hardware stores) has a point angle of 118 degrees, acceptable for use in wood, metal, plastic, and most other materials, although it does not perform as well as using the optimum angle for each material. In most materials it does not tend to wander or dig in.
|
| 600 |
+
|
| 601 |
+
A more aggressive angle, such as 90 degrees, is suited for very soft plastics and other materials; it would wear rapidly in hard materials. Such a bit is generally self-starting and can cut very quickly. A shallower angle, such as 150 degrees, is suited for drilling steels and other tougher materials. This style of bit requires a starter hole, but does not bind or suffer premature wear so long as a suitable feed rate is used.
|
| 602 |
+
|
| 603 |
+
Drill bits with no point angle are used in situations where a blind, flat-bottomed hole is required. These bits are very sensitive to changes in lip angle, and even a slight change can result in an inappropriately fast cutting drill bit that will suffer premature wear.
|
| 604 |
+
|
| 605 |
+
Long series
|
| 606 |
+
|
| 607 |
+
drill bits are unusually long twist drill bits. However, they are not the best tool for routinely drilling deep holes, as they require frequent withdrawal to clear the flutes of swarf and to prevent breakage of the bit. Instead,
|
| 608 |
+
|
| 609 |
+
gun drill
|
| 610 |
+
|
| 611 |
+
(through coolant drill) bits are preferred for deep hole drilling.
|
| 612 |
+
|
| 613 |
+
Twist drill bit cutting edges
|
| 614 |
+
|
| 615 |
+
Twist drill bit with
|
| 616 |
+
|
| 617 |
+
Morse taper
|
| 618 |
+
|
| 619 |
+
shank
|
| 620 |
+
|
| 621 |
+
11
|
| 622 |
+
|
| 623 |
+
⁄
|
| 624 |
+
|
| 625 |
+
32
|
| 626 |
+
|
| 627 |
+
in (8.7313 mm) drill bits - long-series morse, plain morse, jobber
|
| 628 |
+
|
| 629 |
+
Step drill bit
|
| 630 |
+
|
| 631 |
+
[
|
| 632 |
+
|
| 633 |
+
edit
|
| 634 |
+
|
| 635 |
+
]
|
| 636 |
+
|
| 637 |
+
A
|
| 638 |
+
|
| 639 |
+
step drill bit
|
| 640 |
+
|
| 641 |
+
is a drill bit that has the tip ground down to a different diameter. The transition between this ground diameter and the original diameter is either straight, to form a counterbore, or angled, to form a countersink. The advantage to this style is that both diameters have the same flute characteristics, which keeps the bit from clogging when drilling in softer materials, such as aluminum; in contrast, a drill bit with a slip-on collar does not have the same benefit. Most of these bits are custom-made for each application, which makes them more expensive.
|
| 642 |
+
|
| 643 |
+
[
|
| 644 |
+
|
| 645 |
+
11
|
| 646 |
+
|
| 647 |
+
]
|
| 648 |
+
|
| 649 |
+
Unibit
|
| 650 |
+
|
| 651 |
+
[
|
| 652 |
+
|
| 653 |
+
edit
|
| 654 |
+
|
| 655 |
+
]
|
| 656 |
+
|
| 657 |
+
A pair of unibits
|
| 658 |
+
|
| 659 |
+
A
|
| 660 |
+
|
| 661 |
+
unibit
|
| 662 |
+
|
| 663 |
+
(often called a
|
| 664 |
+
|
| 665 |
+
step drill bit
|
| 666 |
+
|
| 667 |
+
) is a roughly
|
| 668 |
+
|
| 669 |
+
conical
|
| 670 |
+
|
| 671 |
+
bit with a
|
| 672 |
+
|
| 673 |
+
stairstep
|
| 674 |
+
|
| 675 |
+
profile.
|
| 676 |
+
|
| 677 |
+
[
|
| 678 |
+
|
| 679 |
+
11
|
| 680 |
+
|
| 681 |
+
]
|
| 682 |
+
|
| 683 |
+
Due to its design, a single bit can be used for drilling a wide range of hole sizes. Some bits come to a point and are thus self-starting. The larger-size bits have blunt tips and are used for hole enlarging.
|
| 684 |
+
|
| 685 |
+
Unibits are commonly used on sheet metal
|
| 686 |
+
|
| 687 |
+
[
|
| 688 |
+
|
| 689 |
+
11
|
| 690 |
+
|
| 691 |
+
]
|
| 692 |
+
|
| 693 |
+
and in general construction. One drill bit can drill the entire range of holes necessary on a countertop, speeding up installation of fixtures. They are often used on softer materials, such as
|
| 694 |
+
|
| 695 |
+
plywood
|
| 696 |
+
|
| 697 |
+
, particle board,
|
| 698 |
+
|
| 699 |
+
drywall
|
| 700 |
+
|
| 701 |
+
, acrylic, and laminate. They can be used on very thin sheet metal, but metals tend to cause premature bit wear and dulling.
|
| 702 |
+
|
| 703 |
+
Unibits are ideal for use in electrical work where thin steel, aluminum or plastic boxes and chassis are encountered. The short length of the unibit and ability to vary the diameter of the finished hole is an advantage in chassis or front panel work. The finished hole can often be made quite smooth and burr-free, especially in plastic.
|
| 704 |
+
|
| 705 |
+
An additional use of unibits is deburring holes left by other bits, as the sharp increase to the next step size allows the cutting edge to scrape burrs off the entry surface of the workpiece. However, the straight flute is poor at chip ejection, and can cause a burr to be formed on the exit side of the hole, more so than a spiral twist drill bit turning at high speed.
|
| 706 |
+
|
| 707 |
+
The unibit was invented by Harry C. Oakes and
|
| 708 |
+
|
| 709 |
+
patented
|
| 710 |
+
|
| 711 |
+
in 1973.
|
| 712 |
+
|
| 713 |
+
[
|
| 714 |
+
|
| 715 |
+
12
|
| 716 |
+
|
| 717 |
+
]
|
| 718 |
+
|
| 719 |
+
It was sold only by the Unibit Corporation in the 1980s until the patent expired, and was later sold by other companies. Unibit is a trademark of
|
| 720 |
+
|
| 721 |
+
Irwin Industrial Tools
|
| 722 |
+
|
| 723 |
+
.
|
| 724 |
+
|
| 725 |
+
Although it is claimed that the stepped drill was invented by Harry C. Oakes it was in fact conceived by George Godbold and first produced by Bradley Engineering, Wandsworth, London in the 1960s and named the Bradrad. It was marketed under this name until the patent was sold to Halls Ltd.uk by whom it is still produced.
|
| 726 |
+
|
| 727 |
+
Hole saw
|
| 728 |
+
|
| 729 |
+
[
|
| 730 |
+
|
| 731 |
+
edit
|
| 732 |
+
|
| 733 |
+
]
|
| 734 |
+
|
| 735 |
+
Main article:
|
| 736 |
+
|
| 737 |
+
Hole saw
|
| 738 |
+
|
| 739 |
+
1.25 in (32 mm) hole saw bit
|
| 740 |
+
|
| 741 |
+
Hole saws take the form of a short open cylinder with saw-teeth on the open edge, used for making relatively large holes in thin material. They remove material only from the edge of the hole, cutting out an intact disc of material, unlike many drills which remove all material in the interior of the hole. They can be used to make large holes in wood, sheet metal and other materials.
|
| 742 |
+
|
| 743 |
+
For metal
|
| 744 |
+
|
| 745 |
+
[
|
| 746 |
+
|
| 747 |
+
edit
|
| 748 |
+
|
| 749 |
+
]
|
| 750 |
+
|
| 751 |
+
Center and spotting drill bit
|
| 752 |
+
|
| 753 |
+
[
|
| 754 |
+
|
| 755 |
+
edit
|
| 756 |
+
|
| 757 |
+
]
|
| 758 |
+
|
| 759 |
+
Center drill bits, numbers 1 to 6
|
| 760 |
+
|
| 761 |
+
Center drill bits
|
| 762 |
+
|
| 763 |
+
, occasionally known as Slocombe drill bits, are used in
|
| 764 |
+
|
| 765 |
+
metalworking
|
| 766 |
+
|
| 767 |
+
to provide a starting hole for a larger-sized drill bit or to make a conical indentation in the end of a workpiece in which to mount a
|
| 768 |
+
|
| 769 |
+
lathe center
|
| 770 |
+
|
| 771 |
+
. In either use, the name seems appropriate, as the bit is either establishing the
|
| 772 |
+
|
| 773 |
+
center
|
| 774 |
+
|
| 775 |
+
of a hole or making a conical hole for a lathe
|
| 776 |
+
|
| 777 |
+
center
|
| 778 |
+
|
| 779 |
+
. However, the true purpose of a center drill bit is the latter task, while the former task is best done with a
|
| 780 |
+
|
| 781 |
+
spotting drill bit
|
| 782 |
+
|
| 783 |
+
(as explained in detail below). Nevertheless, because of the frequent lumping together of both the terminology and the tool use, suppliers may call center drill bits
|
| 784 |
+
|
| 785 |
+
combined-drill-and-countersinks
|
| 786 |
+
|
| 787 |
+
in order to make it unambiguously clear what product is being ordered. They are numbered from 00 to 10 (smallest to largest).
|
| 788 |
+
|
| 789 |
+
Use in making holes for lathe centers
|
| 790 |
+
|
| 791 |
+
[
|
| 792 |
+
|
| 793 |
+
edit
|
| 794 |
+
|
| 795 |
+
]
|
| 796 |
+
|
| 797 |
+
Center drill bits are meant to create a conical hole for "between centers" manufacturing processes (typically lathe or cylindrical-grinder work). That is, they provide a location for a (live, dead, or driven) center to locate the part about an axis. A workpiece machined between centers can be safely removed from one process (perhaps turning in a lathe) and set up in a later process (perhaps a
|
| 798 |
+
|
| 799 |
+
grinding
|
| 800 |
+
|
| 801 |
+
operation) with a negligible loss in the co-axiality of features (usually
|
| 802 |
+
|
| 803 |
+
total indicator reading
|
| 804 |
+
|
| 805 |
+
(TIR) less than 0.002 in (0.05 mm); and TIR < 0.0001 in (0.003 mm) is held in cylindrical grinding operations, as long as conditions are correct).
|
| 806 |
+
|
| 807 |
+
Use in spotting hole centers
|
| 808 |
+
|
| 809 |
+
[
|
| 810 |
+
|
| 811 |
+
edit
|
| 812 |
+
|
| 813 |
+
]
|
| 814 |
+
|
| 815 |
+
Traditional twist drill bits may tend to wander when started on an unprepared surface. Once a bit wanders off course it is difficult to bring it back on center. A center drill bit frequently provides a reasonable starting point as it is short and therefore has a reduced tendency to wander when drilling is started.
|
| 816 |
+
|
| 817 |
+
While the above is a common use of center drill bits, it is a technically incorrect practice and should not be considered for production use. The correct tool to start a traditionally drilled hole (a hole drilled by a high-speed steel (HSS) twist drill bit) is a
|
| 818 |
+
|
| 819 |
+
spotting drill bit
|
| 820 |
+
|
| 821 |
+
(or a
|
| 822 |
+
|
| 823 |
+
spot drill bit
|
| 824 |
+
|
| 825 |
+
, as they are referenced in the U.S.). The included angle of the spotting drill bit should be the same as, or greater than, the conventional drill bit so that the drill bit will then start without undue stress on the bit's corners, which would cause premature failure of the bit and a loss of hole quality.
|
| 826 |
+
|
| 827 |
+
Most modern solid-carbide bits should not be used in conjunction with a spot drill bit or a center drill bit, as solid-carbide bits are specifically designed to start their own hole. Usually, spot drilling will cause premature failure of the solid-carbide bit and a certain loss of hole quality. If it is deemed necessary to
|
| 828 |
+
|
| 829 |
+
chamfer
|
| 830 |
+
|
| 831 |
+
a hole with a spot or center drill bit when a solid-carbide drill bit is used, it is best practice to do so after the hole is drilled.
|
| 832 |
+
|
| 833 |
+
[
|
| 834 |
+
|
| 835 |
+
citation needed
|
| 836 |
+
|
| 837 |
+
]
|
| 838 |
+
|
| 839 |
+
When drilling with a hand-held drill the flexibility of the bit is not the primary source of inaccuracy—it is the user's hands. Therefore, for such operations, a
|
| 840 |
+
|
| 841 |
+
center punch
|
| 842 |
+
|
| 843 |
+
is often used to spot the hole center prior to drilling a
|
| 844 |
+
|
| 845 |
+
pilot hole
|
| 846 |
+
|
| 847 |
+
.
|
| 848 |
+
|
| 849 |
+
Core drill bit
|
| 850 |
+
|
| 851 |
+
[
|
| 852 |
+
|
| 853 |
+
edit
|
| 854 |
+
|
| 855 |
+
]
|
| 856 |
+
|
| 857 |
+
HSS core drills in various sizes
|
| 858 |
+
|
| 859 |
+
A magnetic core drilling machine making hole with annular cutter (core drill)
|
| 860 |
+
|
| 861 |
+
The term
|
| 862 |
+
|
| 863 |
+
core drill bit
|
| 864 |
+
|
| 865 |
+
is used for two quite different tools.
|
| 866 |
+
|
| 867 |
+
Enlarging holes
|
| 868 |
+
|
| 869 |
+
[
|
| 870 |
+
|
| 871 |
+
edit
|
| 872 |
+
|
| 873 |
+
]
|
| 874 |
+
|
| 875 |
+
A bit used to enlarge an existing hole is called a core drill bit. The existing hole may be the result of a
|
| 876 |
+
|
| 877 |
+
core
|
| 878 |
+
|
| 879 |
+
from a
|
| 880 |
+
|
| 881 |
+
casting
|
| 882 |
+
|
| 883 |
+
or a stamped (punched) hole. The name comes from its first use, for drilling out the hole left by a
|
| 884 |
+
|
| 885 |
+
foundry core
|
| 886 |
+
|
| 887 |
+
, a cylinder placed in a mould for a casting that leaves an irregular hole in the product. This core drill bit is solid.
|
| 888 |
+
|
| 889 |
+
These core drill bits are similar in appearance to
|
| 890 |
+
|
| 891 |
+
reamers
|
| 892 |
+
|
| 893 |
+
as they have no cutting point or means of starting a hole. They have 3 or 4 flutes which enhances the finish of the hole and ensures the bit cuts evenly. Core drill bits differ from reamers in the amount of material they are intended to remove. A reamer is only intended to enlarge a hole a slight amount which, depending on the reamers size, may be anything from 0.1 millimeter to perhaps a millimeter. A core drill bit may be used to double the size of a hole.
|
| 894 |
+
|
| 895 |
+
Using an ordinary two-flute twist drill bit to enlarge the hole resulting from a casting core will not produce a clean result, the result will possibly be out of round, off center and generally of poor finish. The two fluted drill bit also has a tendency to grab on any protuberance (such as
|
| 896 |
+
|
| 897 |
+
flash
|
| 898 |
+
|
| 899 |
+
) which may occur in the product.
|
| 900 |
+
|
| 901 |
+
Extracting core
|
| 902 |
+
|
| 903 |
+
[
|
| 904 |
+
|
| 905 |
+
edit
|
| 906 |
+
|
| 907 |
+
]
|
| 908 |
+
|
| 909 |
+
Main article:
|
| 910 |
+
|
| 911 |
+
Annular cutter
|
| 912 |
+
|
| 913 |
+
A hollow cylindrical bit which will cut a hole with an
|
| 914 |
+
|
| 915 |
+
annular
|
| 916 |
+
|
| 917 |
+
cross-section and leave the inner cylinder of material (the "core") intact, often removing it, is also called a core drill bit or
|
| 918 |
+
|
| 919 |
+
annular cutter
|
| 920 |
+
|
| 921 |
+
. Unlike other drills, the purpose is often to retrieve the core rather than simply to make a hole. A diamond core drill bit is intended to cut an annular hole in the workpiece. Large bits of similar shape are used for geological work, where a deep hole is drilled in sediment or ice and the drill bit, which now contains an intact core of the material drilled with a diameter of several centimeters, is retrieved to allow study of the
|
| 922 |
+
|
| 923 |
+
strata
|
| 924 |
+
|
| 925 |
+
.
|
| 926 |
+
|
| 927 |
+
Countersink bit
|
| 928 |
+
|
| 929 |
+
[
|
| 930 |
+
|
| 931 |
+
edit
|
| 932 |
+
|
| 933 |
+
]
|
| 934 |
+
|
| 935 |
+
Main article:
|
| 936 |
+
|
| 937 |
+
Countersink
|
| 938 |
+
|
| 939 |
+
A countersink is a conical hole cut into a manufactured object; a countersink bit (sometimes called simply countersink) is the cutter used to cut such a hole. A common use is to allow the head of a bolt or screw, with a shape exactly matching the countersunk hole, to sit flush with or below the surface of the surrounding material. (By comparison, a counterbore makes a flat-bottomed hole that might be used with a hex-headed capscrew.) A countersink may also be used to remove the burr left from a drilling or tapping operation.
|
| 940 |
+
|
| 941 |
+
Ejector drill bit
|
| 942 |
+
|
| 943 |
+
[
|
| 944 |
+
|
| 945 |
+
edit
|
| 946 |
+
|
| 947 |
+
]
|
| 948 |
+
|
| 949 |
+
Used almost exclusively for deep hole drilling of medium to large diameter holes (approximately
|
| 950 |
+
|
| 951 |
+
3
|
| 952 |
+
|
| 953 |
+
⁄
|
| 954 |
+
|
| 955 |
+
4
|
| 956 |
+
|
| 957 |
+
–4 in or 19–102 mm diameter). An ejector drill bit uses a specially designed carbide cutter at the point. The bit body is essentially a tube within a tube. Flushing water travels down between the two tubes. Chip removal is back through the center of the bit.
|
| 958 |
+
|
| 959 |
+
Gun drill bit
|
| 960 |
+
|
| 961 |
+
[
|
| 962 |
+
|
| 963 |
+
edit
|
| 964 |
+
|
| 965 |
+
]
|
| 966 |
+
|
| 967 |
+
Main article:
|
| 968 |
+
|
| 969 |
+
Gun drill
|
| 970 |
+
|
| 971 |
+
Gun drills are straight fluted drills which allow
|
| 972 |
+
|
| 973 |
+
cutting fluid
|
| 974 |
+
|
| 975 |
+
(either compressed air or a suitable liquid) to be injected through the drill's hollow body to the cutting face.
|
| 976 |
+
|
| 977 |
+
Indexable drill bit
|
| 978 |
+
|
| 979 |
+
[
|
| 980 |
+
|
| 981 |
+
edit
|
| 982 |
+
|
| 983 |
+
]
|
| 984 |
+
|
| 985 |
+
Indexable drill bits are primarily used in
|
| 986 |
+
|
| 987 |
+
CNC
|
| 988 |
+
|
| 989 |
+
and other high precision or production equipment, and are the most expensive type of drill bit, costing the most per diameter and length. Like
|
| 990 |
+
|
| 991 |
+
indexable lathe tools
|
| 992 |
+
|
| 993 |
+
and
|
| 994 |
+
|
| 995 |
+
milling cutters
|
| 996 |
+
|
| 997 |
+
, they use replaceable carbide or ceramic inserts as a cutting face to alleviate the need for a tool grinder. One insert is responsible for the outer radius of the cut, and another insert is responsible for the inner radius. The tool itself handles the point deformity, as it is a low-wear task. The bit is hardened and coated against wear far more than the average drill bit, as the shank is non-consumable. Almost all indexable drill bits have multiple coolant channels for prolonged tool life under heavy usage. They are also readily available in odd configurations, such as straight flute, fast spiral, multiflute, and a variety of cutting face geometries.
|
| 998 |
+
|
| 999 |
+
Typically indexable drill bits are used in holes that are no deeper than about 5 times the bit diameter. They are capable of quite high axial loads and cut very fast.
|
| 1000 |
+
|
| 1001 |
+
Left-hand bit
|
| 1002 |
+
|
| 1003 |
+
[
|
| 1004 |
+
|
| 1005 |
+
edit
|
| 1006 |
+
|
| 1007 |
+
]
|
| 1008 |
+
|
| 1009 |
+
An
|
| 1010 |
+
|
| 1011 |
+
1
|
| 1012 |
+
|
| 1013 |
+
⁄
|
| 1014 |
+
|
| 1015 |
+
8
|
| 1016 |
+
|
| 1017 |
+
-inch left-hand drill bit
|
| 1018 |
+
|
| 1019 |
+
Left-hand bits are almost always twist bits and are predominantly used in the
|
| 1020 |
+
|
| 1021 |
+
repetition
|
| 1022 |
+
|
| 1023 |
+
engineering industry on screw machines or drilling heads. Left-handed drill bits allow a machining operation to continue where either the spindle cannot be reversed or the design of the machine makes it more efficient to run left-handed. With the increased use of the more versatile
|
| 1024 |
+
|
| 1025 |
+
CNC machines
|
| 1026 |
+
|
| 1027 |
+
, their use is less common than when specialized machines were required for machining tasks.
|
| 1028 |
+
|
| 1029 |
+
Screw extractors
|
| 1030 |
+
|
| 1031 |
+
are essentially left-hand bits of specialized shape, used to remove common right-hand
|
| 1032 |
+
|
| 1033 |
+
screws
|
| 1034 |
+
|
| 1035 |
+
whose heads are broken or too damaged to allow a screwdriver tip to engage, making use of a screwdriver impossible. The extractor is pressed against the damaged head and rotated counter-clockwise and will tend to jam in the damaged head and then turn the screw counter-clockwise, unscrewing it. For screws that break off deeper in the hole, an extractor set will often include left handed drill bits of the appropriate diameters so that grab holes can be drilled into the screws in a left handed direction, preventing further tightening of the broken piece.
|
| 1036 |
+
|
| 1037 |
+
Metal spade bit
|
| 1038 |
+
|
| 1039 |
+
[
|
| 1040 |
+
|
| 1041 |
+
edit
|
| 1042 |
+
|
| 1043 |
+
]
|
| 1044 |
+
|
| 1045 |
+
A spade drill bit for metal is a two part bit with a tool holder and an insertable tip, called an insert. The inserts come in various sizes that range from
|
| 1046 |
+
|
| 1047 |
+
7
|
| 1048 |
+
|
| 1049 |
+
⁄
|
| 1050 |
+
|
| 1051 |
+
16
|
| 1052 |
+
|
| 1053 |
+
to 2.5 inches (11 to 64 mm). The tool holder usually has a coolant passage running through it.
|
| 1054 |
+
|
| 1055 |
+
[
|
| 1056 |
+
|
| 1057 |
+
13
|
| 1058 |
+
|
| 1059 |
+
]
|
| 1060 |
+
|
| 1061 |
+
They are capable of cutting to a depth of about 10 times the bit diameter. This type of drill bit can also be used to make stepped holes.
|
| 1062 |
+
|
| 1063 |
+
Straight fluted bit
|
| 1064 |
+
|
| 1065 |
+
[
|
| 1066 |
+
|
| 1067 |
+
edit
|
| 1068 |
+
|
| 1069 |
+
]
|
| 1070 |
+
|
| 1071 |
+
Straight fluted drill bits do not have a helical twist like twist drill bits do. They are used when drilling
|
| 1072 |
+
|
| 1073 |
+
copper
|
| 1074 |
+
|
| 1075 |
+
or
|
| 1076 |
+
|
| 1077 |
+
brass
|
| 1078 |
+
|
| 1079 |
+
because they have less of a tendency to "dig in" or grab the material.
|
| 1080 |
+
|
| 1081 |
+
Trepan
|
| 1082 |
+
|
| 1083 |
+
[
|
| 1084 |
+
|
| 1085 |
+
edit
|
| 1086 |
+
|
| 1087 |
+
]
|
| 1088 |
+
|
| 1089 |
+
See also:
|
| 1090 |
+
|
| 1091 |
+
Trepanning (drilling)
|
| 1092 |
+
|
| 1093 |
+
and
|
| 1094 |
+
|
| 1095 |
+
Cranial drill
|
| 1096 |
+
|
| 1097 |
+
A trepan, sometimes called a BTA drill bit (after the Boring and Trepanning Association), is a drill bit that cuts an annulus and leaves a center core. Trepans usually have multiple carbide inserts and rely on water to cool the cutting tips and to flush chips out of the hole. Trepans are often used to cut large diameters and deep holes. Typical bit diameters are 6–14 in (150–360 mm) and hole depth from 12 in (300 mm) up to 71 feet (22 m).
|
| 1098 |
+
|
| 1099 |
+
For wood
|
| 1100 |
+
|
| 1101 |
+
[
|
| 1102 |
+
|
| 1103 |
+
edit
|
| 1104 |
+
|
| 1105 |
+
]
|
| 1106 |
+
|
| 1107 |
+
Brad point bit
|
| 1108 |
+
|
| 1109 |
+
[
|
| 1110 |
+
|
| 1111 |
+
edit
|
| 1112 |
+
|
| 1113 |
+
]
|
| 1114 |
+
|
| 1115 |
+
A 10.5 mm brad point drill bit
|
| 1116 |
+
|
| 1117 |
+
The
|
| 1118 |
+
|
| 1119 |
+
brad point drill bit
|
| 1120 |
+
|
| 1121 |
+
(also known as
|
| 1122 |
+
|
| 1123 |
+
lip and spur drill bit
|
| 1124 |
+
|
| 1125 |
+
, and
|
| 1126 |
+
|
| 1127 |
+
dowel drill bit
|
| 1128 |
+
|
| 1129 |
+
) is a variation of the
|
| 1130 |
+
|
| 1131 |
+
twist drill bit
|
| 1132 |
+
|
| 1133 |
+
which is optimized for drilling in wood.
|
| 1134 |
+
|
| 1135 |
+
Conventional twist drill bits tend to wander when presented to a flat workpiece. For metalwork, this is countered by drilling a pilot hole with a spotting drill bit. In wood, the brad point drill bit is another solution: the center of the drill bit is given not the straight chisel of the twist drill bit, but a spur with a sharp point, and four sharp corners to cut the wood. While drilling, the sharp point of the spur pushes into the soft wood to keep the drill bit in line.
|
| 1136 |
+
|
| 1137 |
+
Metals are typically
|
| 1138 |
+
|
| 1139 |
+
isotropic
|
| 1140 |
+
|
| 1141 |
+
, so even an ordinary twist drill bit will shear the edges of the hole cleanly.
|
| 1142 |
+
|
| 1143 |
+
Wood
|
| 1144 |
+
|
| 1145 |
+
drilled across the grain, however, produces long strands of wood fiber. These long strands tend to pull out of the hole, rather than being cleanly cut at the hole edge. The brad point drill bit has the outside corner of the cutting edges leading, so that it cuts the periphery of the hole before the inner parts of the cutting edges plane off the base of the hole. By cutting the periphery first, the lip maximizes the chance that the fibers can be cut cleanly, rather than having to be pulled messily from the timber.
|
| 1146 |
+
|
| 1147 |
+
Brad point drill bits are also effective in soft plastic. When using conventional twist drill bits in a handheld drill, where the drilling direction is not maintained perfectly throughout the operation, there is a tendency for hole edges to be "smeared" due to side friction and heat.
|
| 1148 |
+
|
| 1149 |
+
In metal, the brad point drill bit is confined to drilling only the thinnest and softest
|
| 1150 |
+
|
| 1151 |
+
sheet metals
|
| 1152 |
+
|
| 1153 |
+
, ideally with a
|
| 1154 |
+
|
| 1155 |
+
drill press
|
| 1156 |
+
|
| 1157 |
+
. The bits have an extremely fast cutting tool geometry: no point angle, combined with a large (considering the flat cutting edge) lip angle, causes the edges to take a very aggressive cut with relatively little point pressure. This means these bits tend to bind in metal; given a workpiece of sufficient thinness, they have a tendency to punch through and leave the bit's cross-sectional geometry behind.
|
| 1158 |
+
|
| 1159 |
+
Brad point drill bits are ordinarily available in diameters from 3–16 mm (0.12–0.63 in).
|
| 1160 |
+
|
| 1161 |
+
Wood spade bit
|
| 1162 |
+
|
| 1163 |
+
[
|
| 1164 |
+
|
| 1165 |
+
edit
|
| 1166 |
+
|
| 1167 |
+
]
|
| 1168 |
+
|
| 1169 |
+
Spade bits are used for rough boring in wood. They tend to cause splintering when they emerge from the workpiece. Woodworkers avoid splintering by finishing the hole from the opposite side of the work. Spade bits are flat, with a centering point and two cutters. The cutters are often equipped with spurs in an attempt to ensure a cleaner hole. With their small shank diameters relative to their boring diameters, spade bit shanks often have flats forged or ground into them to prevent slipping in drill chucks. Some bits are equipped with long shanks and have a small hole drilled through the flat part, allowing them to be used much like a
|
| 1170 |
+
|
| 1171 |
+
bell-hanger bit
|
| 1172 |
+
|
| 1173 |
+
. Intended for high speed use, they are used with electric hand drills. Spade bits are also sometimes referred to as "paddle bits".
|
| 1174 |
+
|
| 1175 |
+
Spade drill bits are ordinarily available in diameters from 6 to 36 mm, or
|
| 1176 |
+
|
| 1177 |
+
1
|
| 1178 |
+
|
| 1179 |
+
⁄
|
| 1180 |
+
|
| 1181 |
+
4
|
| 1182 |
+
|
| 1183 |
+
to
|
| 1184 |
+
|
| 1185 |
+
1
|
| 1186 |
+
|
| 1187 |
+
+
|
| 1188 |
+
|
| 1189 |
+
1
|
| 1190 |
+
|
| 1191 |
+
⁄
|
| 1192 |
+
|
| 1193 |
+
2
|
| 1194 |
+
|
| 1195 |
+
inches.
|
| 1196 |
+
|
| 1197 |
+
Spade bits
|
| 1198 |
+
|
| 1199 |
+
Tiny spade bit
|
| 1200 |
+
|
| 1201 |
+
Spoon bit
|
| 1202 |
+
|
| 1203 |
+
[
|
| 1204 |
+
|
| 1205 |
+
edit
|
| 1206 |
+
|
| 1207 |
+
]
|
| 1208 |
+
|
| 1209 |
+
Spoon bits consist of a grooved shank with a point shaped somewhat like the bowl of a spoon, with the cutting edge on the end. The more common type is like a gouge bit that ends in a slight point. This is helpful for starting the hole, as it has a center that will not wander or walk. These bits are used by chair-makers for boring or reaming holes in the seats and arms of chairs. Their design is ancient, going back to Roman times. Spoon bits have even been found in Viking excavations. Modern spoon bits are made of hand-forged carbon steel, carefully heat-treated and then hand ground to a fine edge.
|
| 1210 |
+
|
| 1211 |
+
Spoon bits are the traditional boring tools used with a brace. They should never be used with a power drill of any kind. Their key advantage over regular brace bits and power drill bits is that the angle of the hole can be adjusted. This is very important in chairmaking, because all the angles are usually eyeballed. Another advantage is that they do not have a lead screw, so they can be drilled successfully in a chair leg without having the lead screw peek out the other side.
|
| 1212 |
+
|
| 1213 |
+
When reaming a pre-bored straight-sided hole, the spoon bit is inserted into the hole and rotated in a clockwise direction with a carpenters' brace until the desired taper is achieved. When boring into solid wood, the bit should be started in the vertical position; after a "dish" has been created and the bit has begun to "bite" into the wood, the angle of boring can be changed by tilting the brace a bit out of the vertical. Holes can be drilled precisely, cleanly and quickly in any wood, at any angle of incidence, with total control of direction and the ability to change that direction at will.
|
| 1214 |
+
|
| 1215 |
+
Parallel spoon bits are used primarily for boring holes in the seat of a
|
| 1216 |
+
|
| 1217 |
+
Windsor chair
|
| 1218 |
+
|
| 1219 |
+
to take the back spindles, or similar round-tenon work when assembling furniture frames in
|
| 1220 |
+
|
| 1221 |
+
green woodworking
|
| 1222 |
+
|
| 1223 |
+
work.
|
| 1224 |
+
|
| 1225 |
+
The spoon bit may be honed by using a slipstone on the inside of the cutting edge; the outside edge should never be touched.
|
| 1226 |
+
|
| 1227 |
+
Forstner bit
|
| 1228 |
+
|
| 1229 |
+
[
|
| 1230 |
+
|
| 1231 |
+
edit
|
| 1232 |
+
|
| 1233 |
+
]
|
| 1234 |
+
|
| 1235 |
+
25 mm (1.0 in) Forstner bit
|
| 1236 |
+
|
| 1237 |
+
Another Forstner bit
|
| 1238 |
+
|
| 1239 |
+
Forstner bits were patented by
|
| 1240 |
+
|
| 1241 |
+
Benjamin Forstner
|
| 1242 |
+
|
| 1243 |
+
in 1886.
|
| 1244 |
+
|
| 1245 |
+
[
|
| 1246 |
+
|
| 1247 |
+
14
|
| 1248 |
+
|
| 1249 |
+
]
|
| 1250 |
+
|
| 1251 |
+
They bore precise, flat-bottomed holes in wood, in any orientation with respect to the wood grain. They can cut on the edge of a block of wood, and can cut overlapping holes; for such applications they are normally used in drill presses or lathes rather than in hand-held electric drills. Because of the flat bottom of the hole, they are useful for drilling through veneer already glued to add an inlay.
|
| 1252 |
+
|
| 1253 |
+
The bit includes a center
|
| 1254 |
+
|
| 1255 |
+
brad point
|
| 1256 |
+
|
| 1257 |
+
which guides it throughout the cut (and incidentally spoils the otherwise flat bottom of the hole). The cylindrical cutter around the perimeter shears the wood fibers at the edge of the bore, and also helps guide the bit into the material more precisely. Forstner bits have radial cutting edges to plane off the material at the bottom of the hole. Bits may have two or more radial edges. Forstner bits have no mechanism to clear chips from the hole, and therefore must be pulled out periodically.
|
| 1258 |
+
|
| 1259 |
+
Sawtooth bits are also available, which include many more cutting edges to the cylinder. These cut faster, but produce a more ragged hole. They have advantages over Forstner bits when boring into
|
| 1260 |
+
|
| 1261 |
+
end grain
|
| 1262 |
+
|
| 1263 |
+
.
|
| 1264 |
+
|
| 1265 |
+
Bits are commonly available in sizes from 8–50 mm (0.3–2.0 in) diameter. Sawtooth bits are available up to 100 mm (4 in) diameter.
|
| 1266 |
+
|
| 1267 |
+
Center bit
|
| 1268 |
+
|
| 1269 |
+
[
|
| 1270 |
+
|
| 1271 |
+
edit
|
| 1272 |
+
|
| 1273 |
+
]
|
| 1274 |
+
|
| 1275 |
+
The center bit is optimized for drilling in wood with a
|
| 1276 |
+
|
| 1277 |
+
hand brace
|
| 1278 |
+
|
| 1279 |
+
. Many different designs have been produced.
|
| 1280 |
+
|
| 1281 |
+
The center of the bit is a tapered screw thread. This screws into the wood as the bit is turned, and pulls the bit into the wood. There is no need for any force to push the bit into the workpiece, only the torque to turn the bit. This is ideal for a bit for a hand tool. The radial cutting edges remove a slice of wood of thickness equal to the pitch of the central screw for each rotation of the bit. To pull the bit from the hole, either the female thread in the wood workpiece must be stripped, or the rotation of the bit must be reversed.
|
| 1282 |
+
|
| 1283 |
+
The edge of the bit has a sharpened spur to cut the fibers of the wood, as in the brad point drill bit. A radial cutting edge planes the wood from the base of the hole. In this version, there is minimal or no spiral to remove chips from the hole. The bit must be periodically withdrawn to clear the chips.
|
| 1284 |
+
|
| 1285 |
+
Some versions have two spurs. Some have two radial cutting edges.
|
| 1286 |
+
|
| 1287 |
+
Center bits do not cut well in the end grain of wood. The central screw tends to pull out, or to split the wood along the grain, and the radial edges have trouble cutting through the long wood fibers.
|
| 1288 |
+
|
| 1289 |
+
Center bits are made of relatively soft steel, and can be sharpened with a file.
|
| 1290 |
+
|
| 1291 |
+
A 19 mm (3/4 inch) center bit, made sometime before 1950
|
| 1292 |
+
|
| 1293 |
+
Center bit tip detail
|
| 1294 |
+
|
| 1295 |
+
Auger bit
|
| 1296 |
+
|
| 1297 |
+
[
|
| 1298 |
+
|
| 1299 |
+
edit
|
| 1300 |
+
|
| 1301 |
+
]
|
| 1302 |
+
|
| 1303 |
+
Further information:
|
| 1304 |
+
|
| 1305 |
+
Auger (drill)
|
| 1306 |
+
|
| 1307 |
+
The cutting principles of the auger bit are the same as those of the center bit above. The auger adds a long deep spiral flute for effective chip removal.
|
| 1308 |
+
|
| 1309 |
+
Two styles of auger bit are commonly used in hand braces: the
|
| 1310 |
+
|
| 1311 |
+
Jennings
|
| 1312 |
+
|
| 1313 |
+
or Jennings-pattern bit has a self-feeding screw tip, two spurs and two radial cutting edges. This bit has a double flute starting from the cutting edges, and extending several inches up the shank of the bit, for waste removal. This pattern of bit was developed by Russell Jennings in the mid-19th century.
|
| 1314 |
+
|
| 1315 |
+
The
|
| 1316 |
+
|
| 1317 |
+
Irwin
|
| 1318 |
+
|
| 1319 |
+
or solid-center auger bit is similar, the only difference being that one of the cutting edges has only a "vestigal flute" supporting it, which extends only about
|
| 1320 |
+
|
| 1321 |
+
1
|
| 1322 |
+
|
| 1323 |
+
⁄
|
| 1324 |
+
|
| 1325 |
+
2
|
| 1326 |
+
|
| 1327 |
+
in (13 mm) up the shank before ending. The other flute continues full-length up the shank for waste removal. The Irwin bit may afford greater space for waste removal, greater strength (because the design allows for a center shank of increased size within the flutes, as compared to the Jenning bits), or smaller manufacturing costs. This style of bit was invented in 1884, and the rights sold to Charles Irwin who patented and marketed this pattern the following year.
|
| 1328 |
+
|
| 1329 |
+
Both styles of auger bits were manufactured by several companies throughout the early- and mid-20th century, and are still available new from select sources today.
|
| 1330 |
+
|
| 1331 |
+
The diameter of auger bits for hand braces is commonly expressed by a single number, indicating the size in 16ths of an inch. For example, #4 is 4/16 or 1/4 in (6.35 mm), #6 is 6/16 or 3/8 in (9.53 mm), #9 is 9/16 in (14,29 mm), and #16 is 16/16 or 1 in (25,4 mm). Sets commonly consist of #4-16 or #4-10 bits.
|
| 1332 |
+
|
| 1333 |
+
The bit shown in the picture is a modern design for use in portable power tools, made in the UK in about 1995. It has a single spur, a single radial cutting edge and a single flute. Similar auger bits are made with diameters from 6 mm (3/16 in) to 30 mm (1 3/16 in). Augers up to 600 mm (2.0 ft) long are available, where the chip-clearing capability is especially valuable for drilling deep holes.
|
| 1334 |
+
|
| 1335 |
+
20 mm (0.79 in) auger bit for wood
|
| 1336 |
+
|
| 1337 |
+
Auger bit tip detail
|
| 1338 |
+
|
| 1339 |
+
Gimlet bit
|
| 1340 |
+
|
| 1341 |
+
[
|
| 1342 |
+
|
| 1343 |
+
edit
|
| 1344 |
+
|
| 1345 |
+
]
|
| 1346 |
+
|
| 1347 |
+
The gimlet bit is a very old design. The bit is the same style as that used in the
|
| 1348 |
+
|
| 1349 |
+
gimlet
|
| 1350 |
+
|
| 1351 |
+
, a self-contained tool for boring small holes in wood by hand. Since about 1850, gimlets have had a variety of cutter designs, but some are still produced with the original version. The gimlet bit is intended to be used in a hand brace for drilling into wood. It is the usual style of bit for use in a brace for holes below about 7 mm (0.28 in) diameter.
|
| 1352 |
+
|
| 1353 |
+
The tip of the gimlet bit acts as a tapered screw, to draw the bit into the wood and to begin forcing aside the wood fibers, without necessarily cutting them. The cutting action occurs at the side of the broadest part of the cutter. Most drill bits cut the base of the hole. The gimlet bit cuts the side of the hole.
|
| 1354 |
+
|
| 1355 |
+
Gimlet bit for wood, made sometime before 1950.
|
| 1356 |
+
|
| 1357 |
+
Gimlet bit tip detail
|
| 1358 |
+
|
| 1359 |
+
Hinge sinker bit
|
| 1360 |
+
|
| 1361 |
+
[
|
| 1362 |
+
|
| 1363 |
+
edit
|
| 1364 |
+
|
| 1365 |
+
]
|
| 1366 |
+
|
| 1367 |
+
30 mm hinge sinker bit
|
| 1368 |
+
|
| 1369 |
+
The hinge sinker bit is an example of a custom drill bit design for a specific application. Many European kitchen cabinets are made from
|
| 1370 |
+
|
| 1371 |
+
particle board
|
| 1372 |
+
|
| 1373 |
+
or
|
| 1374 |
+
|
| 1375 |
+
medium-density fiberboard
|
| 1376 |
+
|
| 1377 |
+
(MDF) with a laminated
|
| 1378 |
+
|
| 1379 |
+
melamine resin
|
| 1380 |
+
|
| 1381 |
+
veneer. Those types of
|
| 1382 |
+
|
| 1383 |
+
pressed wood
|
| 1384 |
+
|
| 1385 |
+
boards are not very strong, and the screws of butt
|
| 1386 |
+
|
| 1387 |
+
hinges
|
| 1388 |
+
|
| 1389 |
+
tend to pull out. A specialist hinge has been developed which uses the walls of a 35 mm-diameter (1.4 in) hole, bored in the particle board, for support. This is a very common and relatively successful construction method.
|
| 1390 |
+
|
| 1391 |
+
A Forstner bit could bore the mounting hole for the hinge, but particle board and MDF are very abrasive materials, and steel cutting edges soon wear. A
|
| 1392 |
+
|
| 1393 |
+
tungsten carbide
|
| 1394 |
+
|
| 1395 |
+
cutter is needed, but the complex shape of a forstner bit is difficult to manufacture in carbide, so this special drill bit with a simpler shape is commonly used. It has cutting edges of tungsten carbide brazed to a steel body; a center spur keeps the bit from wandering.
|
| 1396 |
+
|
| 1397 |
+
Adjustable wood bits
|
| 1398 |
+
|
| 1399 |
+
[
|
| 1400 |
+
|
| 1401 |
+
edit
|
| 1402 |
+
|
| 1403 |
+
]
|
| 1404 |
+
|
| 1405 |
+
An adjustable wood bit meant for use in a
|
| 1406 |
+
|
| 1407 |
+
brace
|
| 1408 |
+
|
| 1409 |
+
An adjustable wood bit, also known as an expansive wood bit, has a small center pilot bit with an adjustable, sliding cutting edge mounted above it, usually containing a single sharp point at the outside, with a
|
| 1410 |
+
|
| 1411 |
+
set screw
|
| 1412 |
+
|
| 1413 |
+
to lock the cutter in position. When the cutting edge is centered on the bit, the hole drilled will be small, and when the cutting edge is slid outwards, a larger hole is drilled. This allows a single drill bit to drill a wide variety of holes, and can take the place of a large, heavy set of different size bits, as well as providing uncommon bit sizes. A
|
| 1414 |
+
|
| 1415 |
+
ruler
|
| 1416 |
+
|
| 1417 |
+
or
|
| 1418 |
+
|
| 1419 |
+
vernier scale
|
| 1420 |
+
|
| 1421 |
+
is usually provided to allow precise adjustment of the bit size.
|
| 1422 |
+
|
| 1423 |
+
These bits are available both in a version similar to an auger bit or brace bit, designed for low speed, high torque use with a brace or other hand drill (pictured to the right), or as a high speed, low torque bit meant for a power drill. While the shape of the cutting edges is different, and one uses screw threads and the other a twist bit for the pilot, the method of adjusting them remains the same.
|
| 1424 |
+
|
| 1425 |
+
Other materials
|
| 1426 |
+
|
| 1427 |
+
[
|
| 1428 |
+
|
| 1429 |
+
edit
|
| 1430 |
+
|
| 1431 |
+
]
|
| 1432 |
+
|
| 1433 |
+
Diamond core bit
|
| 1434 |
+
|
| 1435 |
+
[
|
| 1436 |
+
|
| 1437 |
+
edit
|
| 1438 |
+
|
| 1439 |
+
]
|
| 1440 |
+
|
| 1441 |
+
Main article:
|
| 1442 |
+
|
| 1443 |
+
Diamond core drill bit
|
| 1444 |
+
|
| 1445 |
+
The diamond masonry mortar bit is a hybrid drill bit, designed to work as a combination router and drill bit. It consists of a steel shell, with the diamonds embedded in metal segments attached to the cutting edge. These drill bits are used at relatively low speeds.
|
| 1446 |
+
|
| 1447 |
+
Masonry drill bit
|
| 1448 |
+
|
| 1449 |
+
[
|
| 1450 |
+
|
| 1451 |
+
edit
|
| 1452 |
+
|
| 1453 |
+
]
|
| 1454 |
+
|
| 1455 |
+
The masonry bit shown here is a variation of the twist drill bit. The bulk of the tool is a relatively soft steel, and is machined with a
|
| 1456 |
+
|
| 1457 |
+
mill
|
| 1458 |
+
|
| 1459 |
+
rather than ground. An insert of
|
| 1460 |
+
|
| 1461 |
+
tungsten carbide
|
| 1462 |
+
|
| 1463 |
+
is
|
| 1464 |
+
|
| 1465 |
+
brazed
|
| 1466 |
+
|
| 1467 |
+
into the steel to provide the cutting edges.
|
| 1468 |
+
|
| 1469 |
+
Masonry bits typically are used with a
|
| 1470 |
+
|
| 1471 |
+
hammer drill
|
| 1472 |
+
|
| 1473 |
+
, which hammers the bit into the material being drilled as it rotates; the hammering breaks up the masonry at the drill bit tip, and the rotating flutes carry away the dust. Rotating the bit also brings the cutting edges onto a fresh portion of the hole bottom with every hammer blow. Hammer drill bits often use special shank shapes such as the
|
| 1474 |
+
|
| 1475 |
+
SDS
|
| 1476 |
+
|
| 1477 |
+
type, which allows the bit to slide within the chuck when hammering, without the whole heavy chuck executing the hammering motion.
|
| 1478 |
+
|
| 1479 |
+
Masonry bits of the style shown are commonly available in diameters from 3 mm to 40 mm. For larger diameters, core bits are used. Masonry bits up to 1,000 mm (39 in) long can be used with hand-portable power tools, and are very effective for installing wiring and plumbing in existing buildings.
|
| 1480 |
+
|
| 1481 |
+
A
|
| 1482 |
+
|
| 1483 |
+
star drill bit
|
| 1484 |
+
|
| 1485 |
+
, similar in appearance and function to a hole punch or chisel, is used as a hand powered drill in conjunction with a
|
| 1486 |
+
|
| 1487 |
+
hammer
|
| 1488 |
+
|
| 1489 |
+
to drill into
|
| 1490 |
+
|
| 1491 |
+
stone
|
| 1492 |
+
|
| 1493 |
+
and
|
| 1494 |
+
|
| 1495 |
+
masonry
|
| 1496 |
+
|
| 1497 |
+
. A star drill bit's cutting edge consists of several blades joined at the center to form a star pattern.
|
| 1498 |
+
|
| 1499 |
+
25×500 mm
|
| 1500 |
+
|
| 1501 |
+
SDS-plus
|
| 1502 |
+
|
| 1503 |
+
masonry bit
|
| 1504 |
+
|
| 1505 |
+
Masonry bit tip
|
| 1506 |
+
|
| 1507 |
+
Rebar resistant bit with four carbide cutters
|
| 1508 |
+
|
| 1509 |
+
Star drill
|
| 1510 |
+
|
| 1511 |
+
Glass drill bit
|
| 1512 |
+
|
| 1513 |
+
[
|
| 1514 |
+
|
| 1515 |
+
edit
|
| 1516 |
+
|
| 1517 |
+
]
|
| 1518 |
+
|
| 1519 |
+
Glass bits have a spade-shaped carbide point. They generate high temperatures and have a very short life. Holes are generally drilled at low speed with a succession of increasing bit sizes. Diamond drill bits can also be used to cut holes in glass, and last much longer.
|
| 1520 |
+
|
| 1521 |
+
Ceramic drill bit
|
| 1522 |
+
|
| 1523 |
+
[
|
| 1524 |
+
|
| 1525 |
+
edit
|
| 1526 |
+
|
| 1527 |
+
]
|
| 1528 |
+
|
| 1529 |
+
Ceramic drill bits are made to drill through glazed and unglazed ceramic tiles, for instance for installing bathroom fittings.
|
| 1530 |
+
|
| 1531 |
+
PCB through-hole drill bit
|
| 1532 |
+
|
| 1533 |
+
[
|
| 1534 |
+
|
| 1535 |
+
edit
|
| 1536 |
+
|
| 1537 |
+
]
|
| 1538 |
+
|
| 1539 |
+
A great number of holes with small diameters of about 1 mm or less must be drilled in
|
| 1540 |
+
|
| 1541 |
+
printed circuit boards
|
| 1542 |
+
|
| 1543 |
+
(PCBs) used by
|
| 1544 |
+
|
| 1545 |
+
electronic equipment
|
| 1546 |
+
|
| 1547 |
+
with
|
| 1548 |
+
|
| 1549 |
+
through-hole
|
| 1550 |
+
|
| 1551 |
+
components. Most PCBs are made of highly abrasive
|
| 1552 |
+
|
| 1553 |
+
fiberglass
|
| 1554 |
+
|
| 1555 |
+
, which quickly wears steel bits, especially given the hundreds or thousands of holes on most circuit boards. To solve this problem, solid
|
| 1556 |
+
|
| 1557 |
+
tungsten carbide
|
| 1558 |
+
|
| 1559 |
+
twist bits, which drill quickly through the board while providing a moderately long life, are almost always used. Carbide PCB bits are estimated to outlast high-speed steel bits by a factor of ten or more. Other options sometimes used are diamond or diamond-coated bits.
|
| 1560 |
+
|
| 1561 |
+
In industry, virtually all drilling is done by
|
| 1562 |
+
|
| 1563 |
+
automated machines
|
| 1564 |
+
|
| 1565 |
+
, and the bits are often automatically replaced by the equipment as they wear, as even solid carbide bits do not last long in constant use. PCB bits, of narrow diameter, typically mount in a
|
| 1566 |
+
|
| 1567 |
+
collet
|
| 1568 |
+
|
| 1569 |
+
rather than a
|
| 1570 |
+
|
| 1571 |
+
chuck
|
| 1572 |
+
|
| 1573 |
+
, and come with standard-size shanks, often with pre-installed stops to set them at an exact depth every time when being automatically chucked by the equipment.
|
| 1574 |
+
|
| 1575 |
+
Very high rotational speeds—30,000 to 100,000
|
| 1576 |
+
|
| 1577 |
+
RPM
|
| 1578 |
+
|
| 1579 |
+
or even higher—are used; this translates to a reasonably fast linear speed of the cutting tip in these very small diameters. The high speed, small diameter, and the brittleness of the material, make the bits very vulnerable to breaking, particularly if the angle of the bit to the workpiece changes at all, or the bit contacts any object. Drilling by hand is not practical, and many general-purpose drilling machines designed for larger bits rotate too slowly and wobble too much to use carbide bits effectively.
|
| 1580 |
+
|
| 1581 |
+
Resharpened and easily available PCB drills have historically been used in many prototyping and home PCB labs, using a high-speed rotary tool for small-diameter bits (such as a Moto-Tool by Dremel) in a stiff drill-press jig. If used for other materials these tiny bits must be evaluated for equivalent cutting speed vs material resistance to the cut (hardness), as the bit's
|
| 1582 |
+
|
| 1583 |
+
rake angle
|
| 1584 |
+
|
| 1585 |
+
and expected feed per revolution are optimised for high-speed automated use on fiberglass PCB substrate.
|
| 1586 |
+
|
| 1587 |
+
Two
|
| 1588 |
+
|
| 1589 |
+
PCB
|
| 1590 |
+
|
| 1591 |
+
drill bits
|
| 1592 |
+
|
| 1593 |
+
A box of
|
| 1594 |
+
|
| 1595 |
+
#76
|
| 1596 |
+
|
| 1597 |
+
(0.02 in or 0.51 mm)
|
| 1598 |
+
|
| 1599 |
+
PCB
|
| 1600 |
+
|
| 1601 |
+
drill bits
|
| 1602 |
+
|
| 1603 |
+
Installer bit
|
| 1604 |
+
|
| 1605 |
+
[
|
| 1606 |
+
|
| 1607 |
+
edit
|
| 1608 |
+
|
| 1609 |
+
]
|
| 1610 |
+
|
| 1611 |
+
Fishing bit
|
| 1612 |
+
|
| 1613 |
+
[
|
| 1614 |
+
|
| 1615 |
+
edit
|
| 1616 |
+
|
| 1617 |
+
]
|
| 1618 |
+
|
| 1619 |
+
Installer bits, also known as
|
| 1620 |
+
|
| 1621 |
+
bell-hanger
|
| 1622 |
+
|
| 1623 |
+
bits or
|
| 1624 |
+
|
| 1625 |
+
fishing
|
| 1626 |
+
|
| 1627 |
+
bits, are a type of twist drill bit for use with a hand-portable power tool. The key distinguishing feature of an installer bit is a transverse hole drilled through the web of the bit near the tip. Once the bit has penetrated a wall, a wire can be threaded through the hole and the bit pulled back out, pulling the wire with it. The wire can then be used to pull a cable or pipe back through the wall. This is especially helpful where the wall has a large cavity, where threading a
|
| 1628 |
+
|
| 1629 |
+
fish tape
|
| 1630 |
+
|
| 1631 |
+
could be difficult. Some installer bits have a transverse hole drilled at the shank end as well. Once a hole has been drilled, the wire can be threaded through the shank end, the bit released from the chuck, and all pulled forward through the drilled hole. These bits are made for cement, block and brick; they are not for drilling into wood. Sinclair Smith of
|
| 1632 |
+
|
| 1633 |
+
Brooklyn, New York
|
| 1634 |
+
|
| 1635 |
+
was issued
|
| 1636 |
+
|
| 1637 |
+
U.S. patent 597,750
|
| 1638 |
+
|
| 1639 |
+
for this invention on January 25, 1898.
|
| 1640 |
+
|
| 1641 |
+
Installer bits are available in various materials and styles for drilling wood, masonry and metal.
|
| 1642 |
+
|
| 1643 |
+
A
|
| 1644 |
+
|
| 1645 |
+
3
|
| 1646 |
+
|
| 1647 |
+
⁄
|
| 1648 |
+
|
| 1649 |
+
8
|
| 1650 |
+
|
| 1651 |
+
in × 18 in (9.5 mm × 457.2 mm) installer bit
|
| 1652 |
+
|
| 1653 |
+
Closeup of installer bit. The fishing hole is visible in the flute in the center of the picture.
|
| 1654 |
+
|
| 1655 |
+
Flexible shaft bit
|
| 1656 |
+
|
| 1657 |
+
[
|
| 1658 |
+
|
| 1659 |
+
edit
|
| 1660 |
+
|
| 1661 |
+
]
|
| 1662 |
+
|
| 1663 |
+
Another, different, bit also called an installer bit has a very long flexible shaft, typically up to 72 inches (1.8 m) long, with a small twist bit at the end. The shaft is made of
|
| 1664 |
+
|
| 1665 |
+
spring steel
|
| 1666 |
+
|
| 1667 |
+
instead of hardened
|
| 1668 |
+
|
| 1669 |
+
steel
|
| 1670 |
+
|
| 1671 |
+
, so it can be flexed while drilling without breaking. This allows the bit to be curved inside walls, for example to drill through
|
| 1672 |
+
|
| 1673 |
+
studs
|
| 1674 |
+
|
| 1675 |
+
from a
|
| 1676 |
+
|
| 1677 |
+
light switch
|
| 1678 |
+
|
| 1679 |
+
box without needing to remove any material from the wall. These bits usually come with a set of special tools to aim and flex the bit to reach the desired location and angle, although the problem of seeing where the operator is drilling still remains.
|
| 1680 |
+
|
| 1681 |
+
This flexible installer bit is used in the US, but does not appear to be routinely available in Europe.
|
| 1682 |
+
|
| 1683 |
+
Drill bit shank
|
| 1684 |
+
|
| 1685 |
+
[
|
| 1686 |
+
|
| 1687 |
+
edit
|
| 1688 |
+
|
| 1689 |
+
]
|
| 1690 |
+
|
| 1691 |
+
Main article:
|
| 1692 |
+
|
| 1693 |
+
Drill bit shank
|
| 1694 |
+
|
| 1695 |
+
Different shapes of shank are used. Some are simply the most appropriate for the chuck used; in other cases particular combinations of shank and chuck give performance advantages, such as allowing higher torque, greater centering accuracy, or efficient hammering action.
|
| 1696 |
+
|
| 1697 |
+
See also
|
| 1698 |
+
|
| 1699 |
+
[
|
| 1700 |
+
|
| 1701 |
+
edit
|
| 1702 |
+
|
| 1703 |
+
]
|
| 1704 |
+
|
| 1705 |
+
Drill and tap size chart
|
| 1706 |
+
|
| 1707 |
+
Drill bit shank
|
| 1708 |
+
|
| 1709 |
+
Drill bit sizes
|
| 1710 |
+
|
| 1711 |
+
Drill rod
|
| 1712 |
+
|
| 1713 |
+
Endmill
|
| 1714 |
+
|
| 1715 |
+
References
|
| 1716 |
+
|
| 1717 |
+
[
|
| 1718 |
+
|
| 1719 |
+
edit
|
| 1720 |
+
|
| 1721 |
+
]
|
| 1722 |
+
|
| 1723 |
+
Citations
|
| 1724 |
+
|
| 1725 |
+
[
|
| 1726 |
+
|
| 1727 |
+
edit
|
| 1728 |
+
|
| 1729 |
+
]
|
| 1730 |
+
|
| 1731 |
+
^
|
| 1732 |
+
|
| 1733 |
+
"Practical demonstration of square-hole bit, YouTube video"
|
| 1734 |
+
|
| 1735 |
+
. Youtube.com. 18 October 2011.
|
| 1736 |
+
|
| 1737 |
+
Archived
|
| 1738 |
+
|
| 1739 |
+
from the original on 2021-12-12
|
| 1740 |
+
|
| 1741 |
+
. Retrieved
|
| 1742 |
+
|
| 1743 |
+
2014-05-10
|
| 1744 |
+
|
| 1745 |
+
.
|
| 1746 |
+
|
| 1747 |
+
^
|
| 1748 |
+
|
| 1749 |
+
Todd, Robert H.; Allen, Dell K.; Alting, Leo (1994),
|
| 1750 |
+
|
| 1751 |
+
Manufacturing Processes Reference Guide
|
| 1752 |
+
|
| 1753 |
+
, Industrial Press Inc., pp.
|
| 1754 |
+
|
| 1755 |
+
43–
|
| 1756 |
+
|
| 1757 |
+
48,
|
| 1758 |
+
|
| 1759 |
+
ISBN
|
| 1760 |
+
|
| 1761 |
+
0-8311-3049-0
|
| 1762 |
+
|
| 1763 |
+
.
|
| 1764 |
+
|
| 1765 |
+
^
|
| 1766 |
+
|
| 1767 |
+
a
|
| 1768 |
+
|
| 1769 |
+
b
|
| 1770 |
+
|
| 1771 |
+
Swan et al (September 7, 2018). "Tool Wear of Advanced Coated Tools in Drilling of CFRP." ASME. J. Manuf. Sci. Eng. November 2018; 140(11): 111018.
|
| 1772 |
+
|
| 1773 |
+
^
|
| 1774 |
+
|
| 1775 |
+
Nguyen, Dinh et al "Tool Wear of Superhard Ceramic Coated Tools in Drilling of CFRP/Ti stacks." Proceedings of the ASME 2019 14th International Manufacturing Science and Engineering Conference. Volume 2: Processes; Materials. Erie, Pennsylvania, USA. June 10–14, 2019. V002T03A089. ASME.
|
| 1776 |
+
|
| 1777 |
+
^
|
| 1778 |
+
|
| 1779 |
+
Nguyen, Dinh et al "Tool Wear of Superhard Ceramic Coated Tools in Drilling of CFRP/Ti Stacks." Proceedings of the ASME 2019 14th International Manufacturing Science and Engineering Conference. Volume 2: Processes; Materials. Erie, Pennsylvania, USA. June 10–14, 2019. V002T03A089. ASME.
|
| 1780 |
+
|
| 1781 |
+
^
|
| 1782 |
+
|
| 1783 |
+
Judge, Arthur W (1947).
|
| 1784 |
+
|
| 1785 |
+
Engineering Workshop Practice
|
| 1786 |
+
|
| 1787 |
+
(New and Revised ed.). The Caxton Publishing Company Ltd. pp. Vol i 136.
|
| 1788 |
+
|
| 1789 |
+
^
|
| 1790 |
+
|
| 1791 |
+
Modern machinery
|
| 1792 |
+
|
| 1793 |
+
, vol. 5, Modern Machining Publishing Company, 1899, p. 68.
|
| 1794 |
+
|
| 1795 |
+
^
|
| 1796 |
+
|
| 1797 |
+
"US Patent: 38,119 - Twist Drill Bit"
|
| 1798 |
+
|
| 1799 |
+
.
|
| 1800 |
+
|
| 1801 |
+
www.datamp.org
|
| 1802 |
+
|
| 1803 |
+
.
|
| 1804 |
+
|
| 1805 |
+
^
|
| 1806 |
+
|
| 1807 |
+
Oberg et al. 2000
|
| 1808 |
+
|
| 1809 |
+
, pp. 829, 846
|
| 1810 |
+
|
| 1811 |
+
^
|
| 1812 |
+
|
| 1813 |
+
Oberg et al. 2000
|
| 1814 |
+
|
| 1815 |
+
, p. 846
|
| 1816 |
+
|
| 1817 |
+
^
|
| 1818 |
+
|
| 1819 |
+
a
|
| 1820 |
+
|
| 1821 |
+
b
|
| 1822 |
+
|
| 1823 |
+
c
|
| 1824 |
+
|
| 1825 |
+
Gillespie, Laroux (2008),
|
| 1826 |
+
|
| 1827 |
+
Countersinking Handbook
|
| 1828 |
+
|
| 1829 |
+
, Industrial Press Inc., pp.
|
| 1830 |
+
|
| 1831 |
+
78–
|
| 1832 |
+
|
| 1833 |
+
79,
|
| 1834 |
+
|
| 1835 |
+
ISBN
|
| 1836 |
+
|
| 1837 |
+
978-0-8311-3318-4
|
| 1838 |
+
|
| 1839 |
+
.
|
| 1840 |
+
|
| 1841 |
+
^
|
| 1842 |
+
|
| 1843 |
+
U.S. patent 3,758,222
|
| 1844 |
+
|
| 1845 |
+
^
|
| 1846 |
+
|
| 1847 |
+
McMaster-Carr, p. 2438, 116th edition.
|
| 1848 |
+
|
| 1849 |
+
^
|
| 1850 |
+
|
| 1851 |
+
CA patent 23548
|
| 1852 |
+
|
| 1853 |
+
, Benjamin Forstner, "Auger", published 1886-03-06
|
| 1854 |
+
|
| 1855 |
+
Cited references
|
| 1856 |
+
|
| 1857 |
+
[
|
| 1858 |
+
|
| 1859 |
+
edit
|
| 1860 |
+
|
| 1861 |
+
]
|
| 1862 |
+
|
| 1863 |
+
Oberg, Erik; Jones, Franklin D.; Horton, Holbrook L.; Ryffel, Henry H. (2000),
|
| 1864 |
+
|
| 1865 |
+
Machinery's Handbook
|
| 1866 |
+
|
| 1867 |
+
(26th ed.), New York: Industrial Press Inc.,
|
| 1868 |
+
|
| 1869 |
+
ISBN
|
| 1870 |
+
|
| 1871 |
+
0-8311-2635-3
|
| 1872 |
+
|
| 1873 |
+
.
|
| 1874 |
+
|
| 1875 |
+
External links
|
| 1876 |
+
|
| 1877 |
+
[
|
| 1878 |
+
|
| 1879 |
+
edit
|
| 1880 |
+
|
| 1881 |
+
]
|
| 1882 |
+
|
| 1883 |
+
Wikimedia Commons has media related to
|
| 1884 |
+
|
| 1885 |
+
Drill bits
|
| 1886 |
+
|
| 1887 |
+
.
|
| 1888 |
+
|
| 1889 |
+
Nomenclature
|
| 1890 |
+
|
| 1891 |
+
v
|
| 1892 |
+
|
| 1893 |
+
t
|
| 1894 |
+
|
| 1895 |
+
e
|
| 1896 |
+
|
| 1897 |
+
Metalworking
|
| 1898 |
+
|
| 1899 |
+
v
|
| 1900 |
+
|
| 1901 |
+
t
|
| 1902 |
+
|
| 1903 |
+
e
|
| 1904 |
+
|
| 1905 |
+
Machining
|
| 1906 |
+
|
| 1907 |
+
and computing
|
| 1908 |
+
|
| 1909 |
+
Computer-aided
|
| 1910 |
+
|
| 1911 |
+
engineering
|
| 1912 |
+
|
| 1913 |
+
2.5D
|
| 1914 |
+
|
| 1915 |
+
CAD
|
| 1916 |
+
|
| 1917 |
+
CAM
|
| 1918 |
+
|
| 1919 |
+
G-code
|
| 1920 |
+
|
| 1921 |
+
Numerical control (NC and CNC)
|
| 1922 |
+
|
| 1923 |
+
Stewart platform
|
| 1924 |
+
|
| 1925 |
+
Drilling
|
| 1926 |
+
|
| 1927 |
+
and
|
| 1928 |
+
|
| 1929 |
+
threading
|
| 1930 |
+
|
| 1931 |
+
Die head
|
| 1932 |
+
|
| 1933 |
+
Drill
|
| 1934 |
+
|
| 1935 |
+
Drill bit
|
| 1936 |
+
|
| 1937 |
+
Drill bit shank
|
| 1938 |
+
|
| 1939 |
+
Drill bit sizes
|
| 1940 |
+
|
| 1941 |
+
Drilling
|
| 1942 |
+
|
| 1943 |
+
List of drill and tap sizes
|
| 1944 |
+
|
| 1945 |
+
Tap and die
|
| 1946 |
+
|
| 1947 |
+
Tap wrench
|
| 1948 |
+
|
| 1949 |
+
Threading
|
| 1950 |
+
|
| 1951 |
+
Grinding and
|
| 1952 |
+
|
| 1953 |
+
lapping
|
| 1954 |
+
|
| 1955 |
+
Abrasive
|
| 1956 |
+
|
| 1957 |
+
Abrasive machining
|
| 1958 |
+
|
| 1959 |
+
Angle grinder
|
| 1960 |
+
|
| 1961 |
+
Bench grinder
|
| 1962 |
+
|
| 1963 |
+
Coated abrasive
|
| 1964 |
+
|
| 1965 |
+
Cylindrical grinder
|
| 1966 |
+
|
| 1967 |
+
Diamond plate
|
| 1968 |
+
|
| 1969 |
+
Flick grinder
|
| 1970 |
+
|
| 1971 |
+
Grinding
|
| 1972 |
+
|
| 1973 |
+
Grinding dresser
|
| 1974 |
+
|
| 1975 |
+
Grinding machine
|
| 1976 |
+
|
| 1977 |
+
Grinding wheel
|
| 1978 |
+
|
| 1979 |
+
Jig grinder
|
| 1980 |
+
|
| 1981 |
+
Lapping
|
| 1982 |
+
|
| 1983 |
+
Sanding
|
| 1984 |
+
|
| 1985 |
+
Sharpening stone
|
| 1986 |
+
|
| 1987 |
+
Spark testing
|
| 1988 |
+
|
| 1989 |
+
Surface grinder
|
| 1990 |
+
|
| 1991 |
+
Tool and cutter grinder
|
| 1992 |
+
|
| 1993 |
+
Machining
|
| 1994 |
+
|
| 1995 |
+
Boring
|
| 1996 |
+
|
| 1997 |
+
Broaching
|
| 1998 |
+
|
| 1999 |
+
Electrical discharge machining
|
| 2000 |
+
|
| 2001 |
+
Electrochemical machining
|
| 2002 |
+
|
| 2003 |
+
Electron-beam machining
|
| 2004 |
+
|
| 2005 |
+
End mill
|
| 2006 |
+
|
| 2007 |
+
Engraving
|
| 2008 |
+
|
| 2009 |
+
Facing
|
| 2010 |
+
|
| 2011 |
+
Hobbing
|
| 2012 |
+
|
| 2013 |
+
Jig borer
|
| 2014 |
+
|
| 2015 |
+
Machine tool
|
| 2016 |
+
|
| 2017 |
+
Machining
|
| 2018 |
+
|
| 2019 |
+
Metal lathe
|
| 2020 |
+
|
| 2021 |
+
Milling
|
| 2022 |
+
|
| 2023 |
+
Milling cutter
|
| 2024 |
+
|
| 2025 |
+
Pantograph
|
| 2026 |
+
|
| 2027 |
+
Photochemical machining
|
| 2028 |
+
|
| 2029 |
+
Planer
|
| 2030 |
+
|
| 2031 |
+
Reamer
|
| 2032 |
+
|
| 2033 |
+
Rotary transfer machine
|
| 2034 |
+
|
| 2035 |
+
Shaper
|
| 2036 |
+
|
| 2037 |
+
Skiving
|
| 2038 |
+
|
| 2039 |
+
Turning
|
| 2040 |
+
|
| 2041 |
+
Ultrasonic machining
|
| 2042 |
+
|
| 2043 |
+
Machine tools
|
| 2044 |
+
|
| 2045 |
+
Angle plate
|
| 2046 |
+
|
| 2047 |
+
Chuck
|
| 2048 |
+
|
| 2049 |
+
Collet
|
| 2050 |
+
|
| 2051 |
+
Fixture
|
| 2052 |
+
|
| 2053 |
+
Indexing head
|
| 2054 |
+
|
| 2055 |
+
Jig
|
| 2056 |
+
|
| 2057 |
+
Lathe center
|
| 2058 |
+
|
| 2059 |
+
Machine taper
|
| 2060 |
+
|
| 2061 |
+
Magnetic switchable device
|
| 2062 |
+
|
| 2063 |
+
Mandrel
|
| 2064 |
+
|
| 2065 |
+
Rotary table
|
| 2066 |
+
|
| 2067 |
+
Wiggler
|
| 2068 |
+
|
| 2069 |
+
Terminology
|
| 2070 |
+
|
| 2071 |
+
Cutting fluid
|
| 2072 |
+
|
| 2073 |
+
Machining vibrations
|
| 2074 |
+
|
| 2075 |
+
Speeds and feeds
|
| 2076 |
+
|
| 2077 |
+
Swarf
|
| 2078 |
+
|
| 2079 |
+
Tolerance
|
| 2080 |
+
|
| 2081 |
+
Tool and die making
|
| 2082 |
+
|
| 2083 |
+
Tramp oil
|
| 2084 |
+
|
| 2085 |
+
Workpiece
|
| 2086 |
+
|
| 2087 |
+
Casting
|
| 2088 |
+
|
| 2089 |
+
Fabrication
|
| 2090 |
+
|
| 2091 |
+
Forming
|
| 2092 |
+
|
| 2093 |
+
Jewellery
|
| 2094 |
+
|
| 2095 |
+
Machining
|
| 2096 |
+
|
| 2097 |
+
Metallurgy
|
| 2098 |
+
|
| 2099 |
+
Smithing
|
| 2100 |
+
|
| 2101 |
+
Tools and terminology
|
| 2102 |
+
|
| 2103 |
+
Welding
|
| 2104 |
+
|
| 2105 |
+
v
|
| 2106 |
+
|
| 2107 |
+
t
|
| 2108 |
+
|
| 2109 |
+
e
|
| 2110 |
+
|
| 2111 |
+
Cutting
|
| 2112 |
+
|
| 2113 |
+
and
|
| 2114 |
+
|
| 2115 |
+
abrasive
|
| 2116 |
+
|
| 2117 |
+
tools
|
| 2118 |
+
|
| 2119 |
+
Adze
|
| 2120 |
+
|
| 2121 |
+
Axe
|
| 2122 |
+
|
| 2123 |
+
Blade
|
| 2124 |
+
|
| 2125 |
+
Bolt cutter
|
| 2126 |
+
|
| 2127 |
+
Broach
|
| 2128 |
+
|
| 2129 |
+
Burnisher
|
| 2130 |
+
|
| 2131 |
+
Ceramic tile cutter
|
| 2132 |
+
|
| 2133 |
+
Chisel
|
| 2134 |
+
|
| 2135 |
+
Countersink
|
| 2136 |
+
|
| 2137 |
+
Cutting tool
|
| 2138 |
+
|
| 2139 |
+
Diagonal pliers
|
| 2140 |
+
|
| 2141 |
+
Diamond blade
|
| 2142 |
+
|
| 2143 |
+
Diamond tool
|
| 2144 |
+
|
| 2145 |
+
Disc cutter
|
| 2146 |
+
|
| 2147 |
+
Drawknife
|
| 2148 |
+
|
| 2149 |
+
Drill bit
|
| 2150 |
+
|
| 2151 |
+
Emery cloth
|
| 2152 |
+
|
| 2153 |
+
File
|
| 2154 |
+
|
| 2155 |
+
Froe
|
| 2156 |
+
|
| 2157 |
+
Glass cutter
|
| 2158 |
+
|
| 2159 |
+
Grater
|
| 2160 |
+
|
| 2161 |
+
Grinding wheel
|
| 2162 |
+
|
| 2163 |
+
Honing steel
|
| 2164 |
+
|
| 2165 |
+
Knife
|
| 2166 |
+
|
| 2167 |
+
Laser
|
| 2168 |
+
|
| 2169 |
+
Lawn mower
|
| 2170 |
+
|
| 2171 |
+
Machete
|
| 2172 |
+
|
| 2173 |
+
Meat slicer
|
| 2174 |
+
|
| 2175 |
+
Mezzaluna
|
| 2176 |
+
|
| 2177 |
+
Milling cutter
|
| 2178 |
+
|
| 2179 |
+
Nail clipper
|
| 2180 |
+
|
| 2181 |
+
Nibbler
|
| 2182 |
+
|
| 2183 |
+
Oxy-fuel cutting torch
|
| 2184 |
+
|
| 2185 |
+
Pencil sharpener
|
| 2186 |
+
|
| 2187 |
+
Pipecutter
|
| 2188 |
+
|
| 2189 |
+
Pizza cutter
|
| 2190 |
+
|
| 2191 |
+
Plasma cutter
|
| 2192 |
+
|
| 2193 |
+
Plane
|
| 2194 |
+
|
| 2195 |
+
Pocket knife
|
| 2196 |
+
|
| 2197 |
+
Putty knife
|
| 2198 |
+
|
| 2199 |
+
Rasp
|
| 2200 |
+
|
| 2201 |
+
Razor
|
| 2202 |
+
|
| 2203 |
+
Razor strop
|
| 2204 |
+
|
| 2205 |
+
Reamer
|
| 2206 |
+
|
| 2207 |
+
Sandpaper
|
| 2208 |
+
|
| 2209 |
+
Saw
|
| 2210 |
+
|
| 2211 |
+
Abrasive saw
|
| 2212 |
+
|
| 2213 |
+
Bandsaw
|
| 2214 |
+
|
| 2215 |
+
Chainsaw
|
| 2216 |
+
|
| 2217 |
+
Circular saw
|
| 2218 |
+
|
| 2219 |
+
Concrete saw
|
| 2220 |
+
|
| 2221 |
+
Coping saw
|
| 2222 |
+
|
| 2223 |
+
Fretsaw
|
| 2224 |
+
|
| 2225 |
+
Hacksaw
|
| 2226 |
+
|
| 2227 |
+
Hand saw
|
| 2228 |
+
|
| 2229 |
+
Hole saw
|
| 2230 |
+
|
| 2231 |
+
Miter saw
|
| 2232 |
+
|
| 2233 |
+
Wire saw
|
| 2234 |
+
|
| 2235 |
+
Scalpel
|
| 2236 |
+
|
| 2237 |
+
Scissors
|
| 2238 |
+
|
| 2239 |
+
Scraper
|
| 2240 |
+
|
| 2241 |
+
Card
|
| 2242 |
+
|
| 2243 |
+
Hand
|
| 2244 |
+
|
| 2245 |
+
Paint
|
| 2246 |
+
|
| 2247 |
+
Sharpening jig
|
| 2248 |
+
|
| 2249 |
+
Sharpening stone
|
| 2250 |
+
|
| 2251 |
+
Snips
|
| 2252 |
+
|
| 2253 |
+
Steel wool
|
| 2254 |
+
|
| 2255 |
+
Surform
|
| 2256 |
+
|
| 2257 |
+
Switchblade
|
| 2258 |
+
|
| 2259 |
+
Tool bit
|
| 2260 |
+
|
| 2261 |
+
Utility knife
|
| 2262 |
+
|
| 2263 |
+
Water jet cutter
|
| 2264 |
+
|
| 2265 |
+
Wire brush
|
| 2266 |
+
|
| 2267 |
+
Wire stripper
|
| 2268 |
+
|
| 2269 |
+
Types of tools
|
| 2270 |
+
|
| 2271 |
+
Cleaning
|
| 2272 |
+
|
| 2273 |
+
Cutting and abrasive
|
| 2274 |
+
|
| 2275 |
+
Forestry
|
| 2276 |
+
|
| 2277 |
+
Garden
|
| 2278 |
+
|
| 2279 |
+
Hand
|
| 2280 |
+
|
| 2281 |
+
Kitchen
|
| 2282 |
+
|
| 2283 |
+
Machine and metalworking
|
| 2284 |
+
|
| 2285 |
+
Masonry
|
| 2286 |
+
|
| 2287 |
+
Measuring and alignment
|
| 2288 |
+
|
| 2289 |
+
Mining
|
| 2290 |
+
|
| 2291 |
+
Power
|
| 2292 |
+
|
| 2293 |
+
Textile
|
| 2294 |
+
|
| 2295 |
+
Woodworking
|
| 2296 |
+
|
| 2297 |
+
Retrieved from "
|
| 2298 |
+
|
| 2299 |
+
https://en.wikipedia.org/w/index.php?title=Drill_bit&oldid=1334067283
|
| 2300 |
+
|
| 2301 |
+
"
|
knowledge_base/raw_text/wiki_Drill_string.txt
ADDED
|
@@ -0,0 +1,253 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Source: https://en.wikipedia.org/wiki/Drill_string
|
| 2 |
+
|
| 3 |
+
Drill pipe that transmits drilling fluid
|
| 4 |
+
A photograph of a broken segment of drill string
|
| 5 |
+
A
|
| 6 |
+
drill string
|
| 7 |
+
on a
|
| 8 |
+
drilling rig
|
| 9 |
+
is a column, or string, of
|
| 10 |
+
drill pipe
|
| 11 |
+
that transmits
|
| 12 |
+
drilling fluid
|
| 13 |
+
(via the
|
| 14 |
+
mud pumps
|
| 15 |
+
) and torque (via the
|
| 16 |
+
kelly drive
|
| 17 |
+
or
|
| 18 |
+
top drive
|
| 19 |
+
) to the
|
| 20 |
+
drill bit
|
| 21 |
+
. The term is loosely applied to the assembled collection of the smuggler pool,
|
| 22 |
+
drill collars
|
| 23 |
+
, tools and drill bit. The drill string is hollow so that
|
| 24 |
+
drilling fluid
|
| 25 |
+
can be pumped down through it and circulated back up the
|
| 26 |
+
annulus
|
| 27 |
+
(the void between the drill string and the casing/open hole).
|
| 28 |
+
Components
|
| 29 |
+
[
|
| 30 |
+
edit
|
| 31 |
+
]
|
| 32 |
+
With
|
| 33 |
+
roughneck
|
| 34 |
+
and fish tail bit on drill collar, 1938, Climax-Molybdenum Co. plant,
|
| 35 |
+
Iowa Colony, Texas
|
| 36 |
+
The drill string is typically made up of three sections:
|
| 37 |
+
Bottom hole assembly (BHA)
|
| 38 |
+
Transition pipe, which is often heavyweight drill pipe (HWDP)
|
| 39 |
+
Drill pipe
|
| 40 |
+
Bottom hole assembly (BHA)
|
| 41 |
+
[
|
| 42 |
+
edit
|
| 43 |
+
]
|
| 44 |
+
The Bottom Hole Assembly (BHA) is made up of: a
|
| 45 |
+
drill bit
|
| 46 |
+
, which is used to break up the rock
|
| 47 |
+
formations
|
| 48 |
+
;
|
| 49 |
+
drill collars
|
| 50 |
+
, which are heavy, thick-walled tubes used to apply weight to the drill bit; and
|
| 51 |
+
drilling stabilizers
|
| 52 |
+
, which keep the assembly centered in the hole. The BHA may also contain other components such as a
|
| 53 |
+
downhole motor
|
| 54 |
+
and
|
| 55 |
+
rotary steerable system
|
| 56 |
+
(RSS),
|
| 57 |
+
measurement while drilling
|
| 58 |
+
(MWD), and
|
| 59 |
+
logging while drilling
|
| 60 |
+
(LWD) tools. The components are joined using rugged threaded connections. Short "subs" are used to connect items with dissimilar threads.
|
| 61 |
+
Transition pipe
|
| 62 |
+
[
|
| 63 |
+
edit
|
| 64 |
+
]
|
| 65 |
+
Heavyweight drill pipe (HWDP) may be used to make the transition between the drill collars and drill pipe. The function of the HWDP is to provide a flexible transition between the drill collars and the drill pipe. This helps to reduce the number of fatigue failures seen directly above the BHA. A secondary use of HWDP is to add additional weight to the drill bit. HWDP is most often used as weight on the bit in deviated wells. The HWDP may be directly above the collars in the angled section of the well, or the HWDP may be found before the kick-off point in a shallower section of the well.
|
| 66 |
+
Drill pipe
|
| 67 |
+
[
|
| 68 |
+
edit
|
| 69 |
+
]
|
| 70 |
+
Drill pipe makes up the majority of the drill string back up to the surface. Each drill pipe comprises a long tubular section with a specified outside diameter (e.g.
|
| 71 |
+
3
|
| 72 |
+
+
|
| 73 |
+
1
|
| 74 |
+
⁄
|
| 75 |
+
2
|
| 76 |
+
-inch, 4 inch, 5 inch,
|
| 77 |
+
5
|
| 78 |
+
+
|
| 79 |
+
1
|
| 80 |
+
⁄
|
| 81 |
+
2
|
| 82 |
+
-inch, 5 7/8 inch, 6 5/8 inch). At each end of the drill pipe, tubular larger-diameter portions called the tool joints are located. One end of the drill pipe has a male ("pin") connection whilst the other has a female ("box") connection. The tool joint connections are threaded which allows for the mating of each drill pipe segment to the next segment.
|
| 83 |
+
Running a drill string
|
| 84 |
+
[
|
| 85 |
+
edit
|
| 86 |
+
]
|
| 87 |
+
Most components in a drill string are manufactured in 31-foot lengths (range 2) although they can also be manufactured in 46 foot lengths (range 3). Each 31-foot component is referred to as a joint. Typically two, three or four joints are joined to make a stand. Modern onshore rigs are capable of handling ~90 ft stands (often referred to as a triple).
|
| 88 |
+
Pulling the drill string out of or running the drill string into the hole is referred to as
|
| 89 |
+
tripping
|
| 90 |
+
. Drill pipe, HWDP and collars are typically racked back in stands in to the monkeyboard which is a component of the derrick if they are to be run back into the hole again after, say, changing the bit. The disconnect point ("break") is varied each subsequent round trip so that after three trips every connection has been broken apart and later made up again with fresh pipe dope applied.
|
| 91 |
+
Stuck drill string
|
| 92 |
+
[
|
| 93 |
+
edit
|
| 94 |
+
]
|
| 95 |
+
A stuck drill string can be caused by many situations.
|
| 96 |
+
Packing-off due to cuttings settling back into the wellbore when circulation is stopped.
|
| 97 |
+
Differentially when there is a large difference between formation pressure and wellbore pressure. The drill string is pushed against one side of the well bore. The force required to pull the string along the wellbore in this occurrence is a function of the total contact surface area, the pressure difference and the friction factor.
|
| 98 |
+
Keyhole sticking occurs mechanically as a result of pulling up into doglegs when tripping.
|
| 99 |
+
Adhesion due to not moving it for a significant amount of time.
|
| 100 |
+
Once the tubular member is stuck, there are many techniques used to extract the pipe. The tools and expertise are normally supplied by an oilfield service company. Two popular tools and techniques are the oilfield jar and the surface
|
| 101 |
+
resonant
|
| 102 |
+
vibrator. Below is a history of these tools along with how they operate.
|
| 103 |
+
Jars
|
| 104 |
+
[
|
| 105 |
+
edit
|
| 106 |
+
]
|
| 107 |
+
History
|
| 108 |
+
[
|
| 109 |
+
edit
|
| 110 |
+
]
|
| 111 |
+
8 inch drilling jar (red and white) on casings
|
| 112 |
+
The mechanical success of
|
| 113 |
+
cable tool drilling
|
| 114 |
+
has greatly depended on a device called jars, invented by a spring pole driller, William Morris, in the salt well days of the 1830s. Little is known about Morris except for his invention and that he listed Kanawha County (now in West Virginia) as his address. Morris received a patent
|
| 115 |
+
[
|
| 116 |
+
1
|
| 117 |
+
]
|
| 118 |
+
for this unique tool in 1841 for
|
| 119 |
+
artesian well
|
| 120 |
+
drilling. Later, using jars, the cable tool system was able to efficiently meet the demands of drilling wells for oil.
|
| 121 |
+
The jars were improved over time, especially at the hands of the oil drillers, and reached the most useful and workable design by the 1870s, due to another patent received in 1868 by Edward Guillod of Titusville, Pennsylvania, which addressed the use of steel on the jars' surfaces that were subject to the greatest wear.
|
| 122 |
+
[
|
| 123 |
+
2
|
| 124 |
+
]
|
| 125 |
+
Many years later, in the 1930s, very strong steel alloy jars were made.
|
| 126 |
+
A set of jars consisted of two interlocking links which could telescope. In 1880 they had a play of about 13 inches such that the upper link could be lifted 13 inches before the lower link was engaged. This engagement occurred when the cross-heads came together. Today, there are two primary types, hydraulic and mechanical jars. While their respective designs are quite different, their operation is similar. Energy is stored in the drillstring and suddenly released by the jar when it fires. Jars can be designed to strike up, down, or both. In the case of jarring up above a stuck bottom hole assembly, the driller slowly pulls up on the drillstring but the BHA does not move. Since the top of the drillstring is moving up, this means that the drillstring itself is stretching and storing energy. When the jars reach their firing point, they suddenly allow one section of the jar to move axially relative to a second, being pulled up rapidly in much the same way that one end of a stretched spring moves when released. After a few inches of movement, this moving section slams into a steel shoulder,
|
| 127 |
+
imparting an impact load.
|
| 128 |
+
In addition to the mechanical and hydraulic versions, jars are classified as drilling jars or fishing jars. The operation of the two types is similar, and both deliver approximately the same impact blow, but the drilling jar is built such that it can better withstand the rotary and vibrational loading associated with drilling. Jars are designed to be reset by simple string manipulation and are capable of repeated operation or firing before being recovered from the well. Jarring effectiveness is
|
| 129 |
+
determined by how rapidly you can impact weight into the jars. When jarring without a compounder or accelerator you rely only on pipe stretch to lift the drill collars upwards after the jar releases to create the upwards impact in the jar. This accelerated upward movement will often be reduced by the friction of the working string along the sides of the well bore, reducing the speed of upwards movement of the drill collars which impact into the jar. At shallow depths jar impact is not achieved because of lack of pipe stretch in the working string.
|
| 130 |
+
When pipe stretch alone cannot provide enough energy to free a fish, compounders or accelerators are used. Compounders or accelerators are energized when you over pull on the working string and compress a compressible fluid through a few feet of stroke distance and at the same time activate the fishing jar. When the fishing jar releases the stored energy in the compounder/acclerator lifts the drill collars upwards at a high speed creating a high impact in the jar.
|
| 131 |
+
System dynamics
|
| 132 |
+
[
|
| 133 |
+
edit
|
| 134 |
+
]
|
| 135 |
+
Jars rely on the principle of stretching a pipe to build elastic potential energy such that when the jar trips it relies on the masses of the drill pipe and collars to gain velocity and subsequently strike the anvil section of jar. This impact results in a force, or blow, which is converted into energy.
|
| 136 |
+
Surface resonant vibrators
|
| 137 |
+
[
|
| 138 |
+
edit
|
| 139 |
+
]
|
| 140 |
+
History
|
| 141 |
+
[
|
| 142 |
+
edit
|
| 143 |
+
]
|
| 144 |
+
Oilfield Surface Resonant Vibrator
|
| 145 |
+
The concept of using vibration to free stuck objects from a wellbore originated in the 1940s, and probably stemmed from the 1930s use of vibration to drive piling in the Soviet Union. The early use of vibration for driving and extracting piles was confined to low-frequency operation; that is, frequencies less than the fundamental
|
| 146 |
+
resonant frequency
|
| 147 |
+
of the system and consequently, although effective, the process was only an improvement on conventional hammer equipment. Early patents and teaching attempted to explain the process and mechanism involved, but lacked a certain degree of sophistication. In 1961, A. G. Bodine obtained a patent
|
| 148 |
+
[
|
| 149 |
+
3
|
| 150 |
+
]
|
| 151 |
+
that was to become the "mother patent" for oil field tubular extraction using sonic techniques. Mr. Bodine introduced the concept of
|
| 152 |
+
resonant
|
| 153 |
+
vibration
|
| 154 |
+
that effectively eliminated the reactance portion of
|
| 155 |
+
mechanical impedance
|
| 156 |
+
, thus leading to the means of efficient sonic power transmission. Subsequently, Mr. Bodine obtained additional patents directed to more focused applications of the technology.
|
| 157 |
+
The first published work on this technique was outlined in a 1987
|
| 158 |
+
Society of Petroleum Engineers
|
| 159 |
+
(SPE) paper presented at the International Association of Drilling Contractors in Dallas, Texas
|
| 160 |
+
[
|
| 161 |
+
4
|
| 162 |
+
]
|
| 163 |
+
detailing the nature of the work and the operational results that were achieved. The cited work involving liner, tubing, and drill pipe extraction and was very successful. Reference Two
|
| 164 |
+
[
|
| 165 |
+
5
|
| 166 |
+
]
|
| 167 |
+
presented at the Society of Petroleum Engineers Annual Technical Conference and Exhibition in Anaheim, California, November 2007 explains the
|
| 168 |
+
resonant
|
| 169 |
+
vibration
|
| 170 |
+
theory in more detail as well as its use in extracting long lengths of mud stuck tubulars.
|
| 171 |
+
System dynamics
|
| 172 |
+
[
|
| 173 |
+
edit
|
| 174 |
+
]
|
| 175 |
+
Surface Resonant Vibrators rely on the principle of counter rotating eccentric weights to impart a
|
| 176 |
+
sinusoidal
|
| 177 |
+
harmonic motion
|
| 178 |
+
from the surface into the work string at the surface. Reference Three (above) provides a full explanation of this technology. The frequency of rotation, and hence
|
| 179 |
+
vibration
|
| 180 |
+
of the pipe string, is tuned to the
|
| 181 |
+
resonant frequency
|
| 182 |
+
of the system. The system is defined as the surface resonant vibrator, pipe string, fish and retaining media. The resultant forces imparted to the fish is based on the following logic:
|
| 183 |
+
The delivery forces from the surface are a result of the static overpull force from the rig, plus the dynamic force component of the rotating eccentric weights
|
| 184 |
+
Depending on the static overpull force component, the resultant force at the fish can be either tension or compression due to the sinusoidal force wave component from the oscillator
|
| 185 |
+
Initially during startup of a vibrator, some force is necessary to lift and lower the entire load mass of the system. When the vibrator tunes to the
|
| 186 |
+
resonant frequency
|
| 187 |
+
of the system, the
|
| 188 |
+
reactive
|
| 189 |
+
load
|
| 190 |
+
impedance
|
| 191 |
+
cancels out to zero by virtue of the
|
| 192 |
+
inductance reactance
|
| 193 |
+
(mass of the system) equaling the compliance or stiffness reactance (elasticity of the tubular). The remaining impedance of the system, known as the resistive load impedance, is what is retaining the stuck pipe.
|
| 194 |
+
During resonant vibration, a
|
| 195 |
+
longitudinal
|
| 196 |
+
sine wave travels down the pipe to the fish with an attendant pipe mass that is equal to a quarter
|
| 197 |
+
wavelength
|
| 198 |
+
of the
|
| 199 |
+
resonant
|
| 200 |
+
vibrating
|
| 201 |
+
frequency
|
| 202 |
+
.
|
| 203 |
+
A phenomenon known as
|
| 204 |
+
fluidization
|
| 205 |
+
of soil grains takes place during
|
| 206 |
+
resonant
|
| 207 |
+
vibration
|
| 208 |
+
whereby the granular material constraining the stuck pipe is transformed into a fluidic state that offers little resistance to movement of bodies through the media. In effect, it takes on the characteristics and properties of a liquid.
|
| 209 |
+
During pipe vibration, Dilation and Contraction of the pipe body, known as
|
| 210 |
+
Poisson's ratio
|
| 211 |
+
, takes place such that when the stuck pipe is subjected to axial strain due to stretching, its diameter will contract. Similarly, when the length of pipe is compressed, its
|
| 212 |
+
diameter
|
| 213 |
+
will expand. Since a length of pipe undergoing vibration experiences alternate
|
| 214 |
+
tensile
|
| 215 |
+
and
|
| 216 |
+
compressive
|
| 217 |
+
forces as waves along its longitudinal axis (and therefore longitudinal strains), its
|
| 218 |
+
diameter
|
| 219 |
+
will expand and contract in unison with the applied tensile and compressive waves. This means that for alternate moments during a
|
| 220 |
+
vibration
|
| 221 |
+
cycle the pipe may actually be physically free of its bond.
|
| 222 |
+
See also
|
| 223 |
+
[
|
| 224 |
+
edit
|
| 225 |
+
]
|
| 226 |
+
Deepwater drilling
|
| 227 |
+
Down-the-hole drill
|
| 228 |
+
References
|
| 229 |
+
[
|
| 230 |
+
edit
|
| 231 |
+
]
|
| 232 |
+
^
|
| 233 |
+
US 2243
|
| 234 |
+
, Morris, William, "Manner of uniting augers to sinkers for boring artesian wells", published 4 September 1841
|
| 235 |
+
^
|
| 236 |
+
US 78958
|
| 237 |
+
, Guillod, Edward, "Improvement in the construction of drilling-jars", published 16 June 1868, assigned to Bryan Dillingham & Co.
|
| 238 |
+
^
|
| 239 |
+
US 2972380
|
| 240 |
+
, Bodine Jr., Albert G., "Acoustic method and apparatus for moving objects held tight within a surrounding medium", published 21 February 1961
|
| 241 |
+
^
|
| 242 |
+
O. Gonzalez, "Retrieving Stuck Liners, Tubing, Casing And Drillpipe With Vibratory Resonant Techniques" Society of Petroleum Engineers Paper # 14759
|
| 243 |
+
^
|
| 244 |
+
O. Gonzalez, Henry Bernat, Paul Moore, "The Extraction of Mud Stuck Tubing Using Vibratory Resonant Techniques" Society of Petroleum Engineers Paper # 109530
|
| 245 |
+
External links
|
| 246 |
+
[
|
| 247 |
+
edit
|
| 248 |
+
]
|
| 249 |
+
Stuck Pipe Retrieval Using Surface Resonant Vibration Techniques
|
| 250 |
+
Drill Pipe Data and Dimensions
|
| 251 |
+
Retrieved from "
|
| 252 |
+
https://en.wikipedia.org/w/index.php?title=Drill_string&oldid=1342461221
|
| 253 |
+
"
|
knowledge_base/raw_text/wiki_Drilling_mud.txt
ADDED
|
@@ -0,0 +1,737 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Source: https://en.wikipedia.org/wiki/Drilling_mud
|
| 2 |
+
|
| 3 |
+
Aid for drilling boreholes into the ground
|
| 4 |
+
This article is about fluids used when drilling a well. For fluids used with
|
| 5 |
+
drill bits
|
| 6 |
+
during metal working, see
|
| 7 |
+
cutting fluid
|
| 8 |
+
.
|
| 9 |
+
Driller pouring
|
| 10 |
+
anti-foaming agent
|
| 11 |
+
down the drilling string on a drilling rig
|
| 12 |
+
Baryte powder used for preparation of water-based mud
|
| 13 |
+
In
|
| 14 |
+
geotechnical engineering
|
| 15 |
+
,
|
| 16 |
+
drilling fluid
|
| 17 |
+
, also known as
|
| 18 |
+
drilling mud
|
| 19 |
+
or
|
| 20 |
+
drilling slurry
|
| 21 |
+
, is used to aid the drilling of
|
| 22 |
+
boreholes
|
| 23 |
+
into the earth. Used while drilling
|
| 24 |
+
oil
|
| 25 |
+
and
|
| 26 |
+
natural gas
|
| 27 |
+
wells and on exploration
|
| 28 |
+
drilling rigs
|
| 29 |
+
, drilling fluids are also used for much simpler boreholes, such as
|
| 30 |
+
water wells
|
| 31 |
+
.
|
| 32 |
+
The two main categories of drilling fluids are water-based muds (WBs), which can be dispersed and non-dispersed, and non-aqueous muds, usually called oil-based muds (OBs). Along with their formatives, these are used along with appropriate polymer and clay additives for drilling various oil and gas formations. Gaseous drilling fluids, typically utilizing air or natural gas, sometimes with the addition of foaming agents, can be used when downhole conditions permit.
|
| 33 |
+
The main functions of liquid drilling fluids are to exert
|
| 34 |
+
hydrostatic pressure
|
| 35 |
+
to prevent
|
| 36 |
+
formation fluids
|
| 37 |
+
from entering into the well bore, and carrying out drill cuttings as well as suspending the drill cuttings while drilling is paused such as when the drilling assembly is brought in and out of the hole. The drilling fluid also keeps the
|
| 38 |
+
drill bit
|
| 39 |
+
cool and clears out cuttings beneath it during drilling. The drilling fluid used for a particular job is selected to avoid formation damage and to limit corrosion.
|
| 40 |
+
Composition
|
| 41 |
+
[
|
| 42 |
+
edit
|
| 43 |
+
]
|
| 44 |
+
Liquid fluids are composed of natural and synthetic material in a mixed state,
|
| 45 |
+
[
|
| 46 |
+
1
|
| 47 |
+
]
|
| 48 |
+
which can be of two types:
|
| 49 |
+
[
|
| 50 |
+
2
|
| 51 |
+
]
|
| 52 |
+
Aqueous
|
| 53 |
+
;
|
| 54 |
+
[
|
| 55 |
+
3
|
| 56 |
+
]
|
| 57 |
+
usually with substances added that control viscosity, along with lubricants, corrosion inhibitors, salts, and pH-control agents.
|
| 58 |
+
[
|
| 59 |
+
1
|
| 60 |
+
]
|
| 61 |
+
Oil; which could be usually using
|
| 62 |
+
hydrocarbon
|
| 63 |
+
oil,
|
| 64 |
+
[
|
| 65 |
+
1
|
| 66 |
+
]
|
| 67 |
+
Water-based drilling mud most commonly consists of
|
| 68 |
+
bentonite
|
| 69 |
+
clay
|
| 70 |
+
(gel) with additives such as
|
| 71 |
+
barium sulfate
|
| 72 |
+
(baryte) to increase density, and
|
| 73 |
+
calcium carbonate
|
| 74 |
+
(chalk) or
|
| 75 |
+
hematite
|
| 76 |
+
. Various
|
| 77 |
+
thickeners
|
| 78 |
+
are used to influence the
|
| 79 |
+
viscosity
|
| 80 |
+
of the fluid, e.g.
|
| 81 |
+
xanthan gum
|
| 82 |
+
,
|
| 83 |
+
guar gum
|
| 84 |
+
,
|
| 85 |
+
glycol
|
| 86 |
+
,
|
| 87 |
+
carboxymethyl cellulose(CMC)
|
| 88 |
+
, polyanionic cellulose (PAC), or
|
| 89 |
+
starch
|
| 90 |
+
. In turn,
|
| 91 |
+
deflocculants
|
| 92 |
+
are used to reduce viscosity of clay-based muds; anionic
|
| 93 |
+
polyelectrolytes
|
| 94 |
+
(e.g.
|
| 95 |
+
acrylates
|
| 96 |
+
,
|
| 97 |
+
polyphosphates
|
| 98 |
+
,
|
| 99 |
+
lignosulfonates
|
| 100 |
+
(Lig) or
|
| 101 |
+
tannic acid
|
| 102 |
+
derivates such as
|
| 103 |
+
Quebracho
|
| 104 |
+
) are frequently used.
|
| 105 |
+
Red mud
|
| 106 |
+
was the name for a
|
| 107 |
+
Quebracho
|
| 108 |
+
-based mixture, named after the color of the red tannic acid salts; it was commonly used in the 1940s to 1950s but was made obsolete when lignosulfonates became available. Some other common additives include lubricants, shale inhibitors, fluid loss additives(CMC and PAC) (to control loss of drilling fluids into permeable formations). A weighting agent such as baryte is added to increase the overall density of the drilling fluid so that sufficient bottom hole pressure can be maintained thereby preventing an unwanted (and often dangerous) influx of formation fluids.
|
| 109 |
+
[
|
| 110 |
+
4
|
| 111 |
+
]
|
| 112 |
+
Types
|
| 113 |
+
[
|
| 114 |
+
edit
|
| 115 |
+
]
|
| 116 |
+
Source:
|
| 117 |
+
[
|
| 118 |
+
5
|
| 119 |
+
]
|
| 120 |
+
Many types of drilling fluids are used on a day-to-day basis. Some wells require different types to be used in different parts of the hole, or that some types be used in combination with others. The various types of fluid generally fall into broad categories:
|
| 121 |
+
[
|
| 122 |
+
6
|
| 123 |
+
]
|
| 124 |
+
Air: Compressed air is pumped either down the bore hole's annular space or down the
|
| 125 |
+
drill string
|
| 126 |
+
itself.
|
| 127 |
+
Air/water: Air with water added to increase
|
| 128 |
+
viscosity
|
| 129 |
+
, flush the hole, provide more cooling, and/or to control dust.
|
| 130 |
+
Air/polymer: A specially formulated chemical, typically a type of
|
| 131 |
+
polymer
|
| 132 |
+
, is added to the water and air mixture to create specific conditions. A foaming agent is a good example of a polymer.
|
| 133 |
+
Water: Water is sometimes used by itself. In offshore drilling, seawater is typically used while drilling the top section of the hole.
|
| 134 |
+
Water-based mud (WBM): Most water-based mud systems begin with water, then clays and other chemicals are added to create a homogeneous blend with viscosity between chocolate milk and a malt. The clay is usually a combination of native clays that are suspended in the fluid while drilling, or specific types of clay processed and sold as additives for the WBM system. The most common type is
|
| 135 |
+
bentonite
|
| 136 |
+
, called "gel" in the oilfield. The name likely refers to the fluid viscosity as very thin and free-flowing (like chocolate milk) while being pumped, but when pumping is stopped, the static fluid congeals to a "gel" that resists flow. When adequate pumping force is applied to "break the gel," flow resumes and the fluid returns to its free-flowing state. Many other chemicals (e.g.
|
| 137 |
+
potassium formate
|
| 138 |
+
) are added to a WBM system to achieve desired effects, including: viscosity control, shale stability, enhance drilling rate of penetration, and cooling and lubricating of equipment.
|
| 139 |
+
Oil-based mud (OBM): Oil-based mud has a petroleum-based fluid such as diesel fuel. Oil-based muds are used for increased lubricity, enhanced shale inhibition, and greater cleaning abilities with less viscosity. Oil-based muds also withstand greater heat without breaking down. The use of oil-based muds has special considerations of cost, environmental concerns such as disposal of cuttings in an appropriate place, and the exploratory disadvantages of using oil-based mud, especially in
|
| 140 |
+
wildcat wells
|
| 141 |
+
. Using an oil-based mud interferes with the geochemical analysis of cuttings and cores and with the determination of
|
| 142 |
+
API gravity
|
| 143 |
+
because the base fluid cannot be distinguished from oil that is returned from the formation.
|
| 144 |
+
Synthetic-based fluid (SBM) (otherwise known as low-toxicity oil-based mud or LTOBM): Synthetic-based fluid is a mud in which the base fluid is a synthetic oil. This is most often used on offshore rigs because it has the properties of an oil-based mud, but the toxicity of the fluid fumes are much less. This is important when the drilling crew works with the fluid in an enclosed space such as an offshore drilling rig. Synthetic-based fluid poses the same environmental and analysis problems as oil-based fluid.
|
| 145 |
+
[
|
| 146 |
+
7
|
| 147 |
+
]
|
| 148 |
+
On a
|
| 149 |
+
drilling rig
|
| 150 |
+
, mud is pumped from the
|
| 151 |
+
mud pits
|
| 152 |
+
through the drill string, where it jets out of nozzles on the drill bit, thus clearing away cuttings and cooling the drill bit in the process. The mud then carries the crushed or cut rock ("cuttings") up the annular space ("annulus") between the drill string and the sides of the hole being drilled, up through the surface
|
| 153 |
+
casing,
|
| 154 |
+
where it emerges from the top. Cuttings are then filtered out with either a
|
| 155 |
+
shale shaker
|
| 156 |
+
or the newer shale conveyor technology, and the mud returns to the
|
| 157 |
+
mud pits.
|
| 158 |
+
The mud pits allow the drilled "fines" to settle and the mud to be treated by adding chemicals and other substances.
|
| 159 |
+
Fluid pit
|
| 160 |
+
The returning mud may contain natural gases or other flammable materials which will collect in and around the shale shaker/conveyor area or in other work areas. Because of the risk of a fire or an explosion, special monitoring sensors and
|
| 161 |
+
explosion-proof certified
|
| 162 |
+
equipment are commonly installed, and workers are trained in safety precautions. The mud is then pumped back down the hole and further re-circulated. The mud properties are tested, with periodic treating in the mud pits to ensure it has desired properties to optimize drilling efficiency and provide borehole stability.
|
| 163 |
+
Function
|
| 164 |
+
[
|
| 165 |
+
edit
|
| 166 |
+
]
|
| 167 |
+
The functions of a
|
| 168 |
+
drilling mud
|
| 169 |
+
can be summarized as follows:
|
| 170 |
+
[
|
| 171 |
+
5
|
| 172 |
+
]
|
| 173 |
+
Remove well cuttings
|
| 174 |
+
[
|
| 175 |
+
edit
|
| 176 |
+
]
|
| 177 |
+
Mud pit
|
| 178 |
+
Drilling fluid carries the rock excavated by the drill bit up to the surface. Its ability to do so depends on cutting size, shape, and density, and speed of fluid traveling up the well (
|
| 179 |
+
annular velocity
|
| 180 |
+
). These considerations are analogous to the ability of a stream to carry sediment. Large sand grains in a slow-moving stream settle to the stream bed, while small sand grains in a fast-moving stream are carried along with the water. The mud viscosity and gel strength are important properties, as cuttings will settle to the bottom of the well if the
|
| 181 |
+
viscosity
|
| 182 |
+
is too low.
|
| 183 |
+
Fly ash
|
| 184 |
+
absorbent for fluids in mud pits
|
| 185 |
+
Other properties include:
|
| 186 |
+
Most drilling muds are
|
| 187 |
+
thixotropic
|
| 188 |
+
(viscosity increases when static). This characteristic keeps the cuttings suspended when the mud is not flowing, for example, when replacing the drill bit.
|
| 189 |
+
Fluids that have
|
| 190 |
+
shear thinning
|
| 191 |
+
and elevated viscosities are efficient for hole cleaning.
|
| 192 |
+
Higher annular velocity improves cutting transport. Transport ratio (transport velocity / lowest annular velocity) should be at least 50%.
|
| 193 |
+
High-density fluids may clean holes adequately even with lower annular velocities (by increasing the buoyancy force acting on cuttings).
|
| 194 |
+
Higher rotary drill-string speeds introduce a circular component to the annular flow path. This helical flow around the drill string causes drill cuttings near the wall, where poor hole cleaning conditions occur, to move into higher transport regions of the annulus. Increased rotation speed is one of the best methods for increasing hole cleaning in high-angle and horizontal wells.
|
| 195 |
+
Suspend and release cuttings
|
| 196 |
+
[
|
| 197 |
+
edit
|
| 198 |
+
]
|
| 199 |
+
One of the functions of drilling mud is to carry
|
| 200 |
+
cuttings
|
| 201 |
+
out of the hole.
|
| 202 |
+
Source:
|
| 203 |
+
[
|
| 204 |
+
5
|
| 205 |
+
]
|
| 206 |
+
Drilling mud must suspend drill cuttings and weight materials under a wide range of conditions.
|
| 207 |
+
Drill cuttings that settle can cause bridges and fill, which can cause stuck pipe and
|
| 208 |
+
lost circulation
|
| 209 |
+
.
|
| 210 |
+
Heavy material that settles is referred to as sag, which causes a wide variation in the density of well fluid. This more frequently occurs in high-angle and hot wells.
|
| 211 |
+
High concentrations of drill solids are detrimental to drilling efficiency because they increase mud weight and viscosity, which in turn increases maintenance costs and increased dilution.
|
| 212 |
+
Drill cuttings that are suspended must be balanced with properties in cutting removal by
|
| 213 |
+
solids control equipment
|
| 214 |
+
.
|
| 215 |
+
For effective solids controls, drill solids must be removed from mud on the 1st circulation from the well. If re-circulated, cuttings break into smaller pieces and are more difficult to remove.
|
| 216 |
+
A test must be conducted to compare the solids content of mud at the flow line and suction pit (to determine whether cuttings are being removed).
|
| 217 |
+
Control formation pressures
|
| 218 |
+
[
|
| 219 |
+
edit
|
| 220 |
+
]
|
| 221 |
+
If formation pressure increases, mud density should be increased to balance pressure and keep the wellbore stable. The most common weighting material is
|
| 222 |
+
baryte
|
| 223 |
+
. Unbalanced formation pressure will cause an unexpected influx (also known as a kick) of formation fluids into the wellbore possibly leading to a
|
| 224 |
+
blowout
|
| 225 |
+
from pressurized formation fluid.
|
| 226 |
+
Hydrostatic pressure = density of drilling fluid * true vertical depth * acceleration of gravity. If hydrostatic pressure is greater than or equal to formation pressure, formation fluid will not flow into the wellbore.
|
| 227 |
+
Well being under control means no uncontrollable flow of formation fluids into the wellbore.
|
| 228 |
+
Hydrostatic pressure also controls the stress from
|
| 229 |
+
tectonic
|
| 230 |
+
forces, which can render wellbores unstable even when formation fluid pressure is balanced.
|
| 231 |
+
If formation pressures exposed in the open borehole are subnormal, air, gas, mist, stiff foam, or low-density mud (oil base) can be used.
|
| 232 |
+
In practice, mud density should be limited to the minimum necessary for well control and wellbore stability. If too great it may fracture the formation.
|
| 233 |
+
Seal permeable formations
|
| 234 |
+
[
|
| 235 |
+
edit
|
| 236 |
+
]
|
| 237 |
+
Mud column pressure must exceed formation pressure; in this condition
|
| 238 |
+
mud filtrate
|
| 239 |
+
invades permeable formations and a filter cake of mud solids is deposited on the wellbore wall.
|
| 240 |
+
Mud is designed to deposit thin, low permeability filter cake to limit the invasion.
|
| 241 |
+
Problems can occur if a thick filter cake is formed: tight hole conditions, poor log quality, stuck pipe, lost circulation and formation damage.
|
| 242 |
+
In highly permeable formations with large pore throats, whole mud may invade the formation, depending on mud solids size:
|
| 243 |
+
Use bridging agents to block large openings so mud solids can form a seal.
|
| 244 |
+
For effectiveness, bridging agents must be over the half size of pore spaces / fractures.
|
| 245 |
+
Bridging agents include
|
| 246 |
+
calcium carbonate
|
| 247 |
+
and ground cellulose.
|
| 248 |
+
Depending on the mud system in use, a number of additives can improve the filter cake (e.g.
|
| 249 |
+
bentonite
|
| 250 |
+
, natural & synthetic polymer,
|
| 251 |
+
asphalt
|
| 252 |
+
and
|
| 253 |
+
gilsonite
|
| 254 |
+
).
|
| 255 |
+
Maintain wellbore stability
|
| 256 |
+
[
|
| 257 |
+
edit
|
| 258 |
+
]
|
| 259 |
+
Chemical composition and mud properties must combine to provide a stable wellbore. The density of the mud must be within the necessary range to balance the mechanical forces.
|
| 260 |
+
In high-pressure, high-temperature (HPHT) wells, drilling fluid selection and management are critical to maintaining wellbore integrity and preventing instability under extreme downhole conditions.
|
| 261 |
+
[
|
| 262 |
+
8
|
| 263 |
+
]
|
| 264 |
+
Wellbore instability = sloughing formations, which can cause tight hole conditions, bridges and fill on trips (same symptoms indicate hole cleaning problems).
|
| 265 |
+
Wellbore stability = hole maintains size and cylindrical shape.
|
| 266 |
+
If the hole is enlarged, it becomes weak and difficult to stabilize, and problems such as low annular velocities, poor hole cleaning, solids loading and poor formation evaluation may result.
|
| 267 |
+
In sand and
|
| 268 |
+
sandstones
|
| 269 |
+
formations, hole enlargement can occur from mechanical actions (hydraulic forces & nozzles velocities). Formation damage is reduced by a conservative hydraulics system. A good quality filter cake containing
|
| 270 |
+
bentonite
|
| 271 |
+
is known to limit bore hole enlargement.
|
| 272 |
+
In
|
| 273 |
+
shales
|
| 274 |
+
when using water-based mud, chemical differences can cause interactions between mud & shale that lead to weakening of the native rock. Highly fractured, dry, brittle shales can be extremely unstable, leading to mechanical problems.
|
| 275 |
+
Various chemical inhibitors can control mud/shale interactions (calcium,
|
| 276 |
+
potassium
|
| 277 |
+
, salt, polymers, asphalt,
|
| 278 |
+
glycols
|
| 279 |
+
and oil – best for water-sensitive formations)
|
| 280 |
+
Oil- (and synthetic-oil-) based drilling fluids can be used to drill water-sensitive
|
| 281 |
+
shales
|
| 282 |
+
in areas with difficult drilling conditions.
|
| 283 |
+
To add inhibition, emulsified brine phase (
|
| 284 |
+
calcium chloride
|
| 285 |
+
) drilling fluids are used to reduce water activity and creates osmotic forces to prevent adsorption of water by
|
| 286 |
+
shales
|
| 287 |
+
.
|
| 288 |
+
Minimizing formation damage
|
| 289 |
+
[
|
| 290 |
+
edit
|
| 291 |
+
]
|
| 292 |
+
Skin damage or any reduction in natural formation porosity and permeability (washout) constitutes formation damage
|
| 293 |
+
skin damage is the accumulation of residuals on the perforations and that causes a pressure drop through them.
|
| 294 |
+
Most common damage;
|
| 295 |
+
Mud or drill solids invade the formation matrix, reducing porosity and causing skin effect
|
| 296 |
+
Swelling of formation clays within the reservoir, reduced
|
| 297 |
+
permeability
|
| 298 |
+
Precipitation of solids due to mixing of
|
| 299 |
+
mud filtrate
|
| 300 |
+
and formations fluids resulting in the precipitation of insoluble salts
|
| 301 |
+
Mud filtrate and formation fluids form an emulsion, reducing reservoir porosity
|
| 302 |
+
Specially designed drill-in fluids or workover and completion fluids, minimize formation damage.
|
| 303 |
+
Cool, lubricate, and support the bit and drilling assembly
|
| 304 |
+
[
|
| 305 |
+
edit
|
| 306 |
+
]
|
| 307 |
+
Heat is generated from mechanical and hydraulic forces at the bit and when the drill string rotates and rubs against casing and wellbore.
|
| 308 |
+
Cool and transfer heat away from source and lower to temperature than bottom hole.
|
| 309 |
+
If not, the bit, drill string and
|
| 310 |
+
mud motors
|
| 311 |
+
would fail more rapidly.
|
| 312 |
+
Lubrication based on the
|
| 313 |
+
coefficient of friction
|
| 314 |
+
. ("Coefficient of friction" is how much friction on side of wellbore and collar size or drill pipe size to pull stuck pipe) Oil- and synthetic-based mud generally lubricate better than water-based mud (but the latter can be improved by the addition of lubricants).
|
| 315 |
+
Amount of lubrication provided by drilling fluid depends on type & quantity of drill solids and weight materials + chemical composition of system.
|
| 316 |
+
Poor lubrication causes high torque and drag, heat checking of the drill string, but these problems are also caused by key seating, poor hole cleaning and incorrect bottom hole assemblies design.
|
| 317 |
+
Drilling fluids also support portion of drill-string or casing through buoyancy. Suspend in drilling fluid, buoyed by force equal to weight (or density) of mud, so reducing hook load at derrick.
|
| 318 |
+
Weight that
|
| 319 |
+
derrick
|
| 320 |
+
can support limited by mechanical capacity, increase depth so weight of drill-string and casing increase.
|
| 321 |
+
When running long, heavy string or casing, buoyancy possible to run casing strings whose weight exceed a rig's hook load capacity.
|
| 322 |
+
Transmit hydraulic energy to tools and bit
|
| 323 |
+
[
|
| 324 |
+
edit
|
| 325 |
+
]
|
| 326 |
+
Hydraulic energy provides power to
|
| 327 |
+
mud motor
|
| 328 |
+
for bit rotation and for MWD (
|
| 329 |
+
measurement while drilling
|
| 330 |
+
) and LWD (
|
| 331 |
+
logging while drilling
|
| 332 |
+
) tools. Hydraulic programs base on bit nozzles sizing for available mud pump horsepower to optimize jet impact at bottom well.
|
| 333 |
+
Limited to:
|
| 334 |
+
Pump power
|
| 335 |
+
Pressure loss inside drillstring
|
| 336 |
+
Maximum allowable surface pressure
|
| 337 |
+
Optimum flow rate
|
| 338 |
+
Drill string pressure loses higher in fluids of higher densities, plastic viscosities and solids.
|
| 339 |
+
Low solids, shear thinning drilling fluids such as polymer fluids, more efficient in transmit hydraulic energy.
|
| 340 |
+
Depth can be extended by controlling mud properties.
|
| 341 |
+
Transfer information from MWD & LWD to surface by pressure pulse.
|
| 342 |
+
Ensure adequate formation evaluation
|
| 343 |
+
[
|
| 344 |
+
edit
|
| 345 |
+
]
|
| 346 |
+
Chemical and physical mud properties as well as wellbore conditions after drilling affect formation evaluation.
|
| 347 |
+
Mud loggers examine cuttings for mineral composition, visual sign of hydrocarbons and recorded mud logs of
|
| 348 |
+
lithology
|
| 349 |
+
, ROP, gas detection or geological parameters.
|
| 350 |
+
Wireline logging measure – electrical, sonic, nuclear and magnetic
|
| 351 |
+
resonance
|
| 352 |
+
.
|
| 353 |
+
Potential productive zone are isolated and performed formation testing and drill stem testing.
|
| 354 |
+
Mud helps not to disperse of cuttings and also improve cutting transport for mud loggers determine the depth of the cuttings originated.
|
| 355 |
+
Oil-based mud, lubricants, asphalts will mask hydrocarbon indications.
|
| 356 |
+
So mud for drilling core selected base on type of evaluation to be performed (many coring operations specify a bland mud with minimum of additives).
|
| 357 |
+
Control corrosion (in acceptable level)
|
| 358 |
+
[
|
| 359 |
+
edit
|
| 360 |
+
]
|
| 361 |
+
Drill-string and casing in continuous contact with drilling fluid may cause a form of
|
| 362 |
+
corrosion
|
| 363 |
+
.
|
| 364 |
+
Dissolved gases (oxygen, carbon dioxide,
|
| 365 |
+
hydrogen sulfide
|
| 366 |
+
) cause serious corrosion problems;
|
| 367 |
+
Cause rapid,
|
| 368 |
+
catastrophic failure
|
| 369 |
+
May be deadly to humans after a short period of time
|
| 370 |
+
Low
|
| 371 |
+
pH
|
| 372 |
+
(acidic) aggravates corrosion, so use corrosion
|
| 373 |
+
coupons
|
| 374 |
+
[
|
| 375 |
+
clarification needed
|
| 376 |
+
]
|
| 377 |
+
to monitor corrosion type, rates and to tell correct chemical inhibitor is used in correct amount. A corrosion coupon is a small piece of metal exposed to the process so to evaluate the effect the corrosive conditions would have on other equipment of similar composition.
|
| 378 |
+
Mud aeration, foaming and other O
|
| 379 |
+
2
|
| 380 |
+
trapped conditions cause corrosion damage in short period time.
|
| 381 |
+
When drilling in high H
|
| 382 |
+
2
|
| 383 |
+
S, elevated the pH fluids + sulfide scavenging chemical (zinc).
|
| 384 |
+
Facilitate cementing and completion
|
| 385 |
+
[
|
| 386 |
+
edit
|
| 387 |
+
]
|
| 388 |
+
Cementing is critical to effective zone and well completion.
|
| 389 |
+
During casing run, mud must remain fluid and minimize pressure surges so fracture induced lost circulation does not occur.
|
| 390 |
+
Temperature of water used for cement must be within tolerance of cementers performing task, usually 70 degrees, most notably in winter conditions.
|
| 391 |
+
Mud should have thin, slick filter cake, with minimal solids in filter cake, wellbore with minimal cuttings, caving or bridges will prevent a good casing run to bottom. Circulate well bore until clean.
|
| 392 |
+
To cement and completion operation properly, mud displace by flushes and cement. For effectiveness;
|
| 393 |
+
Hole near gauges, use proper hole cleaning techniques, pumping sweeps at TD, and perform wiper trip to shoe.
|
| 394 |
+
Mud low viscosity, mud parameters should be tolerant of formations being drilled, and drilling fluid composition, turbulent flow – low viscosity high pump rate, laminar flow – high viscosity, high pump rate.
|
| 395 |
+
Mud non-progressive gel strength
|
| 396 |
+
[
|
| 397 |
+
clarification needed
|
| 398 |
+
]
|
| 399 |
+
Negative environmental consequences
|
| 400 |
+
[
|
| 401 |
+
edit
|
| 402 |
+
]
|
| 403 |
+
Unlined drilling fluid sumps were commonplace before the environmental consequences were recognized.
|
| 404 |
+
Drilling mud is, in varying degrees, toxic. It is also difficult and expensive to dispose of it in an environmentally friendly manner.
|
| 405 |
+
A
|
| 406 |
+
Vanity Fair article
|
| 407 |
+
described the conditions at
|
| 408 |
+
Lago Agrio
|
| 409 |
+
, a large oil field in Ecuador where drillers were effectively unregulated.
|
| 410 |
+
[
|
| 411 |
+
5
|
| 412 |
+
]
|
| 413 |
+
[
|
| 414 |
+
9
|
| 415 |
+
]
|
| 416 |
+
Water-based drilling fluid has very little toxicity, made from water, bentonite and baryte, all clay from mining operations, usually found in Wyoming and in Lunde, Telemark.
|
| 417 |
+
There are specific chemicals that can be used in water-based drilling fluids that alone can be corrosive and toxic, such as hydrochloric acid. However,
|
| 418 |
+
when mixed into water-based drilling fluids, hydrochloric acid only decreases the pH of the water to a more manageable level.
|
| 419 |
+
Caustic (sodium hydroxide), anhydrous lime, soda ash, bentonite, baryte and polymers are the most common chemicals used in water-based drilling fluids.
|
| 420 |
+
Oil Base Mud and synthetic drilling fluids can contain high levels of benzene, and other chemicals
|
| 421 |
+
Most common chemicals added to OBM Muds:
|
| 422 |
+
Baryte
|
| 423 |
+
Bentonite
|
| 424 |
+
Diesel
|
| 425 |
+
Emulsifiers
|
| 426 |
+
Water
|
| 427 |
+
Factors influencing performance
|
| 428 |
+
[
|
| 429 |
+
edit
|
| 430 |
+
]
|
| 431 |
+
Some factors affecting drilling fluid performance are:
|
| 432 |
+
[
|
| 433 |
+
10
|
| 434 |
+
]
|
| 435 |
+
Fluid Rheology
|
| 436 |
+
[
|
| 437 |
+
11
|
| 438 |
+
]
|
| 439 |
+
The change of drilling fluid viscosity
|
| 440 |
+
The change of drilling fluid density
|
| 441 |
+
The change of mud pH
|
| 442 |
+
Corrosion or fatigue of the drill string
|
| 443 |
+
[
|
| 444 |
+
12
|
| 445 |
+
]
|
| 446 |
+
Thermal stability of the drilling fluid
|
| 447 |
+
[
|
| 448 |
+
13
|
| 449 |
+
]
|
| 450 |
+
Differential sticking
|
| 451 |
+
Classification
|
| 452 |
+
[
|
| 453 |
+
edit
|
| 454 |
+
]
|
| 455 |
+
They are classified based on their fluid phase, alkalinity, dispersion and the type of chemicals used.
|
| 456 |
+
Dispersed systems
|
| 457 |
+
[
|
| 458 |
+
edit
|
| 459 |
+
]
|
| 460 |
+
Freshwater mud
|
| 461 |
+
: Low pH mud (7.0–9.5) that includes spud, bentonite, natural, phosphate treated muds, organic mud and organic colloid treated mud. high pH mud example alkaline tannate treated muds are above 9.5 in pH.
|
| 462 |
+
Water based drilling mud that represses hydration and dispersion of clay.Water-based muds are the most commonly used type of drilling fluids. They are made from water and various additives including clays, polymers, and weighing agents. WBM is primarily used in shallow wells and is effective in preventing the swelling and disintegrating of the shale formation.
|
| 463 |
+
– There are 4 types: high pH lime muds, low pH gypsum, seawater and saturated salt water muds.
|
| 464 |
+
Non-dispersed systems
|
| 465 |
+
[
|
| 466 |
+
edit
|
| 467 |
+
]
|
| 468 |
+
Low solids mud
|
| 469 |
+
: These muds contain less than 3–6% solids by volume and weight less than 9.5 lbs/gal. Most muds of this type are water-based with varying quantities of bentonite and a polymer.
|
| 470 |
+
Emulsions
|
| 471 |
+
: The two types used are oil in water (oil emulsion muds) and water in oil (invert oil emulsion muds).
|
| 472 |
+
Oil based mud
|
| 473 |
+
:
|
| 474 |
+
Oil based muds
|
| 475 |
+
contain oil as the continuous phase and water as a contaminant, and not an element in the design of the mud. They typically contain less than 5% (by volume) water. Oil-based muds are usually a mixture of diesel fuel and asphalt, however can be based on produced crude oil and mud
|
| 476 |
+
Synthetic-based Muds (SBM)
|
| 477 |
+
: Synthetic-based muds are made from synthetic fluids and are used in deep wells with extreme temperatures. SBM has excellent lubricating properties and is less toxic than OBM.
|
| 478 |
+
Air and Foam-based Mud
|
| 479 |
+
: Air and foam-based muds use air or nitrogen to create a foam that carries the drill cuttings to the surface. These types of drilling fluids are used in wells where the formation is highly porous and prone to caving.
|
| 480 |
+
High-density Muds
|
| 481 |
+
:High-density muds are used in wells with high pressures and temperatures. They are made from barite and other weighing agents and are used to control the pressure in the well and prevent blowouts.
|
| 482 |
+
Non-damaging Muds
|
| 483 |
+
: Non-damaging muds are designed to prevent damage to the formation being drilled. They are typically used in wells where the formation is susceptible to damage from drilling mud
|
| 484 |
+
Mud engineer
|
| 485 |
+
[
|
| 486 |
+
edit
|
| 487 |
+
]
|
| 488 |
+
Main article:
|
| 489 |
+
Mud engineer
|
| 490 |
+
Mud pit with fly ash
|
| 491 |
+
"Mud engineer" is the name given to an oil field service company individual who is charged with maintaining a drilling fluid or completion fluid system on an oil and/or gas
|
| 492 |
+
drilling rig
|
| 493 |
+
.
|
| 494 |
+
[
|
| 495 |
+
14
|
| 496 |
+
]
|
| 497 |
+
This individual typically works for the company selling the chemicals for the job and is specifically trained with those products, though independent mud engineers are still common. The role of the
|
| 498 |
+
mud engineer
|
| 499 |
+
, or more properly
|
| 500 |
+
drilling fluids engineer
|
| 501 |
+
, is critical to the entire drilling operation because even small problems with mud can stop the whole operations on rig. The internationally accepted shift pattern at off-shore drilling operations is personnel (including mud engineers) work on a 28-day shift pattern, where they work for 28 continuous days and rest the following 28 days. In Europe this is more commonly a 21-day shift pattern.
|
| 502 |
+
In offshore drilling, with new technology and high total day costs, wells are being drilled extremely fast. Having two mud engineers makes economic sense to prevent down time due to drilling fluid difficulties. Two mud engineers also reduce insurance costs to oil companies for environmental damage that oil companies are responsible for during drilling and production. A senior mud engineer typically works in the day, and a junior mud engineer at night.
|
| 503 |
+
The cost of the drilling fluid is typically about 10% (may vary greatly) of the total cost of drilling a well, and demands competent mud engineers. Large cost savings result when the mud engineer and fluid performs adequately.
|
| 504 |
+
The mud engineer is not to be confused with
|
| 505 |
+
mudloggers
|
| 506 |
+
, service personnel who monitor gas from the mud and collect well bore samples.
|
| 507 |
+
Compliance engineer
|
| 508 |
+
[
|
| 509 |
+
edit
|
| 510 |
+
]
|
| 511 |
+
The compliance engineer is the most common name for a relatively new position in the oil field, emerging around 2002 due to new environmental regulations on synthetic mud in the United States. Previously, synthetic mud was regulated the same as water-based mud and could be disposed of in offshore waters due to low toxicity to marine organisms. New regulations restrict the amount of synthetic oil that can be discharged. These new regulations created a significant burden in the form of tests needed to determine the "ROC" or retention on cuttings, sampling to determine the percentage of crude oil in the drilling mud, and extensive documentation. No type of oil/synthetic based mud (or drilled cuttings contaminated with OBM/SBM) may be dumped in the North Sea. Contaminated mud must either be shipped back to shore in skips or processed on the rigs.
|
| 512 |
+
A new monthly toxicity test is also now performed to determine sediment toxicity, using the
|
| 513 |
+
amphipod
|
| 514 |
+
Leptocheirus plumulosus
|
| 515 |
+
. Various concentrations of the drilling mud are added to the environment of captive
|
| 516 |
+
L. plumulosus
|
| 517 |
+
to determine its effect on the animals.
|
| 518 |
+
[
|
| 519 |
+
15
|
| 520 |
+
]
|
| 521 |
+
The test is controversial for two reasons:
|
| 522 |
+
These animals are not native to many of the areas regulated by them, including the Gulf of Mexico
|
| 523 |
+
The test has a very large standard deviation, and samples that fail badly may pass easily upon retesting
|
| 524 |
+
[
|
| 525 |
+
16
|
| 526 |
+
]
|
| 527 |
+
See also
|
| 528 |
+
[
|
| 529 |
+
edit
|
| 530 |
+
]
|
| 531 |
+
Directional drilling
|
| 532 |
+
Driller (oil)
|
| 533 |
+
Drilling fluid decanter centrifuge
|
| 534 |
+
Drilling rig
|
| 535 |
+
Environmental issues in Venezuela
|
| 536 |
+
Formation evaluation
|
| 537 |
+
Heavy metals
|
| 538 |
+
Landfarming
|
| 539 |
+
Mercury
|
| 540 |
+
Mud Gas Separator
|
| 541 |
+
Mud systems
|
| 542 |
+
MWD (measurement while drilling)
|
| 543 |
+
Oil well control
|
| 544 |
+
Roughneck
|
| 545 |
+
Underbalanced drilling
|
| 546 |
+
References
|
| 547 |
+
[
|
| 548 |
+
edit
|
| 549 |
+
]
|
| 550 |
+
^
|
| 551 |
+
a
|
| 552 |
+
b
|
| 553 |
+
c
|
| 554 |
+
Fink, Johannes (2011).
|
| 555 |
+
Petroleum Engineer's Guide to Oil Field Chemicals and Fluids
|
| 556 |
+
. Elsevier Science. p. 1-2.
|
| 557 |
+
ISBN
|
| 558 |
+
9780123838452
|
| 559 |
+
.
|
| 560 |
+
^
|
| 561 |
+
Caenn, Ryen; Darley, HCH; Gray, George R. (29 September 2011).
|
| 562 |
+
Composition and Properties of Drilling and Completion Fluids
|
| 563 |
+
. Elsevier Science.
|
| 564 |
+
ISBN
|
| 565 |
+
9780123838599
|
| 566 |
+
.
|
| 567 |
+
^
|
| 568 |
+
"Oilfield Review Spring 2013: 25, no. 1"
|
| 569 |
+
.
|
| 570 |
+
www.slb.com
|
| 571 |
+
. Schlumberger. 2013
|
| 572 |
+
. Retrieved
|
| 573 |
+
27 June
|
| 574 |
+
2023
|
| 575 |
+
.
|
| 576 |
+
^
|
| 577 |
+
Rabia, Hussain (1986).
|
| 578 |
+
Oilwell Drilling Engineering : Principles and Practice
|
| 579 |
+
. Springer. pp.
|
| 580 |
+
106–
|
| 581 |
+
111.
|
| 582 |
+
ISBN
|
| 583 |
+
0860106616
|
| 584 |
+
.
|
| 585 |
+
^
|
| 586 |
+
a
|
| 587 |
+
b
|
| 588 |
+
c
|
| 589 |
+
d
|
| 590 |
+
Petroleum Engineering Handbook, Volume II: Drilling Engineering
|
| 591 |
+
. Society of Petroleum Engineers. 2007. pp.
|
| 592 |
+
90–
|
| 593 |
+
95.
|
| 594 |
+
ISBN
|
| 595 |
+
978-1-55563-114-7
|
| 596 |
+
.
|
| 597 |
+
^
|
| 598 |
+
Oilfield Glossary
|
| 599 |
+
^
|
| 600 |
+
"drilling mud"
|
| 601 |
+
.
|
| 602 |
+
asiagilsonite
|
| 603 |
+
. 18 July 2023
|
| 604 |
+
. Retrieved
|
| 605 |
+
2023-07-30
|
| 606 |
+
.
|
| 607 |
+
^
|
| 608 |
+
"HPHT Wellbore Construction"
|
| 609 |
+
.
|
| 610 |
+
Jagtech
|
| 611 |
+
. Jagtech AS
|
| 612 |
+
. Retrieved
|
| 613 |
+
22 January
|
| 614 |
+
2026
|
| 615 |
+
.
|
| 616 |
+
^
|
| 617 |
+
Langewiesche, William.
|
| 618 |
+
"Jungle Law"
|
| 619 |
+
.
|
| 620 |
+
The Hive
|
| 621 |
+
. Retrieved
|
| 622 |
+
2017-08-28
|
| 623 |
+
.
|
| 624 |
+
^
|
| 625 |
+
"According the change of drilling fluid to understand under well condition"
|
| 626 |
+
.
|
| 627 |
+
Drilling Mud Cleaning System
|
| 628 |
+
. 27 December 2012
|
| 629 |
+
. Retrieved
|
| 630 |
+
26 September
|
| 631 |
+
2013
|
| 632 |
+
.
|
| 633 |
+
{{
|
| 634 |
+
cite web
|
| 635 |
+
}}
|
| 636 |
+
: CS1 maint: deprecated archival service (
|
| 637 |
+
link
|
| 638 |
+
)
|
| 639 |
+
^
|
| 640 |
+
Clark, Peter E. (1995-01-01). "Drilling Mud Rheology and the API Recommended Measurements".
|
| 641 |
+
SPE Production Operations Symposium
|
| 642 |
+
. Society of Petroleum Engineers.
|
| 643 |
+
doi
|
| 644 |
+
:
|
| 645 |
+
10.2118/29543-MS
|
| 646 |
+
.
|
| 647 |
+
ISBN
|
| 648 |
+
9781555634483
|
| 649 |
+
.
|
| 650 |
+
^
|
| 651 |
+
CJWinter.
|
| 652 |
+
"The Advantages Of Cold Root Rolling"
|
| 653 |
+
.
|
| 654 |
+
www.cjwinter.com
|
| 655 |
+
. Archived from
|
| 656 |
+
the original
|
| 657 |
+
on 2021-05-22
|
| 658 |
+
. Retrieved
|
| 659 |
+
2017-08-28
|
| 660 |
+
.
|
| 661 |
+
^
|
| 662 |
+
"10 Tips To Improve Drilling Fluid Performance"
|
| 663 |
+
(PDF)
|
| 664 |
+
.
|
| 665 |
+
Drilling Contractor
|
| 666 |
+
. Retrieved
|
| 667 |
+
2017-08-28
|
| 668 |
+
.
|
| 669 |
+
^
|
| 670 |
+
Moore, Rachel (2017-07-05).
|
| 671 |
+
"How to become a mud engineer"
|
| 672 |
+
. Career Trend.
|
| 673 |
+
^
|
| 674 |
+
"Methods for Assessing the Chronic Toxicity of Marine and Estuarine Sediment-associated Contaminants with the Amphipod Leptocheirus plumulosus—First Edition"
|
| 675 |
+
. U.S.
|
| 676 |
+
Environmental Protection Agency
|
| 677 |
+
. Archived from
|
| 678 |
+
the original
|
| 679 |
+
on 15 April 2014
|
| 680 |
+
. Retrieved
|
| 681 |
+
14 April
|
| 682 |
+
2014
|
| 683 |
+
.
|
| 684 |
+
^
|
| 685 |
+
Orszulik, Stefan (2016-01-26).
|
| 686 |
+
Environmental Technology in the Oil Industry
|
| 687 |
+
. Springer.
|
| 688 |
+
ISBN
|
| 689 |
+
9783319243344
|
| 690 |
+
.
|
| 691 |
+
Further reading
|
| 692 |
+
[
|
| 693 |
+
edit
|
| 694 |
+
]
|
| 695 |
+
Okoro, Emmanuel Emeka; Ochonma, Chidiebere; Omeje, Maxwell; Sanni, Samuel E.; Emetere, Moses E.; Orodu, Kale B.; Igwilo, Kevin C. (17 Dec 2019).
|
| 696 |
+
"Radiological and toxicity risk exposures of oil based mud: health implication on drilling crew in Niger Delta"
|
| 697 |
+
.
|
| 698 |
+
Environmental Science and Pollution Research
|
| 699 |
+
.
|
| 700 |
+
27
|
| 701 |
+
(5). Springer Science and Business Media LLC:
|
| 702 |
+
5387–
|
| 703 |
+
5397.
|
| 704 |
+
doi
|
| 705 |
+
:
|
| 706 |
+
10.1007/s11356-019-07222-3
|
| 707 |
+
.
|
| 708 |
+
ISSN
|
| 709 |
+
0944-1344
|
| 710 |
+
.
|
| 711 |
+
PMID
|
| 712 |
+
31848949
|
| 713 |
+
.
|
| 714 |
+
S2CID
|
| 715 |
+
209380825
|
| 716 |
+
.
|
| 717 |
+
ASME Shale Shaker Committee (2005).
|
| 718 |
+
The Drilling Fluids Processing Handbook
|
| 719 |
+
.
|
| 720 |
+
ISBN
|
| 721 |
+
0-7506-7775-9
|
| 722 |
+
.
|
| 723 |
+
Kate Van Dyke (1998).
|
| 724 |
+
Drilling Fluids, Mud Pumps, and Conditioning Equipment
|
| 725 |
+
.
|
| 726 |
+
G. V. Chilingarian & P. Vorabutr (1983).
|
| 727 |
+
Drilling and Drilling Fluids
|
| 728 |
+
.
|
| 729 |
+
G. R. Gray, H. C. H. Darley, & W. F. Rogers (1980).
|
| 730 |
+
The Composition and Properties of Oil Well Drilling Fluids
|
| 731 |
+
.
|
| 732 |
+
DCS Shale Shaker SUPPLIER.
|
| 733 |
+
The Drilling Fluids cleaning system
|
| 734 |
+
.
|
| 735 |
+
Retrieved from "
|
| 736 |
+
https://en.wikipedia.org/w/index.php?title=Drilling_fluid&oldid=1334250217
|
| 737 |
+
"
|
knowledge_base/raw_text/wiki_Offshore_drilling.txt
ADDED
|
@@ -0,0 +1,1587 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Source: https://en.wikipedia.org/wiki/Offshore_drilling
|
| 2 |
+
|
| 3 |
+
Mechanical process where a wellbore is drilled below the seabed
|
| 4 |
+
|
| 5 |
+
Holstein, an oil drilling platform at Green Canyon in the
|
| 6 |
+
|
| 7 |
+
Gulf of Mexico
|
| 8 |
+
|
| 9 |
+
, approximately 100 miles from land.
|
| 10 |
+
|
| 11 |
+
Offshore drilling
|
| 12 |
+
|
| 13 |
+
is a mechanical process where a
|
| 14 |
+
|
| 15 |
+
wellbore
|
| 16 |
+
|
| 17 |
+
is drilled below the seabed. It is typically carried out in order to explore for and subsequently extract
|
| 18 |
+
|
| 19 |
+
petroleum
|
| 20 |
+
|
| 21 |
+
that lies in rock formations beneath the seabed. Most commonly, the term is used to describe drilling activities on the
|
| 22 |
+
|
| 23 |
+
continental shelf
|
| 24 |
+
|
| 25 |
+
, though the term can also be applied to drilling in
|
| 26 |
+
|
| 27 |
+
lakes
|
| 28 |
+
|
| 29 |
+
,
|
| 30 |
+
|
| 31 |
+
inshore waters
|
| 32 |
+
|
| 33 |
+
and
|
| 34 |
+
|
| 35 |
+
inland seas
|
| 36 |
+
|
| 37 |
+
.
|
| 38 |
+
|
| 39 |
+
Offshore drilling presents all environmental challenges, both offshore and onshore from the produced
|
| 40 |
+
|
| 41 |
+
hydrocarbons
|
| 42 |
+
|
| 43 |
+
and the materials used during the drilling operation. Controversies include the ongoing
|
| 44 |
+
|
| 45 |
+
US offshore drilling debate
|
| 46 |
+
|
| 47 |
+
.
|
| 48 |
+
|
| 49 |
+
[
|
| 50 |
+
|
| 51 |
+
1
|
| 52 |
+
|
| 53 |
+
]
|
| 54 |
+
|
| 55 |
+
There are many different types of facilities from which offshore drilling operations take place. These include bottom founded drilling rigs (
|
| 56 |
+
|
| 57 |
+
jackup barges
|
| 58 |
+
|
| 59 |
+
and swamp
|
| 60 |
+
|
| 61 |
+
barges
|
| 62 |
+
|
| 63 |
+
), combined drilling and production facilities either bottom founded or floating platforms, and deepwater mobile offshore drilling units (MODU) including
|
| 64 |
+
|
| 65 |
+
semi-submersibles
|
| 66 |
+
|
| 67 |
+
or
|
| 68 |
+
|
| 69 |
+
drillships
|
| 70 |
+
|
| 71 |
+
. These are capable of operating in water depths up to 3,000 metres (9,800 ft). In shallower waters the mobile units are anchored to the seabed; however, in water deeper than 1,500 metres (4,900 ft), the semi-submersibles and drillships are maintained at the required drilling location using
|
| 72 |
+
|
| 73 |
+
dynamic positioning
|
| 74 |
+
|
| 75 |
+
.
|
| 76 |
+
|
| 77 |
+
History
|
| 78 |
+
|
| 79 |
+
[
|
| 80 |
+
|
| 81 |
+
edit
|
| 82 |
+
|
| 83 |
+
]
|
| 84 |
+
|
| 85 |
+
Offshore oil well drilling platform, Continental Oil Co., Gulf of Mexico, 1955.
|
| 86 |
+
|
| 87 |
+
Around 1891, the first submerged oil wells were drilled from platforms built on piles in the fresh waters of the
|
| 88 |
+
|
| 89 |
+
Grand Lake St. Marys
|
| 90 |
+
|
| 91 |
+
in
|
| 92 |
+
|
| 93 |
+
Ohio
|
| 94 |
+
|
| 95 |
+
. The wells were developed by small local companies such as Bryson, Riley Oil, German-American and Banker's Oil.
|
| 96 |
+
|
| 97 |
+
[
|
| 98 |
+
|
| 99 |
+
2
|
| 100 |
+
|
| 101 |
+
]
|
| 102 |
+
|
| 103 |
+
Around 1896, the first submerged oil wells in salt water were drilled in the portion of the
|
| 104 |
+
|
| 105 |
+
Summerland field
|
| 106 |
+
|
| 107 |
+
extending under the
|
| 108 |
+
|
| 109 |
+
Santa Barbara Channel
|
| 110 |
+
|
| 111 |
+
in
|
| 112 |
+
|
| 113 |
+
California
|
| 114 |
+
|
| 115 |
+
. The wells were drilled from piers extending from land out into the channel.
|
| 116 |
+
|
| 117 |
+
[
|
| 118 |
+
|
| 119 |
+
3
|
| 120 |
+
|
| 121 |
+
]
|
| 122 |
+
|
| 123 |
+
[
|
| 124 |
+
|
| 125 |
+
4
|
| 126 |
+
|
| 127 |
+
]
|
| 128 |
+
|
| 129 |
+
Other notable early submerged drilling activities occurred on the Canadian side of
|
| 130 |
+
|
| 131 |
+
Lake Erie
|
| 132 |
+
|
| 133 |
+
in the 1900s and
|
| 134 |
+
|
| 135 |
+
Caddo Lake
|
| 136 |
+
|
| 137 |
+
in
|
| 138 |
+
|
| 139 |
+
Louisiana
|
| 140 |
+
|
| 141 |
+
in the 1910s. Shortly thereafter wells were drilled in tidal zones along the
|
| 142 |
+
|
| 143 |
+
Texas
|
| 144 |
+
|
| 145 |
+
and Louisiana
|
| 146 |
+
|
| 147 |
+
gulf coast
|
| 148 |
+
|
| 149 |
+
. The
|
| 150 |
+
|
| 151 |
+
Goose Creek Oil Field
|
| 152 |
+
|
| 153 |
+
near
|
| 154 |
+
|
| 155 |
+
Baytown, Texas
|
| 156 |
+
|
| 157 |
+
is one such example. In the 1920s drilling activities occurred from concrete platforms in
|
| 158 |
+
|
| 159 |
+
Venezuela
|
| 160 |
+
|
| 161 |
+
's
|
| 162 |
+
|
| 163 |
+
Lake Maracaibo
|
| 164 |
+
|
| 165 |
+
.
|
| 166 |
+
|
| 167 |
+
[
|
| 168 |
+
|
| 169 |
+
5
|
| 170 |
+
|
| 171 |
+
]
|
| 172 |
+
|
| 173 |
+
One of the oldest subsea wells is the
|
| 174 |
+
|
| 175 |
+
Bibi Eibat
|
| 176 |
+
|
| 177 |
+
well, which came on stream in 1923 in
|
| 178 |
+
|
| 179 |
+
Azerbaijan
|
| 180 |
+
|
| 181 |
+
.
|
| 182 |
+
|
| 183 |
+
[
|
| 184 |
+
|
| 185 |
+
6
|
| 186 |
+
|
| 187 |
+
]
|
| 188 |
+
|
| 189 |
+
[
|
| 190 |
+
|
| 191 |
+
7
|
| 192 |
+
|
| 193 |
+
]
|
| 194 |
+
|
| 195 |
+
The well was located on an artificial island in a shallow portion of the
|
| 196 |
+
|
| 197 |
+
Caspian Sea
|
| 198 |
+
|
| 199 |
+
. In the early 1930s, the
|
| 200 |
+
|
| 201 |
+
Texas Company
|
| 202 |
+
|
| 203 |
+
developed the first mobile steel barges for drilling in the
|
| 204 |
+
|
| 205 |
+
brackish
|
| 206 |
+
|
| 207 |
+
coastal areas of the
|
| 208 |
+
|
| 209 |
+
Gulf of Mexico
|
| 210 |
+
|
| 211 |
+
.
|
| 212 |
+
|
| 213 |
+
In 1937,
|
| 214 |
+
|
| 215 |
+
Pure Oil
|
| 216 |
+
|
| 217 |
+
and its partner
|
| 218 |
+
|
| 219 |
+
Superior Oil
|
| 220 |
+
|
| 221 |
+
used a fixed platform to develop a field 1 mile (1.6 km) offshore of
|
| 222 |
+
|
| 223 |
+
Calcasieu Parish, Louisiana
|
| 224 |
+
|
| 225 |
+
in 14 feet (4.3 m) of water.
|
| 226 |
+
|
| 227 |
+
In 1938,
|
| 228 |
+
|
| 229 |
+
Humble Oil
|
| 230 |
+
|
| 231 |
+
built a mile-long wooden trestle with railway tracks into the sea at McFadden Beach on the Gulf of Mexico, placing a derrick at its end – this was later destroyed by a hurricane.
|
| 232 |
+
|
| 233 |
+
[
|
| 234 |
+
|
| 235 |
+
8
|
| 236 |
+
|
| 237 |
+
]
|
| 238 |
+
|
| 239 |
+
Worker on an offshore drilling rig.
|
| 240 |
+
|
| 241 |
+
In 1945, concern for American control of its offshore oil reserves caused President
|
| 242 |
+
|
| 243 |
+
Harry Truman
|
| 244 |
+
|
| 245 |
+
to issue an Executive Order unilaterally extending American territory to the edge of its continental shelf, an act that effectively ended the
|
| 246 |
+
|
| 247 |
+
3-mile limit
|
| 248 |
+
|
| 249 |
+
"
|
| 250 |
+
|
| 251 |
+
freedom of the seas
|
| 252 |
+
|
| 253 |
+
" regime.
|
| 254 |
+
|
| 255 |
+
[
|
| 256 |
+
|
| 257 |
+
9
|
| 258 |
+
|
| 259 |
+
]
|
| 260 |
+
|
| 261 |
+
In 1946,
|
| 262 |
+
|
| 263 |
+
Magnolia
|
| 264 |
+
|
| 265 |
+
drilled at a site 18 miles (29 km) off the coast, erecting a platform in 18 feet (5.5 m) of water off
|
| 266 |
+
|
| 267 |
+
St. Mary Parish, Louisiana
|
| 268 |
+
|
| 269 |
+
.
|
| 270 |
+
|
| 271 |
+
[
|
| 272 |
+
|
| 273 |
+
10
|
| 274 |
+
|
| 275 |
+
]
|
| 276 |
+
|
| 277 |
+
In early 1947,
|
| 278 |
+
|
| 279 |
+
Superior Oil
|
| 280 |
+
|
| 281 |
+
erected a drilling and production platform in 20 feet (6.1 m) of water some 18 miles (29 km) off Vermilion Parish, La. But it was
|
| 282 |
+
|
| 283 |
+
Kerr-Magee
|
| 284 |
+
|
| 285 |
+
, as operator for partners
|
| 286 |
+
|
| 287 |
+
Phillips Petroleum
|
| 288 |
+
|
| 289 |
+
and
|
| 290 |
+
|
| 291 |
+
Stanolind Oil & Gas
|
| 292 |
+
|
| 293 |
+
that completed its historic Ship Shoal Block 32 well in October 1947, months before Superior actually drilled a discovery from their Vermilion platform farther offshore. In any case, that made Kerr-McGee's well the first oil discovery drilled out of sight of land.
|
| 294 |
+
|
| 295 |
+
When offshore drilling moved into deeper waters of up to 30 metres (98 ft), fixed platform rigs were built, until demands for drilling
|
| 296 |
+
|
| 297 |
+
equipment
|
| 298 |
+
|
| 299 |
+
was needed in the 100 feet (30 m) to 120 metres (390 ft) depth of the Gulf of Mexico, the first
|
| 300 |
+
|
| 301 |
+
jack-up rigs
|
| 302 |
+
|
| 303 |
+
began appearing from specialized offshore drilling contractors.
|
| 304 |
+
|
| 305 |
+
[
|
| 306 |
+
|
| 307 |
+
11
|
| 308 |
+
|
| 309 |
+
]
|
| 310 |
+
|
| 311 |
+
Offshore drilling rig, c. 1968.
|
| 312 |
+
|
| 313 |
+
The first
|
| 314 |
+
|
| 315 |
+
semi-submersible
|
| 316 |
+
|
| 317 |
+
resulted from an unexpected observation in 1961.
|
| 318 |
+
|
| 319 |
+
[
|
| 320 |
+
|
| 321 |
+
12
|
| 322 |
+
|
| 323 |
+
]
|
| 324 |
+
|
| 325 |
+
Blue Water Drilling Company owned and operated the four-column submersible Blue Water Rig No.1 in the Gulf of Mexico for
|
| 326 |
+
|
| 327 |
+
Shell Oil Company
|
| 328 |
+
|
| 329 |
+
. As the pontoons were not sufficiently buoyant to support the weight of the rig and its consumables, it was towed between locations at a draught midway between the top of the pontoons and the underside of the deck.
|
| 330 |
+
|
| 331 |
+
It was noticed that the motions at this draught were very small, and Blue Water Drilling and Shell jointly decided to try operating the rig in the floating mode. The concept of an anchored, stable floating deep-sea platform had been designed and tested back in the 1920s by
|
| 332 |
+
|
| 333 |
+
Edward Robert Armstrong
|
| 334 |
+
|
| 335 |
+
for the purpose of operating aircraft with an invention known as the 'seadrome'. The first purpose-built drilling
|
| 336 |
+
|
| 337 |
+
semi-submersible
|
| 338 |
+
|
| 339 |
+
Ocean Driller
|
| 340 |
+
|
| 341 |
+
was launched in 1963 by
|
| 342 |
+
|
| 343 |
+
ODECO
|
| 344 |
+
|
| 345 |
+
. Since then, many semi-submersibles have been purpose-designed for the drilling industry mobile offshore fleet.
|
| 346 |
+
|
| 347 |
+
Comparison of deepwater
|
| 348 |
+
|
| 349 |
+
semi-submersible
|
| 350 |
+
|
| 351 |
+
and
|
| 352 |
+
|
| 353 |
+
drillship
|
| 354 |
+
|
| 355 |
+
.
|
| 356 |
+
|
| 357 |
+
The first offshore
|
| 358 |
+
|
| 359 |
+
drillship
|
| 360 |
+
|
| 361 |
+
was the
|
| 362 |
+
|
| 363 |
+
CUSS 1
|
| 364 |
+
|
| 365 |
+
developed for the
|
| 366 |
+
|
| 367 |
+
Mohole
|
| 368 |
+
|
| 369 |
+
project to drill into the Earth's crust.
|
| 370 |
+
|
| 371 |
+
[
|
| 372 |
+
|
| 373 |
+
13
|
| 374 |
+
|
| 375 |
+
]
|
| 376 |
+
|
| 377 |
+
As of June 2010, there were over 620 mobile offshore drilling rigs (jackups, semisubs, drillships, barges, etc.) available for service in the worldwide offshore rig fleet.
|
| 378 |
+
|
| 379 |
+
[
|
| 380 |
+
|
| 381 |
+
14
|
| 382 |
+
|
| 383 |
+
]
|
| 384 |
+
|
| 385 |
+
One of the world's deepest hubs is currently the
|
| 386 |
+
|
| 387 |
+
Perdido
|
| 388 |
+
|
| 389 |
+
in the Gulf of Mexico, floating in 2,438 meters (7,999 ft) of water. It is operated by
|
| 390 |
+
|
| 391 |
+
Royal Dutch Shell
|
| 392 |
+
|
| 393 |
+
and was built at a cost of $3 billion.
|
| 394 |
+
|
| 395 |
+
[
|
| 396 |
+
|
| 397 |
+
15
|
| 398 |
+
|
| 399 |
+
]
|
| 400 |
+
|
| 401 |
+
The deepest operational platform is the Petrobras America Cascade FPSO in the Walker Ridge 249 field in 2,600 meters (8,500 ft) of water.
|
| 402 |
+
|
| 403 |
+
[
|
| 404 |
+
|
| 405 |
+
16
|
| 406 |
+
|
| 407 |
+
]
|
| 408 |
+
|
| 409 |
+
Drilling platforms
|
| 410 |
+
|
| 411 |
+
[
|
| 412 |
+
|
| 413 |
+
edit
|
| 414 |
+
|
| 415 |
+
]
|
| 416 |
+
|
| 417 |
+
Main article:
|
| 418 |
+
|
| 419 |
+
Oil platform
|
| 420 |
+
|
| 421 |
+
Types of offshore oil and gas structures.
|
| 422 |
+
|
| 423 |
+
See also:
|
| 424 |
+
|
| 425 |
+
Fixed platform
|
| 426 |
+
|
| 427 |
+
,
|
| 428 |
+
|
| 429 |
+
Compliant tower
|
| 430 |
+
|
| 431 |
+
,
|
| 432 |
+
|
| 433 |
+
Tension-leg platform
|
| 434 |
+
|
| 435 |
+
, and
|
| 436 |
+
|
| 437 |
+
Spar (platform)
|
| 438 |
+
|
| 439 |
+
Offshore drilling is usually done from platforms generically known as mobile offshore drilling units (MODU), which can be of one of several formats, depending on the water depth:
|
| 440 |
+
|
| 441 |
+
Jackup rig
|
| 442 |
+
|
| 443 |
+
Submersible drilling rig
|
| 444 |
+
|
| 445 |
+
Semi-submersible platform
|
| 446 |
+
|
| 447 |
+
Drillship
|
| 448 |
+
|
| 449 |
+
Beyond the MODUs mentioned above, offshore developments also employ a range of
|
| 450 |
+
|
| 451 |
+
fixed
|
| 452 |
+
|
| 453 |
+
and floating
|
| 454 |
+
|
| 455 |
+
drilling platforms
|
| 456 |
+
|
| 457 |
+
that also support drilling, production, or both. Key types include:
|
| 458 |
+
|
| 459 |
+
Fixed platforms
|
| 460 |
+
|
| 461 |
+
- These are rigid structures whose legs are anchored directly into the
|
| 462 |
+
|
| 463 |
+
seabed
|
| 464 |
+
|
| 465 |
+
, supporting a deck which holds
|
| 466 |
+
|
| 467 |
+
drilling rigs
|
| 468 |
+
|
| 469 |
+
,
|
| 470 |
+
|
| 471 |
+
production facilities
|
| 472 |
+
|
| 473 |
+
, and even living quarters. These platforms are generally constructed from
|
| 474 |
+
|
| 475 |
+
steel
|
| 476 |
+
|
| 477 |
+
, creating “jacket” platforms, or
|
| 478 |
+
|
| 479 |
+
concrete
|
| 480 |
+
|
| 481 |
+
, creating “gravity-based structures.” Steel-jacket platforms consist of tubular steel members piled into the seabed, while concrete
|
| 482 |
+
|
| 483 |
+
caisson
|
| 484 |
+
|
| 485 |
+
platforms may incorporate large concrete bases and internal
|
| 486 |
+
|
| 487 |
+
buoyancy tanks
|
| 488 |
+
|
| 489 |
+
.
|
| 490 |
+
|
| 491 |
+
[
|
| 492 |
+
|
| 493 |
+
17
|
| 494 |
+
|
| 495 |
+
]
|
| 496 |
+
|
| 497 |
+
Fixed platforms are cost-effective for shallow to moderate water depths, as their practical depth limit is usually a few hundred meters.
|
| 498 |
+
|
| 499 |
+
[
|
| 500 |
+
|
| 501 |
+
18
|
| 502 |
+
|
| 503 |
+
]
|
| 504 |
+
|
| 505 |
+
[
|
| 506 |
+
|
| 507 |
+
19
|
| 508 |
+
|
| 509 |
+
]
|
| 510 |
+
|
| 511 |
+
Compliant Towers
|
| 512 |
+
|
| 513 |
+
- Compliant Towers or CTs are tall, slender, and flexible tower structures anchored to the seabed by piles, but designed to withstand significant lateral deflection under environmental loads like
|
| 514 |
+
|
| 515 |
+
wind
|
| 516 |
+
|
| 517 |
+
,
|
| 518 |
+
|
| 519 |
+
waves
|
| 520 |
+
|
| 521 |
+
, and
|
| 522 |
+
|
| 523 |
+
currents
|
| 524 |
+
|
| 525 |
+
.
|
| 526 |
+
|
| 527 |
+
[
|
| 528 |
+
|
| 529 |
+
20
|
| 530 |
+
|
| 531 |
+
]
|
| 532 |
+
|
| 533 |
+
Their flexibility allows them to operate in much deeper waters than conventional fixed jackets, commonly in the range of several hundred to about 900m.
|
| 534 |
+
|
| 535 |
+
[
|
| 536 |
+
|
| 537 |
+
17
|
| 538 |
+
|
| 539 |
+
]
|
| 540 |
+
|
| 541 |
+
Tension-Leg Platforms
|
| 542 |
+
|
| 543 |
+
- This type of platform is a floating structure stabilized by vertical, tensioned tendons, also known as tethers, that anchor it to the seabed. Because the tendons are very stiff vertically, they eliminate most vertical motion, enabling
|
| 544 |
+
|
| 545 |
+
wellheads
|
| 546 |
+
|
| 547 |
+
and production equipment to be located on the deck rather than
|
| 548 |
+
|
| 549 |
+
subsea
|
| 550 |
+
|
| 551 |
+
.
|
| 552 |
+
|
| 553 |
+
[
|
| 554 |
+
|
| 555 |
+
18
|
| 556 |
+
|
| 557 |
+
]
|
| 558 |
+
|
| 559 |
+
[
|
| 560 |
+
|
| 561 |
+
21
|
| 562 |
+
|
| 563 |
+
]
|
| 564 |
+
|
| 565 |
+
TLPs are well suited for deep-water environments, often hundreds of thousands of meters, and “mini-TLP” variants like Seastar platforms have been developed for smaller
|
| 566 |
+
|
| 567 |
+
fields
|
| 568 |
+
|
| 569 |
+
.
|
| 570 |
+
|
| 571 |
+
[
|
| 572 |
+
|
| 573 |
+
18
|
| 574 |
+
|
| 575 |
+
]
|
| 576 |
+
|
| 577 |
+
[
|
| 578 |
+
|
| 579 |
+
19
|
| 580 |
+
|
| 581 |
+
]
|
| 582 |
+
|
| 583 |
+
Spar Platforms
|
| 584 |
+
|
| 585 |
+
- Spar platforms consist of a large-diameter, vertical cylindrical
|
| 586 |
+
|
| 587 |
+
hull
|
| 588 |
+
|
| 589 |
+
or hard tank that provides
|
| 590 |
+
|
| 591 |
+
buoyancy
|
| 592 |
+
|
| 593 |
+
, with a deck on top, and is
|
| 594 |
+
|
| 595 |
+
moored
|
| 596 |
+
|
| 597 |
+
to the seabed using conventional mooring lines like through chains or wires.
|
| 598 |
+
|
| 599 |
+
[
|
| 600 |
+
|
| 601 |
+
22
|
| 602 |
+
|
| 603 |
+
]
|
| 604 |
+
|
| 605 |
+
There are several types of this platform, notably classic,
|
| 606 |
+
|
| 607 |
+
truss
|
| 608 |
+
|
| 609 |
+
, and cell spars, which vary in hull configuration and internal
|
| 610 |
+
|
| 611 |
+
ballast
|
| 612 |
+
|
| 613 |
+
arrangements.
|
| 614 |
+
|
| 615 |
+
[
|
| 616 |
+
|
| 617 |
+
23
|
| 618 |
+
|
| 619 |
+
]
|
| 620 |
+
|
| 621 |
+
The
|
| 622 |
+
|
| 623 |
+
deep-draft
|
| 624 |
+
|
| 625 |
+
design of spar platforms gives them excellent stability in very deep waters, making them suitable for ultra-deep production and drilling.
|
| 626 |
+
|
| 627 |
+
[
|
| 628 |
+
|
| 629 |
+
18
|
| 630 |
+
|
| 631 |
+
]
|
| 632 |
+
|
| 633 |
+
Floating Production Systems (FPS) - FPS are floating platforms like
|
| 634 |
+
|
| 635 |
+
semi-submersibles
|
| 636 |
+
|
| 637 |
+
that are equipped for both production and, occasionally, drilling.
|
| 638 |
+
|
| 639 |
+
[
|
| 640 |
+
|
| 641 |
+
22
|
| 642 |
+
|
| 643 |
+
]
|
| 644 |
+
|
| 645 |
+
These units are anchored by either
|
| 646 |
+
|
| 647 |
+
mooring lines
|
| 648 |
+
|
| 649 |
+
, usually cables and chains, or maintained in position by
|
| 650 |
+
|
| 651 |
+
dynamic positioning systems
|
| 652 |
+
|
| 653 |
+
.
|
| 654 |
+
|
| 655 |
+
[
|
| 656 |
+
|
| 657 |
+
24
|
| 658 |
+
|
| 659 |
+
]
|
| 660 |
+
|
| 661 |
+
FPS units can operate in ultra-deep waters, which is around thousands of feet.
|
| 662 |
+
|
| 663 |
+
[
|
| 664 |
+
|
| 665 |
+
24
|
| 666 |
+
|
| 667 |
+
]
|
| 668 |
+
|
| 669 |
+
Floating Production, Storage and Offloading (FPSO) Units
|
| 670 |
+
|
| 671 |
+
- An FPSO is a ship-shaped vessel that processes
|
| 672 |
+
|
| 673 |
+
hydrocarbons
|
| 674 |
+
|
| 675 |
+
from subsea wells and stores its oil in its
|
| 676 |
+
|
| 677 |
+
hull
|
| 678 |
+
|
| 679 |
+
.
|
| 680 |
+
|
| 681 |
+
[
|
| 682 |
+
|
| 683 |
+
18
|
| 684 |
+
|
| 685 |
+
]
|
| 686 |
+
|
| 687 |
+
It is moored to the seabed, often via a turret mooring system, allowing it to “weathervane” in response to environmental forces.
|
| 688 |
+
|
| 689 |
+
[
|
| 690 |
+
|
| 691 |
+
21
|
| 692 |
+
|
| 693 |
+
]
|
| 694 |
+
|
| 695 |
+
Periodically,
|
| 696 |
+
|
| 697 |
+
shuttle tankers
|
| 698 |
+
|
| 699 |
+
offload stored oil, which is advantageous in remote or frontier deepwater areas where pipeline infrastructure is limited or absent.
|
| 700 |
+
|
| 701 |
+
[
|
| 702 |
+
|
| 703 |
+
18
|
| 704 |
+
|
| 705 |
+
]
|
| 706 |
+
|
| 707 |
+
Main offshore fields
|
| 708 |
+
|
| 709 |
+
[
|
| 710 |
+
|
| 711 |
+
edit
|
| 712 |
+
|
| 713 |
+
]
|
| 714 |
+
|
| 715 |
+
Notable offshore fields include:
|
| 716 |
+
|
| 717 |
+
Northstar Island
|
| 718 |
+
|
| 719 |
+
, an artificial island in the Beaufort Sea north of Alaska, is a site of oil and gas drilling.
|
| 720 |
+
|
| 721 |
+
the
|
| 722 |
+
|
| 723 |
+
North Sea
|
| 724 |
+
|
| 725 |
+
the
|
| 726 |
+
|
| 727 |
+
Gulf of Mexico
|
| 728 |
+
|
| 729 |
+
(offshore
|
| 730 |
+
|
| 731 |
+
Texas
|
| 732 |
+
|
| 733 |
+
,
|
| 734 |
+
|
| 735 |
+
Louisiana
|
| 736 |
+
|
| 737 |
+
,
|
| 738 |
+
|
| 739 |
+
Mississippi
|
| 740 |
+
|
| 741 |
+
, and
|
| 742 |
+
|
| 743 |
+
Alabama
|
| 744 |
+
|
| 745 |
+
)
|
| 746 |
+
|
| 747 |
+
California
|
| 748 |
+
|
| 749 |
+
(in the
|
| 750 |
+
|
| 751 |
+
Los Angeles Basin
|
| 752 |
+
|
| 753 |
+
and
|
| 754 |
+
|
| 755 |
+
Santa Barbara Channel
|
| 756 |
+
|
| 757 |
+
, part of the Ventura Basin)
|
| 758 |
+
|
| 759 |
+
the Caspian Sea (notably some major fields offshore
|
| 760 |
+
|
| 761 |
+
Azerbaijan
|
| 762 |
+
|
| 763 |
+
)
|
| 764 |
+
|
| 765 |
+
the
|
| 766 |
+
|
| 767 |
+
Campos
|
| 768 |
+
|
| 769 |
+
and
|
| 770 |
+
|
| 771 |
+
Santos Basins
|
| 772 |
+
|
| 773 |
+
off the coasts of
|
| 774 |
+
|
| 775 |
+
Brazil
|
| 776 |
+
|
| 777 |
+
Newfoundland
|
| 778 |
+
|
| 779 |
+
and
|
| 780 |
+
|
| 781 |
+
Nova Scotia
|
| 782 |
+
|
| 783 |
+
(
|
| 784 |
+
|
| 785 |
+
Atlantic Canada
|
| 786 |
+
|
| 787 |
+
)
|
| 788 |
+
|
| 789 |
+
several fields off
|
| 790 |
+
|
| 791 |
+
West Africa
|
| 792 |
+
|
| 793 |
+
most notably west of
|
| 794 |
+
|
| 795 |
+
Nigeria
|
| 796 |
+
|
| 797 |
+
and
|
| 798 |
+
|
| 799 |
+
Angola
|
| 800 |
+
|
| 801 |
+
offshore fields in
|
| 802 |
+
|
| 803 |
+
South East Asia
|
| 804 |
+
|
| 805 |
+
and
|
| 806 |
+
|
| 807 |
+
Sakhalin
|
| 808 |
+
|
| 809 |
+
, Russia
|
| 810 |
+
|
| 811 |
+
major offshore oil fields are located in the
|
| 812 |
+
|
| 813 |
+
Persian Gulf
|
| 814 |
+
|
| 815 |
+
such as Safaniya, Manifa and Marjan which belong to Saudi Arabia and are developed by
|
| 816 |
+
|
| 817 |
+
Saudi Aramco
|
| 818 |
+
|
| 819 |
+
.
|
| 820 |
+
|
| 821 |
+
[
|
| 822 |
+
|
| 823 |
+
25
|
| 824 |
+
|
| 825 |
+
]
|
| 826 |
+
|
| 827 |
+
fields in
|
| 828 |
+
|
| 829 |
+
India
|
| 830 |
+
|
| 831 |
+
(Mumbai High, K G Basin-East Coast Of India, Tapti Field,
|
| 832 |
+
|
| 833 |
+
Gujarat
|
| 834 |
+
|
| 835 |
+
, India)
|
| 836 |
+
|
| 837 |
+
the
|
| 838 |
+
|
| 839 |
+
Taranaki Basin
|
| 840 |
+
|
| 841 |
+
in
|
| 842 |
+
|
| 843 |
+
New Zealand
|
| 844 |
+
|
| 845 |
+
the
|
| 846 |
+
|
| 847 |
+
Kara Sea
|
| 848 |
+
|
| 849 |
+
north of Siberia
|
| 850 |
+
|
| 851 |
+
[
|
| 852 |
+
|
| 853 |
+
26
|
| 854 |
+
|
| 855 |
+
]
|
| 856 |
+
|
| 857 |
+
the
|
| 858 |
+
|
| 859 |
+
Arctic Ocean
|
| 860 |
+
|
| 861 |
+
off the coasts of
|
| 862 |
+
|
| 863 |
+
Alaska
|
| 864 |
+
|
| 865 |
+
and Canada's
|
| 866 |
+
|
| 867 |
+
Northwest Territories
|
| 868 |
+
|
| 869 |
+
[
|
| 870 |
+
|
| 871 |
+
27
|
| 872 |
+
|
| 873 |
+
]
|
| 874 |
+
|
| 875 |
+
Challenges
|
| 876 |
+
|
| 877 |
+
[
|
| 878 |
+
|
| 879 |
+
edit
|
| 880 |
+
|
| 881 |
+
]
|
| 882 |
+
|
| 883 |
+
Being far from land can create many challenges, from logistics to safety concerns.
|
| 884 |
+
|
| 885 |
+
Offshore oil and gas production is more challenging than land-based installations due to the remote and harsher environment. Much of the innovation in the offshore petroleum sector concerns overcoming these challenges, including the need to provide very large production facilities. Production and drilling facilities may be very large and a large investment, such as the
|
| 886 |
+
|
| 887 |
+
Troll A platform
|
| 888 |
+
|
| 889 |
+
standing on a depth of 300 meters (980 ft).
|
| 890 |
+
|
| 891 |
+
[
|
| 892 |
+
|
| 893 |
+
28
|
| 894 |
+
|
| 895 |
+
]
|
| 896 |
+
|
| 897 |
+
Another type of offshore platform may float with a
|
| 898 |
+
|
| 899 |
+
mooring
|
| 900 |
+
|
| 901 |
+
system to maintain it on location. While a floating system may be lower cost in deeper waters than a fixed platform, the dynamic nature of the platforms introduces many challenges for the drilling and production facilities.
|
| 902 |
+
|
| 903 |
+
The ocean can add several thousand meters or more to the fluid column. The addition increases the equivalent circulating density and downhole pressures in drilling wells, as well as the energy needed to lift produced fluids for separation on the platform.
|
| 904 |
+
|
| 905 |
+
The trend today is to conduct more of the production operations
|
| 906 |
+
|
| 907 |
+
subsea
|
| 908 |
+
|
| 909 |
+
, by separating water from oil and re-injecting it rather than pumping it up to a platform, or by flowing to onshore, with no installations visible above the sea. Subsea installations help to exploit resources at progressively deeper waters—locations which had been inaccessible—and overcome challenges posed by sea ice such as in the
|
| 910 |
+
|
| 911 |
+
Barents Sea
|
| 912 |
+
|
| 913 |
+
. One such challenge in shallower environments is
|
| 914 |
+
|
| 915 |
+
seabed gouging by drifting ice features
|
| 916 |
+
|
| 917 |
+
(means of protecting offshore installations against ice action includes burial in the seabed).
|
| 918 |
+
|
| 919 |
+
Offshore manned facilities also present logistics and human resources challenges. An offshore oil platform is a small community in itself with cafeteria, sleeping quarters, management and other support functions. In the North Sea, staff members are transported by helicopter for a two-week shift. They usually receive higher salary than onshore workers do. Supplies and waste are transported by ship, and the supply deliveries need to be carefully planned because storage space on the platform is limited. Today, much effort goes into relocating as many of the personnel as possible onshore, where management and technical experts are in touch with the platform by video conferencing. An onshore job is also more attractive for the aging workforce in the
|
| 920 |
+
|
| 921 |
+
petroleum industry
|
| 922 |
+
|
| 923 |
+
, at least in the western world. These efforts among others are contained in the established term
|
| 924 |
+
|
| 925 |
+
integrated operations
|
| 926 |
+
|
| 927 |
+
. The increased use of subsea facilities helps achieve the objective of keeping more workers onshore. Subsea facilities are also easier to expand, with new separators or different modules for different oil types, and are not limited by the fixed floor space of an above-water installation.
|
| 928 |
+
|
| 929 |
+
Effects on the environment
|
| 930 |
+
|
| 931 |
+
[
|
| 932 |
+
|
| 933 |
+
edit
|
| 934 |
+
|
| 935 |
+
]
|
| 936 |
+
|
| 937 |
+
See also:
|
| 938 |
+
|
| 939 |
+
Ecological effects of oil platforms
|
| 940 |
+
|
| 941 |
+
Offshore oil production involves environmental risks, most notably
|
| 942 |
+
|
| 943 |
+
oil spills
|
| 944 |
+
|
| 945 |
+
from oil tankers or pipelines transporting oil from the platform to onshore facilities, and from leaks and accidents on the platform (e.g.
|
| 946 |
+
|
| 947 |
+
Deepwater Horizon oil spill
|
| 948 |
+
|
| 949 |
+
and
|
| 950 |
+
|
| 951 |
+
Ixtoc I oil spill
|
| 952 |
+
|
| 953 |
+
).
|
| 954 |
+
|
| 955 |
+
[
|
| 956 |
+
|
| 957 |
+
29
|
| 958 |
+
|
| 959 |
+
]
|
| 960 |
+
|
| 961 |
+
Produced water
|
| 962 |
+
|
| 963 |
+
is also generated, which is water brought to the surface along with the oil and gas; it is usually highly
|
| 964 |
+
|
| 965 |
+
saline
|
| 966 |
+
|
| 967 |
+
and may include dissolved or unseparated hydrocarbons.
|
| 968 |
+
|
| 969 |
+
See also
|
| 970 |
+
|
| 971 |
+
[
|
| 972 |
+
|
| 973 |
+
edit
|
| 974 |
+
|
| 975 |
+
]
|
| 976 |
+
|
| 977 |
+
Energy portal
|
| 978 |
+
|
| 979 |
+
Oceans portal
|
| 980 |
+
|
| 981 |
+
Deep sea mining
|
| 982 |
+
|
| 983 |
+
Deepwater drilling
|
| 984 |
+
|
| 985 |
+
Drillship
|
| 986 |
+
|
| 987 |
+
Jackup rig
|
| 988 |
+
|
| 989 |
+
Offshore geotechnical engineering
|
| 990 |
+
|
| 991 |
+
Offshore oil and gas in the United States
|
| 992 |
+
|
| 993 |
+
Oil platform
|
| 994 |
+
|
| 995 |
+
Oil well
|
| 996 |
+
|
| 997 |
+
Semi-submersible platform
|
| 998 |
+
|
| 999 |
+
Shallow water drilling
|
| 1000 |
+
|
| 1001 |
+
Submarine pipeline
|
| 1002 |
+
|
| 1003 |
+
Subsea
|
| 1004 |
+
|
| 1005 |
+
Vertebrae bend restrictor
|
| 1006 |
+
|
| 1007 |
+
References
|
| 1008 |
+
|
| 1009 |
+
[
|
| 1010 |
+
|
| 1011 |
+
edit
|
| 1012 |
+
|
| 1013 |
+
]
|
| 1014 |
+
|
| 1015 |
+
^
|
| 1016 |
+
|
| 1017 |
+
Compton, Glenn,
|
| 1018 |
+
|
| 1019 |
+
10 Reasons Not to Drill for Oil Offshore of Florida
|
| 1020 |
+
|
| 1021 |
+
,
|
| 1022 |
+
|
| 1023 |
+
The Bradenton Times
|
| 1024 |
+
|
| 1025 |
+
, January 14, 2018
|
| 1026 |
+
|
| 1027 |
+
^
|
| 1028 |
+
|
| 1029 |
+
"Drilling on Grand Lake St Marys in 1891"
|
| 1030 |
+
|
| 1031 |
+
.
|
| 1032 |
+
|
| 1033 |
+
Energy Global News
|
| 1034 |
+
|
| 1035 |
+
. 2019-06-30
|
| 1036 |
+
|
| 1037 |
+
. Retrieved
|
| 1038 |
+
|
| 1039 |
+
2020-08-20
|
| 1040 |
+
|
| 1041 |
+
.
|
| 1042 |
+
|
| 1043 |
+
^
|
| 1044 |
+
|
| 1045 |
+
History of the Offshore Oil and Gas Development in Louisiana
|
| 1046 |
+
|
| 1047 |
+
Archived
|
| 1048 |
+
|
| 1049 |
+
2010-06-13 at the
|
| 1050 |
+
|
| 1051 |
+
Wayback Machine
|
| 1052 |
+
|
| 1053 |
+
at the Mineral Management Services, Dept of the Interior
|
| 1054 |
+
|
| 1055 |
+
^
|
| 1056 |
+
|
| 1057 |
+
"National Ocean Industries Association"
|
| 1058 |
+
|
| 1059 |
+
. Archived from
|
| 1060 |
+
|
| 1061 |
+
the original
|
| 1062 |
+
|
| 1063 |
+
on 2010-08-06
|
| 1064 |
+
|
| 1065 |
+
. Retrieved
|
| 1066 |
+
|
| 1067 |
+
2010-06-14
|
| 1068 |
+
|
| 1069 |
+
.
|
| 1070 |
+
|
| 1071 |
+
^
|
| 1072 |
+
|
| 1073 |
+
"About Offshore Drilling"
|
| 1074 |
+
|
| 1075 |
+
.
|
| 1076 |
+
|
| 1077 |
+
www.engenya.com
|
| 1078 |
+
|
| 1079 |
+
. Engenya GmbH
|
| 1080 |
+
|
| 1081 |
+
. Retrieved
|
| 1082 |
+
|
| 1083 |
+
2020-08-24
|
| 1084 |
+
|
| 1085 |
+
.
|
| 1086 |
+
|
| 1087 |
+
^
|
| 1088 |
+
|
| 1089 |
+
Mir-Babayev, Mir Yusif (2002).
|
| 1090 |
+
|
| 1091 |
+
"Azerbaijan's Oil History - A Chronology Leading up to the Soviet Era"
|
| 1092 |
+
|
| 1093 |
+
.
|
| 1094 |
+
|
| 1095 |
+
Azerbaijan International
|
| 1096 |
+
|
| 1097 |
+
. Retrieved
|
| 1098 |
+
|
| 1099 |
+
2026-01-03
|
| 1100 |
+
|
| 1101 |
+
.
|
| 1102 |
+
|
| 1103 |
+
^
|
| 1104 |
+
|
| 1105 |
+
Smil, Vaclav (2017).
|
| 1106 |
+
|
| 1107 |
+
Energy transitions: global and national perspectives
|
| 1108 |
+
|
| 1109 |
+
(Second ed.). Santa Barbara, California: Praeger, an imprint of ABC-CLIO, LLC. pp.
|
| 1110 |
+
|
| 1111 |
+
42–
|
| 1112 |
+
|
| 1113 |
+
43.
|
| 1114 |
+
|
| 1115 |
+
ISBN
|
| 1116 |
+
|
| 1117 |
+
978-1-4408-5324-1
|
| 1118 |
+
|
| 1119 |
+
.
|
| 1120 |
+
|
| 1121 |
+
[By 1806] the Absheron region had many shallow wells from which lighter oil was collected in order to produce kerosene (by thermal distillation) used for local lighting as well as for export by camels (in skins) and in wooden barrels on small ships. In 1837 Russians built the first commercial oil-distilling factory in Balakhani, and nine years later they sank the world's first (21 m deep) exploratory oil well in Bibi-Heybat [sic] and thus opened up what was later classified as the world's first giant oilfield (that is, one having at least 500 million barrels of recoverable crude oil). Baku was thus the place where the modern oil era began in 1846.
|
| 1122 |
+
|
| 1123 |
+
^
|
| 1124 |
+
|
| 1125 |
+
Morton, Michael Quentin (June 2016).
|
| 1126 |
+
|
| 1127 |
+
"Beyond Sight of Land: A History of Oil Exploration in the Gulf of Mexico"
|
| 1128 |
+
|
| 1129 |
+
.
|
| 1130 |
+
|
| 1131 |
+
GeoExpro
|
| 1132 |
+
|
| 1133 |
+
.
|
| 1134 |
+
|
| 1135 |
+
30
|
| 1136 |
+
|
| 1137 |
+
(3):
|
| 1138 |
+
|
| 1139 |
+
60–
|
| 1140 |
+
|
| 1141 |
+
63
|
| 1142 |
+
|
| 1143 |
+
. Retrieved
|
| 1144 |
+
|
| 1145 |
+
8 November
|
| 1146 |
+
|
| 1147 |
+
2016
|
| 1148 |
+
|
| 1149 |
+
.
|
| 1150 |
+
|
| 1151 |
+
^
|
| 1152 |
+
|
| 1153 |
+
"Overview– Convention & Related Agreements"
|
| 1154 |
+
|
| 1155 |
+
.
|
| 1156 |
+
|
| 1157 |
+
www.un.org
|
| 1158 |
+
|
| 1159 |
+
. Retrieved
|
| 1160 |
+
|
| 1161 |
+
2020-08-20
|
| 1162 |
+
|
| 1163 |
+
.
|
| 1164 |
+
|
| 1165 |
+
^
|
| 1166 |
+
|
| 1167 |
+
"Offshore Drilling: History and Overview"
|
| 1168 |
+
|
| 1169 |
+
.
|
| 1170 |
+
|
| 1171 |
+
Offshore Energy
|
| 1172 |
+
|
| 1173 |
+
. 2010-06-25
|
| 1174 |
+
|
| 1175 |
+
. Retrieved
|
| 1176 |
+
|
| 1177 |
+
2020-08-24
|
| 1178 |
+
|
| 1179 |
+
.
|
| 1180 |
+
|
| 1181 |
+
^
|
| 1182 |
+
|
| 1183 |
+
"About Offshore Drilling"
|
| 1184 |
+
|
| 1185 |
+
.
|
| 1186 |
+
|
| 1187 |
+
www.engenya.com
|
| 1188 |
+
|
| 1189 |
+
. Retrieved
|
| 1190 |
+
|
| 1191 |
+
2020-08-24
|
| 1192 |
+
|
| 1193 |
+
.
|
| 1194 |
+
|
| 1195 |
+
^
|
| 1196 |
+
|
| 1197 |
+
Tyler Priest (October 17, 2014).
|
| 1198 |
+
|
| 1199 |
+
"
|
| 1200 |
+
|
| 1201 |
+
Offshore at 60: The Blue Water Breakthrough
|
| 1202 |
+
|
| 1203 |
+
"
|
| 1204 |
+
|
| 1205 |
+
.
|
| 1206 |
+
|
| 1207 |
+
PennWell
|
| 1208 |
+
|
| 1209 |
+
. Retrieved
|
| 1210 |
+
|
| 1211 |
+
October 16,
|
| 1212 |
+
|
| 1213 |
+
2021
|
| 1214 |
+
|
| 1215 |
+
.
|
| 1216 |
+
|
| 1217 |
+
^
|
| 1218 |
+
|
| 1219 |
+
"Géosciences Montpellier – The project Mohole in 1961"
|
| 1220 |
+
|
| 1221 |
+
.
|
| 1222 |
+
|
| 1223 |
+
www.gm.univ-montp2.fr
|
| 1224 |
+
|
| 1225 |
+
(in French)
|
| 1226 |
+
|
| 1227 |
+
. Retrieved
|
| 1228 |
+
|
| 1229 |
+
2020-08-20
|
| 1230 |
+
|
| 1231 |
+
.
|
| 1232 |
+
|
| 1233 |
+
^
|
| 1234 |
+
|
| 1235 |
+
"RIGZONE – Offshore Rig Data, Onshore Fleet Analysis"
|
| 1236 |
+
|
| 1237 |
+
. Archived from
|
| 1238 |
+
|
| 1239 |
+
the original
|
| 1240 |
+
|
| 1241 |
+
on 8 April 2015
|
| 1242 |
+
|
| 1243 |
+
. Retrieved
|
| 1244 |
+
|
| 1245 |
+
20 April
|
| 1246 |
+
|
| 1247 |
+
2015
|
| 1248 |
+
|
| 1249 |
+
.
|
| 1250 |
+
|
| 1251 |
+
^
|
| 1252 |
+
|
| 1253 |
+
Hays, Kristen (31 March 2010).
|
| 1254 |
+
|
| 1255 |
+
"UPDATE 1-Shell starts production at Perdido"
|
| 1256 |
+
|
| 1257 |
+
.
|
| 1258 |
+
|
| 1259 |
+
Reuters
|
| 1260 |
+
|
| 1261 |
+
. Retrieved
|
| 1262 |
+
|
| 1263 |
+
20 April
|
| 1264 |
+
|
| 1265 |
+
2015
|
| 1266 |
+
|
| 1267 |
+
.
|
| 1268 |
+
|
| 1269 |
+
^
|
| 1270 |
+
|
| 1271 |
+
"Off-Shore Drilling"
|
| 1272 |
+
|
| 1273 |
+
.
|
| 1274 |
+
|
| 1275 |
+
IssolareEnergy Available?
|
| 1276 |
+
|
| 1277 |
+
. Archived from
|
| 1278 |
+
|
| 1279 |
+
the original
|
| 1280 |
+
|
| 1281 |
+
on 2021-05-10
|
| 1282 |
+
|
| 1283 |
+
. Retrieved
|
| 1284 |
+
|
| 1285 |
+
2020-08-24
|
| 1286 |
+
|
| 1287 |
+
.
|
| 1288 |
+
|
| 1289 |
+
^
|
| 1290 |
+
|
| 1291 |
+
a
|
| 1292 |
+
|
| 1293 |
+
b
|
| 1294 |
+
|
| 1295 |
+
"Types of offshore platforms"
|
| 1296 |
+
|
| 1297 |
+
.
|
| 1298 |
+
|
| 1299 |
+
Strukts
|
| 1300 |
+
|
| 1301 |
+
. Retrieved
|
| 1302 |
+
|
| 1303 |
+
2025-11-20
|
| 1304 |
+
|
| 1305 |
+
.
|
| 1306 |
+
|
| 1307 |
+
^
|
| 1308 |
+
|
| 1309 |
+
a
|
| 1310 |
+
|
| 1311 |
+
b
|
| 1312 |
+
|
| 1313 |
+
c
|
| 1314 |
+
|
| 1315 |
+
d
|
| 1316 |
+
|
| 1317 |
+
e
|
| 1318 |
+
|
| 1319 |
+
f
|
| 1320 |
+
|
| 1321 |
+
"Offshore Production Facilities"
|
| 1322 |
+
|
| 1323 |
+
.
|
| 1324 |
+
|
| 1325 |
+
www.api.org
|
| 1326 |
+
|
| 1327 |
+
. Retrieved
|
| 1328 |
+
|
| 1329 |
+
2025-11-20
|
| 1330 |
+
|
| 1331 |
+
.
|
| 1332 |
+
|
| 1333 |
+
^
|
| 1334 |
+
|
| 1335 |
+
a
|
| 1336 |
+
|
| 1337 |
+
b
|
| 1338 |
+
|
| 1339 |
+
"What are fixed platforms?"
|
| 1340 |
+
|
| 1341 |
+
.
|
| 1342 |
+
|
| 1343 |
+
Oil & Gas IQ
|
| 1344 |
+
|
| 1345 |
+
. 2018-12-17
|
| 1346 |
+
|
| 1347 |
+
. Retrieved
|
| 1348 |
+
|
| 1349 |
+
2025-11-20
|
| 1350 |
+
|
| 1351 |
+
.
|
| 1352 |
+
|
| 1353 |
+
^
|
| 1354 |
+
|
| 1355 |
+
"Offshore Oil and Gas platforms"
|
| 1356 |
+
|
| 1357 |
+
(PDF)
|
| 1358 |
+
|
| 1359 |
+
.
|
| 1360 |
+
|
| 1361 |
+
IMIA
|
| 1362 |
+
|
| 1363 |
+
. Retrieved
|
| 1364 |
+
|
| 1365 |
+
2025-11-20
|
| 1366 |
+
|
| 1367 |
+
.
|
| 1368 |
+
|
| 1369 |
+
^
|
| 1370 |
+
|
| 1371 |
+
a
|
| 1372 |
+
|
| 1373 |
+
b
|
| 1374 |
+
|
| 1375 |
+
"What Are MOPUs and FPSOs?"
|
| 1376 |
+
|
| 1377 |
+
.
|
| 1378 |
+
|
| 1379 |
+
Oil & Gas IQ
|
| 1380 |
+
|
| 1381 |
+
. 2024-12-01
|
| 1382 |
+
|
| 1383 |
+
. Retrieved
|
| 1384 |
+
|
| 1385 |
+
2025-11-20
|
| 1386 |
+
|
| 1387 |
+
.
|
| 1388 |
+
|
| 1389 |
+
^
|
| 1390 |
+
|
| 1391 |
+
a
|
| 1392 |
+
|
| 1393 |
+
b
|
| 1394 |
+
|
| 1395 |
+
Khalifeh, Mahmoud; Saasen, Arild (2020), Khalifeh, Mahmoud; Saasen, Arild (eds.),
|
| 1396 |
+
|
| 1397 |
+
"Different Categories of Working Units"
|
| 1398 |
+
|
| 1399 |
+
,
|
| 1400 |
+
|
| 1401 |
+
Introduction to Permanent Plug and Abandonment of Wells
|
| 1402 |
+
|
| 1403 |
+
, Cham: Springer International Publishing, pp.
|
| 1404 |
+
|
| 1405 |
+
137–
|
| 1406 |
+
|
| 1407 |
+
163,
|
| 1408 |
+
|
| 1409 |
+
doi
|
| 1410 |
+
|
| 1411 |
+
:
|
| 1412 |
+
|
| 1413 |
+
10.1007/978-3-030-39970-2_5
|
| 1414 |
+
|
| 1415 |
+
,
|
| 1416 |
+
|
| 1417 |
+
ISBN
|
| 1418 |
+
|
| 1419 |
+
978-3-030-39970-2
|
| 1420 |
+
|
| 1421 |
+
, retrieved
|
| 1422 |
+
|
| 1423 |
+
2025-11-20
|
| 1424 |
+
|
| 1425 |
+
{{
|
| 1426 |
+
|
| 1427 |
+
citation
|
| 1428 |
+
|
| 1429 |
+
}}
|
| 1430 |
+
|
| 1431 |
+
: CS1 maint: work parameter with ISBN (
|
| 1432 |
+
|
| 1433 |
+
link
|
| 1434 |
+
|
| 1435 |
+
)
|
| 1436 |
+
|
| 1437 |
+
^
|
| 1438 |
+
|
| 1439 |
+
"Types of Offshore Platforms: Comprehensive Technical Analysis"
|
| 1440 |
+
|
| 1441 |
+
.
|
| 1442 |
+
|
| 1443 |
+
Strukts
|
| 1444 |
+
|
| 1445 |
+
. Retrieved
|
| 1446 |
+
|
| 1447 |
+
2025-11-20
|
| 1448 |
+
|
| 1449 |
+
.
|
| 1450 |
+
|
| 1451 |
+
^
|
| 1452 |
+
|
| 1453 |
+
a
|
| 1454 |
+
|
| 1455 |
+
b
|
| 1456 |
+
|
| 1457 |
+
Lore, Gary L.; Ross, Katherine M.; Bascle, Barbara J.; Nixon, Lesley D.; Klazynski, Ralph J. (2025-11-09).
|
| 1458 |
+
|
| 1459 |
+
"Assessment of Conventionally Recoverable Hydrocarbon Resources of the Gulf of Mexico and Atlantic Continental Shelf"
|
| 1460 |
+
|
| 1461 |
+
(PDF)
|
| 1462 |
+
|
| 1463 |
+
.
|
| 1464 |
+
|
| 1465 |
+
Bureau of Ocean Energy Management
|
| 1466 |
+
|
| 1467 |
+
. New Orleans (published June 1999)
|
| 1468 |
+
|
| 1469 |
+
. Retrieved
|
| 1470 |
+
|
| 1471 |
+
2025-11-20
|
| 1472 |
+
|
| 1473 |
+
.
|
| 1474 |
+
|
| 1475 |
+
^
|
| 1476 |
+
|
| 1477 |
+
"Contracts let for Marjan oil field development. (Saudi Arabian Oil Co. Bids out offshore development contracts) (Saudi Arabia) – MEED Middle East Economic Digest"
|
| 1478 |
+
|
| 1479 |
+
. Archived from
|
| 1480 |
+
|
| 1481 |
+
the original
|
| 1482 |
+
|
| 1483 |
+
on 2012-11-05
|
| 1484 |
+
|
| 1485 |
+
. Retrieved
|
| 1486 |
+
|
| 1487 |
+
2011-02-26
|
| 1488 |
+
|
| 1489 |
+
.
|
| 1490 |
+
|
| 1491 |
+
^
|
| 1492 |
+
|
| 1493 |
+
"Russian Rosneft announces major oil, gas discovery in Arctic Kara Sea"
|
| 1494 |
+
|
| 1495 |
+
. Platts
|
| 1496 |
+
|
| 1497 |
+
. Retrieved
|
| 1498 |
+
|
| 1499 |
+
2017-08-18
|
| 1500 |
+
|
| 1501 |
+
.
|
| 1502 |
+
|
| 1503 |
+
^
|
| 1504 |
+
|
| 1505 |
+
"Year 2006 National Assessment – Alaska Outer Continental Shelf"
|
| 1506 |
+
|
| 1507 |
+
(PDF)
|
| 1508 |
+
|
| 1509 |
+
. Dept Interior BEOM. Archived from
|
| 1510 |
+
|
| 1511 |
+
the original
|
| 1512 |
+
|
| 1513 |
+
(PDF)
|
| 1514 |
+
|
| 1515 |
+
on 2012-09-16
|
| 1516 |
+
|
| 1517 |
+
. Retrieved
|
| 1518 |
+
|
| 1519 |
+
2017-08-18
|
| 1520 |
+
|
| 1521 |
+
.
|
| 1522 |
+
|
| 1523 |
+
^
|
| 1524 |
+
|
| 1525 |
+
Speight, James G. (2014).
|
| 1526 |
+
|
| 1527 |
+
Handbook of Offshore Oil and Gas Operations
|
| 1528 |
+
|
| 1529 |
+
. Elsevier.
|
| 1530 |
+
|
| 1531 |
+
ISBN
|
| 1532 |
+
|
| 1533 |
+
978-0-08-087819-5
|
| 1534 |
+
|
| 1535 |
+
.
|
| 1536 |
+
|
| 1537 |
+
^
|
| 1538 |
+
|
| 1539 |
+
Debate Over Offshore Drilling
|
| 1540 |
+
|
| 1541 |
+
(internet video).
|
| 1542 |
+
|
| 1543 |
+
CBS News
|
| 1544 |
+
|
| 1545 |
+
. 2008. Archived from
|
| 1546 |
+
|
| 1547 |
+
the original
|
| 1548 |
+
|
| 1549 |
+
on 2008-08-24
|
| 1550 |
+
|
| 1551 |
+
. Retrieved
|
| 1552 |
+
|
| 1553 |
+
2008-09-27
|
| 1554 |
+
|
| 1555 |
+
.
|
| 1556 |
+
|
| 1557 |
+
External links
|
| 1558 |
+
|
| 1559 |
+
[
|
| 1560 |
+
|
| 1561 |
+
edit
|
| 1562 |
+
|
| 1563 |
+
]
|
| 1564 |
+
|
| 1565 |
+
Wikimedia Commons has media related to
|
| 1566 |
+
|
| 1567 |
+
Mobile offshore drilling units
|
| 1568 |
+
|
| 1569 |
+
.
|
| 1570 |
+
|
| 1571 |
+
Center for Biological Diversity v Dept of the Interior
|
| 1572 |
+
|
| 1573 |
+
17Apr2009 DC Appellate Decision stopping offshore Alaska Oil Leases.
|
| 1574 |
+
|
| 1575 |
+
IODP-USIO: Publications: Proceedings of the Integrated Ocean Drilling Program
|
| 1576 |
+
|
| 1577 |
+
"New Oil from the Deep Ocean Floor."
|
| 1578 |
+
|
| 1579 |
+
Popular Science
|
| 1580 |
+
|
| 1581 |
+
, October 1975, pp. 106–108.
|
| 1582 |
+
|
| 1583 |
+
Retrieved from "
|
| 1584 |
+
|
| 1585 |
+
https://en.wikipedia.org/w/index.php?title=Offshore_drilling&oldid=1330893999
|
| 1586 |
+
|
| 1587 |
+
"
|
knowledge_base/raw_text/wiki_Oil_well.txt
ADDED
|
@@ -0,0 +1,2565 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Source: https://en.wikipedia.org/wiki/Oil_well
|
| 2 |
+
|
| 3 |
+
Well drilled to extract crude oil and/or gas
|
| 4 |
+
|
| 5 |
+
This article
|
| 6 |
+
|
| 7 |
+
needs additional citations for
|
| 8 |
+
|
| 9 |
+
verification
|
| 10 |
+
|
| 11 |
+
.
|
| 12 |
+
|
| 13 |
+
Please help
|
| 14 |
+
|
| 15 |
+
improve this article
|
| 16 |
+
|
| 17 |
+
by
|
| 18 |
+
|
| 19 |
+
adding citations to reliable sources
|
| 20 |
+
|
| 21 |
+
. Unsourced material may be challenged and removed.
|
| 22 |
+
|
| 23 |
+
Find sources:
|
| 24 |
+
|
| 25 |
+
"Oil well"
|
| 26 |
+
|
| 27 |
+
–
|
| 28 |
+
|
| 29 |
+
news
|
| 30 |
+
|
| 31 |
+
·
|
| 32 |
+
|
| 33 |
+
newspapers
|
| 34 |
+
|
| 35 |
+
·
|
| 36 |
+
|
| 37 |
+
books
|
| 38 |
+
|
| 39 |
+
·
|
| 40 |
+
|
| 41 |
+
scholar
|
| 42 |
+
|
| 43 |
+
·
|
| 44 |
+
|
| 45 |
+
JSTOR
|
| 46 |
+
|
| 47 |
+
(
|
| 48 |
+
|
| 49 |
+
December 2023
|
| 50 |
+
|
| 51 |
+
)
|
| 52 |
+
|
| 53 |
+
(
|
| 54 |
+
|
| 55 |
+
Learn how and when to remove this message
|
| 56 |
+
|
| 57 |
+
)
|
| 58 |
+
|
| 59 |
+
The
|
| 60 |
+
|
| 61 |
+
pumpjack
|
| 62 |
+
|
| 63 |
+
, such as this one located south of
|
| 64 |
+
|
| 65 |
+
Midland
|
| 66 |
+
|
| 67 |
+
, is a common sight in
|
| 68 |
+
|
| 69 |
+
West Texas
|
| 70 |
+
|
| 71 |
+
.
|
| 72 |
+
|
| 73 |
+
An
|
| 74 |
+
|
| 75 |
+
oil well
|
| 76 |
+
|
| 77 |
+
is a drillhole
|
| 78 |
+
|
| 79 |
+
boring
|
| 80 |
+
|
| 81 |
+
in
|
| 82 |
+
|
| 83 |
+
Earth
|
| 84 |
+
|
| 85 |
+
that is designed to bring
|
| 86 |
+
|
| 87 |
+
petroleum
|
| 88 |
+
|
| 89 |
+
oil
|
| 90 |
+
|
| 91 |
+
hydrocarbons
|
| 92 |
+
|
| 93 |
+
to the surface. Usually some
|
| 94 |
+
|
| 95 |
+
natural gas
|
| 96 |
+
|
| 97 |
+
is released as
|
| 98 |
+
|
| 99 |
+
associated petroleum gas
|
| 100 |
+
|
| 101 |
+
along with the oil. A well that is designed to produce only gas may be termed a
|
| 102 |
+
|
| 103 |
+
gas well
|
| 104 |
+
|
| 105 |
+
. Wells are created by drilling down into an
|
| 106 |
+
|
| 107 |
+
oil or gas reserve
|
| 108 |
+
|
| 109 |
+
and if necessary equipped with extraction devices such as
|
| 110 |
+
|
| 111 |
+
pumpjacks
|
| 112 |
+
|
| 113 |
+
. Creating the wells can be an expensive process, costing at least hundreds of thousands of dollars, and costing much more when in difficult-to-access locations, e.g.,
|
| 114 |
+
|
| 115 |
+
offshore
|
| 116 |
+
|
| 117 |
+
. The process of modern drilling for wells first started in the 19th century but was made more efficient with advances to oil
|
| 118 |
+
|
| 119 |
+
drilling rigs
|
| 120 |
+
|
| 121 |
+
and technology during the 20th century.
|
| 122 |
+
|
| 123 |
+
Wells are frequently sold or exchanged between different oil and gas companies as an asset – in large part because during a drop in the price of oil and gas, a well may be unproductive, but if prices rise, even low-production wells may be economically valuable. Moreover, new methods, such as
|
| 124 |
+
|
| 125 |
+
hydraulic fracturing
|
| 126 |
+
|
| 127 |
+
(a process of injecting gas or liquid to force more oil or natural gas production) have made some wells viable. However,
|
| 128 |
+
|
| 129 |
+
peak oil
|
| 130 |
+
|
| 131 |
+
and
|
| 132 |
+
|
| 133 |
+
climate policy
|
| 134 |
+
|
| 135 |
+
surrounding
|
| 136 |
+
|
| 137 |
+
fossil fuels
|
| 138 |
+
|
| 139 |
+
have made fewer of these wells and costly techniques viable.
|
| 140 |
+
|
| 141 |
+
However, neglected or poorly maintained
|
| 142 |
+
|
| 143 |
+
wellheads
|
| 144 |
+
|
| 145 |
+
present environmental issues: they may leak
|
| 146 |
+
|
| 147 |
+
methane
|
| 148 |
+
|
| 149 |
+
or other toxic substances into local air, water and soil systems. This pollution often becomes worse when wells are
|
| 150 |
+
|
| 151 |
+
abandoned or orphaned
|
| 152 |
+
|
| 153 |
+
– i.e., where a well is no longer economically viable, so are no longer maintained by their (former) owners. A 2020 estimate by Reuters suggested that there were at least 29 million abandoned wells internationally, creating a significant source of
|
| 154 |
+
|
| 155 |
+
greenhouse gas emissions
|
| 156 |
+
|
| 157 |
+
worsening climate change.
|
| 158 |
+
|
| 159 |
+
[
|
| 160 |
+
|
| 161 |
+
1
|
| 162 |
+
|
| 163 |
+
]
|
| 164 |
+
|
| 165 |
+
[
|
| 166 |
+
|
| 167 |
+
2
|
| 168 |
+
|
| 169 |
+
]
|
| 170 |
+
|
| 171 |
+
History
|
| 172 |
+
|
| 173 |
+
[
|
| 174 |
+
|
| 175 |
+
edit
|
| 176 |
+
|
| 177 |
+
]
|
| 178 |
+
|
| 179 |
+
Early oil field exploitation in
|
| 180 |
+
|
| 181 |
+
Pennsylvania
|
| 182 |
+
|
| 183 |
+
, around 1862
|
| 184 |
+
|
| 185 |
+
Galician
|
| 186 |
+
|
| 187 |
+
oil wells, c. 1881
|
| 188 |
+
|
| 189 |
+
Oil well pumped by horse power in
|
| 190 |
+
|
| 191 |
+
Romania
|
| 192 |
+
|
| 193 |
+
, 1896
|
| 194 |
+
|
| 195 |
+
Burning of natural gases at an oil drilling site, presumably at
|
| 196 |
+
|
| 197 |
+
Pangkalan Brandan
|
| 198 |
+
|
| 199 |
+
, East Coast of Sumatra – c. 1905
|
| 200 |
+
|
| 201 |
+
Anglo-Persian Oil Company workers, 1908
|
| 202 |
+
|
| 203 |
+
The earliest known oil wells were drilled in
|
| 204 |
+
|
| 205 |
+
China
|
| 206 |
+
|
| 207 |
+
in 347 CE. These wells had depths of up to about 240 metres (790 ft) and were drilled using
|
| 208 |
+
|
| 209 |
+
bits
|
| 210 |
+
|
| 211 |
+
attached to
|
| 212 |
+
|
| 213 |
+
bamboo
|
| 214 |
+
|
| 215 |
+
poles.
|
| 216 |
+
|
| 217 |
+
[
|
| 218 |
+
|
| 219 |
+
3
|
| 220 |
+
|
| 221 |
+
]
|
| 222 |
+
|
| 223 |
+
The oil was burned to evaporate
|
| 224 |
+
|
| 225 |
+
brine
|
| 226 |
+
|
| 227 |
+
producing
|
| 228 |
+
|
| 229 |
+
salt
|
| 230 |
+
|
| 231 |
+
. By the 10th century, extensive
|
| 232 |
+
|
| 233 |
+
bamboo
|
| 234 |
+
|
| 235 |
+
pipelines connected oil wells with salt springs. The ancient records of China and
|
| 236 |
+
|
| 237 |
+
Japan
|
| 238 |
+
|
| 239 |
+
are said to contain many allusions to the use of natural gas for lighting and heating. Petroleum was known as
|
| 240 |
+
|
| 241 |
+
burning water
|
| 242 |
+
|
| 243 |
+
in Japan in the 7th century.
|
| 244 |
+
|
| 245 |
+
[
|
| 246 |
+
|
| 247 |
+
4
|
| 248 |
+
|
| 249 |
+
]
|
| 250 |
+
|
| 251 |
+
[
|
| 252 |
+
|
| 253 |
+
5
|
| 254 |
+
|
| 255 |
+
]
|
| 256 |
+
|
| 257 |
+
According to Kasem Ajram, petroleum was
|
| 258 |
+
|
| 259 |
+
distilled
|
| 260 |
+
|
| 261 |
+
by the
|
| 262 |
+
|
| 263 |
+
Persian
|
| 264 |
+
|
| 265 |
+
alchemist
|
| 266 |
+
|
| 267 |
+
Muhammad ibn Zakarīya Rāzi
|
| 268 |
+
|
| 269 |
+
(Rhazes) in the 9th century, producing chemicals such as
|
| 270 |
+
|
| 271 |
+
kerosene
|
| 272 |
+
|
| 273 |
+
in the
|
| 274 |
+
|
| 275 |
+
alembic
|
| 276 |
+
|
| 277 |
+
(
|
| 278 |
+
|
| 279 |
+
al-ambiq
|
| 280 |
+
|
| 281 |
+
),
|
| 282 |
+
|
| 283 |
+
[
|
| 284 |
+
|
| 285 |
+
6
|
| 286 |
+
|
| 287 |
+
]
|
| 288 |
+
|
| 289 |
+
[
|
| 290 |
+
|
| 291 |
+
7
|
| 292 |
+
|
| 293 |
+
]
|
| 294 |
+
|
| 295 |
+
and which was mainly used for
|
| 296 |
+
|
| 297 |
+
kerosene lamps
|
| 298 |
+
|
| 299 |
+
.
|
| 300 |
+
|
| 301 |
+
[
|
| 302 |
+
|
| 303 |
+
8
|
| 304 |
+
|
| 305 |
+
]
|
| 306 |
+
|
| 307 |
+
Arab and Persian chemists
|
| 308 |
+
|
| 309 |
+
also distilled crude oil in order to produce
|
| 310 |
+
|
| 311 |
+
flammable
|
| 312 |
+
|
| 313 |
+
products for military purposes. Through
|
| 314 |
+
|
| 315 |
+
Islamic Spain
|
| 316 |
+
|
| 317 |
+
, distillation became available in
|
| 318 |
+
|
| 319 |
+
Western Europe
|
| 320 |
+
|
| 321 |
+
by the 12th century.
|
| 322 |
+
|
| 323 |
+
[
|
| 324 |
+
|
| 325 |
+
9
|
| 326 |
+
|
| 327 |
+
]
|
| 328 |
+
|
| 329 |
+
Some sources claim that from the 9th century,
|
| 330 |
+
|
| 331 |
+
oil fields
|
| 332 |
+
|
| 333 |
+
were exploited in the area around modern
|
| 334 |
+
|
| 335 |
+
Baku
|
| 336 |
+
|
| 337 |
+
,
|
| 338 |
+
|
| 339 |
+
Azerbaijan
|
| 340 |
+
|
| 341 |
+
, to produce
|
| 342 |
+
|
| 343 |
+
naphtha
|
| 344 |
+
|
| 345 |
+
for the
|
| 346 |
+
|
| 347 |
+
petroleum industry
|
| 348 |
+
|
| 349 |
+
. These places were described by
|
| 350 |
+
|
| 351 |
+
Marco Polo
|
| 352 |
+
|
| 353 |
+
in the 13th century, who described the output of those oil wells as hundreds of shiploads. When Marco Polo in 1264 visited Baku, on the shores of the
|
| 354 |
+
|
| 355 |
+
Caspian Sea
|
| 356 |
+
|
| 357 |
+
, he saw oil being collected from seeps. He wrote that "on the confines toward Geirgine there is a fountain from which oil springs in great abundance, in as much as a hundred shiploads might be taken from it at one time."
|
| 358 |
+
|
| 359 |
+
[
|
| 360 |
+
|
| 361 |
+
10
|
| 362 |
+
|
| 363 |
+
]
|
| 364 |
+
|
| 365 |
+
In 1846, Baku (settlement
|
| 366 |
+
|
| 367 |
+
Bibi-Heybat
|
| 368 |
+
|
| 369 |
+
) the first ever well was drilled with percussion tools to a depth of 21 metres (69 ft) for
|
| 370 |
+
|
| 371 |
+
oil exploration
|
| 372 |
+
|
| 373 |
+
. In 1846–1848, the first modern oil wells were drilled on the
|
| 374 |
+
|
| 375 |
+
Absheron Peninsula
|
| 376 |
+
|
| 377 |
+
north-east of Baku, by Russian engineer Vasily Semyonov applying the ideas of Nikolay Voskoboynikov.
|
| 378 |
+
|
| 379 |
+
[
|
| 380 |
+
|
| 381 |
+
11
|
| 382 |
+
|
| 383 |
+
]
|
| 384 |
+
|
| 385 |
+
Ignacy Łukasiewicz
|
| 386 |
+
|
| 387 |
+
, a
|
| 388 |
+
|
| 389 |
+
Polish
|
| 390 |
+
|
| 391 |
+
[
|
| 392 |
+
|
| 393 |
+
12
|
| 394 |
+
|
| 395 |
+
]
|
| 396 |
+
|
| 397 |
+
[
|
| 398 |
+
|
| 399 |
+
13
|
| 400 |
+
|
| 401 |
+
]
|
| 402 |
+
|
| 403 |
+
pharmacist
|
| 404 |
+
|
| 405 |
+
and
|
| 406 |
+
|
| 407 |
+
petroleum industry
|
| 408 |
+
|
| 409 |
+
pioneer drilled one of the world's first modern oil wells in 1854 in
|
| 410 |
+
|
| 411 |
+
Polish
|
| 412 |
+
|
| 413 |
+
village
|
| 414 |
+
|
| 415 |
+
Bóbrka, Krosno County
|
| 416 |
+
|
| 417 |
+
,
|
| 418 |
+
|
| 419 |
+
[
|
| 420 |
+
|
| 421 |
+
14
|
| 422 |
+
|
| 423 |
+
]
|
| 424 |
+
|
| 425 |
+
and in 1856 built one of the world's first
|
| 426 |
+
|
| 427 |
+
oil refineries
|
| 428 |
+
|
| 429 |
+
.
|
| 430 |
+
|
| 431 |
+
[
|
| 432 |
+
|
| 433 |
+
15
|
| 434 |
+
|
| 435 |
+
]
|
| 436 |
+
|
| 437 |
+
In North America, the first commercial oil well entered operation in
|
| 438 |
+
|
| 439 |
+
Oil Springs, Ontario
|
| 440 |
+
|
| 441 |
+
in 1858, while the first offshore oil well was drilled in 1896 in the
|
| 442 |
+
|
| 443 |
+
Summerland Oil Field
|
| 444 |
+
|
| 445 |
+
on the California Coast.
|
| 446 |
+
|
| 447 |
+
[
|
| 448 |
+
|
| 449 |
+
16
|
| 450 |
+
|
| 451 |
+
]
|
| 452 |
+
|
| 453 |
+
The earliest oil wells in modern times were drilled percussively, by repeatedly raising and dropping a bit on the bottom of a
|
| 454 |
+
|
| 455 |
+
cable
|
| 456 |
+
|
| 457 |
+
into the borehole. In the 20th century, cable tools were largely replaced with
|
| 458 |
+
|
| 459 |
+
rotary drilling
|
| 460 |
+
|
| 461 |
+
, which could drill boreholes to much greater depths and in less time.
|
| 462 |
+
|
| 463 |
+
[
|
| 464 |
+
|
| 465 |
+
17
|
| 466 |
+
|
| 467 |
+
]
|
| 468 |
+
|
| 469 |
+
The record-depth
|
| 470 |
+
|
| 471 |
+
Kola Borehole
|
| 472 |
+
|
| 473 |
+
used a mud motor while drilling to achieve a depth of over 12,000 metres (12 km; 39,000 ft; 7.5 mi).
|
| 474 |
+
|
| 475 |
+
[
|
| 476 |
+
|
| 477 |
+
18
|
| 478 |
+
|
| 479 |
+
]
|
| 480 |
+
|
| 481 |
+
Until the 1970s, most oil wells were essentially vertical, although
|
| 482 |
+
|
| 483 |
+
lithological
|
| 484 |
+
|
| 485 |
+
variations cause most wells to deviate at least slightly from true vertical (see
|
| 486 |
+
|
| 487 |
+
deviation survey
|
| 488 |
+
|
| 489 |
+
). However, modern
|
| 490 |
+
|
| 491 |
+
directional drilling
|
| 492 |
+
|
| 493 |
+
technologies allow for highly deviated wells that can, given sufficient depth and with the proper tools, actually become horizontal. This is of great value as the
|
| 494 |
+
|
| 495 |
+
reservoir
|
| 496 |
+
|
| 497 |
+
rocks that contain hydrocarbons are usually horizontal or nearly horizontal; a horizontal wellbore placed in a production zone has more surface area in the production zone than a vertical well, resulting in a higher production rate. The use of deviated and horizontal drilling has also made it possible to reach reservoirs several kilometers or miles away from the drilling location (extended reach drilling), allowing for the production of hydrocarbons located below locations that are difficult to place a drilling rig on, environmentally sensitive, or populated.
|
| 498 |
+
|
| 499 |
+
Life of a well
|
| 500 |
+
|
| 501 |
+
[
|
| 502 |
+
|
| 503 |
+
edit
|
| 504 |
+
|
| 505 |
+
]
|
| 506 |
+
|
| 507 |
+
Planning
|
| 508 |
+
|
| 509 |
+
[
|
| 510 |
+
|
| 511 |
+
edit
|
| 512 |
+
|
| 513 |
+
]
|
| 514 |
+
|
| 515 |
+
In the planning phase, different resources are identified for extraction.
|
| 516 |
+
|
| 517 |
+
For a production well, the target is picked to optimize production from the well and manage reservoir drainage.
|
| 518 |
+
|
| 519 |
+
For an exploration or appraisal well, the target is chosen to confirm the existence of a viable hydrocarbon reservoir or to learn its extent.
|
| 520 |
+
|
| 521 |
+
For an injection well, the target is selected to locate the point of injection in a permeable zone that may support disposing of water or gas and/or pushing hydrocarbons into nearby production wells.
|
| 522 |
+
|
| 523 |
+
The target (the endpoint of the well) will be matched with a surface location (the starting point of the well), and a
|
| 524 |
+
|
| 525 |
+
trajectory
|
| 526 |
+
|
| 527 |
+
between the two will be designed. There are many considerations to take into account when designing the trajectory such as the clearance from any nearby wells (anti-collision) or future wellpaths.
|
| 528 |
+
|
| 529 |
+
One aspect of the planning phase is the type of drill bit that will be selected for the site.
|
| 530 |
+
|
| 531 |
+
Before a well is drilled, a geologic target is identified by a
|
| 532 |
+
|
| 533 |
+
geologist
|
| 534 |
+
|
| 535 |
+
or geophysicist to meet the objectives of the well.
|
| 536 |
+
|
| 537 |
+
When the well path is identified, a team of geoscientists and engineers will develop a set of presumed characteristics of the subsurface path that will be drilled through to reach the target. These properties may include
|
| 538 |
+
|
| 539 |
+
lithology
|
| 540 |
+
|
| 541 |
+
pore pressure
|
| 542 |
+
|
| 543 |
+
, fracture gradient, wellbore stability,
|
| 544 |
+
|
| 545 |
+
porosity
|
| 546 |
+
|
| 547 |
+
and
|
| 548 |
+
|
| 549 |
+
permeability
|
| 550 |
+
|
| 551 |
+
. These assumptions are used by a well engineering team designing the casing and
|
| 552 |
+
|
| 553 |
+
completion
|
| 554 |
+
|
| 555 |
+
programs for the well. Also considered in the detailed planning are selection of the drill bits,
|
| 556 |
+
|
| 557 |
+
bottom hole assembly
|
| 558 |
+
|
| 559 |
+
, and the
|
| 560 |
+
|
| 561 |
+
drilling fluid
|
| 562 |
+
|
| 563 |
+
. Step-by-step procedures are written to provide guidelines for executing the well in a safe and cost-efficient manner.
|
| 564 |
+
|
| 565 |
+
With the interplay with many of the elements in a well's design, trajectories and designs often go through several iterations before the plan is finalized.
|
| 566 |
+
|
| 567 |
+
Drilling
|
| 568 |
+
|
| 569 |
+
[
|
| 570 |
+
|
| 571 |
+
edit
|
| 572 |
+
|
| 573 |
+
]
|
| 574 |
+
|
| 575 |
+
See also:
|
| 576 |
+
|
| 577 |
+
Boring (earth)
|
| 578 |
+
|
| 579 |
+
and
|
| 580 |
+
|
| 581 |
+
Oil well control
|
| 582 |
+
|
| 583 |
+
An annotated schematic of an oil well during a drilling phase
|
| 584 |
+
|
| 585 |
+
The well is created by
|
| 586 |
+
|
| 587 |
+
drilling
|
| 588 |
+
|
| 589 |
+
a hole 12 cm to 1 meter (5 in to 40 in) in diameter into the earth with a drilling rig that rotates a
|
| 590 |
+
|
| 591 |
+
drill string
|
| 592 |
+
|
| 593 |
+
with a bit attached. At depths during the process, sections of steel pipe (
|
| 594 |
+
|
| 595 |
+
casing
|
| 596 |
+
|
| 597 |
+
), slightly smaller in diameter than the borehole at that point, are placed in the hole. Cement slurry will be pumped down the inside to rise in the annulus between the borehole and the outside of the casing. The casing provides structural integrity to that portion of the newly drilled wellbore, in addition to isolating potentially dangerous high pressure zones from lower-pressure ones, and from the surface.
|
| 598 |
+
|
| 599 |
+
With these zones safely isolated and the formation protected by the casing, the well can be drilled deeper (into potentially higher-pressure or more-unstable formations) with a smaller bit, and then cased with a smaller size pipe. Modern wells generally have two to as many as five sets of subsequently smaller hole sizes, each cemented with casing.
|
| 600 |
+
|
| 601 |
+
To drill the well
|
| 602 |
+
|
| 603 |
+
Well casings
|
| 604 |
+
|
| 605 |
+
The rotating drill bit, aided by the weight of the
|
| 606 |
+
|
| 607 |
+
drill string
|
| 608 |
+
|
| 609 |
+
above it, cuts into the rock. There are different types of drill bits; some cause the rock to disintegrate by compressive failure, while others shear slices off the rock as the bit turns.
|
| 610 |
+
|
| 611 |
+
Drilling fluid
|
| 612 |
+
|
| 613 |
+
, a.k.a. "mud", is pumped down the inside of the drill pipe and exits at the drill bit. The principal components of drilling fluid are usually water and clay, but it also typically contains a complex mixture of fluids, solids and chemicals that must be carefully tailored to provide the correct physical and chemical characteristics required to safely drill the well. Particular functions of the drilling mud include cooling the bit, lifting rock cuttings to the surface, preventing destabilisation (spalling) of the rock in the wellbore, and overcoming the pressure of fluids inside the rock so that these fluids do not enter the wellbore. Some oil wells are drilled with air or foam as the drilling fluid.
|
| 614 |
+
|
| 615 |
+
Mud log
|
| 616 |
+
|
| 617 |
+
in process, a common way to study the lithology when drilling oil wells
|
| 618 |
+
|
| 619 |
+
The generated rock "
|
| 620 |
+
|
| 621 |
+
cuttings
|
| 622 |
+
|
| 623 |
+
" are swept up by the drilling fluid as it circulates back to the surface inside the casing and outside of the drill pipe. The fluid then goes through "
|
| 624 |
+
|
| 625 |
+
shakers
|
| 626 |
+
|
| 627 |
+
" that screen the cuttings out of the fluid, which is returned to the pit for reuse. Watching for abnormalities in the returning cuttings and monitoring pit volume or rate of returning fluid are imperative to catch "kicks" early. A "kick" is when the formation pressure at the depth of the bit is greater than the hydrostatic head of the mud above, which if not controlled temporarily by closing the
|
| 628 |
+
|
| 629 |
+
blowout preventers
|
| 630 |
+
|
| 631 |
+
followed by increasing the density of the drilling fluid would allow formation fluids to enter the annulus uncontrollably.
|
| 632 |
+
|
| 633 |
+
The
|
| 634 |
+
|
| 635 |
+
drill string
|
| 636 |
+
|
| 637 |
+
to which the bit is attached is gradually lengthened as the well gets deeper by screwing in additional 9 m (30 ft) sections or "joints" of pipe under the
|
| 638 |
+
|
| 639 |
+
kelly
|
| 640 |
+
|
| 641 |
+
or top drive at the surface. This process is called "making a connection". The operation called "tripping" is when pulling the bit out of the hole to replace the bit (tripping out), and running back in with a new bit (tripping in). Joints are usually combined for more efficient tripping by creating stands of multiple joints. A conventional triple, for example, has three joints at a time racked vertically in the derrick. Some modern rigs, called "super singles", trip pipe one at a time, laying it out on racks as they go.
|
| 642 |
+
|
| 643 |
+
This process is all facilitated by a
|
| 644 |
+
|
| 645 |
+
drilling rig
|
| 646 |
+
|
| 647 |
+
, which contains all necessary equipment to circulate the drilling fluid, hoist and rotate the pipe, remove cuttings from the drilling fluid, and generate on-site power for these operations.
|
| 648 |
+
|
| 649 |
+
Completion
|
| 650 |
+
|
| 651 |
+
[
|
| 652 |
+
|
| 653 |
+
edit
|
| 654 |
+
|
| 655 |
+
]
|
| 656 |
+
|
| 657 |
+
Main article:
|
| 658 |
+
|
| 659 |
+
Completion (oil and gas wells)
|
| 660 |
+
|
| 661 |
+
Modern drilling rig in Argentina
|
| 662 |
+
|
| 663 |
+
After drilling and casing the well, it must be 'completed'. Completion is the process in which the well is prepared to produce
|
| 664 |
+
|
| 665 |
+
oil
|
| 666 |
+
|
| 667 |
+
or gas.
|
| 668 |
+
|
| 669 |
+
In a cased-hole completion, small
|
| 670 |
+
|
| 671 |
+
perforations
|
| 672 |
+
|
| 673 |
+
are made in the portion of the
|
| 674 |
+
|
| 675 |
+
casing
|
| 676 |
+
|
| 677 |
+
across the production zone, to provide a path for the oil to flow from the surrounding rock into the production tubing. In open hole completion, often a 'sand screen' or 'gravel pack' is installed in the last-drilled but uncased reservoir section. These maintain structural integrity of the wellbore in the absence of casing, while still allowing flow from the reservoir into the borehole. Screens also control the migration of formation sands into production tubulars, which can lead to washouts and other problems, particularly from unconsolidated sand formations.
|
| 678 |
+
|
| 679 |
+
A hydraulic fracturing operation at a
|
| 680 |
+
|
| 681 |
+
Marcellus Shale
|
| 682 |
+
|
| 683 |
+
well
|
| 684 |
+
|
| 685 |
+
After a flow path is made, acids and fracturing fluids may be pumped into the well to
|
| 686 |
+
|
| 687 |
+
fracture
|
| 688 |
+
|
| 689 |
+
, clean, or otherwise prepare and stimulate the reservoir rock to allow optimal production of hydrocarbons into the wellbore. Usually the area above the producing section of the well is packed off inside the casing, and connected to the surface via a smaller diameter pipe called tubing. This arrangement provides a redundant barrier to leaks of hydrocarbons as well as allowing damaged sections to be replaced. Also, the smaller cross-sectional area of the tubing gives reservoir fluids an increased velocity to minimize liquid fallback that would create additional back pressure, and shields the casing from corrosive well fluids.
|
| 690 |
+
|
| 691 |
+
In many wells, the natural pressure of the subsurface reservoir is high enough for the oil or gas to flow to the surface. However, this is not always the case, especially in depleted fields where the pressures have been lowered by other producing wells, or in low-permeability oil reservoirs. Installing a smaller diameter tubing may be enough to help the production, but artificial lift methods may also be needed. Common solutions include surface
|
| 692 |
+
|
| 693 |
+
pump jacks
|
| 694 |
+
|
| 695 |
+
, downhole hydraulic pumps or gas lift assistance. Many new systems in recent years have been introduced for well completion. Multiple
|
| 696 |
+
|
| 697 |
+
packer
|
| 698 |
+
|
| 699 |
+
systems with frac ports or port collars in an all-in-one system have cut completion costs and improved production, especially in the case of horizontal wells. These new systems allow casing to run into the lateral zone equipped with proper packer/frac-port placement for optimal hydrocarbon recovery.
|
| 700 |
+
|
| 701 |
+
Production
|
| 702 |
+
|
| 703 |
+
[
|
| 704 |
+
|
| 705 |
+
edit
|
| 706 |
+
|
| 707 |
+
]
|
| 708 |
+
|
| 709 |
+
See also:
|
| 710 |
+
|
| 711 |
+
Extraction of petroleum
|
| 712 |
+
|
| 713 |
+
A schematic of a typical oil well being produced by a
|
| 714 |
+
|
| 715 |
+
pumpjack
|
| 716 |
+
|
| 717 |
+
, which is used to produce the remaining recoverable oil after natural pressure is no longer sufficient to raise oil to the surface
|
| 718 |
+
|
| 719 |
+
The production stage is the most important stage of a well's life: when the oil and gas are produced. By this time, the oil rigs and
|
| 720 |
+
|
| 721 |
+
workover rigs
|
| 722 |
+
|
| 723 |
+
used to drill and complete the well will have moved off the wellbore, and the top is usually outfitted with a collection of valves called a
|
| 724 |
+
|
| 725 |
+
Christmas tree
|
| 726 |
+
|
| 727 |
+
or production tree. These valves regulate pressures, control flows, and allow access to the wellbore in case further completion work is needed. From the outlet valve of the production tree, the flow can be connected to a distribution network of pipelines and tanks to supply the product to refineries, natural gas compressor stations, or oil export terminals.
|
| 728 |
+
|
| 729 |
+
As long as the pressure in the reservoir remains high enough, the production tree is all that is required to produce the well. If the pressure depletes and it is considered economically viable, an artificial lift method mentioned in the completions section can be employed.
|
| 730 |
+
|
| 731 |
+
Workovers
|
| 732 |
+
|
| 733 |
+
are often necessary in older wells, which may need smaller diameter tubing, scale or paraffin removal, acid matrix jobs, or completion in new zones of interest in a shallower reservoir. Such remedial work can be performed using workover rigs – also known as
|
| 734 |
+
|
| 735 |
+
pulling units
|
| 736 |
+
|
| 737 |
+
,
|
| 738 |
+
|
| 739 |
+
completion rigs
|
| 740 |
+
|
| 741 |
+
or "service rigs" – to pull and replace tubing, or by the use of
|
| 742 |
+
|
| 743 |
+
well intervention
|
| 744 |
+
|
| 745 |
+
techniques utilizing
|
| 746 |
+
|
| 747 |
+
coiled tubing
|
| 748 |
+
|
| 749 |
+
. Depending on the type of lift system and wellhead a rod rig or flushby can be used to change a pump without pulling the tubing.
|
| 750 |
+
|
| 751 |
+
Enhanced recovery methods such as water flooding, steam flooding, or CO
|
| 752 |
+
|
| 753 |
+
2
|
| 754 |
+
|
| 755 |
+
flooding may be used to increase reservoir pressure and provide a "sweep" effect to push hydrocarbons out of the reservoir. Such methods require the use of injection wells (often chosen from old production wells in a carefully determined pattern), and are used when facing problems with reservoir pressure depletion or high oil viscosity, sometimes being employed early in a field's life. In certain cases – depending on the reservoir's geomechanics – reservoir engineers may determine that ultimate recoverable oil may be increased by applying a waterflooding strategy early in the field's development rather than later. Such enhanced recovery techniques are often called Secondary or "
|
| 756 |
+
|
| 757 |
+
tertiary recovery
|
| 758 |
+
|
| 759 |
+
".
|
| 760 |
+
|
| 761 |
+
Abandonment
|
| 762 |
+
|
| 763 |
+
[
|
| 764 |
+
|
| 765 |
+
edit
|
| 766 |
+
|
| 767 |
+
]
|
| 768 |
+
|
| 769 |
+
This section is an excerpt from
|
| 770 |
+
|
| 771 |
+
Orphan wells
|
| 772 |
+
|
| 773 |
+
.
|
| 774 |
+
|
| 775 |
+
[
|
| 776 |
+
|
| 777 |
+
edit
|
| 778 |
+
|
| 779 |
+
]
|
| 780 |
+
|
| 781 |
+
Abandoned oil well in the
|
| 782 |
+
|
| 783 |
+
Lower Rio Grande Valley National Wildlife Refuge
|
| 784 |
+
|
| 785 |
+
Orphan
|
| 786 |
+
|
| 787 |
+
, orphaned, or abandoned wells are oil or gas wells that have been abandoned by
|
| 788 |
+
|
| 789 |
+
fossil fuel extraction industries
|
| 790 |
+
|
| 791 |
+
. These wells may have been deactivated due to becoming uneconomic, failure to transfer ownerships (especially at
|
| 792 |
+
|
| 793 |
+
bankruptcy of companies
|
| 794 |
+
|
| 795 |
+
), or neglect, and thus no longer have legal owners responsible for their care. Decommissioning wells effectively can be expensive, costing several thousands of dollars for a shallow land well to millions of dollars for an offshore one.
|
| 796 |
+
|
| 797 |
+
[
|
| 798 |
+
|
| 799 |
+
19
|
| 800 |
+
|
| 801 |
+
]
|
| 802 |
+
|
| 803 |
+
Thus the burden may fall on government agencies or surface landowners when a business entity can no longer be held responsible.
|
| 804 |
+
|
| 805 |
+
[
|
| 806 |
+
|
| 807 |
+
20
|
| 808 |
+
|
| 809 |
+
]
|
| 810 |
+
|
| 811 |
+
Orphan wells are a potent contributor of
|
| 812 |
+
|
| 813 |
+
greenhouse gas emissions
|
| 814 |
+
|
| 815 |
+
, such as
|
| 816 |
+
|
| 817 |
+
methane emissions
|
| 818 |
+
|
| 819 |
+
, contributing to
|
| 820 |
+
|
| 821 |
+
climate change
|
| 822 |
+
|
| 823 |
+
. Much of this leakage can be attributed to failure to have them plugged properly or leaking plugs. A 2020 estimate of abandoned wells in the United States was that methane emissions released from abandoned wells produced greenhouse gas impacts equivalent to three weeks of US oil consumption each year.
|
| 824 |
+
|
| 825 |
+
[
|
| 826 |
+
|
| 827 |
+
20
|
| 828 |
+
|
| 829 |
+
]
|
| 830 |
+
|
| 831 |
+
The scale of leaking abandoned wells is well understood in the US and Canada because of public data and regulation; however, a
|
| 832 |
+
|
| 833 |
+
Reuters
|
| 834 |
+
|
| 835 |
+
investigation in 2020 could not find good estimates for Russia, Saudi Arabia and China—the next biggest oil and gas producers.
|
| 836 |
+
|
| 837 |
+
[
|
| 838 |
+
|
| 839 |
+
20
|
| 840 |
+
|
| 841 |
+
]
|
| 842 |
+
|
| 843 |
+
However, they estimate there are 29 million abandoned wells internationally.
|
| 844 |
+
|
| 845 |
+
[
|
| 846 |
+
|
| 847 |
+
20
|
| 848 |
+
|
| 849 |
+
]
|
| 850 |
+
|
| 851 |
+
[
|
| 852 |
+
|
| 853 |
+
21
|
| 854 |
+
|
| 855 |
+
]
|
| 856 |
+
|
| 857 |
+
Abandoned wells have the potential to contaminate land, air and water, potentially harming ecosystems, wildlife, livestock, and humans.
|
| 858 |
+
|
| 859 |
+
[
|
| 860 |
+
|
| 861 |
+
20
|
| 862 |
+
|
| 863 |
+
]
|
| 864 |
+
|
| 865 |
+
[
|
| 866 |
+
|
| 867 |
+
22
|
| 868 |
+
|
| 869 |
+
]
|
| 870 |
+
|
| 871 |
+
For example, many wells in the United States are situated on farmland, and if not maintained could contaminate soil and groundwater with toxic contaminants.
|
| 872 |
+
|
| 873 |
+
[
|
| 874 |
+
|
| 875 |
+
20
|
| 876 |
+
|
| 877 |
+
]
|
| 878 |
+
|
| 879 |
+
Types of wells
|
| 880 |
+
|
| 881 |
+
[
|
| 882 |
+
|
| 883 |
+
edit
|
| 884 |
+
|
| 885 |
+
]
|
| 886 |
+
|
| 887 |
+
By produced fluid
|
| 888 |
+
|
| 889 |
+
[
|
| 890 |
+
|
| 891 |
+
edit
|
| 892 |
+
|
| 893 |
+
]
|
| 894 |
+
|
| 895 |
+
Crude oil from a well
|
| 896 |
+
|
| 897 |
+
A natural gas well in the southeast
|
| 898 |
+
|
| 899 |
+
Lost Hills Field
|
| 900 |
+
|
| 901 |
+
, California
|
| 902 |
+
|
| 903 |
+
Wells that produce crude
|
| 904 |
+
|
| 905 |
+
oil
|
| 906 |
+
|
| 907 |
+
Wells that produce crude oil
|
| 908 |
+
|
| 909 |
+
and
|
| 910 |
+
|
| 911 |
+
natural gas
|
| 912 |
+
|
| 913 |
+
, or
|
| 914 |
+
|
| 915 |
+
Wells that
|
| 916 |
+
|
| 917 |
+
only
|
| 918 |
+
|
| 919 |
+
produce natural gas.
|
| 920 |
+
|
| 921 |
+
Natural gas, in a raw form known as
|
| 922 |
+
|
| 923 |
+
associated petroleum gas
|
| 924 |
+
|
| 925 |
+
, is almost always a by-product of producing oil.
|
| 926 |
+
|
| 927 |
+
[
|
| 928 |
+
|
| 929 |
+
23
|
| 930 |
+
|
| 931 |
+
]
|
| 932 |
+
|
| 933 |
+
The short, light-gas carbon chains come out of solution when undergoing pressure reduction from the
|
| 934 |
+
|
| 935 |
+
reservoir
|
| 936 |
+
|
| 937 |
+
to the surface, similar to uncapping a bottle of soda where the carbon dioxide
|
| 938 |
+
|
| 939 |
+
effervesces
|
| 940 |
+
|
| 941 |
+
. If it escapes into the atmosphere intentionally it is known as
|
| 942 |
+
|
| 943 |
+
vented gas
|
| 944 |
+
|
| 945 |
+
, or if unintentionally as
|
| 946 |
+
|
| 947 |
+
fugitive gas
|
| 948 |
+
|
| 949 |
+
.
|
| 950 |
+
|
| 951 |
+
Unwanted natural gas can be a disposal problem at wells that are developed to produce oil. If there are no pipelines for natural gas near the
|
| 952 |
+
|
| 953 |
+
wellhead
|
| 954 |
+
|
| 955 |
+
it may be of no value to the oil well owner since it cannot reach the consumer markets. Such unwanted gas may then be burned off at the well site in a practice known as
|
| 956 |
+
|
| 957 |
+
production flaring
|
| 958 |
+
|
| 959 |
+
, but due to the energy resource waste and environmental damage concerns this practice is becoming less common.
|
| 960 |
+
|
| 961 |
+
[
|
| 962 |
+
|
| 963 |
+
24
|
| 964 |
+
|
| 965 |
+
]
|
| 966 |
+
|
| 967 |
+
Often, unwanted (or 'stranded' gas without a market) gas is returned back into the reservoir with an 'injection' well for storage or for
|
| 968 |
+
|
| 969 |
+
re-pressurizing
|
| 970 |
+
|
| 971 |
+
the producing formation. Another solution is to convert the natural gas to a
|
| 972 |
+
|
| 973 |
+
liquid
|
| 974 |
+
|
| 975 |
+
fuel.
|
| 976 |
+
|
| 977 |
+
Gas to liquid
|
| 978 |
+
|
| 979 |
+
(GTL) is a developing technology that converts stranded natural gas into synthetic gasoline, diesel or jet fuel through the
|
| 980 |
+
|
| 981 |
+
Fischer–Tropsch
|
| 982 |
+
|
| 983 |
+
process developed in World War II Germany. Like oil, such dense liquid fuels can be transported using conventional tankers for trucking to refineries or users. Proponents claim GTL fuels burn cleaner than comparable petroleum fuels. Most major international oil companies are in advanced development stages of GTL production, e.g. the 140,000 bbl/d (22,000 m
|
| 984 |
+
|
| 985 |
+
3
|
| 986 |
+
|
| 987 |
+
/d)
|
| 988 |
+
|
| 989 |
+
Pearl GTL
|
| 990 |
+
|
| 991 |
+
plant in Qatar. In locations such as the United States with a high natural gas demand, pipelines are usually favored to take the gas from the well site to the
|
| 992 |
+
|
| 993 |
+
end consumer
|
| 994 |
+
|
| 995 |
+
.
|
| 996 |
+
|
| 997 |
+
By location
|
| 998 |
+
|
| 999 |
+
[
|
| 1000 |
+
|
| 1001 |
+
edit
|
| 1002 |
+
|
| 1003 |
+
]
|
| 1004 |
+
|
| 1005 |
+
Onshore drilling site in
|
| 1006 |
+
|
| 1007 |
+
East Timor
|
| 1008 |
+
|
| 1009 |
+
Wells can be located:
|
| 1010 |
+
|
| 1011 |
+
Onshore, or
|
| 1012 |
+
|
| 1013 |
+
Offshore
|
| 1014 |
+
|
| 1015 |
+
Offshore wells can further be subdivided into
|
| 1016 |
+
|
| 1017 |
+
Wells with subsea wellheads, where the top of the well is sitting on the ocean floor under water, and often connected to a pipeline on the ocean floor.
|
| 1018 |
+
|
| 1019 |
+
Wells with 'dry' wellheads, where the top of the well is above the water on a platform or jacket, which also often contains processing equipment for the produced fluid.
|
| 1020 |
+
|
| 1021 |
+
While the location of the well will be a large factor in the type of equipment used to drill it, there is actually little downhole difference in the well itself. An offshore well targets a reservoir that happens to be underneath an ocean. Due to logistics and specialized equipment needed, drilling an offshore well is far more costly than a comparable onshore well.
|
| 1022 |
+
|
| 1023 |
+
[
|
| 1024 |
+
|
| 1025 |
+
25
|
| 1026 |
+
|
| 1027 |
+
]
|
| 1028 |
+
|
| 1029 |
+
These wells dot the Southern and Central Great Plains, Southwestern United States, and are the most common wells in the Middle East.
|
| 1030 |
+
|
| 1031 |
+
By purpose
|
| 1032 |
+
|
| 1033 |
+
[
|
| 1034 |
+
|
| 1035 |
+
edit
|
| 1036 |
+
|
| 1037 |
+
]
|
| 1038 |
+
|
| 1039 |
+
A
|
| 1040 |
+
|
| 1041 |
+
derrick
|
| 1042 |
+
|
| 1043 |
+
being raised
|
| 1044 |
+
|
| 1045 |
+
Another way to classify oil wells is by their purpose in contributing to the development of a resource. They can be characterized as:
|
| 1046 |
+
|
| 1047 |
+
wildcat wells
|
| 1048 |
+
|
| 1049 |
+
that are drilled where little or no known geological information is available. The site may have been selected because of wells drilled some distance from the proposed location but to an underground structure that appeared similar to the proposed site. Individuals who drill wildcat wells are known as '
|
| 1050 |
+
|
| 1051 |
+
wildcatters
|
| 1052 |
+
|
| 1053 |
+
'.
|
| 1054 |
+
|
| 1055 |
+
exploration wells
|
| 1056 |
+
|
| 1057 |
+
are drilled purely for exploratory (information gathering) purposes in a new area. The site selection is usually based on seismic data, satellite surveys, etc. Details gathered in this well include the presence of hydrocarbon in the drilled location, the amount of fluid present and the depth at which oil or gas occurs.
|
| 1058 |
+
|
| 1059 |
+
appraisal wells
|
| 1060 |
+
|
| 1061 |
+
may be needed to assess characteristics (such as flow rate, reservoir quantity) of a proven hydrocarbon accumulation. Such wells reduce uncertainty about the characteristics and properties of the hydrocarbon present in the field.
|
| 1062 |
+
|
| 1063 |
+
production wells
|
| 1064 |
+
|
| 1065 |
+
are drilled primarily for producing oil or gas, once the producing structure and characteristics are determined.
|
| 1066 |
+
|
| 1067 |
+
development wells
|
| 1068 |
+
|
| 1069 |
+
are wells drilled for the production of oil or gas already proven by appraisal drilling to be suitable for exploitation.
|
| 1070 |
+
|
| 1071 |
+
abandoned wells
|
| 1072 |
+
|
| 1073 |
+
are wells permanently plugged in the drilling phase for technical reasons, or that had failed to locate commercially valuable hydrocarbons.
|
| 1074 |
+
|
| 1075 |
+
At a producing well site, active wells may be further categorized as:
|
| 1076 |
+
|
| 1077 |
+
oil producers
|
| 1078 |
+
|
| 1079 |
+
producing predominantly
|
| 1080 |
+
|
| 1081 |
+
liquid hydrocarbons
|
| 1082 |
+
|
| 1083 |
+
, but most include some
|
| 1084 |
+
|
| 1085 |
+
associated gas
|
| 1086 |
+
|
| 1087 |
+
.
|
| 1088 |
+
|
| 1089 |
+
gas producers
|
| 1090 |
+
|
| 1091 |
+
producing almost entirely gaseous hydrocarbons, consisting mostly of
|
| 1092 |
+
|
| 1093 |
+
natural gas
|
| 1094 |
+
|
| 1095 |
+
.
|
| 1096 |
+
|
| 1097 |
+
water injectors
|
| 1098 |
+
|
| 1099 |
+
injecting water
|
| 1100 |
+
|
| 1101 |
+
into the formation to maintain
|
| 1102 |
+
|
| 1103 |
+
reservoir
|
| 1104 |
+
|
| 1105 |
+
pressure, or simply to dispose of water produced with the hydrocarbons because even after treatment, it would be too oily and too saline to be considered clean for dumping overboard offshore, let alone into a fresh water resource in the case of onshore wells. Water injection into the producing zone frequently has a beneficial element of reservoir management; however, often produced water disposal is into shallower zones safely beneath any fresh water zones.
|
| 1106 |
+
|
| 1107 |
+
aquifer producers
|
| 1108 |
+
|
| 1109 |
+
intentionally producing water for re-injection to manage pressure. If possible this water will come from the reservoir itself. Using aquifer produced water rather than water from other sources is to preclude chemical incompatibility that might lead to reservoir-plugging precipitates. These wells will generally be needed only if produced water from the oil or gas producers is insufficient for reservoir management purposes.
|
| 1110 |
+
|
| 1111 |
+
gas injectors
|
| 1112 |
+
|
| 1113 |
+
injecting gas into the reservoir often as a means of disposal or sequestering for later production, but also to maintain reservoir pressure.
|
| 1114 |
+
|
| 1115 |
+
Lahee classification
|
| 1116 |
+
|
| 1117 |
+
[
|
| 1118 |
+
|
| 1119 |
+
26
|
| 1120 |
+
|
| 1121 |
+
]
|
| 1122 |
+
|
| 1123 |
+
New Field Wildcat
|
| 1124 |
+
|
| 1125 |
+
(NFW) – far from other producing fields and on a structure that has not previously produced.
|
| 1126 |
+
|
| 1127 |
+
New Pool Wildcat
|
| 1128 |
+
|
| 1129 |
+
(NPW) – new pools on already producing structure.
|
| 1130 |
+
|
| 1131 |
+
Deeper Pool Test
|
| 1132 |
+
|
| 1133 |
+
(DPT) – on already producing structure and pool, but on a deeper pay zone.
|
| 1134 |
+
|
| 1135 |
+
Shallower Pool Test
|
| 1136 |
+
|
| 1137 |
+
(SPT) – on already producing structure and pool, but on a shallower pay zone.
|
| 1138 |
+
|
| 1139 |
+
Outpost
|
| 1140 |
+
|
| 1141 |
+
(OUT) – usually two or more locations from nearest productive area.
|
| 1142 |
+
|
| 1143 |
+
Development Well
|
| 1144 |
+
|
| 1145 |
+
(DEV) – can be on the extension of a pay zone, or between existing wells (
|
| 1146 |
+
|
| 1147 |
+
Infill
|
| 1148 |
+
|
| 1149 |
+
).
|
| 1150 |
+
|
| 1151 |
+
Cost
|
| 1152 |
+
|
| 1153 |
+
[
|
| 1154 |
+
|
| 1155 |
+
edit
|
| 1156 |
+
|
| 1157 |
+
]
|
| 1158 |
+
|
| 1159 |
+
Offshore drilling is the most expensive form of drilling and this form of drilling can also be more costly when emergency cleanup operations are required.
|
| 1160 |
+
|
| 1161 |
+
The cost to drill a well depends mainly on the daily rate of the drilling rig, the extra services required to drill the well, the duration of the well program (including downtime and weather time), and the remoteness of the location (logistic supply costs).
|
| 1162 |
+
|
| 1163 |
+
[
|
| 1164 |
+
|
| 1165 |
+
27
|
| 1166 |
+
|
| 1167 |
+
]
|
| 1168 |
+
|
| 1169 |
+
The daily rates of offshore drilling rigs vary by their depth capability and availability. Rig rates reported by an industry web service
|
| 1170 |
+
|
| 1171 |
+
[
|
| 1172 |
+
|
| 1173 |
+
28
|
| 1174 |
+
|
| 1175 |
+
]
|
| 1176 |
+
|
| 1177 |
+
show that deepwater drilling rigs are over twice the daily cost of the shallow water fleet, and rates for jack-up fleet can vary by factor of 3 depending upon capability.
|
| 1178 |
+
|
| 1179 |
+
With deepwater drilling rig rates in 2015 of around $520,000/day,
|
| 1180 |
+
|
| 1181 |
+
[
|
| 1182 |
+
|
| 1183 |
+
28
|
| 1184 |
+
|
| 1185 |
+
]
|
| 1186 |
+
|
| 1187 |
+
and similar additional spread costs, a deepwater well of a duration of 100 days can cost around US$100 million.
|
| 1188 |
+
|
| 1189 |
+
[
|
| 1190 |
+
|
| 1191 |
+
29
|
| 1192 |
+
|
| 1193 |
+
]
|
| 1194 |
+
|
| 1195 |
+
With high-performance jack-up rig rates in 2015 of around $177,000/day
|
| 1196 |
+
|
| 1197 |
+
[
|
| 1198 |
+
|
| 1199 |
+
28
|
| 1200 |
+
|
| 1201 |
+
]
|
| 1202 |
+
|
| 1203 |
+
with similar service costs, a high pressure, high-temperature well of duration 100 days can cost about US$30 million.
|
| 1204 |
+
|
| 1205 |
+
Onshore wells can be considerably cheaper, particularly if the field is at a shallow depth, where costs range from less than $4.9 million to $8.3 million, and the average completion costing $2.9 million to $5.6 million per well.
|
| 1206 |
+
|
| 1207 |
+
[
|
| 1208 |
+
|
| 1209 |
+
30
|
| 1210 |
+
|
| 1211 |
+
]
|
| 1212 |
+
|
| 1213 |
+
Completion makes up a larger portion of onshore well costs than offshore wells, which generally have the added cost burden of a surface platform.
|
| 1214 |
+
|
| 1215 |
+
[
|
| 1216 |
+
|
| 1217 |
+
31
|
| 1218 |
+
|
| 1219 |
+
]
|
| 1220 |
+
|
| 1221 |
+
The total costs mentioned do not include those associated with the risk of explosion and leakage of oil. Those costs include the cost of protecting against such disasters, the cost of the cleanup effort, and the hard-to-calculate cost of damage to the company's image.
|
| 1222 |
+
|
| 1223 |
+
[
|
| 1224 |
+
|
| 1225 |
+
32
|
| 1226 |
+
|
| 1227 |
+
]
|
| 1228 |
+
|
| 1229 |
+
Impacts on wildlife
|
| 1230 |
+
|
| 1231 |
+
[
|
| 1232 |
+
|
| 1233 |
+
edit
|
| 1234 |
+
|
| 1235 |
+
]
|
| 1236 |
+
|
| 1237 |
+
Oil well located inside the
|
| 1238 |
+
|
| 1239 |
+
Delta National Wildlife Refuge
|
| 1240 |
+
|
| 1241 |
+
The impacts of oil exploration and drilling are often irreversible, particularly for wildlife.
|
| 1242 |
+
|
| 1243 |
+
[
|
| 1244 |
+
|
| 1245 |
+
33
|
| 1246 |
+
|
| 1247 |
+
]
|
| 1248 |
+
|
| 1249 |
+
Research indicates that caribou in
|
| 1250 |
+
|
| 1251 |
+
Alaska
|
| 1252 |
+
|
| 1253 |
+
show a marked avoidance of areas near oil wells and seismic lines due to disturbances.
|
| 1254 |
+
|
| 1255 |
+
[
|
| 1256 |
+
|
| 1257 |
+
33
|
| 1258 |
+
|
| 1259 |
+
]
|
| 1260 |
+
|
| 1261 |
+
Drilling often destroys wildlife habitat, causing wildlife stress, and breaks up large areas into smaller isolated ones, changing the environment, and forcing animals to migrate elsewhere.
|
| 1262 |
+
|
| 1263 |
+
[
|
| 1264 |
+
|
| 1265 |
+
34
|
| 1266 |
+
|
| 1267 |
+
]
|
| 1268 |
+
|
| 1269 |
+
[
|
| 1270 |
+
|
| 1271 |
+
33
|
| 1272 |
+
|
| 1273 |
+
]
|
| 1274 |
+
|
| 1275 |
+
It can also bring in new species that compete with or prey on existing animals.
|
| 1276 |
+
|
| 1277 |
+
[
|
| 1278 |
+
|
| 1279 |
+
34
|
| 1280 |
+
|
| 1281 |
+
]
|
| 1282 |
+
|
| 1283 |
+
Even though the actual area taken up by oil and gas equipment might be small, negative effects can spread. Animals like mule deer and
|
| 1284 |
+
|
| 1285 |
+
elk
|
| 1286 |
+
|
| 1287 |
+
try to stay away from the noise and activity of drilling sites, sometimes moving miles away to find peace. This movement and avoidance can lead to less space for these animals affecting their numbers and health.
|
| 1288 |
+
|
| 1289 |
+
[
|
| 1290 |
+
|
| 1291 |
+
35
|
| 1292 |
+
|
| 1293 |
+
]
|
| 1294 |
+
|
| 1295 |
+
The
|
| 1296 |
+
|
| 1297 |
+
Sage-grouse
|
| 1298 |
+
|
| 1299 |
+
is another example of an animal that tries to avoid areas with drilling, which can lead to fewer of them surviving and reproducing.
|
| 1300 |
+
|
| 1301 |
+
[
|
| 1302 |
+
|
| 1303 |
+
34
|
| 1304 |
+
|
| 1305 |
+
]
|
| 1306 |
+
|
| 1307 |
+
Different studies show that drilling in their habitats negatively impacts sage-grouse populations. In
|
| 1308 |
+
|
| 1309 |
+
Wyoming
|
| 1310 |
+
|
| 1311 |
+
, sage grouse studied between 1984 and 2008 show a roughly 2.5 percent annual population decline in males, correlating with the density of oil and gas wells.
|
| 1312 |
+
|
| 1313 |
+
[
|
| 1314 |
+
|
| 1315 |
+
36
|
| 1316 |
+
|
| 1317 |
+
]
|
| 1318 |
+
|
| 1319 |
+
Factors such as sagebrush cover and precipitation seemed to have little effect on count changes. These results align with other studies highlighting the detrimental impact of oil and gas development on sage-grouse populations.
|
| 1320 |
+
|
| 1321 |
+
See also
|
| 1322 |
+
|
| 1323 |
+
[
|
| 1324 |
+
|
| 1325 |
+
edit
|
| 1326 |
+
|
| 1327 |
+
]
|
| 1328 |
+
|
| 1329 |
+
Fracking
|
| 1330 |
+
|
| 1331 |
+
– Fracturing bedrock by pressurized liquid
|
| 1332 |
+
|
| 1333 |
+
Offshore drilling
|
| 1334 |
+
|
| 1335 |
+
– Mechanical process where a wellbore is drilled below the seabed
|
| 1336 |
+
|
| 1337 |
+
Oil well control
|
| 1338 |
+
|
| 1339 |
+
– Management of oil wells
|
| 1340 |
+
|
| 1341 |
+
Oil spill
|
| 1342 |
+
|
| 1343 |
+
– Release of petroleum into the environment
|
| 1344 |
+
|
| 1345 |
+
Petroleum industry
|
| 1346 |
+
|
| 1347 |
+
– Extraction and sale of petroleum products
|
| 1348 |
+
|
| 1349 |
+
Thermomechanical cuttings cleaner
|
| 1350 |
+
|
| 1351 |
+
References
|
| 1352 |
+
|
| 1353 |
+
[
|
| 1354 |
+
|
| 1355 |
+
edit
|
| 1356 |
+
|
| 1357 |
+
]
|
| 1358 |
+
|
| 1359 |
+
^
|
| 1360 |
+
|
| 1361 |
+
Groom N (2020-06-17).
|
| 1362 |
+
|
| 1363 |
+
"Special Report: Millions of abandoned oil wells are leaking methane, a climate menace"
|
| 1364 |
+
|
| 1365 |
+
.
|
| 1366 |
+
|
| 1367 |
+
Reuters
|
| 1368 |
+
|
| 1369 |
+
. Retrieved
|
| 1370 |
+
|
| 1371 |
+
2021-04-07
|
| 1372 |
+
|
| 1373 |
+
.
|
| 1374 |
+
|
| 1375 |
+
^
|
| 1376 |
+
|
| 1377 |
+
Geller D (13 July 2020).
|
| 1378 |
+
|
| 1379 |
+
"More Exposures from Abandoned Oil and Gas Wells Come Into Focus"
|
| 1380 |
+
|
| 1381 |
+
.
|
| 1382 |
+
|
| 1383 |
+
Verisk
|
| 1384 |
+
|
| 1385 |
+
. Archived from
|
| 1386 |
+
|
| 1387 |
+
the original
|
| 1388 |
+
|
| 1389 |
+
on 30 March 2023
|
| 1390 |
+
|
| 1391 |
+
. Retrieved
|
| 1392 |
+
|
| 1393 |
+
14 April
|
| 1394 |
+
|
| 1395 |
+
2021
|
| 1396 |
+
|
| 1397 |
+
.
|
| 1398 |
+
|
| 1399 |
+
^
|
| 1400 |
+
|
| 1401 |
+
"A timeline from the histories of ASTM Committee D02 and the petroleum industry"
|
| 1402 |
+
|
| 1403 |
+
.
|
| 1404 |
+
|
| 1405 |
+
ASTM International
|
| 1406 |
+
|
| 1407 |
+
. Archived from
|
| 1408 |
+
|
| 1409 |
+
the original
|
| 1410 |
+
|
| 1411 |
+
on 2004-06-04.
|
| 1412 |
+
|
| 1413 |
+
^
|
| 1414 |
+
|
| 1415 |
+
Chisholm, Hugh
|
| 1416 |
+
|
| 1417 |
+
, ed. (1911).
|
| 1418 |
+
|
| 1419 |
+
"Petroleum"
|
| 1420 |
+
|
| 1421 |
+
.
|
| 1422 |
+
|
| 1423 |
+
Encyclopædia Britannica
|
| 1424 |
+
|
| 1425 |
+
(11th ed.). Cambridge University Press.
|
| 1426 |
+
|
| 1427 |
+
^
|
| 1428 |
+
|
| 1429 |
+
Robert James Forbes (1958).
|
| 1430 |
+
|
| 1431 |
+
Studies in Early Petroleum History
|
| 1432 |
+
|
| 1433 |
+
. Brill Archive. p. 180.
|
| 1434 |
+
|
| 1435 |
+
^
|
| 1436 |
+
|
| 1437 |
+
Dr. Kasem Ajram (1992).
|
| 1438 |
+
|
| 1439 |
+
The Miracle of Islam Science
|
| 1440 |
+
|
| 1441 |
+
(2nd ed.). Knowledge House Publishers.
|
| 1442 |
+
|
| 1443 |
+
ISBN
|
| 1444 |
+
|
| 1445 |
+
0-911119-43-4
|
| 1446 |
+
|
| 1447 |
+
.
|
| 1448 |
+
|
| 1449 |
+
^
|
| 1450 |
+
|
| 1451 |
+
Russell, James M. (1 November 2018).
|
| 1452 |
+
|
| 1453 |
+
Plato's Alarm Clock: And Other Amazing Ancient Inventions
|
| 1454 |
+
|
| 1455 |
+
. Michael O'Mara Books.
|
| 1456 |
+
|
| 1457 |
+
ISBN
|
| 1458 |
+
|
| 1459 |
+
978-1-78243-935-6
|
| 1460 |
+
|
| 1461 |
+
.
|
| 1462 |
+
|
| 1463 |
+
^
|
| 1464 |
+
|
| 1465 |
+
Zayn Bilkadi (
|
| 1466 |
+
|
| 1467 |
+
University of California, Berkeley
|
| 1468 |
+
|
| 1469 |
+
), "The Oil Weapons",
|
| 1470 |
+
|
| 1471 |
+
Saudi Aramco World
|
| 1472 |
+
|
| 1473 |
+
, January–February 1995, pp. 20–27
|
| 1474 |
+
|
| 1475 |
+
^
|
| 1476 |
+
|
| 1477 |
+
Joseph P. Riva Jr. and Gordon I. Atwater.
|
| 1478 |
+
|
| 1479 |
+
"petroleum"
|
| 1480 |
+
|
| 1481 |
+
.
|
| 1482 |
+
|
| 1483 |
+
Encyclopædia Britannica
|
| 1484 |
+
|
| 1485 |
+
. Retrieved
|
| 1486 |
+
|
| 1487 |
+
2008-06-30
|
| 1488 |
+
|
| 1489 |
+
.
|
| 1490 |
+
|
| 1491 |
+
^
|
| 1492 |
+
|
| 1493 |
+
Steil, Tim.
|
| 1494 |
+
|
| 1495 |
+
Fantastic Filling Stations
|
| 1496 |
+
|
| 1497 |
+
. Voyageur Press. p. 18.
|
| 1498 |
+
|
| 1499 |
+
ISBN
|
| 1500 |
+
|
| 1501 |
+
978-1610606295
|
| 1502 |
+
|
| 1503 |
+
.
|
| 1504 |
+
|
| 1505 |
+
^
|
| 1506 |
+
|
| 1507 |
+
"A Brief History of Oil and Gas Drilling"
|
| 1508 |
+
|
| 1509 |
+
.
|
| 1510 |
+
|
| 1511 |
+
Visions of Azerbaijan Magazine
|
| 1512 |
+
|
| 1513 |
+
. Retrieved
|
| 1514 |
+
|
| 1515 |
+
2021-12-27
|
| 1516 |
+
|
| 1517 |
+
.
|
| 1518 |
+
|
| 1519 |
+
^
|
| 1520 |
+
|
| 1521 |
+
Magdalena Puda-Blokesz
|
| 1522 |
+
|
| 1523 |
+
,
|
| 1524 |
+
|
| 1525 |
+
Ignacy Łukasiewicz: ojciec światowego przemysłu naftowego, działacz polityczny i patriota, filantrop i społecznik, przede wszystkim Człowiek
|
| 1526 |
+
|
| 1527 |
+
Archived
|
| 1528 |
+
|
| 1529 |
+
2014-10-27 at the
|
| 1530 |
+
|
| 1531 |
+
Wayback Machine
|
| 1532 |
+
|
| 1533 |
+
^
|
| 1534 |
+
|
| 1535 |
+
Ludwik Tomanek
|
| 1536 |
+
|
| 1537 |
+
, Ignacy Łukasiewicz twórca przemysłu naftowego w Polsce, wielki inicjator – wielki jałmużnik. Miejsce Piastowe: Komitet Uczczenia Pamięci Ignacego Łukasiewicza. 1928
|
| 1538 |
+
|
| 1539 |
+
^
|
| 1540 |
+
|
| 1541 |
+
"Skansen Przemysłu Naftowego w Bóbrce / Museum of Oil Industry at Bobrka"
|
| 1542 |
+
|
| 1543 |
+
.
|
| 1544 |
+
|
| 1545 |
+
www.geo.uw.edu.pl
|
| 1546 |
+
|
| 1547 |
+
. Archived from
|
| 1548 |
+
|
| 1549 |
+
the original
|
| 1550 |
+
|
| 1551 |
+
on May 19, 2007.
|
| 1552 |
+
|
| 1553 |
+
^
|
| 1554 |
+
|
| 1555 |
+
Frank, Alison Fleig (2005).
|
| 1556 |
+
|
| 1557 |
+
Oil Empire: Visions of Prosperity in Austrian Galicia (Harvard Historical Studies)
|
| 1558 |
+
|
| 1559 |
+
. Harvard University Press.
|
| 1560 |
+
|
| 1561 |
+
ISBN
|
| 1562 |
+
|
| 1563 |
+
0-674-01887-7
|
| 1564 |
+
|
| 1565 |
+
.
|
| 1566 |
+
|
| 1567 |
+
^
|
| 1568 |
+
|
| 1569 |
+
"Canada Cool I North America's first commercial oil – Oil Springs"
|
| 1570 |
+
|
| 1571 |
+
.
|
| 1572 |
+
|
| 1573 |
+
Canada Cool
|
| 1574 |
+
|
| 1575 |
+
. Retrieved
|
| 1576 |
+
|
| 1577 |
+
2020-09-04
|
| 1578 |
+
|
| 1579 |
+
.
|
| 1580 |
+
|
| 1581 |
+
^
|
| 1582 |
+
|
| 1583 |
+
"Location – Leverage Oilfield and Industrial Supply"
|
| 1584 |
+
|
| 1585 |
+
. Retrieved
|
| 1586 |
+
|
| 1587 |
+
2020-09-04
|
| 1588 |
+
|
| 1589 |
+
.
|
| 1590 |
+
|
| 1591 |
+
^
|
| 1592 |
+
|
| 1593 |
+
"How did the ingenious use of bamboo poles help drill the first oil wells?"
|
| 1594 |
+
|
| 1595 |
+
.
|
| 1596 |
+
|
| 1597 |
+
OilNow
|
| 1598 |
+
|
| 1599 |
+
. 2020-05-31
|
| 1600 |
+
|
| 1601 |
+
. Retrieved
|
| 1602 |
+
|
| 1603 |
+
2020-10-16
|
| 1604 |
+
|
| 1605 |
+
.
|
| 1606 |
+
|
| 1607 |
+
^
|
| 1608 |
+
|
| 1609 |
+
Kaiser MJ (2019).
|
| 1610 |
+
|
| 1611 |
+
Decommissioning forecasting and operating cost estimation: Gulf of Mexico well trends, structure inventory and forecast models
|
| 1612 |
+
|
| 1613 |
+
. Cambridge, MA: Gulf Professional Publishing.
|
| 1614 |
+
|
| 1615 |
+
doi
|
| 1616 |
+
|
| 1617 |
+
:
|
| 1618 |
+
|
| 1619 |
+
10.1016/C2018-0-02728-0
|
| 1620 |
+
|
| 1621 |
+
.
|
| 1622 |
+
|
| 1623 |
+
ISBN
|
| 1624 |
+
|
| 1625 |
+
978-0-12-818113-3
|
| 1626 |
+
|
| 1627 |
+
.
|
| 1628 |
+
|
| 1629 |
+
S2CID
|
| 1630 |
+
|
| 1631 |
+
239358078
|
| 1632 |
+
|
| 1633 |
+
.
|
| 1634 |
+
|
| 1635 |
+
^
|
| 1636 |
+
|
| 1637 |
+
a
|
| 1638 |
+
|
| 1639 |
+
b
|
| 1640 |
+
|
| 1641 |
+
c
|
| 1642 |
+
|
| 1643 |
+
d
|
| 1644 |
+
|
| 1645 |
+
e
|
| 1646 |
+
|
| 1647 |
+
f
|
| 1648 |
+
|
| 1649 |
+
Groom N (2020-06-17).
|
| 1650 |
+
|
| 1651 |
+
"Special Report: Millions of abandoned oil wells are leaking methane, a climate menace"
|
| 1652 |
+
|
| 1653 |
+
.
|
| 1654 |
+
|
| 1655 |
+
Reuters
|
| 1656 |
+
|
| 1657 |
+
. Retrieved
|
| 1658 |
+
|
| 1659 |
+
2021-04-07
|
| 1660 |
+
|
| 1661 |
+
.
|
| 1662 |
+
|
| 1663 |
+
^
|
| 1664 |
+
|
| 1665 |
+
Geller D (13 July 2020).
|
| 1666 |
+
|
| 1667 |
+
"More Exposures from Abandoned Oil and Gas Wells Come Into Focus"
|
| 1668 |
+
|
| 1669 |
+
.
|
| 1670 |
+
|
| 1671 |
+
Verisk
|
| 1672 |
+
|
| 1673 |
+
. Archived from
|
| 1674 |
+
|
| 1675 |
+
the original
|
| 1676 |
+
|
| 1677 |
+
on 30 March 2023
|
| 1678 |
+
|
| 1679 |
+
. Retrieved
|
| 1680 |
+
|
| 1681 |
+
8 April
|
| 1682 |
+
|
| 1683 |
+
2021
|
| 1684 |
+
|
| 1685 |
+
.
|
| 1686 |
+
|
| 1687 |
+
^
|
| 1688 |
+
|
| 1689 |
+
Allison E, Mandler B (14 May 2018).
|
| 1690 |
+
|
| 1691 |
+
"Abandoned Wells. What happens to oil and gas wells when they are no longer productive?"
|
| 1692 |
+
|
| 1693 |
+
.
|
| 1694 |
+
|
| 1695 |
+
Petroleum and Environment
|
| 1696 |
+
|
| 1697 |
+
. American Geosciences Institute.
|
| 1698 |
+
|
| 1699 |
+
^
|
| 1700 |
+
|
| 1701 |
+
Croft, Cameron P.
|
| 1702 |
+
|
| 1703 |
+
"How Do You Process Natural Gas?"
|
| 1704 |
+
|
| 1705 |
+
.
|
| 1706 |
+
|
| 1707 |
+
croftsystems.net/
|
| 1708 |
+
|
| 1709 |
+
. Retrieved
|
| 1710 |
+
|
| 1711 |
+
2020-09-04
|
| 1712 |
+
|
| 1713 |
+
.
|
| 1714 |
+
|
| 1715 |
+
^
|
| 1716 |
+
|
| 1717 |
+
Emam, Eman A. (December 2015).
|
| 1718 |
+
|
| 1719 |
+
"Gas Flaring in Industry: an Overview"
|
| 1720 |
+
|
| 1721 |
+
(PDF)
|
| 1722 |
+
|
| 1723 |
+
.
|
| 1724 |
+
|
| 1725 |
+
large.stanford.edu/
|
| 1726 |
+
|
| 1727 |
+
.
|
| 1728 |
+
|
| 1729 |
+
^
|
| 1730 |
+
|
| 1731 |
+
"Crude Oil and Natural Gas Drilling Activity"
|
| 1732 |
+
|
| 1733 |
+
.
|
| 1734 |
+
|
| 1735 |
+
Energy Information Administration
|
| 1736 |
+
|
| 1737 |
+
. U.S. Energy Information Administration. 21 May 2019
|
| 1738 |
+
|
| 1739 |
+
. Retrieved
|
| 1740 |
+
|
| 1741 |
+
4 November
|
| 1742 |
+
|
| 1743 |
+
2019
|
| 1744 |
+
|
| 1745 |
+
.
|
| 1746 |
+
|
| 1747 |
+
^
|
| 1748 |
+
|
| 1749 |
+
Drilling Well Classification System
|
| 1750 |
+
|
| 1751 |
+
^
|
| 1752 |
+
|
| 1753 |
+
International, Petrogav.
|
| 1754 |
+
|
| 1755 |
+
Drilling Course for Hiring on Onshore Drilling Rigs
|
| 1756 |
+
|
| 1757 |
+
. Petrogav International.
|
| 1758 |
+
|
| 1759 |
+
^
|
| 1760 |
+
|
| 1761 |
+
a
|
| 1762 |
+
|
| 1763 |
+
b
|
| 1764 |
+
|
| 1765 |
+
c
|
| 1766 |
+
|
| 1767 |
+
Rigzone – Rig day rates :
|
| 1768 |
+
|
| 1769 |
+
http://www.rigzone.com/data/dayrates/
|
| 1770 |
+
|
| 1771 |
+
^
|
| 1772 |
+
|
| 1773 |
+
Center, Petrogav International Oil & Gas Training (2020-07-02).
|
| 1774 |
+
|
| 1775 |
+
The technological process on Offshore Drilling Rigs for fresher candidates
|
| 1776 |
+
|
| 1777 |
+
. Petrogav International.
|
| 1778 |
+
|
| 1779 |
+
^
|
| 1780 |
+
|
| 1781 |
+
"Trends in U.S. Oil and Natural Gas Upstream Costs"
|
| 1782 |
+
|
| 1783 |
+
(PDF)
|
| 1784 |
+
|
| 1785 |
+
.
|
| 1786 |
+
|
| 1787 |
+
Energy Information Administration
|
| 1788 |
+
|
| 1789 |
+
. U.S. Energy Information Administration. 2016
|
| 1790 |
+
|
| 1791 |
+
. Retrieved
|
| 1792 |
+
|
| 1793 |
+
4 November
|
| 1794 |
+
|
| 1795 |
+
2019
|
| 1796 |
+
|
| 1797 |
+
.
|
| 1798 |
+
|
| 1799 |
+
^
|
| 1800 |
+
|
| 1801 |
+
"The Cost of Oil & Gas Wells"
|
| 1802 |
+
|
| 1803 |
+
.
|
| 1804 |
+
|
| 1805 |
+
OilScams.org
|
| 1806 |
+
|
| 1807 |
+
. Oil Scams. 2018
|
| 1808 |
+
|
| 1809 |
+
. Retrieved
|
| 1810 |
+
|
| 1811 |
+
4 November
|
| 1812 |
+
|
| 1813 |
+
2019
|
| 1814 |
+
|
| 1815 |
+
.
|
| 1816 |
+
|
| 1817 |
+
^
|
| 1818 |
+
|
| 1819 |
+
"How Much Does an Oil & Gas Well Cost?| Oil & Gas Investing Advice"
|
| 1820 |
+
|
| 1821 |
+
.
|
| 1822 |
+
|
| 1823 |
+
oilscams.org
|
| 1824 |
+
|
| 1825 |
+
. Retrieved
|
| 1826 |
+
|
| 1827 |
+
2020-09-04
|
| 1828 |
+
|
| 1829 |
+
.
|
| 1830 |
+
|
| 1831 |
+
^
|
| 1832 |
+
|
| 1833 |
+
a
|
| 1834 |
+
|
| 1835 |
+
b
|
| 1836 |
+
|
| 1837 |
+
c
|
| 1838 |
+
|
| 1839 |
+
Lauren Bettino, Hank Moylan, Victoria Stukas (3 December 2015).
|
| 1840 |
+
|
| 1841 |
+
"Impacts of Oil Drilling in the Arctic National Wildlife Refuge"
|
| 1842 |
+
|
| 1843 |
+
.
|
| 1844 |
+
|
| 1845 |
+
UMass Amherst
|
| 1846 |
+
|
| 1847 |
+
. Retrieved
|
| 1848 |
+
|
| 1849 |
+
2024-03-21
|
| 1850 |
+
|
| 1851 |
+
.
|
| 1852 |
+
|
| 1853 |
+
This article provides an in-depth analysis of the potential impacts of oil drilling in the Arctic National Wildlife Refuge
|
| 1854 |
+
|
| 1855 |
+
{{
|
| 1856 |
+
|
| 1857 |
+
cite web
|
| 1858 |
+
|
| 1859 |
+
}}
|
| 1860 |
+
|
| 1861 |
+
: CS1 maint: multiple names: authors list (
|
| 1862 |
+
|
| 1863 |
+
link
|
| 1864 |
+
|
| 1865 |
+
)
|
| 1866 |
+
|
| 1867 |
+
^
|
| 1868 |
+
|
| 1869 |
+
a
|
| 1870 |
+
|
| 1871 |
+
b
|
| 1872 |
+
|
| 1873 |
+
c
|
| 1874 |
+
|
| 1875 |
+
"Development of Oil and Gas"
|
| 1876 |
+
|
| 1877 |
+
.
|
| 1878 |
+
|
| 1879 |
+
Wyoming Game and Fish Department
|
| 1880 |
+
|
| 1881 |
+
. Retrieved
|
| 1882 |
+
|
| 1883 |
+
2024-03-21
|
| 1884 |
+
|
| 1885 |
+
.
|
| 1886 |
+
|
| 1887 |
+
This resource provides comprehensive information on the impacts of oil and gas development on wildlife habitats within Wyoming.
|
| 1888 |
+
|
| 1889 |
+
^
|
| 1890 |
+
|
| 1891 |
+
"Study Quantifies Drilling Impacts on Mule Deer"
|
| 1892 |
+
|
| 1893 |
+
.
|
| 1894 |
+
|
| 1895 |
+
High Country News
|
| 1896 |
+
|
| 1897 |
+
. 18 August 2015
|
| 1898 |
+
|
| 1899 |
+
. Retrieved
|
| 1900 |
+
|
| 1901 |
+
2024-03-21
|
| 1902 |
+
|
| 1903 |
+
.
|
| 1904 |
+
|
| 1905 |
+
This article discusses a study that quantifies the impacts of oil and gas drilling on mule deer populations.
|
| 1906 |
+
|
| 1907 |
+
^
|
| 1908 |
+
|
| 1909 |
+
Green, Adam W.; Aldridge, Cameron L.; O'Donnell, Michael S. (2016).
|
| 1910 |
+
|
| 1911 |
+
"Impacts of Oil and Gas Development on Sage-Grouse Populations in Wyoming"
|
| 1912 |
+
|
| 1913 |
+
.
|
| 1914 |
+
|
| 1915 |
+
The Journal of Wildlife Management
|
| 1916 |
+
|
| 1917 |
+
.
|
| 1918 |
+
|
| 1919 |
+
81
|
| 1920 |
+
|
| 1921 |
+
(1). Wildlife Society Bulletin:
|
| 1922 |
+
|
| 1923 |
+
46–
|
| 1924 |
+
|
| 1925 |
+
57.
|
| 1926 |
+
|
| 1927 |
+
doi
|
| 1928 |
+
|
| 1929 |
+
:
|
| 1930 |
+
|
| 1931 |
+
10.1002/jwmg.21179
|
| 1932 |
+
|
| 1933 |
+
. Retrieved
|
| 1934 |
+
|
| 1935 |
+
2024-03-21
|
| 1936 |
+
|
| 1937 |
+
.
|
| 1938 |
+
|
| 1939 |
+
This study examines the decline of sage-grouse populations in Wyoming
|
| 1940 |
+
|
| 1941 |
+
External links
|
| 1942 |
+
|
| 1943 |
+
[
|
| 1944 |
+
|
| 1945 |
+
edit
|
| 1946 |
+
|
| 1947 |
+
]
|
| 1948 |
+
|
| 1949 |
+
Wikimedia Commons has media related to
|
| 1950 |
+
|
| 1951 |
+
Oil wells
|
| 1952 |
+
|
| 1953 |
+
.
|
| 1954 |
+
|
| 1955 |
+
Halliburton Technical Papers
|
| 1956 |
+
|
| 1957 |
+
Archived
|
| 1958 |
+
|
| 1959 |
+
2018-02-02 at the
|
| 1960 |
+
|
| 1961 |
+
Wayback Machine
|
| 1962 |
+
|
| 1963 |
+
Freemyer Industrial Pressure
|
| 1964 |
+
|
| 1965 |
+
Schlumberger Oilfield Glossary
|
| 1966 |
+
|
| 1967 |
+
The History of the Oil Industry
|
| 1968 |
+
|
| 1969 |
+
Archived
|
| 1970 |
+
|
| 1971 |
+
2013-04-02 at the
|
| 1972 |
+
|
| 1973 |
+
Wayback Machine
|
| 1974 |
+
|
| 1975 |
+
"Black Gold"
|
| 1976 |
+
|
| 1977 |
+
Popular Mechanics
|
| 1978 |
+
|
| 1979 |
+
, January 1930 – photo article on oil drilling in the 1920s and 1930s
|
| 1980 |
+
|
| 1981 |
+
"World's Deepest Well"
|
| 1982 |
+
|
| 1983 |
+
Popular Science
|
| 1984 |
+
|
| 1985 |
+
, August 1938, article on the late 1930s technology of drilling oil wells
|
| 1986 |
+
|
| 1987 |
+
Brief history of oil and gas production
|
| 1988 |
+
|
| 1989 |
+
Mir-Babayev M.F. "Brief history of the first drilled oil well; and the people involved".
|
| 1990 |
+
|
| 1991 |
+
Oil-Industry History
|
| 1992 |
+
|
| 1993 |
+
(US), 2017, v. 18 #1, pp. 25–34
|
| 1994 |
+
|
| 1995 |
+
v
|
| 1996 |
+
|
| 1997 |
+
t
|
| 1998 |
+
|
| 1999 |
+
e
|
| 2000 |
+
|
| 2001 |
+
Petroleum industry
|
| 2002 |
+
|
| 2003 |
+
Petroleum
|
| 2004 |
+
|
| 2005 |
+
Primary energy
|
| 2006 |
+
|
| 2007 |
+
Benchmarks
|
| 2008 |
+
|
| 2009 |
+
Argus Sour
|
| 2010 |
+
|
| 2011 |
+
Bonny Light
|
| 2012 |
+
|
| 2013 |
+
Brent
|
| 2014 |
+
|
| 2015 |
+
Dubai
|
| 2016 |
+
|
| 2017 |
+
Indian Basket
|
| 2018 |
+
|
| 2019 |
+
Indonesian
|
| 2020 |
+
|
| 2021 |
+
Isthmus-34 Light
|
| 2022 |
+
|
| 2023 |
+
Japan Cocktail
|
| 2024 |
+
|
| 2025 |
+
OPEC Reference Basket
|
| 2026 |
+
|
| 2027 |
+
Tapis
|
| 2028 |
+
|
| 2029 |
+
Urals
|
| 2030 |
+
|
| 2031 |
+
West Texas Intermediate
|
| 2032 |
+
|
| 2033 |
+
Western Canadian Select
|
| 2034 |
+
|
| 2035 |
+
Data
|
| 2036 |
+
|
| 2037 |
+
Natural gas
|
| 2038 |
+
|
| 2039 |
+
Consumption
|
| 2040 |
+
|
| 2041 |
+
Production
|
| 2042 |
+
|
| 2043 |
+
Reserves
|
| 2044 |
+
|
| 2045 |
+
Imports
|
| 2046 |
+
|
| 2047 |
+
Exports
|
| 2048 |
+
|
| 2049 |
+
Price
|
| 2050 |
+
|
| 2051 |
+
Petroleum
|
| 2052 |
+
|
| 2053 |
+
Consumption
|
| 2054 |
+
|
| 2055 |
+
Production
|
| 2056 |
+
|
| 2057 |
+
Reserves
|
| 2058 |
+
|
| 2059 |
+
Imports
|
| 2060 |
+
|
| 2061 |
+
Exports
|
| 2062 |
+
|
| 2063 |
+
Posted oil price
|
| 2064 |
+
|
| 2065 |
+
Price
|
| 2066 |
+
|
| 2067 |
+
of gasoline and diesel
|
| 2068 |
+
|
| 2069 |
+
Exploration
|
| 2070 |
+
|
| 2071 |
+
Core sampling
|
| 2072 |
+
|
| 2073 |
+
Geophysics
|
| 2074 |
+
|
| 2075 |
+
Integrated asset modelling
|
| 2076 |
+
|
| 2077 |
+
Petroleum engineering
|
| 2078 |
+
|
| 2079 |
+
Reservoir simulation
|
| 2080 |
+
|
| 2081 |
+
Reservoir modeling
|
| 2082 |
+
|
| 2083 |
+
Petroleum geology
|
| 2084 |
+
|
| 2085 |
+
Petrophysics
|
| 2086 |
+
|
| 2087 |
+
Reflection seismology
|
| 2088 |
+
|
| 2089 |
+
Seismic inversion
|
| 2090 |
+
|
| 2091 |
+
Seismic source
|
| 2092 |
+
|
| 2093 |
+
Drilling
|
| 2094 |
+
|
| 2095 |
+
Blowout
|
| 2096 |
+
|
| 2097 |
+
Completion
|
| 2098 |
+
|
| 2099 |
+
Squeeze job
|
| 2100 |
+
|
| 2101 |
+
Differential sticking
|
| 2102 |
+
|
| 2103 |
+
Directional drilling
|
| 2104 |
+
|
| 2105 |
+
Geosteering
|
| 2106 |
+
|
| 2107 |
+
Drill stem test
|
| 2108 |
+
|
| 2109 |
+
Drilling engineering
|
| 2110 |
+
|
| 2111 |
+
Drilling fluid
|
| 2112 |
+
|
| 2113 |
+
invasion
|
| 2114 |
+
|
| 2115 |
+
Lost circulation
|
| 2116 |
+
|
| 2117 |
+
Measurement
|
| 2118 |
+
|
| 2119 |
+
Shale oil extraction
|
| 2120 |
+
|
| 2121 |
+
Ljungström method
|
| 2122 |
+
|
| 2123 |
+
Tracers
|
| 2124 |
+
|
| 2125 |
+
Underbalanced drilling
|
| 2126 |
+
|
| 2127 |
+
Well logging
|
| 2128 |
+
|
| 2129 |
+
Production
|
| 2130 |
+
|
| 2131 |
+
Petroleum fiscal regime
|
| 2132 |
+
|
| 2133 |
+
Concessions
|
| 2134 |
+
|
| 2135 |
+
Production sharing agreements
|
| 2136 |
+
|
| 2137 |
+
Artificial lift
|
| 2138 |
+
|
| 2139 |
+
Gas lift
|
| 2140 |
+
|
| 2141 |
+
Pumpjack
|
| 2142 |
+
|
| 2143 |
+
Submersible pump (ESP)
|
| 2144 |
+
|
| 2145 |
+
Downstream
|
| 2146 |
+
|
| 2147 |
+
Enhanced oil recovery (EOR)
|
| 2148 |
+
|
| 2149 |
+
Gas reinjection
|
| 2150 |
+
|
| 2151 |
+
Steam injection
|
| 2152 |
+
|
| 2153 |
+
Midstream
|
| 2154 |
+
|
| 2155 |
+
Petroleum product
|
| 2156 |
+
|
| 2157 |
+
Pipeline
|
| 2158 |
+
|
| 2159 |
+
Refining
|
| 2160 |
+
|
| 2161 |
+
Upstream
|
| 2162 |
+
|
| 2163 |
+
Water injection
|
| 2164 |
+
|
| 2165 |
+
Well intervention
|
| 2166 |
+
|
| 2167 |
+
XT
|
| 2168 |
+
|
| 2169 |
+
History
|
| 2170 |
+
|
| 2171 |
+
1967 Oil Embargo
|
| 2172 |
+
|
| 2173 |
+
1973 oil crisis
|
| 2174 |
+
|
| 2175 |
+
1979 oil crisis
|
| 2176 |
+
|
| 2177 |
+
1980s oil glut
|
| 2178 |
+
|
| 2179 |
+
1990 oil price shock
|
| 2180 |
+
|
| 2181 |
+
2000s energy crisis
|
| 2182 |
+
|
| 2183 |
+
2010s oil glut
|
| 2184 |
+
|
| 2185 |
+
2020 Russia–Saudi Arabia oil price war
|
| 2186 |
+
|
| 2187 |
+
Nationalization
|
| 2188 |
+
|
| 2189 |
+
GECF
|
| 2190 |
+
|
| 2191 |
+
OPEC
|
| 2192 |
+
|
| 2193 |
+
Seven Sisters
|
| 2194 |
+
|
| 2195 |
+
Standard Oil
|
| 2196 |
+
|
| 2197 |
+
Canada
|
| 2198 |
+
|
| 2199 |
+
France
|
| 2200 |
+
|
| 2201 |
+
India
|
| 2202 |
+
|
| 2203 |
+
Iraq
|
| 2204 |
+
|
| 2205 |
+
Norway
|
| 2206 |
+
|
| 2207 |
+
Saudi Arabia
|
| 2208 |
+
|
| 2209 |
+
United States
|
| 2210 |
+
|
| 2211 |
+
Venezuela
|
| 2212 |
+
|
| 2213 |
+
Provinces
|
| 2214 |
+
|
| 2215 |
+
and fields
|
| 2216 |
+
|
| 2217 |
+
List of natural gas fields
|
| 2218 |
+
|
| 2219 |
+
List of oil fields
|
| 2220 |
+
|
| 2221 |
+
Caspian Sea
|
| 2222 |
+
|
| 2223 |
+
Daqing Oil Field
|
| 2224 |
+
|
| 2225 |
+
East Midlands Oil Province
|
| 2226 |
+
|
| 2227 |
+
East Texas
|
| 2228 |
+
|
| 2229 |
+
Gulf of Mexico
|
| 2230 |
+
|
| 2231 |
+
Niger Delta
|
| 2232 |
+
|
| 2233 |
+
North Sea
|
| 2234 |
+
|
| 2235 |
+
Permian Basin
|
| 2236 |
+
|
| 2237 |
+
Persian Gulf
|
| 2238 |
+
|
| 2239 |
+
Prudhoe Bay
|
| 2240 |
+
|
| 2241 |
+
Russia
|
| 2242 |
+
|
| 2243 |
+
Venezuela
|
| 2244 |
+
|
| 2245 |
+
Shengli Oil Field
|
| 2246 |
+
|
| 2247 |
+
Western Canada Sedimentary Basin
|
| 2248 |
+
|
| 2249 |
+
Other topics
|
| 2250 |
+
|
| 2251 |
+
Abbreviations
|
| 2252 |
+
|
| 2253 |
+
Classification
|
| 2254 |
+
|
| 2255 |
+
sweet oil
|
| 2256 |
+
|
| 2257 |
+
sour oil
|
| 2258 |
+
|
| 2259 |
+
Oil shale gas
|
| 2260 |
+
|
| 2261 |
+
Orphan wells
|
| 2262 |
+
|
| 2263 |
+
Peak oil
|
| 2264 |
+
|
| 2265 |
+
fossil fuel phase-out
|
| 2266 |
+
|
| 2267 |
+
timing
|
| 2268 |
+
|
| 2269 |
+
Petrocurrency
|
| 2270 |
+
|
| 2271 |
+
Petrodollar recycling
|
| 2272 |
+
|
| 2273 |
+
Petrofiction
|
| 2274 |
+
|
| 2275 |
+
Shale band
|
| 2276 |
+
|
| 2277 |
+
Shale gas
|
| 2278 |
+
|
| 2279 |
+
Swing producer
|
| 2280 |
+
|
| 2281 |
+
Unconventional (oil and gas) reservoir
|
| 2282 |
+
|
| 2283 |
+
light crude
|
| 2284 |
+
|
| 2285 |
+
heavy crude
|
| 2286 |
+
|
| 2287 |
+
oil sands
|
| 2288 |
+
|
| 2289 |
+
oil shale
|
| 2290 |
+
|
| 2291 |
+
tight oil
|
| 2292 |
+
|
| 2293 |
+
Companies and
|
| 2294 |
+
|
| 2295 |
+
organisations
|
| 2296 |
+
|
| 2297 |
+
Major
|
| 2298 |
+
|
| 2299 |
+
petroleum
|
| 2300 |
+
|
| 2301 |
+
companies
|
| 2302 |
+
|
| 2303 |
+
Supermajors
|
| 2304 |
+
|
| 2305 |
+
BP
|
| 2306 |
+
|
| 2307 |
+
Chevron
|
| 2308 |
+
|
| 2309 |
+
Eni
|
| 2310 |
+
|
| 2311 |
+
ExxonMobil
|
| 2312 |
+
|
| 2313 |
+
Shell
|
| 2314 |
+
|
| 2315 |
+
TotalEnergies
|
| 2316 |
+
|
| 2317 |
+
National oil
|
| 2318 |
+
|
| 2319 |
+
companies
|
| 2320 |
+
|
| 2321 |
+
Abu Dhabi National Oil Company
|
| 2322 |
+
|
| 2323 |
+
ANCAP
|
| 2324 |
+
|
| 2325 |
+
Bharat Petroleum
|
| 2326 |
+
|
| 2327 |
+
China National Offshore Oil Corporation
|
| 2328 |
+
|
| 2329 |
+
China National Petroleum Corporation
|
| 2330 |
+
|
| 2331 |
+
Ecopetrol
|
| 2332 |
+
|
| 2333 |
+
Equinor
|
| 2334 |
+
|
| 2335 |
+
Gazprom
|
| 2336 |
+
|
| 2337 |
+
Hindustan Petroleum
|
| 2338 |
+
|
| 2339 |
+
Indian Oil Corporation
|
| 2340 |
+
|
| 2341 |
+
Iraq National Oil Company
|
| 2342 |
+
|
| 2343 |
+
KazMunayGas
|
| 2344 |
+
|
| 2345 |
+
Kuwait Petroleum Corporation
|
| 2346 |
+
|
| 2347 |
+
Lotos
|
| 2348 |
+
|
| 2349 |
+
Naftogaz
|
| 2350 |
+
|
| 2351 |
+
National Iranian Oil Company
|
| 2352 |
+
|
| 2353 |
+
National Iranian South Oil Company
|
| 2354 |
+
|
| 2355 |
+
NNPC Limited
|
| 2356 |
+
|
| 2357 |
+
Oil & Gas Development Company
|
| 2358 |
+
|
| 2359 |
+
Oil and Natural Gas Corporation
|
| 2360 |
+
|
| 2361 |
+
Orlen
|
| 2362 |
+
|
| 2363 |
+
PDVSA
|
| 2364 |
+
|
| 2365 |
+
Pemex
|
| 2366 |
+
|
| 2367 |
+
Pertamina
|
| 2368 |
+
|
| 2369 |
+
Petrobangla
|
| 2370 |
+
|
| 2371 |
+
Petrobras
|
| 2372 |
+
|
| 2373 |
+
PetroChina
|
| 2374 |
+
|
| 2375 |
+
Petronas
|
| 2376 |
+
|
| 2377 |
+
Petrovietnam
|
| 2378 |
+
|
| 2379 |
+
PTT Public Company Limited
|
| 2380 |
+
|
| 2381 |
+
QatarEnergy
|
| 2382 |
+
|
| 2383 |
+
Rosneft
|
| 2384 |
+
|
| 2385 |
+
Saudi Aramco
|
| 2386 |
+
|
| 2387 |
+
Sinopec
|
| 2388 |
+
|
| 2389 |
+
SOCAR
|
| 2390 |
+
|
| 2391 |
+
Sonangol
|
| 2392 |
+
|
| 2393 |
+
Sonatrach
|
| 2394 |
+
|
| 2395 |
+
TPAO
|
| 2396 |
+
|
| 2397 |
+
YPF
|
| 2398 |
+
|
| 2399 |
+
Energy trading
|
| 2400 |
+
|
| 2401 |
+
Enron
|
| 2402 |
+
|
| 2403 |
+
Glencore
|
| 2404 |
+
|
| 2405 |
+
Gunvor
|
| 2406 |
+
|
| 2407 |
+
Mercuria
|
| 2408 |
+
|
| 2409 |
+
Naftiran Intertrade
|
| 2410 |
+
|
| 2411 |
+
Trafigura
|
| 2412 |
+
|
| 2413 |
+
Vitol
|
| 2414 |
+
|
| 2415 |
+
Others
|
| 2416 |
+
|
| 2417 |
+
APA Corporation
|
| 2418 |
+
|
| 2419 |
+
Cenovus Energy
|
| 2420 |
+
|
| 2421 |
+
Cepsa
|
| 2422 |
+
|
| 2423 |
+
ConocoPhillips
|
| 2424 |
+
|
| 2425 |
+
Devon Energy
|
| 2426 |
+
|
| 2427 |
+
Eneos Holdings
|
| 2428 |
+
|
| 2429 |
+
Galp Energia
|
| 2430 |
+
|
| 2431 |
+
Hess Corporation
|
| 2432 |
+
|
| 2433 |
+
Husky Energy
|
| 2434 |
+
|
| 2435 |
+
Imperial Oil
|
| 2436 |
+
|
| 2437 |
+
Lukoil
|
| 2438 |
+
|
| 2439 |
+
Marathon Oil
|
| 2440 |
+
|
| 2441 |
+
Marathon Petroleum
|
| 2442 |
+
|
| 2443 |
+
Occidental Petroleum
|
| 2444 |
+
|
| 2445 |
+
OMV
|
| 2446 |
+
|
| 2447 |
+
Phillips 66
|
| 2448 |
+
|
| 2449 |
+
Port Harcourt Refining Company
|
| 2450 |
+
|
| 2451 |
+
Reliance Industries
|
| 2452 |
+
|
| 2453 |
+
Repsol
|
| 2454 |
+
|
| 2455 |
+
Suncor Energy
|
| 2456 |
+
|
| 2457 |
+
Sunoco
|
| 2458 |
+
|
| 2459 |
+
Surgutneftegas
|
| 2460 |
+
|
| 2461 |
+
TechnipFMC
|
| 2462 |
+
|
| 2463 |
+
TNK-BP
|
| 2464 |
+
|
| 2465 |
+
Tullow Oil
|
| 2466 |
+
|
| 2467 |
+
Tüpraş
|
| 2468 |
+
|
| 2469 |
+
Valero Energy
|
| 2470 |
+
|
| 2471 |
+
Major
|
| 2472 |
+
|
| 2473 |
+
services
|
| 2474 |
+
|
| 2475 |
+
companies
|
| 2476 |
+
|
| 2477 |
+
Amec Foster Wheeler
|
| 2478 |
+
|
| 2479 |
+
Baker Hughes
|
| 2480 |
+
|
| 2481 |
+
Cameron International
|
| 2482 |
+
|
| 2483 |
+
CGG
|
| 2484 |
+
|
| 2485 |
+
CH2M
|
| 2486 |
+
|
| 2487 |
+
Chicago Bridge & Iron Company
|
| 2488 |
+
|
| 2489 |
+
China Oilfield Services
|
| 2490 |
+
|
| 2491 |
+
Enbridge
|
| 2492 |
+
|
| 2493 |
+
GE Power
|
| 2494 |
+
|
| 2495 |
+
Halliburton
|
| 2496 |
+
|
| 2497 |
+
Nabors Industries
|
| 2498 |
+
|
| 2499 |
+
Naftiran Intertrade
|
| 2500 |
+
|
| 2501 |
+
NOV Inc.
|
| 2502 |
+
|
| 2503 |
+
Petrofac
|
| 2504 |
+
|
| 2505 |
+
Saipem
|
| 2506 |
+
|
| 2507 |
+
Schlumberger
|
| 2508 |
+
|
| 2509 |
+
Snam
|
| 2510 |
+
|
| 2511 |
+
Subsea 7
|
| 2512 |
+
|
| 2513 |
+
TC Energy
|
| 2514 |
+
|
| 2515 |
+
Transocean
|
| 2516 |
+
|
| 2517 |
+
Valaris Limited
|
| 2518 |
+
|
| 2519 |
+
Weatherford International
|
| 2520 |
+
|
| 2521 |
+
John Wood Group
|
| 2522 |
+
|
| 2523 |
+
Others
|
| 2524 |
+
|
| 2525 |
+
American Petroleum Institute
|
| 2526 |
+
|
| 2527 |
+
Canadian petroleum companies
|
| 2528 |
+
|
| 2529 |
+
Intercontinental Exchange Futures
|
| 2530 |
+
|
| 2531 |
+
International Association of Oil & Gas Producers
|
| 2532 |
+
|
| 2533 |
+
International Energy Agency
|
| 2534 |
+
|
| 2535 |
+
Society of Petroleum Engineers
|
| 2536 |
+
|
| 2537 |
+
World Petroleum Council
|
| 2538 |
+
|
| 2539 |
+
Category
|
| 2540 |
+
|
| 2541 |
+
Authority control databases
|
| 2542 |
+
|
| 2543 |
+
National
|
| 2544 |
+
|
| 2545 |
+
United States
|
| 2546 |
+
|
| 2547 |
+
France
|
| 2548 |
+
|
| 2549 |
+
BnF data
|
| 2550 |
+
|
| 2551 |
+
Japan
|
| 2552 |
+
|
| 2553 |
+
Israel
|
| 2554 |
+
|
| 2555 |
+
Other
|
| 2556 |
+
|
| 2557 |
+
NARA
|
| 2558 |
+
|
| 2559 |
+
Yale LUX
|
| 2560 |
+
|
| 2561 |
+
Retrieved from "
|
| 2562 |
+
|
| 2563 |
+
https://en.wikipedia.org/w/index.php?title=Oil_well&oldid=1322891704
|
| 2564 |
+
|
| 2565 |
+
"
|
knowledge_base/raw_text/wiki_Petroleum_engineering.txt
ADDED
|
@@ -0,0 +1,2295 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Source: https://en.wikipedia.org/wiki/Petroleum_engineering
|
| 2 |
+
|
| 3 |
+
Extracting crude oil and natural gas
|
| 4 |
+
|
| 5 |
+
For petroleum refinery engineering, see
|
| 6 |
+
|
| 7 |
+
Process engineering
|
| 8 |
+
|
| 9 |
+
.
|
| 10 |
+
|
| 11 |
+
Example of a map used by reservoir engineers to determine where to drill a well. This screenshot is of a structure map generated by contour map software for an 8500 ft deep gas and
|
| 12 |
+
|
| 13 |
+
oil reservoir
|
| 14 |
+
|
| 15 |
+
in the Earth field,
|
| 16 |
+
|
| 17 |
+
Vermilion Parish
|
| 18 |
+
|
| 19 |
+
, Erath, Louisiana. The left-to-right gap near the top of the
|
| 20 |
+
|
| 21 |
+
contour map
|
| 22 |
+
|
| 23 |
+
indicates a
|
| 24 |
+
|
| 25 |
+
fault line
|
| 26 |
+
|
| 27 |
+
. This fault line is between the blue/green contour lines and the purple/red/yellow contour lines. The thin red circular contour line in the middle of the map indicates the top of the oil reservoir. Because gas floats above oil, the thin red contour line marks the gas/oil contact zone.
|
| 28 |
+
|
| 29 |
+
This article is part of
|
| 30 |
+
|
| 31 |
+
a series
|
| 32 |
+
|
| 33 |
+
on
|
| 34 |
+
|
| 35 |
+
Engineering
|
| 36 |
+
|
| 37 |
+
Engineering branches
|
| 38 |
+
|
| 39 |
+
Aerospace
|
| 40 |
+
|
| 41 |
+
Agricultural
|
| 42 |
+
|
| 43 |
+
Architectural
|
| 44 |
+
|
| 45 |
+
Biomedical
|
| 46 |
+
|
| 47 |
+
Chemical
|
| 48 |
+
|
| 49 |
+
Civil
|
| 50 |
+
|
| 51 |
+
Computer
|
| 52 |
+
|
| 53 |
+
Data
|
| 54 |
+
|
| 55 |
+
Design
|
| 56 |
+
|
| 57 |
+
Electrical
|
| 58 |
+
|
| 59 |
+
Electronics
|
| 60 |
+
|
| 61 |
+
Energy
|
| 62 |
+
|
| 63 |
+
Environmental
|
| 64 |
+
|
| 65 |
+
Industrial
|
| 66 |
+
|
| 67 |
+
Manufacturing
|
| 68 |
+
|
| 69 |
+
Marine
|
| 70 |
+
|
| 71 |
+
Materials
|
| 72 |
+
|
| 73 |
+
Mechanical
|
| 74 |
+
|
| 75 |
+
Mechatronics
|
| 76 |
+
|
| 77 |
+
Mining
|
| 78 |
+
|
| 79 |
+
Nuclear
|
| 80 |
+
|
| 81 |
+
Petroleum
|
| 82 |
+
|
| 83 |
+
Process
|
| 84 |
+
|
| 85 |
+
Robotics
|
| 86 |
+
|
| 87 |
+
Software
|
| 88 |
+
|
| 89 |
+
Structural
|
| 90 |
+
|
| 91 |
+
Systems
|
| 92 |
+
|
| 93 |
+
Engineering software lists
|
| 94 |
+
|
| 95 |
+
Additive manufacturing
|
| 96 |
+
|
| 97 |
+
Aerospace engineering
|
| 98 |
+
|
| 99 |
+
Automotive engineering
|
| 100 |
+
|
| 101 |
+
Bioinformatics
|
| 102 |
+
|
| 103 |
+
Building information modeling
|
| 104 |
+
|
| 105 |
+
Chemical engineering
|
| 106 |
+
|
| 107 |
+
Chemical process simulators
|
| 108 |
+
|
| 109 |
+
Civil engineering
|
| 110 |
+
|
| 111 |
+
Computer-aided engineering
|
| 112 |
+
|
| 113 |
+
Computer-aided manufacturing
|
| 114 |
+
|
| 115 |
+
Computational chemistry
|
| 116 |
+
|
| 117 |
+
Computational fluid dynamics
|
| 118 |
+
|
| 119 |
+
Computational physics
|
| 120 |
+
|
| 121 |
+
Data science
|
| 122 |
+
|
| 123 |
+
Discrete event simulation
|
| 124 |
+
|
| 125 |
+
Electronic design automation
|
| 126 |
+
|
| 127 |
+
Electromagnetic simulation
|
| 128 |
+
|
| 129 |
+
Finite element analysis
|
| 130 |
+
|
| 131 |
+
Free electronics circuit
|
| 132 |
+
|
| 133 |
+
Gene prediction
|
| 134 |
+
|
| 135 |
+
Genetic engineering
|
| 136 |
+
|
| 137 |
+
Hardware description language simulators
|
| 138 |
+
|
| 139 |
+
Hydrology
|
| 140 |
+
|
| 141 |
+
Mathematical
|
| 142 |
+
|
| 143 |
+
Mechanical engineering
|
| 144 |
+
|
| 145 |
+
Molecular design
|
| 146 |
+
|
| 147 |
+
Molecular mechanics modeling
|
| 148 |
+
|
| 149 |
+
Nanostructure modeling
|
| 150 |
+
|
| 151 |
+
Nuclear engineering
|
| 152 |
+
|
| 153 |
+
Nucleic acid simulation
|
| 154 |
+
|
| 155 |
+
Numerical analysis
|
| 156 |
+
|
| 157 |
+
Numerical libraries
|
| 158 |
+
|
| 159 |
+
Open-source AI
|
| 160 |
+
|
| 161 |
+
Open-source libraries
|
| 162 |
+
|
| 163 |
+
Optimization
|
| 164 |
+
|
| 165 |
+
Plasma physics
|
| 166 |
+
|
| 167 |
+
Power engineering
|
| 168 |
+
|
| 169 |
+
Programming tools
|
| 170 |
+
|
| 171 |
+
Protein structure prediction
|
| 172 |
+
|
| 173 |
+
RNA structure prediction
|
| 174 |
+
|
| 175 |
+
Robotics simulation
|
| 176 |
+
|
| 177 |
+
Scientific simulation
|
| 178 |
+
|
| 179 |
+
Sequence alignment
|
| 180 |
+
|
| 181 |
+
Structural alignment
|
| 182 |
+
|
| 183 |
+
Structural engineering
|
| 184 |
+
|
| 185 |
+
System dynamics
|
| 186 |
+
|
| 187 |
+
Wind energy
|
| 188 |
+
|
| 189 |
+
Engineering glossaries
|
| 190 |
+
|
| 191 |
+
Aerospace
|
| 192 |
+
|
| 193 |
+
Civil
|
| 194 |
+
|
| 195 |
+
Electrical, electronics
|
| 196 |
+
|
| 197 |
+
Mechanical
|
| 198 |
+
|
| 199 |
+
Structural
|
| 200 |
+
|
| 201 |
+
See also
|
| 202 |
+
|
| 203 |
+
Engineering education
|
| 204 |
+
|
| 205 |
+
Engineering ethics
|
| 206 |
+
|
| 207 |
+
Engineering management
|
| 208 |
+
|
| 209 |
+
History of engineering
|
| 210 |
+
|
| 211 |
+
List of engineering awards
|
| 212 |
+
|
| 213 |
+
List of engineering branches
|
| 214 |
+
|
| 215 |
+
List of engineering journals and magazines
|
| 216 |
+
|
| 217 |
+
List of engineering schools
|
| 218 |
+
|
| 219 |
+
List of engineering societies
|
| 220 |
+
|
| 221 |
+
Lists of engineers
|
| 222 |
+
|
| 223 |
+
Outline of engineering
|
| 224 |
+
|
| 225 |
+
Engineering portal
|
| 226 |
+
|
| 227 |
+
Engineering books on Wikibooks
|
| 228 |
+
|
| 229 |
+
v
|
| 230 |
+
|
| 231 |
+
t
|
| 232 |
+
|
| 233 |
+
e
|
| 234 |
+
|
| 235 |
+
Petroleum engineering
|
| 236 |
+
|
| 237 |
+
is a field of
|
| 238 |
+
|
| 239 |
+
engineering
|
| 240 |
+
|
| 241 |
+
concerned with the activities related to the production of
|
| 242 |
+
|
| 243 |
+
hydrocarbons
|
| 244 |
+
|
| 245 |
+
, which can be either
|
| 246 |
+
|
| 247 |
+
crude oil
|
| 248 |
+
|
| 249 |
+
or
|
| 250 |
+
|
| 251 |
+
natural gas or both
|
| 252 |
+
|
| 253 |
+
.
|
| 254 |
+
|
| 255 |
+
[
|
| 256 |
+
|
| 257 |
+
1
|
| 258 |
+
|
| 259 |
+
]
|
| 260 |
+
|
| 261 |
+
Exploration and production are deemed to fall within the
|
| 262 |
+
|
| 263 |
+
upstream
|
| 264 |
+
|
| 265 |
+
sector of the oil and gas industry.
|
| 266 |
+
|
| 267 |
+
Exploration
|
| 268 |
+
|
| 269 |
+
, by
|
| 270 |
+
|
| 271 |
+
earth scientists
|
| 272 |
+
|
| 273 |
+
, and petroleum engineering are the oil and gas industry's two main subsurface disciplines, which focus on maximizing economic recovery of hydrocarbons from subsurface reservoirs.
|
| 274 |
+
|
| 275 |
+
Petroleum geology
|
| 276 |
+
|
| 277 |
+
and
|
| 278 |
+
|
| 279 |
+
geophysics
|
| 280 |
+
|
| 281 |
+
focus on provision of a static description of the hydrocarbon reservoir rock, while petroleum engineering focuses on estimation of the recoverable volume of this resource using a detailed understanding of the physical behavior of oil, water and gas within porous rock at very high pressure.
|
| 282 |
+
|
| 283 |
+
The combined efforts of
|
| 284 |
+
|
| 285 |
+
geologists
|
| 286 |
+
|
| 287 |
+
and petroleum engineers throughout the life of a hydrocarbon accumulation determine the way in which a reservoir is developed and depleted, and usually they have the highest impact on field economics. Petroleum engineering requires a good knowledge of many other related disciplines, such as geophysics, petroleum geology,
|
| 288 |
+
|
| 289 |
+
formation evaluation
|
| 290 |
+
|
| 291 |
+
(
|
| 292 |
+
|
| 293 |
+
well logging
|
| 294 |
+
|
| 295 |
+
),
|
| 296 |
+
|
| 297 |
+
drilling
|
| 298 |
+
|
| 299 |
+
,
|
| 300 |
+
|
| 301 |
+
economics
|
| 302 |
+
|
| 303 |
+
,
|
| 304 |
+
|
| 305 |
+
reservoir simulation
|
| 306 |
+
|
| 307 |
+
,
|
| 308 |
+
|
| 309 |
+
reservoir engineering
|
| 310 |
+
|
| 311 |
+
, well engineering,
|
| 312 |
+
|
| 313 |
+
artificial lift
|
| 314 |
+
|
| 315 |
+
systems, completions and
|
| 316 |
+
|
| 317 |
+
petroleum production engineering
|
| 318 |
+
|
| 319 |
+
.
|
| 320 |
+
|
| 321 |
+
Recruitment to the industry has historically been from the disciplines of
|
| 322 |
+
|
| 323 |
+
physics
|
| 324 |
+
|
| 325 |
+
,
|
| 326 |
+
|
| 327 |
+
mechanical engineering
|
| 328 |
+
|
| 329 |
+
,
|
| 330 |
+
|
| 331 |
+
chemical engineering
|
| 332 |
+
|
| 333 |
+
and
|
| 334 |
+
|
| 335 |
+
mining engineering
|
| 336 |
+
|
| 337 |
+
. Subsequent development training has usually been done within oil companies.
|
| 338 |
+
|
| 339 |
+
Overview
|
| 340 |
+
|
| 341 |
+
[
|
| 342 |
+
|
| 343 |
+
edit
|
| 344 |
+
|
| 345 |
+
]
|
| 346 |
+
|
| 347 |
+
The profession got its start in 1914 within the
|
| 348 |
+
|
| 349 |
+
American Institute of Mining, Metallurgical and Petroleum Engineers
|
| 350 |
+
|
| 351 |
+
(AIME). The first Petroleum Engineering degree was conferred in 1915 by the
|
| 352 |
+
|
| 353 |
+
University of Pittsburgh
|
| 354 |
+
|
| 355 |
+
.
|
| 356 |
+
|
| 357 |
+
[
|
| 358 |
+
|
| 359 |
+
2
|
| 360 |
+
|
| 361 |
+
]
|
| 362 |
+
|
| 363 |
+
Since then, the profession has evolved to solve increasingly difficult situations. Improvements in computer modeling, materials and the application of statistics, probability analysis, and new technologies like
|
| 364 |
+
|
| 365 |
+
horizontal drilling
|
| 366 |
+
|
| 367 |
+
and
|
| 368 |
+
|
| 369 |
+
enhanced oil recovery
|
| 370 |
+
|
| 371 |
+
, have drastically improved the toolbox of the petroleum engineer in recent decades. Automation,
|
| 372 |
+
|
| 373 |
+
[
|
| 374 |
+
|
| 375 |
+
3
|
| 376 |
+
|
| 377 |
+
]
|
| 378 |
+
|
| 379 |
+
sensors,
|
| 380 |
+
|
| 381 |
+
[
|
| 382 |
+
|
| 383 |
+
4
|
| 384 |
+
|
| 385 |
+
]
|
| 386 |
+
|
| 387 |
+
and robots
|
| 388 |
+
|
| 389 |
+
[
|
| 390 |
+
|
| 391 |
+
5
|
| 392 |
+
|
| 393 |
+
]
|
| 394 |
+
|
| 395 |
+
[
|
| 396 |
+
|
| 397 |
+
6
|
| 398 |
+
|
| 399 |
+
]
|
| 400 |
+
|
| 401 |
+
are being used to propel the industry to more efficiency and safety.
|
| 402 |
+
|
| 403 |
+
Deep-water, arctic and desert conditions are usually contended with. High temperature and high pressure (HTHP) environments have become increasingly commonplace in operations and require the petroleum engineer to be savvy in topics as wide-ranging as thermo-hydraulics, geomechanics, and intelligent systems.
|
| 404 |
+
|
| 405 |
+
The
|
| 406 |
+
|
| 407 |
+
Society of Petroleum Engineers
|
| 408 |
+
|
| 409 |
+
(SPE) is the largest
|
| 410 |
+
|
| 411 |
+
professional society
|
| 412 |
+
|
| 413 |
+
for petroleum engineers and publishes much technical information and other resources to support the oil and gas industry. It provides free online education (webinars), mentoring, and access to SPE Connect, an exclusive platform for members to discuss technical issues, best practices, and other topics. SPE members also are able to access the SPE Competency Management Tool to find knowledge and skill strengths and opportunities for growth.
|
| 414 |
+
|
| 415 |
+
[
|
| 416 |
+
|
| 417 |
+
7
|
| 418 |
+
|
| 419 |
+
]
|
| 420 |
+
|
| 421 |
+
SPE publishes peer-reviewed journals, books, and magazines.
|
| 422 |
+
|
| 423 |
+
[
|
| 424 |
+
|
| 425 |
+
8
|
| 426 |
+
|
| 427 |
+
]
|
| 428 |
+
|
| 429 |
+
SPE members receive a complimentary subscription to the
|
| 430 |
+
|
| 431 |
+
Journal of Petroleum Technology
|
| 432 |
+
|
| 433 |
+
and discounts on SPE's other publications.
|
| 434 |
+
|
| 435 |
+
[
|
| 436 |
+
|
| 437 |
+
9
|
| 438 |
+
|
| 439 |
+
]
|
| 440 |
+
|
| 441 |
+
SPE members also receive discounts on registration fees for SPE organized events and training courses.
|
| 442 |
+
|
| 443 |
+
[
|
| 444 |
+
|
| 445 |
+
9
|
| 446 |
+
|
| 447 |
+
]
|
| 448 |
+
|
| 449 |
+
SPE provides scholarships and fellowships to undergraduate and graduate students.
|
| 450 |
+
|
| 451 |
+
According to the United States Department of Labor's Bureau of Labor Statistics, petroleum engineers are required to have a bachelor's degree in engineering, generally a degree focused on petroleum engineering is preferred, but degrees in mechanical, chemical, and civil engineering are satisfactory as well.
|
| 452 |
+
|
| 453 |
+
[
|
| 454 |
+
|
| 455 |
+
10
|
| 456 |
+
|
| 457 |
+
]
|
| 458 |
+
|
| 459 |
+
Petroleum engineering education is available at many universities in the
|
| 460 |
+
|
| 461 |
+
United States
|
| 462 |
+
|
| 463 |
+
and throughout the world - primarily in oil producing regions.
|
| 464 |
+
|
| 465 |
+
U.S. News & World Report
|
| 466 |
+
|
| 467 |
+
maintains a list of the Best Undergraduate Petroleum Engineering Programs.
|
| 468 |
+
|
| 469 |
+
[
|
| 470 |
+
|
| 471 |
+
11
|
| 472 |
+
|
| 473 |
+
]
|
| 474 |
+
|
| 475 |
+
SPE and some private companies offer training courses.
|
| 476 |
+
|
| 477 |
+
[
|
| 478 |
+
|
| 479 |
+
12
|
| 480 |
+
|
| 481 |
+
]
|
| 482 |
+
|
| 483 |
+
[
|
| 484 |
+
|
| 485 |
+
13
|
| 486 |
+
|
| 487 |
+
]
|
| 488 |
+
|
| 489 |
+
[
|
| 490 |
+
|
| 491 |
+
14
|
| 492 |
+
|
| 493 |
+
]
|
| 494 |
+
|
| 495 |
+
Some oil companies have considerable in-house petroleum engineering training classes.
|
| 496 |
+
|
| 497 |
+
[
|
| 498 |
+
|
| 499 |
+
15
|
| 500 |
+
|
| 501 |
+
]
|
| 502 |
+
|
| 503 |
+
[
|
| 504 |
+
|
| 505 |
+
16
|
| 506 |
+
|
| 507 |
+
]
|
| 508 |
+
|
| 509 |
+
Petroleum engineering salaries
|
| 510 |
+
|
| 511 |
+
[
|
| 512 |
+
|
| 513 |
+
edit
|
| 514 |
+
|
| 515 |
+
]
|
| 516 |
+
|
| 517 |
+
Petroleum engineering has historically been one of the highest-paid engineering disciplines, although there is a tendency for mass layoffs when oil prices decline and waves of hiring as prices rise. In 2020, the United States Department of Labor's Bureau of Labor Statistics reported the median pay for petroleum engineers was US$137,330, or roughly $66.02 per hour.
|
| 518 |
+
|
| 519 |
+
[
|
| 520 |
+
|
| 521 |
+
17
|
| 522 |
+
|
| 523 |
+
]
|
| 524 |
+
|
| 525 |
+
The same summary projects there will be 3% job growth in this field from 2019 to 2029.
|
| 526 |
+
|
| 527 |
+
[
|
| 528 |
+
|
| 529 |
+
17
|
| 530 |
+
|
| 531 |
+
]
|
| 532 |
+
|
| 533 |
+
SPE annually conducts a
|
| 534 |
+
|
| 535 |
+
salary survey
|
| 536 |
+
|
| 537 |
+
. In 2017, SPE reported that the average SPE professional member reported earning US$194,649 (including salary and bonus).
|
| 538 |
+
|
| 539 |
+
[
|
| 540 |
+
|
| 541 |
+
18
|
| 542 |
+
|
| 543 |
+
]
|
| 544 |
+
|
| 545 |
+
The average base pay reported in 2016 was $143,006.
|
| 546 |
+
|
| 547 |
+
[
|
| 548 |
+
|
| 549 |
+
18
|
| 550 |
+
|
| 551 |
+
]
|
| 552 |
+
|
| 553 |
+
Base pay and other compensation was on average was highest in the United States where the base pay was US$174,283. Drilling and production engineers tended to make the best base pay, US$160,026 for drilling engineers and US$158,964 for production engineers. Average base pay ranged from US$96,382-174,283.
|
| 554 |
+
|
| 555 |
+
[
|
| 556 |
+
|
| 557 |
+
19
|
| 558 |
+
|
| 559 |
+
]
|
| 560 |
+
|
| 561 |
+
There are still significant gender pay gaps, plus or minus 5% of the US average pay gap which was 18% difference in 2017.
|
| 562 |
+
|
| 563 |
+
[
|
| 564 |
+
|
| 565 |
+
20
|
| 566 |
+
|
| 567 |
+
]
|
| 568 |
+
|
| 569 |
+
[
|
| 570 |
+
|
| 571 |
+
19
|
| 572 |
+
|
| 573 |
+
]
|
| 574 |
+
|
| 575 |
+
Also in 2016,
|
| 576 |
+
|
| 577 |
+
U.S. News & World Report
|
| 578 |
+
|
| 579 |
+
named petroleum engineering the top college major in terms of highest median annual wages of college-educated workers (age 25–59).
|
| 580 |
+
|
| 581 |
+
[
|
| 582 |
+
|
| 583 |
+
21
|
| 584 |
+
|
| 585 |
+
]
|
| 586 |
+
|
| 587 |
+
The 2010 National Association of Colleges and Employers survey showed petroleum engineers as the highest paid 2010 graduates, at an average annual salary of $125,220.
|
| 588 |
+
|
| 589 |
+
[
|
| 590 |
+
|
| 591 |
+
22
|
| 592 |
+
|
| 593 |
+
]
|
| 594 |
+
|
| 595 |
+
For individuals with experience, salaries can range from $170,000 to $260,000. They make an average of $112,000 a year and about $53.75 per hour. In a 2007 article, Forbes.com reported that petroleum engineering was the 24th best paying job in the United States.
|
| 596 |
+
|
| 597 |
+
[
|
| 598 |
+
|
| 599 |
+
23
|
| 600 |
+
|
| 601 |
+
]
|
| 602 |
+
|
| 603 |
+
Sub-disciplines
|
| 604 |
+
|
| 605 |
+
[
|
| 606 |
+
|
| 607 |
+
edit
|
| 608 |
+
|
| 609 |
+
]
|
| 610 |
+
|
| 611 |
+
Petroleum engineers divide themselves into several types:
|
| 612 |
+
|
| 613 |
+
[
|
| 614 |
+
|
| 615 |
+
1
|
| 616 |
+
|
| 617 |
+
]
|
| 618 |
+
|
| 619 |
+
Reservoir engineers
|
| 620 |
+
|
| 621 |
+
work to optimize production of oil and gas via proper placement, production rates, and enhanced oil recovery techniques.
|
| 622 |
+
|
| 623 |
+
Drilling engineers
|
| 624 |
+
|
| 625 |
+
manage the technical aspects of drilling exploratory, production and injection wells.
|
| 626 |
+
|
| 627 |
+
Drilling fluid engineers
|
| 628 |
+
|
| 629 |
+
A mud engineer (correctly called a Drilling Fluids Engineer, but most often referred to as the "Mud Man") works on an oil well or gas well drilling rig, and is responsible ensuring the properties of the drilling fluid, also known as drilling mud, are within designed specifications.
|
| 630 |
+
|
| 631 |
+
Completion engineers
|
| 632 |
+
|
| 633 |
+
(also known as subsurface engineers) work to design and oversee the implementation of techniques aimed at ensuring wells are drilled stably and with the maximum opportunity for oil and gas production.
|
| 634 |
+
|
| 635 |
+
Production engineers
|
| 636 |
+
|
| 637 |
+
manage the interface between the reservoir and the well, including perforations, sand control, downhole flow control, and downhole monitoring equipment; evaluate
|
| 638 |
+
|
| 639 |
+
artificial lift
|
| 640 |
+
|
| 641 |
+
methods; and select surface equipment that separates the produced fluids (oil, natural gas, and water).
|
| 642 |
+
|
| 643 |
+
Petrophysicists
|
| 644 |
+
|
| 645 |
+
gather information about subsurface properties to build wellbore stability models and study rock properties
|
| 646 |
+
|
| 647 |
+
Education
|
| 648 |
+
|
| 649 |
+
[
|
| 650 |
+
|
| 651 |
+
edit
|
| 652 |
+
|
| 653 |
+
]
|
| 654 |
+
|
| 655 |
+
Petroleum Engineering, like most forms of engineering, requires a strong foundation in
|
| 656 |
+
|
| 657 |
+
physics
|
| 658 |
+
|
| 659 |
+
,
|
| 660 |
+
|
| 661 |
+
chemistry
|
| 662 |
+
|
| 663 |
+
, and
|
| 664 |
+
|
| 665 |
+
mathematics
|
| 666 |
+
|
| 667 |
+
.
|
| 668 |
+
|
| 669 |
+
[
|
| 670 |
+
|
| 671 |
+
24
|
| 672 |
+
|
| 673 |
+
]
|
| 674 |
+
|
| 675 |
+
Other fields pertinent to petroleum engineering include
|
| 676 |
+
|
| 677 |
+
geology
|
| 678 |
+
|
| 679 |
+
, formation evaluation, fluid flow in porous media, well drilling technology,
|
| 680 |
+
|
| 681 |
+
economics
|
| 682 |
+
|
| 683 |
+
,
|
| 684 |
+
|
| 685 |
+
geostatistics
|
| 686 |
+
|
| 687 |
+
, etc.
|
| 688 |
+
|
| 689 |
+
[
|
| 690 |
+
|
| 691 |
+
24
|
| 692 |
+
|
| 693 |
+
]
|
| 694 |
+
|
| 695 |
+
[
|
| 696 |
+
|
| 697 |
+
25
|
| 698 |
+
|
| 699 |
+
]
|
| 700 |
+
|
| 701 |
+
Petroleum Geostatistics
|
| 702 |
+
|
| 703 |
+
[
|
| 704 |
+
|
| 705 |
+
edit
|
| 706 |
+
|
| 707 |
+
]
|
| 708 |
+
|
| 709 |
+
Geostatistics
|
| 710 |
+
|
| 711 |
+
as applied to petroleum engineering uses statistical analysis to characterize reservoirs and create flow simulations that quantify uncertainties of the location of oil and gas.
|
| 712 |
+
|
| 713 |
+
[
|
| 714 |
+
|
| 715 |
+
26
|
| 716 |
+
|
| 717 |
+
]
|
| 718 |
+
|
| 719 |
+
Petroleum Geology
|
| 720 |
+
|
| 721 |
+
[
|
| 722 |
+
|
| 723 |
+
edit
|
| 724 |
+
|
| 725 |
+
]
|
| 726 |
+
|
| 727 |
+
Petroleum geology
|
| 728 |
+
|
| 729 |
+
is an interdisciplinary field composed of
|
| 730 |
+
|
| 731 |
+
geophysics
|
| 732 |
+
|
| 733 |
+
,
|
| 734 |
+
|
| 735 |
+
geochemistry
|
| 736 |
+
|
| 737 |
+
, and
|
| 738 |
+
|
| 739 |
+
paleontology
|
| 740 |
+
|
| 741 |
+
.
|
| 742 |
+
|
| 743 |
+
[
|
| 744 |
+
|
| 745 |
+
27
|
| 746 |
+
|
| 747 |
+
]
|
| 748 |
+
|
| 749 |
+
The main focus of petroleum geology is the exploration and appraisal of reservoirs containing
|
| 750 |
+
|
| 751 |
+
hydrocarbons
|
| 752 |
+
|
| 753 |
+
via technical forms of analysis.
|
| 754 |
+
|
| 755 |
+
[
|
| 756 |
+
|
| 757 |
+
27
|
| 758 |
+
|
| 759 |
+
]
|
| 760 |
+
|
| 761 |
+
Well Drilling Technology
|
| 762 |
+
|
| 763 |
+
[
|
| 764 |
+
|
| 765 |
+
edit
|
| 766 |
+
|
| 767 |
+
]
|
| 768 |
+
|
| 769 |
+
Well drilling technology is primarily the focus for drilling engineers. The two forms of well drilling are percussion and rotary drilling, rotary being the most common of the two. An important aspect of drilling is the
|
| 770 |
+
|
| 771 |
+
drill bit
|
| 772 |
+
|
| 773 |
+
, which creates a
|
| 774 |
+
|
| 775 |
+
borehole
|
| 776 |
+
|
| 777 |
+
of approximately three and a half to thirty inches in diameter. The three classes of drill bits,
|
| 778 |
+
|
| 779 |
+
roller cone
|
| 780 |
+
|
| 781 |
+
, fixed cutter, and hybrid, each use teeth to break up the rock.
|
| 782 |
+
|
| 783 |
+
[
|
| 784 |
+
|
| 785 |
+
28
|
| 786 |
+
|
| 787 |
+
]
|
| 788 |
+
|
| 789 |
+
To optimize drilling efficiency and cost, drilling engineers make use of drilling simulators that allow them to identify drilling conditions.
|
| 790 |
+
|
| 791 |
+
[
|
| 792 |
+
|
| 793 |
+
29
|
| 794 |
+
|
| 795 |
+
]
|
| 796 |
+
|
| 797 |
+
Drilling technologies including horizontal drilling and
|
| 798 |
+
|
| 799 |
+
directional drilling
|
| 800 |
+
|
| 801 |
+
have been developed to obtain hydrocarbons profitably from
|
| 802 |
+
|
| 803 |
+
impermeable
|
| 804 |
+
|
| 805 |
+
and
|
| 806 |
+
|
| 807 |
+
coal-bed methane
|
| 808 |
+
|
| 809 |
+
accumulations.
|
| 810 |
+
|
| 811 |
+
Professional associations
|
| 812 |
+
|
| 813 |
+
[
|
| 814 |
+
|
| 815 |
+
edit
|
| 816 |
+
|
| 817 |
+
]
|
| 818 |
+
|
| 819 |
+
Society of Petroleum Engineers
|
| 820 |
+
|
| 821 |
+
American Institute of Mining, Metallurgical and Petroleum Engineers
|
| 822 |
+
|
| 823 |
+
See also
|
| 824 |
+
|
| 825 |
+
[
|
| 826 |
+
|
| 827 |
+
edit
|
| 828 |
+
|
| 829 |
+
]
|
| 830 |
+
|
| 831 |
+
Engineering portal
|
| 832 |
+
|
| 833 |
+
Petroleum industry
|
| 834 |
+
|
| 835 |
+
Petroleum geology
|
| 836 |
+
|
| 837 |
+
Seismic to simulation
|
| 838 |
+
|
| 839 |
+
Society of Petroleum Engineers
|
| 840 |
+
|
| 841 |
+
SPE Certified Petroleum Professional
|
| 842 |
+
|
| 843 |
+
References
|
| 844 |
+
|
| 845 |
+
[
|
| 846 |
+
|
| 847 |
+
edit
|
| 848 |
+
|
| 849 |
+
]
|
| 850 |
+
|
| 851 |
+
^
|
| 852 |
+
|
| 853 |
+
a
|
| 854 |
+
|
| 855 |
+
b
|
| 856 |
+
|
| 857 |
+
"Petroleum Engineers: Occupational Outlook Handbook: U.S. Bureau of Labor Statistics"
|
| 858 |
+
|
| 859 |
+
.
|
| 860 |
+
|
| 861 |
+
www.bls.gov
|
| 862 |
+
|
| 863 |
+
. Retrieved
|
| 864 |
+
|
| 865 |
+
2018-02-06
|
| 866 |
+
|
| 867 |
+
.
|
| 868 |
+
|
| 869 |
+
^
|
| 870 |
+
|
| 871 |
+
"Petroleum Engineering"
|
| 872 |
+
|
| 873 |
+
.
|
| 874 |
+
|
| 875 |
+
Britannica
|
| 876 |
+
|
| 877 |
+
. Retrieved
|
| 878 |
+
|
| 879 |
+
3 February
|
| 880 |
+
|
| 881 |
+
2012
|
| 882 |
+
|
| 883 |
+
.
|
| 884 |
+
|
| 885 |
+
^
|
| 886 |
+
|
| 887 |
+
"Drilling Automation"
|
| 888 |
+
|
| 889 |
+
.
|
| 890 |
+
|
| 891 |
+
Journal of Petroleum Technology
|
| 892 |
+
|
| 893 |
+
. December 14, 2017.
|
| 894 |
+
|
| 895 |
+
^
|
| 896 |
+
|
| 897 |
+
"JPT Flow Sensor Technology Seeks to Replace the Coriolis Meter"
|
| 898 |
+
|
| 899 |
+
.
|
| 900 |
+
|
| 901 |
+
www.spe.org
|
| 902 |
+
|
| 903 |
+
. Retrieved
|
| 904 |
+
|
| 905 |
+
2017-12-14
|
| 906 |
+
|
| 907 |
+
.
|
| 908 |
+
|
| 909 |
+
^
|
| 910 |
+
|
| 911 |
+
"JPT Competing Companies Building Robots to Place Receivers"
|
| 912 |
+
|
| 913 |
+
.
|
| 914 |
+
|
| 915 |
+
www.spe.org
|
| 916 |
+
|
| 917 |
+
. Retrieved
|
| 918 |
+
|
| 919 |
+
2017-12-14
|
| 920 |
+
|
| 921 |
+
.
|
| 922 |
+
|
| 923 |
+
^
|
| 924 |
+
|
| 925 |
+
"JPT Robot Removes Operators From Extreme Environments"
|
| 926 |
+
|
| 927 |
+
.
|
| 928 |
+
|
| 929 |
+
www.spe.org
|
| 930 |
+
|
| 931 |
+
. Retrieved
|
| 932 |
+
|
| 933 |
+
2017-12-14
|
| 934 |
+
|
| 935 |
+
.
|
| 936 |
+
|
| 937 |
+
^
|
| 938 |
+
|
| 939 |
+
"SPE Member Resource Guide"
|
| 940 |
+
|
| 941 |
+
(PDF)
|
| 942 |
+
|
| 943 |
+
.
|
| 944 |
+
|
| 945 |
+
Society of Petroleum Engineers
|
| 946 |
+
|
| 947 |
+
. Retrieved
|
| 948 |
+
|
| 949 |
+
December 12,
|
| 950 |
+
|
| 951 |
+
2017
|
| 952 |
+
|
| 953 |
+
.
|
| 954 |
+
|
| 955 |
+
^
|
| 956 |
+
|
| 957 |
+
"Publications | The Society of Petroleum Engineers"
|
| 958 |
+
|
| 959 |
+
.
|
| 960 |
+
|
| 961 |
+
www.spe.org
|
| 962 |
+
|
| 963 |
+
. Retrieved
|
| 964 |
+
|
| 965 |
+
2017-12-14
|
| 966 |
+
|
| 967 |
+
.
|
| 968 |
+
|
| 969 |
+
^
|
| 970 |
+
|
| 971 |
+
a
|
| 972 |
+
|
| 973 |
+
b
|
| 974 |
+
|
| 975 |
+
"Professional Membership Benefits | Society of Petroleum Engineers"
|
| 976 |
+
|
| 977 |
+
.
|
| 978 |
+
|
| 979 |
+
www.spe.org
|
| 980 |
+
|
| 981 |
+
. Retrieved
|
| 982 |
+
|
| 983 |
+
2017-12-14
|
| 984 |
+
|
| 985 |
+
.
|
| 986 |
+
|
| 987 |
+
^
|
| 988 |
+
|
| 989 |
+
"Petroleum Engineers: Occupational Outlook Handbook: U.S. Bureau of Labor Statistics"
|
| 990 |
+
|
| 991 |
+
.
|
| 992 |
+
|
| 993 |
+
www.bls.gov
|
| 994 |
+
|
| 995 |
+
. Retrieved
|
| 996 |
+
|
| 997 |
+
2018-02-06
|
| 998 |
+
|
| 999 |
+
.
|
| 1000 |
+
|
| 1001 |
+
^
|
| 1002 |
+
|
| 1003 |
+
"Best Undergraduate Petroleum Engineering Programs (Doctorate)"
|
| 1004 |
+
|
| 1005 |
+
.
|
| 1006 |
+
|
| 1007 |
+
U.S. News & World Report
|
| 1008 |
+
|
| 1009 |
+
. February 6, 2018.
|
| 1010 |
+
|
| 1011 |
+
^
|
| 1012 |
+
|
| 1013 |
+
"PEICE – Practical Professional Career Training for the Oil & Gas Industry"
|
| 1014 |
+
|
| 1015 |
+
.
|
| 1016 |
+
|
| 1017 |
+
www.peice.com
|
| 1018 |
+
|
| 1019 |
+
. Retrieved
|
| 1020 |
+
|
| 1021 |
+
2017-12-14
|
| 1022 |
+
|
| 1023 |
+
.
|
| 1024 |
+
|
| 1025 |
+
^
|
| 1026 |
+
|
| 1027 |
+
"PetroSkills Oil and Gas Training | World's Petroleum Training"
|
| 1028 |
+
|
| 1029 |
+
.
|
| 1030 |
+
|
| 1031 |
+
www.petroskills.com
|
| 1032 |
+
|
| 1033 |
+
. Retrieved
|
| 1034 |
+
|
| 1035 |
+
2017-12-14
|
| 1036 |
+
|
| 1037 |
+
.
|
| 1038 |
+
|
| 1039 |
+
^
|
| 1040 |
+
|
| 1041 |
+
"Online Training, Online Courses, Web-based Learning Management System - Learning Management Express(LMX) - NexLearn"
|
| 1042 |
+
|
| 1043 |
+
.
|
| 1044 |
+
|
| 1045 |
+
www.oilandgastraining.com
|
| 1046 |
+
|
| 1047 |
+
. Archived from
|
| 1048 |
+
|
| 1049 |
+
the original
|
| 1050 |
+
|
| 1051 |
+
on 2017-12-15
|
| 1052 |
+
|
| 1053 |
+
. Retrieved
|
| 1054 |
+
|
| 1055 |
+
2017-12-14
|
| 1056 |
+
|
| 1057 |
+
.
|
| 1058 |
+
|
| 1059 |
+
^
|
| 1060 |
+
|
| 1061 |
+
"Energy Pipeline: Noble Energy's outdoor training facility brings industry to community's fingertips"
|
| 1062 |
+
|
| 1063 |
+
. Retrieved
|
| 1064 |
+
|
| 1065 |
+
2017-12-14
|
| 1066 |
+
|
| 1067 |
+
.
|
| 1068 |
+
|
| 1069 |
+
^
|
| 1070 |
+
|
| 1071 |
+
"Oil and Gas Training & Career Development | Schlumberger"
|
| 1072 |
+
|
| 1073 |
+
.
|
| 1074 |
+
|
| 1075 |
+
www.slb.com
|
| 1076 |
+
|
| 1077 |
+
. Archived from
|
| 1078 |
+
|
| 1079 |
+
the original
|
| 1080 |
+
|
| 1081 |
+
on 2017-12-18
|
| 1082 |
+
|
| 1083 |
+
. Retrieved
|
| 1084 |
+
|
| 1085 |
+
2017-12-14
|
| 1086 |
+
|
| 1087 |
+
.
|
| 1088 |
+
|
| 1089 |
+
^
|
| 1090 |
+
|
| 1091 |
+
a
|
| 1092 |
+
|
| 1093 |
+
b
|
| 1094 |
+
|
| 1095 |
+
"Petroleum Engineers : Occupational Outlook Handbook: : U.S. Bureau of Labor Statistics"
|
| 1096 |
+
|
| 1097 |
+
.
|
| 1098 |
+
|
| 1099 |
+
www.bls.gov
|
| 1100 |
+
|
| 1101 |
+
. Retrieved
|
| 1102 |
+
|
| 1103 |
+
2021-04-28
|
| 1104 |
+
|
| 1105 |
+
.
|
| 1106 |
+
|
| 1107 |
+
^
|
| 1108 |
+
|
| 1109 |
+
a
|
| 1110 |
+
|
| 1111 |
+
b
|
| 1112 |
+
|
| 1113 |
+
"Oil and Gas Pay | Salary Survey | Society of Petroleum Engineers"
|
| 1114 |
+
|
| 1115 |
+
.
|
| 1116 |
+
|
| 1117 |
+
www.spe.org
|
| 1118 |
+
|
| 1119 |
+
. Retrieved
|
| 1120 |
+
|
| 1121 |
+
2017-12-14
|
| 1122 |
+
|
| 1123 |
+
.
|
| 1124 |
+
|
| 1125 |
+
^
|
| 1126 |
+
|
| 1127 |
+
a
|
| 1128 |
+
|
| 1129 |
+
b
|
| 1130 |
+
|
| 1131 |
+
"2017 SPE Membership Salary Survey Highlight Report-November 2017"
|
| 1132 |
+
|
| 1133 |
+
(PDF)
|
| 1134 |
+
|
| 1135 |
+
.
|
| 1136 |
+
|
| 1137 |
+
Society of Petroleum Engineers
|
| 1138 |
+
|
| 1139 |
+
. January 3, 2018
|
| 1140 |
+
|
| 1141 |
+
. Retrieved
|
| 1142 |
+
|
| 1143 |
+
January 3,
|
| 1144 |
+
|
| 1145 |
+
2018
|
| 1146 |
+
|
| 1147 |
+
.
|
| 1148 |
+
|
| 1149 |
+
^
|
| 1150 |
+
|
| 1151 |
+
"Highlights of women's earnings in 2017 : BLS Reports: U.S. Bureau of Labor Statistics"
|
| 1152 |
+
|
| 1153 |
+
.
|
| 1154 |
+
|
| 1155 |
+
www.bls.gov
|
| 1156 |
+
|
| 1157 |
+
. Retrieved
|
| 1158 |
+
|
| 1159 |
+
2021-04-28
|
| 1160 |
+
|
| 1161 |
+
.
|
| 1162 |
+
|
| 1163 |
+
^
|
| 1164 |
+
|
| 1165 |
+
"Top 10 College Majors That Earn the Highest Salaries"
|
| 1166 |
+
|
| 1167 |
+
.
|
| 1168 |
+
|
| 1169 |
+
U.S. News & World Report
|
| 1170 |
+
|
| 1171 |
+
. February 6, 2018.
|
| 1172 |
+
|
| 1173 |
+
^
|
| 1174 |
+
|
| 1175 |
+
"NACE"
|
| 1176 |
+
|
| 1177 |
+
. Naceweb.org
|
| 1178 |
+
|
| 1179 |
+
. Retrieved
|
| 1180 |
+
|
| 1181 |
+
2011-12-18
|
| 1182 |
+
|
| 1183 |
+
.
|
| 1184 |
+
|
| 1185 |
+
^
|
| 1186 |
+
|
| 1187 |
+
"America's Best- And Worst-Paying Jobs"
|
| 1188 |
+
|
| 1189 |
+
.
|
| 1190 |
+
|
| 1191 |
+
Forbes
|
| 1192 |
+
|
| 1193 |
+
. 2007-06-04
|
| 1194 |
+
|
| 1195 |
+
. Retrieved
|
| 1196 |
+
|
| 1197 |
+
2011-12-18
|
| 1198 |
+
|
| 1199 |
+
.
|
| 1200 |
+
|
| 1201 |
+
^
|
| 1202 |
+
|
| 1203 |
+
a
|
| 1204 |
+
|
| 1205 |
+
b
|
| 1206 |
+
|
| 1207 |
+
Cunha, Luciane B.; Cunha, J. C. (2004-01-01).
|
| 1208 |
+
|
| 1209 |
+
Petroleum Engineering Education - Challenges and Changes for the Next 20 Years
|
| 1210 |
+
|
| 1211 |
+
. Society of Petroleum Engineers.
|
| 1212 |
+
|
| 1213 |
+
doi
|
| 1214 |
+
|
| 1215 |
+
:
|
| 1216 |
+
|
| 1217 |
+
10.2118/90556-MS
|
| 1218 |
+
|
| 1219 |
+
.
|
| 1220 |
+
|
| 1221 |
+
ISBN
|
| 1222 |
+
|
| 1223 |
+
9781555631512
|
| 1224 |
+
|
| 1225 |
+
.
|
| 1226 |
+
|
| 1227 |
+
^
|
| 1228 |
+
|
| 1229 |
+
Petroleum Engineering: Principles and Practice
|
| 1230 |
+
|
| 1231 |
+
. Springer Science & Business Media. 2012-12-06.
|
| 1232 |
+
|
| 1233 |
+
ISBN
|
| 1234 |
+
|
| 1235 |
+
9789401096010
|
| 1236 |
+
|
| 1237 |
+
.
|
| 1238 |
+
|
| 1239 |
+
^
|
| 1240 |
+
|
| 1241 |
+
Chambers, Richard L.; Yarus, Jeffrey M. (2006-11-01).
|
| 1242 |
+
|
| 1243 |
+
"Practical Geostatistics - An Armchair Overview for Petroleum Reservoir Engineers"
|
| 1244 |
+
|
| 1245 |
+
.
|
| 1246 |
+
|
| 1247 |
+
Journal of Petroleum Technology
|
| 1248 |
+
|
| 1249 |
+
.
|
| 1250 |
+
|
| 1251 |
+
58
|
| 1252 |
+
|
| 1253 |
+
(11):
|
| 1254 |
+
|
| 1255 |
+
78–
|
| 1256 |
+
|
| 1257 |
+
86.
|
| 1258 |
+
|
| 1259 |
+
doi
|
| 1260 |
+
|
| 1261 |
+
:
|
| 1262 |
+
|
| 1263 |
+
10.2118/103357-JPT
|
| 1264 |
+
|
| 1265 |
+
.
|
| 1266 |
+
|
| 1267 |
+
ISSN
|
| 1268 |
+
|
| 1269 |
+
0149-2136
|
| 1270 |
+
|
| 1271 |
+
.
|
| 1272 |
+
|
| 1273 |
+
^
|
| 1274 |
+
|
| 1275 |
+
a
|
| 1276 |
+
|
| 1277 |
+
b
|
| 1278 |
+
|
| 1279 |
+
Selley, Richard C.; Sonnenberg, Stephen A. (2014-11-08).
|
| 1280 |
+
|
| 1281 |
+
Elements of Petroleum Geology
|
| 1282 |
+
|
| 1283 |
+
. Academic Press.
|
| 1284 |
+
|
| 1285 |
+
ISBN
|
| 1286 |
+
|
| 1287 |
+
9780123860323
|
| 1288 |
+
|
| 1289 |
+
.
|
| 1290 |
+
|
| 1291 |
+
^
|
| 1292 |
+
|
| 1293 |
+
Ma, Tianshou; Chen, Ping; Zhao, Jian (2016-12-01).
|
| 1294 |
+
|
| 1295 |
+
"Overview on vertical and directional drilling technologies for the exploration and exploitation of deep petroleum resources"
|
| 1296 |
+
|
| 1297 |
+
.
|
| 1298 |
+
|
| 1299 |
+
Geomechanics and Geophysics for Geo-Energy and Geo-Resources
|
| 1300 |
+
|
| 1301 |
+
.
|
| 1302 |
+
|
| 1303 |
+
2
|
| 1304 |
+
|
| 1305 |
+
(4):
|
| 1306 |
+
|
| 1307 |
+
365–
|
| 1308 |
+
|
| 1309 |
+
395.
|
| 1310 |
+
|
| 1311 |
+
Bibcode
|
| 1312 |
+
|
| 1313 |
+
:
|
| 1314 |
+
|
| 1315 |
+
2016GGGG....2..365M
|
| 1316 |
+
|
| 1317 |
+
.
|
| 1318 |
+
|
| 1319 |
+
doi
|
| 1320 |
+
|
| 1321 |
+
:
|
| 1322 |
+
|
| 1323 |
+
10.1007/s40948-016-0038-y
|
| 1324 |
+
|
| 1325 |
+
.
|
| 1326 |
+
|
| 1327 |
+
ISSN
|
| 1328 |
+
|
| 1329 |
+
2363-8427
|
| 1330 |
+
|
| 1331 |
+
.
|
| 1332 |
+
|
| 1333 |
+
^
|
| 1334 |
+
|
| 1335 |
+
Boonyapaluk, P.; Hareland, G.; Rampersad, P. R. (1994-01-01).
|
| 1336 |
+
|
| 1337 |
+
Drilling Optimization Using Drilling Data and Available Technology
|
| 1338 |
+
|
| 1339 |
+
. Society of Petroleum Engineers.
|
| 1340 |
+
|
| 1341 |
+
doi
|
| 1342 |
+
|
| 1343 |
+
:
|
| 1344 |
+
|
| 1345 |
+
10.2118/27034-MS
|
| 1346 |
+
|
| 1347 |
+
.
|
| 1348 |
+
|
| 1349 |
+
ISBN
|
| 1350 |
+
|
| 1351 |
+
9781555634704
|
| 1352 |
+
|
| 1353 |
+
.
|
| 1354 |
+
|
| 1355 |
+
Bibliography
|
| 1356 |
+
|
| 1357 |
+
[
|
| 1358 |
+
|
| 1359 |
+
edit
|
| 1360 |
+
|
| 1361 |
+
]
|
| 1362 |
+
|
| 1363 |
+
Bradley, Howard B. (1987).
|
| 1364 |
+
|
| 1365 |
+
Petroleum Engineering Handbook
|
| 1366 |
+
|
| 1367 |
+
.
|
| 1368 |
+
|
| 1369 |
+
Richardson, Texas
|
| 1370 |
+
|
| 1371 |
+
:
|
| 1372 |
+
|
| 1373 |
+
Society of Petroleum Engineers
|
| 1374 |
+
|
| 1375 |
+
.
|
| 1376 |
+
|
| 1377 |
+
ISBN
|
| 1378 |
+
|
| 1379 |
+
1-55563-010-3
|
| 1380 |
+
|
| 1381 |
+
.
|
| 1382 |
+
|
| 1383 |
+
External links
|
| 1384 |
+
|
| 1385 |
+
[
|
| 1386 |
+
|
| 1387 |
+
edit
|
| 1388 |
+
|
| 1389 |
+
]
|
| 1390 |
+
|
| 1391 |
+
Wikiquote has quotations related to
|
| 1392 |
+
|
| 1393 |
+
Petroleum engineering
|
| 1394 |
+
|
| 1395 |
+
.
|
| 1396 |
+
|
| 1397 |
+
Wikiversity has learning resources about
|
| 1398 |
+
|
| 1399 |
+
Petroleum engineering
|
| 1400 |
+
|
| 1401 |
+
The Society of Petroleum Engineers
|
| 1402 |
+
|
| 1403 |
+
Schlumberger Oilfield Glossary: An Online Glossary of Oilfield Terms
|
| 1404 |
+
|
| 1405 |
+
Society of Petroleum Evaluation Engineers
|
| 1406 |
+
|
| 1407 |
+
Petroleum Engineering Schools
|
| 1408 |
+
|
| 1409 |
+
What is Forensic Petroleum Engineering?
|
| 1410 |
+
|
| 1411 |
+
Petroleum Engineering - Best Petroleum Engineering Schools & Colleges, Jobs in USA
|
| 1412 |
+
|
| 1413 |
+
About Petroleum Engineering
|
| 1414 |
+
|
| 1415 |
+
Career Opportunities in Petroleum Engineering
|
| 1416 |
+
|
| 1417 |
+
oil and gas online certification courses
|
| 1418 |
+
|
| 1419 |
+
Archived
|
| 1420 |
+
|
| 1421 |
+
2022-06-26 at the
|
| 1422 |
+
|
| 1423 |
+
Wayback Machine
|
| 1424 |
+
|
| 1425 |
+
v
|
| 1426 |
+
|
| 1427 |
+
t
|
| 1428 |
+
|
| 1429 |
+
e
|
| 1430 |
+
|
| 1431 |
+
Engineering
|
| 1432 |
+
|
| 1433 |
+
History
|
| 1434 |
+
|
| 1435 |
+
Outline
|
| 1436 |
+
|
| 1437 |
+
List of engineering branches
|
| 1438 |
+
|
| 1439 |
+
Specialties
|
| 1440 |
+
|
| 1441 |
+
and
|
| 1442 |
+
|
| 1443 |
+
interdisciplinarity
|
| 1444 |
+
|
| 1445 |
+
Civil
|
| 1446 |
+
|
| 1447 |
+
Architectural
|
| 1448 |
+
|
| 1449 |
+
Coastal
|
| 1450 |
+
|
| 1451 |
+
Construction
|
| 1452 |
+
|
| 1453 |
+
Earthquake
|
| 1454 |
+
|
| 1455 |
+
Ecological
|
| 1456 |
+
|
| 1457 |
+
Environmental
|
| 1458 |
+
|
| 1459 |
+
Sanitary
|
| 1460 |
+
|
| 1461 |
+
Geological
|
| 1462 |
+
|
| 1463 |
+
Geotechnical
|
| 1464 |
+
|
| 1465 |
+
Hydraulic
|
| 1466 |
+
|
| 1467 |
+
Mining
|
| 1468 |
+
|
| 1469 |
+
Municipal/urban
|
| 1470 |
+
|
| 1471 |
+
Offshore
|
| 1472 |
+
|
| 1473 |
+
River
|
| 1474 |
+
|
| 1475 |
+
Structural
|
| 1476 |
+
|
| 1477 |
+
Transportation
|
| 1478 |
+
|
| 1479 |
+
Traffic
|
| 1480 |
+
|
| 1481 |
+
Railway
|
| 1482 |
+
|
| 1483 |
+
Mechanical
|
| 1484 |
+
|
| 1485 |
+
Acoustic
|
| 1486 |
+
|
| 1487 |
+
Aerospace
|
| 1488 |
+
|
| 1489 |
+
Automotive
|
| 1490 |
+
|
| 1491 |
+
Biomechanical
|
| 1492 |
+
|
| 1493 |
+
Energy
|
| 1494 |
+
|
| 1495 |
+
Manufacturing
|
| 1496 |
+
|
| 1497 |
+
Marine
|
| 1498 |
+
|
| 1499 |
+
Naval architecture
|
| 1500 |
+
|
| 1501 |
+
Railway
|
| 1502 |
+
|
| 1503 |
+
Sports
|
| 1504 |
+
|
| 1505 |
+
Thermal
|
| 1506 |
+
|
| 1507 |
+
Tribology
|
| 1508 |
+
|
| 1509 |
+
Electrical
|
| 1510 |
+
|
| 1511 |
+
Broadcast
|
| 1512 |
+
|
| 1513 |
+
outline
|
| 1514 |
+
|
| 1515 |
+
Control
|
| 1516 |
+
|
| 1517 |
+
Electromechanics
|
| 1518 |
+
|
| 1519 |
+
Electronics
|
| 1520 |
+
|
| 1521 |
+
Microwaves
|
| 1522 |
+
|
| 1523 |
+
Optical
|
| 1524 |
+
|
| 1525 |
+
Power
|
| 1526 |
+
|
| 1527 |
+
Radio-frequency
|
| 1528 |
+
|
| 1529 |
+
Signal processing
|
| 1530 |
+
|
| 1531 |
+
Telecommunications
|
| 1532 |
+
|
| 1533 |
+
Chemical
|
| 1534 |
+
|
| 1535 |
+
Biochemical/bioprocess
|
| 1536 |
+
|
| 1537 |
+
Biological
|
| 1538 |
+
|
| 1539 |
+
Bioresource
|
| 1540 |
+
|
| 1541 |
+
Genetic
|
| 1542 |
+
|
| 1543 |
+
Tissue
|
| 1544 |
+
|
| 1545 |
+
Chemical reaction
|
| 1546 |
+
|
| 1547 |
+
Electrochemical
|
| 1548 |
+
|
| 1549 |
+
Food
|
| 1550 |
+
|
| 1551 |
+
Molecular
|
| 1552 |
+
|
| 1553 |
+
Paper
|
| 1554 |
+
|
| 1555 |
+
Petroleum
|
| 1556 |
+
|
| 1557 |
+
Process
|
| 1558 |
+
|
| 1559 |
+
Reaction
|
| 1560 |
+
|
| 1561 |
+
Materials
|
| 1562 |
+
|
| 1563 |
+
Biomaterial
|
| 1564 |
+
|
| 1565 |
+
Ceramics
|
| 1566 |
+
|
| 1567 |
+
Corrosion
|
| 1568 |
+
|
| 1569 |
+
Metallurgy
|
| 1570 |
+
|
| 1571 |
+
Molecular
|
| 1572 |
+
|
| 1573 |
+
Nanotechnology
|
| 1574 |
+
|
| 1575 |
+
Polymers
|
| 1576 |
+
|
| 1577 |
+
Semiconductors
|
| 1578 |
+
|
| 1579 |
+
Surfaces
|
| 1580 |
+
|
| 1581 |
+
Computer
|
| 1582 |
+
|
| 1583 |
+
AI
|
| 1584 |
+
|
| 1585 |
+
Computer
|
| 1586 |
+
|
| 1587 |
+
Cybersecurity
|
| 1588 |
+
|
| 1589 |
+
Data
|
| 1590 |
+
|
| 1591 |
+
Networks
|
| 1592 |
+
|
| 1593 |
+
Robotics
|
| 1594 |
+
|
| 1595 |
+
Software
|
| 1596 |
+
|
| 1597 |
+
Engineering education
|
| 1598 |
+
|
| 1599 |
+
Bachelor of Engineering
|
| 1600 |
+
|
| 1601 |
+
Bachelor of Science
|
| 1602 |
+
|
| 1603 |
+
Master's degree
|
| 1604 |
+
|
| 1605 |
+
Doctorate
|
| 1606 |
+
|
| 1607 |
+
Graduate certificate
|
| 1608 |
+
|
| 1609 |
+
Engineer's degree
|
| 1610 |
+
|
| 1611 |
+
Licensed engineer
|
| 1612 |
+
|
| 1613 |
+
Related topics
|
| 1614 |
+
|
| 1615 |
+
Engineer
|
| 1616 |
+
|
| 1617 |
+
Reverse Engineering
|
| 1618 |
+
|
| 1619 |
+
Glossaries
|
| 1620 |
+
|
| 1621 |
+
Engineering
|
| 1622 |
+
|
| 1623 |
+
A–L
|
| 1624 |
+
|
| 1625 |
+
M–Z
|
| 1626 |
+
|
| 1627 |
+
Aerospace engineering
|
| 1628 |
+
|
| 1629 |
+
Civil engineering
|
| 1630 |
+
|
| 1631 |
+
Electrical and electronics engineering
|
| 1632 |
+
|
| 1633 |
+
Mechanical engineering
|
| 1634 |
+
|
| 1635 |
+
Structural engineering
|
| 1636 |
+
|
| 1637 |
+
Other
|
| 1638 |
+
|
| 1639 |
+
Agricultural
|
| 1640 |
+
|
| 1641 |
+
Audio
|
| 1642 |
+
|
| 1643 |
+
Automation
|
| 1644 |
+
|
| 1645 |
+
Biomedical
|
| 1646 |
+
|
| 1647 |
+
Bioinformatics
|
| 1648 |
+
|
| 1649 |
+
Clinical
|
| 1650 |
+
|
| 1651 |
+
Health technology
|
| 1652 |
+
|
| 1653 |
+
Pharmaceutical
|
| 1654 |
+
|
| 1655 |
+
Rehabilitation
|
| 1656 |
+
|
| 1657 |
+
Building services
|
| 1658 |
+
|
| 1659 |
+
MEP
|
| 1660 |
+
|
| 1661 |
+
Design
|
| 1662 |
+
|
| 1663 |
+
Explosives
|
| 1664 |
+
|
| 1665 |
+
Facilities
|
| 1666 |
+
|
| 1667 |
+
Fire
|
| 1668 |
+
|
| 1669 |
+
Forensic
|
| 1670 |
+
|
| 1671 |
+
Climate
|
| 1672 |
+
|
| 1673 |
+
Geomatics
|
| 1674 |
+
|
| 1675 |
+
Graphics
|
| 1676 |
+
|
| 1677 |
+
Industrial
|
| 1678 |
+
|
| 1679 |
+
Information
|
| 1680 |
+
|
| 1681 |
+
Instrumentation
|
| 1682 |
+
|
| 1683 |
+
Instrumentation and control
|
| 1684 |
+
|
| 1685 |
+
Logistics
|
| 1686 |
+
|
| 1687 |
+
Management
|
| 1688 |
+
|
| 1689 |
+
Mathematics
|
| 1690 |
+
|
| 1691 |
+
Mechatronics
|
| 1692 |
+
|
| 1693 |
+
Military
|
| 1694 |
+
|
| 1695 |
+
Nuclear
|
| 1696 |
+
|
| 1697 |
+
Ontology
|
| 1698 |
+
|
| 1699 |
+
Packaging
|
| 1700 |
+
|
| 1701 |
+
Physics
|
| 1702 |
+
|
| 1703 |
+
Privacy
|
| 1704 |
+
|
| 1705 |
+
Safety
|
| 1706 |
+
|
| 1707 |
+
Security
|
| 1708 |
+
|
| 1709 |
+
Survey
|
| 1710 |
+
|
| 1711 |
+
Sustainability
|
| 1712 |
+
|
| 1713 |
+
Systems
|
| 1714 |
+
|
| 1715 |
+
Textile
|
| 1716 |
+
|
| 1717 |
+
Category
|
| 1718 |
+
|
| 1719 |
+
Commons
|
| 1720 |
+
|
| 1721 |
+
Wikiproject
|
| 1722 |
+
|
| 1723 |
+
Portal
|
| 1724 |
+
|
| 1725 |
+
v
|
| 1726 |
+
|
| 1727 |
+
t
|
| 1728 |
+
|
| 1729 |
+
e
|
| 1730 |
+
|
| 1731 |
+
Petroleum industry
|
| 1732 |
+
|
| 1733 |
+
Petroleum
|
| 1734 |
+
|
| 1735 |
+
Primary energy
|
| 1736 |
+
|
| 1737 |
+
Benchmarks
|
| 1738 |
+
|
| 1739 |
+
Argus Sour
|
| 1740 |
+
|
| 1741 |
+
Bonny Light
|
| 1742 |
+
|
| 1743 |
+
Brent
|
| 1744 |
+
|
| 1745 |
+
Dubai
|
| 1746 |
+
|
| 1747 |
+
Indian Basket
|
| 1748 |
+
|
| 1749 |
+
Indonesian
|
| 1750 |
+
|
| 1751 |
+
Isthmus-34 Light
|
| 1752 |
+
|
| 1753 |
+
Japan Cocktail
|
| 1754 |
+
|
| 1755 |
+
OPEC Reference Basket
|
| 1756 |
+
|
| 1757 |
+
Tapis
|
| 1758 |
+
|
| 1759 |
+
Urals
|
| 1760 |
+
|
| 1761 |
+
West Texas Intermediate
|
| 1762 |
+
|
| 1763 |
+
Western Canadian Select
|
| 1764 |
+
|
| 1765 |
+
Data
|
| 1766 |
+
|
| 1767 |
+
Natural gas
|
| 1768 |
+
|
| 1769 |
+
Consumption
|
| 1770 |
+
|
| 1771 |
+
Production
|
| 1772 |
+
|
| 1773 |
+
Reserves
|
| 1774 |
+
|
| 1775 |
+
Imports
|
| 1776 |
+
|
| 1777 |
+
Exports
|
| 1778 |
+
|
| 1779 |
+
Price
|
| 1780 |
+
|
| 1781 |
+
Petroleum
|
| 1782 |
+
|
| 1783 |
+
Consumption
|
| 1784 |
+
|
| 1785 |
+
Production
|
| 1786 |
+
|
| 1787 |
+
Reserves
|
| 1788 |
+
|
| 1789 |
+
Imports
|
| 1790 |
+
|
| 1791 |
+
Exports
|
| 1792 |
+
|
| 1793 |
+
Posted oil price
|
| 1794 |
+
|
| 1795 |
+
Price
|
| 1796 |
+
|
| 1797 |
+
of gasoline and diesel
|
| 1798 |
+
|
| 1799 |
+
Exploration
|
| 1800 |
+
|
| 1801 |
+
Core sampling
|
| 1802 |
+
|
| 1803 |
+
Geophysics
|
| 1804 |
+
|
| 1805 |
+
Integrated asset modelling
|
| 1806 |
+
|
| 1807 |
+
Petroleum engineering
|
| 1808 |
+
|
| 1809 |
+
Reservoir simulation
|
| 1810 |
+
|
| 1811 |
+
Reservoir modeling
|
| 1812 |
+
|
| 1813 |
+
Petroleum geology
|
| 1814 |
+
|
| 1815 |
+
Petrophysics
|
| 1816 |
+
|
| 1817 |
+
Reflection seismology
|
| 1818 |
+
|
| 1819 |
+
Seismic inversion
|
| 1820 |
+
|
| 1821 |
+
Seismic source
|
| 1822 |
+
|
| 1823 |
+
Drilling
|
| 1824 |
+
|
| 1825 |
+
Blowout
|
| 1826 |
+
|
| 1827 |
+
Completion
|
| 1828 |
+
|
| 1829 |
+
Squeeze job
|
| 1830 |
+
|
| 1831 |
+
Differential sticking
|
| 1832 |
+
|
| 1833 |
+
Directional drilling
|
| 1834 |
+
|
| 1835 |
+
Geosteering
|
| 1836 |
+
|
| 1837 |
+
Drill stem test
|
| 1838 |
+
|
| 1839 |
+
Drilling engineering
|
| 1840 |
+
|
| 1841 |
+
Drilling fluid
|
| 1842 |
+
|
| 1843 |
+
invasion
|
| 1844 |
+
|
| 1845 |
+
Lost circulation
|
| 1846 |
+
|
| 1847 |
+
Measurement
|
| 1848 |
+
|
| 1849 |
+
Shale oil extraction
|
| 1850 |
+
|
| 1851 |
+
Ljungström method
|
| 1852 |
+
|
| 1853 |
+
Tracers
|
| 1854 |
+
|
| 1855 |
+
Underbalanced drilling
|
| 1856 |
+
|
| 1857 |
+
Well logging
|
| 1858 |
+
|
| 1859 |
+
Production
|
| 1860 |
+
|
| 1861 |
+
Petroleum fiscal regime
|
| 1862 |
+
|
| 1863 |
+
Concessions
|
| 1864 |
+
|
| 1865 |
+
Production sharing agreements
|
| 1866 |
+
|
| 1867 |
+
Artificial lift
|
| 1868 |
+
|
| 1869 |
+
Gas lift
|
| 1870 |
+
|
| 1871 |
+
Pumpjack
|
| 1872 |
+
|
| 1873 |
+
Submersible pump (ESP)
|
| 1874 |
+
|
| 1875 |
+
Downstream
|
| 1876 |
+
|
| 1877 |
+
Enhanced oil recovery (EOR)
|
| 1878 |
+
|
| 1879 |
+
Gas reinjection
|
| 1880 |
+
|
| 1881 |
+
Steam injection
|
| 1882 |
+
|
| 1883 |
+
Midstream
|
| 1884 |
+
|
| 1885 |
+
Petroleum product
|
| 1886 |
+
|
| 1887 |
+
Pipeline
|
| 1888 |
+
|
| 1889 |
+
Refining
|
| 1890 |
+
|
| 1891 |
+
Upstream
|
| 1892 |
+
|
| 1893 |
+
Water injection
|
| 1894 |
+
|
| 1895 |
+
Well intervention
|
| 1896 |
+
|
| 1897 |
+
XT
|
| 1898 |
+
|
| 1899 |
+
History
|
| 1900 |
+
|
| 1901 |
+
1967 Oil Embargo
|
| 1902 |
+
|
| 1903 |
+
1973 oil crisis
|
| 1904 |
+
|
| 1905 |
+
1979 oil crisis
|
| 1906 |
+
|
| 1907 |
+
1980s oil glut
|
| 1908 |
+
|
| 1909 |
+
1990 oil price shock
|
| 1910 |
+
|
| 1911 |
+
2000s energy crisis
|
| 1912 |
+
|
| 1913 |
+
2010s oil glut
|
| 1914 |
+
|
| 1915 |
+
2020 Russia–Saudi Arabia oil price war
|
| 1916 |
+
|
| 1917 |
+
Nationalization
|
| 1918 |
+
|
| 1919 |
+
GECF
|
| 1920 |
+
|
| 1921 |
+
OPEC
|
| 1922 |
+
|
| 1923 |
+
Seven Sisters
|
| 1924 |
+
|
| 1925 |
+
Standard Oil
|
| 1926 |
+
|
| 1927 |
+
Canada
|
| 1928 |
+
|
| 1929 |
+
France
|
| 1930 |
+
|
| 1931 |
+
India
|
| 1932 |
+
|
| 1933 |
+
Iraq
|
| 1934 |
+
|
| 1935 |
+
Norway
|
| 1936 |
+
|
| 1937 |
+
Saudi Arabia
|
| 1938 |
+
|
| 1939 |
+
United States
|
| 1940 |
+
|
| 1941 |
+
Venezuela
|
| 1942 |
+
|
| 1943 |
+
Provinces
|
| 1944 |
+
|
| 1945 |
+
and fields
|
| 1946 |
+
|
| 1947 |
+
List of natural gas fields
|
| 1948 |
+
|
| 1949 |
+
List of oil fields
|
| 1950 |
+
|
| 1951 |
+
Caspian Sea
|
| 1952 |
+
|
| 1953 |
+
Daqing Oil Field
|
| 1954 |
+
|
| 1955 |
+
East Midlands Oil Province
|
| 1956 |
+
|
| 1957 |
+
East Texas
|
| 1958 |
+
|
| 1959 |
+
Gulf of Mexico
|
| 1960 |
+
|
| 1961 |
+
Niger Delta
|
| 1962 |
+
|
| 1963 |
+
North Sea
|
| 1964 |
+
|
| 1965 |
+
Permian Basin
|
| 1966 |
+
|
| 1967 |
+
Persian Gulf
|
| 1968 |
+
|
| 1969 |
+
Prudhoe Bay
|
| 1970 |
+
|
| 1971 |
+
Russia
|
| 1972 |
+
|
| 1973 |
+
Venezuela
|
| 1974 |
+
|
| 1975 |
+
Shengli Oil Field
|
| 1976 |
+
|
| 1977 |
+
Western Canada Sedimentary Basin
|
| 1978 |
+
|
| 1979 |
+
Other topics
|
| 1980 |
+
|
| 1981 |
+
Abbreviations
|
| 1982 |
+
|
| 1983 |
+
Classification
|
| 1984 |
+
|
| 1985 |
+
sweet oil
|
| 1986 |
+
|
| 1987 |
+
sour oil
|
| 1988 |
+
|
| 1989 |
+
Oil shale gas
|
| 1990 |
+
|
| 1991 |
+
Orphan wells
|
| 1992 |
+
|
| 1993 |
+
Peak oil
|
| 1994 |
+
|
| 1995 |
+
fossil fuel phase-out
|
| 1996 |
+
|
| 1997 |
+
timing
|
| 1998 |
+
|
| 1999 |
+
Petrocurrency
|
| 2000 |
+
|
| 2001 |
+
Petrodollar recycling
|
| 2002 |
+
|
| 2003 |
+
Petrofiction
|
| 2004 |
+
|
| 2005 |
+
Shale band
|
| 2006 |
+
|
| 2007 |
+
Shale gas
|
| 2008 |
+
|
| 2009 |
+
Swing producer
|
| 2010 |
+
|
| 2011 |
+
Unconventional (oil and gas) reservoir
|
| 2012 |
+
|
| 2013 |
+
light crude
|
| 2014 |
+
|
| 2015 |
+
heavy crude
|
| 2016 |
+
|
| 2017 |
+
oil sands
|
| 2018 |
+
|
| 2019 |
+
oil shale
|
| 2020 |
+
|
| 2021 |
+
tight oil
|
| 2022 |
+
|
| 2023 |
+
Companies and
|
| 2024 |
+
|
| 2025 |
+
organisations
|
| 2026 |
+
|
| 2027 |
+
Major
|
| 2028 |
+
|
| 2029 |
+
petroleum
|
| 2030 |
+
|
| 2031 |
+
companies
|
| 2032 |
+
|
| 2033 |
+
Supermajors
|
| 2034 |
+
|
| 2035 |
+
BP
|
| 2036 |
+
|
| 2037 |
+
Chevron
|
| 2038 |
+
|
| 2039 |
+
Eni
|
| 2040 |
+
|
| 2041 |
+
ExxonMobil
|
| 2042 |
+
|
| 2043 |
+
Shell
|
| 2044 |
+
|
| 2045 |
+
TotalEnergies
|
| 2046 |
+
|
| 2047 |
+
National oil
|
| 2048 |
+
|
| 2049 |
+
companies
|
| 2050 |
+
|
| 2051 |
+
Abu Dhabi National Oil Company
|
| 2052 |
+
|
| 2053 |
+
ANCAP
|
| 2054 |
+
|
| 2055 |
+
Bharat Petroleum
|
| 2056 |
+
|
| 2057 |
+
China National Offshore Oil Corporation
|
| 2058 |
+
|
| 2059 |
+
China National Petroleum Corporation
|
| 2060 |
+
|
| 2061 |
+
Ecopetrol
|
| 2062 |
+
|
| 2063 |
+
Equinor
|
| 2064 |
+
|
| 2065 |
+
Gazprom
|
| 2066 |
+
|
| 2067 |
+
Hindustan Petroleum
|
| 2068 |
+
|
| 2069 |
+
Indian Oil Corporation
|
| 2070 |
+
|
| 2071 |
+
Iraq National Oil Company
|
| 2072 |
+
|
| 2073 |
+
KazMunayGas
|
| 2074 |
+
|
| 2075 |
+
Kuwait Petroleum Corporation
|
| 2076 |
+
|
| 2077 |
+
Lotos
|
| 2078 |
+
|
| 2079 |
+
Naftogaz
|
| 2080 |
+
|
| 2081 |
+
National Iranian Oil Company
|
| 2082 |
+
|
| 2083 |
+
National Iranian South Oil Company
|
| 2084 |
+
|
| 2085 |
+
NNPC Limited
|
| 2086 |
+
|
| 2087 |
+
Oil & Gas Development Company
|
| 2088 |
+
|
| 2089 |
+
Oil and Natural Gas Corporation
|
| 2090 |
+
|
| 2091 |
+
Orlen
|
| 2092 |
+
|
| 2093 |
+
PDVSA
|
| 2094 |
+
|
| 2095 |
+
Pemex
|
| 2096 |
+
|
| 2097 |
+
Pertamina
|
| 2098 |
+
|
| 2099 |
+
Petrobangla
|
| 2100 |
+
|
| 2101 |
+
Petrobras
|
| 2102 |
+
|
| 2103 |
+
PetroChina
|
| 2104 |
+
|
| 2105 |
+
Petronas
|
| 2106 |
+
|
| 2107 |
+
Petrovietnam
|
| 2108 |
+
|
| 2109 |
+
PTT Public Company Limited
|
| 2110 |
+
|
| 2111 |
+
QatarEnergy
|
| 2112 |
+
|
| 2113 |
+
Rosneft
|
| 2114 |
+
|
| 2115 |
+
Saudi Aramco
|
| 2116 |
+
|
| 2117 |
+
Sinopec
|
| 2118 |
+
|
| 2119 |
+
SOCAR
|
| 2120 |
+
|
| 2121 |
+
Sonangol
|
| 2122 |
+
|
| 2123 |
+
Sonatrach
|
| 2124 |
+
|
| 2125 |
+
TPAO
|
| 2126 |
+
|
| 2127 |
+
YPF
|
| 2128 |
+
|
| 2129 |
+
Energy trading
|
| 2130 |
+
|
| 2131 |
+
Enron
|
| 2132 |
+
|
| 2133 |
+
Glencore
|
| 2134 |
+
|
| 2135 |
+
Gunvor
|
| 2136 |
+
|
| 2137 |
+
Mercuria
|
| 2138 |
+
|
| 2139 |
+
Naftiran Intertrade
|
| 2140 |
+
|
| 2141 |
+
Trafigura
|
| 2142 |
+
|
| 2143 |
+
Vitol
|
| 2144 |
+
|
| 2145 |
+
Others
|
| 2146 |
+
|
| 2147 |
+
APA Corporation
|
| 2148 |
+
|
| 2149 |
+
Cenovus Energy
|
| 2150 |
+
|
| 2151 |
+
Cepsa
|
| 2152 |
+
|
| 2153 |
+
ConocoPhillips
|
| 2154 |
+
|
| 2155 |
+
Devon Energy
|
| 2156 |
+
|
| 2157 |
+
Eneos Holdings
|
| 2158 |
+
|
| 2159 |
+
Galp Energia
|
| 2160 |
+
|
| 2161 |
+
Hess Corporation
|
| 2162 |
+
|
| 2163 |
+
Husky Energy
|
| 2164 |
+
|
| 2165 |
+
Imperial Oil
|
| 2166 |
+
|
| 2167 |
+
Lukoil
|
| 2168 |
+
|
| 2169 |
+
Marathon Oil
|
| 2170 |
+
|
| 2171 |
+
Marathon Petroleum
|
| 2172 |
+
|
| 2173 |
+
Occidental Petroleum
|
| 2174 |
+
|
| 2175 |
+
OMV
|
| 2176 |
+
|
| 2177 |
+
Phillips 66
|
| 2178 |
+
|
| 2179 |
+
Port Harcourt Refining Company
|
| 2180 |
+
|
| 2181 |
+
Reliance Industries
|
| 2182 |
+
|
| 2183 |
+
Repsol
|
| 2184 |
+
|
| 2185 |
+
Suncor Energy
|
| 2186 |
+
|
| 2187 |
+
Sunoco
|
| 2188 |
+
|
| 2189 |
+
Surgutneftegas
|
| 2190 |
+
|
| 2191 |
+
TechnipFMC
|
| 2192 |
+
|
| 2193 |
+
TNK-BP
|
| 2194 |
+
|
| 2195 |
+
Tullow Oil
|
| 2196 |
+
|
| 2197 |
+
Tüpraş
|
| 2198 |
+
|
| 2199 |
+
Valero Energy
|
| 2200 |
+
|
| 2201 |
+
Major
|
| 2202 |
+
|
| 2203 |
+
services
|
| 2204 |
+
|
| 2205 |
+
companies
|
| 2206 |
+
|
| 2207 |
+
Amec Foster Wheeler
|
| 2208 |
+
|
| 2209 |
+
Baker Hughes
|
| 2210 |
+
|
| 2211 |
+
Cameron International
|
| 2212 |
+
|
| 2213 |
+
CGG
|
| 2214 |
+
|
| 2215 |
+
CH2M
|
| 2216 |
+
|
| 2217 |
+
Chicago Bridge & Iron Company
|
| 2218 |
+
|
| 2219 |
+
China Oilfield Services
|
| 2220 |
+
|
| 2221 |
+
Enbridge
|
| 2222 |
+
|
| 2223 |
+
GE Power
|
| 2224 |
+
|
| 2225 |
+
Halliburton
|
| 2226 |
+
|
| 2227 |
+
Nabors Industries
|
| 2228 |
+
|
| 2229 |
+
Naftiran Intertrade
|
| 2230 |
+
|
| 2231 |
+
NOV Inc.
|
| 2232 |
+
|
| 2233 |
+
Petrofac
|
| 2234 |
+
|
| 2235 |
+
Saipem
|
| 2236 |
+
|
| 2237 |
+
Schlumberger
|
| 2238 |
+
|
| 2239 |
+
Snam
|
| 2240 |
+
|
| 2241 |
+
Subsea 7
|
| 2242 |
+
|
| 2243 |
+
TC Energy
|
| 2244 |
+
|
| 2245 |
+
Transocean
|
| 2246 |
+
|
| 2247 |
+
Valaris Limited
|
| 2248 |
+
|
| 2249 |
+
Weatherford International
|
| 2250 |
+
|
| 2251 |
+
John Wood Group
|
| 2252 |
+
|
| 2253 |
+
Others
|
| 2254 |
+
|
| 2255 |
+
American Petroleum Institute
|
| 2256 |
+
|
| 2257 |
+
Canadian petroleum companies
|
| 2258 |
+
|
| 2259 |
+
Intercontinental Exchange Futures
|
| 2260 |
+
|
| 2261 |
+
International Association of Oil & Gas Producers
|
| 2262 |
+
|
| 2263 |
+
International Energy Agency
|
| 2264 |
+
|
| 2265 |
+
Society of Petroleum Engineers
|
| 2266 |
+
|
| 2267 |
+
World Petroleum Council
|
| 2268 |
+
|
| 2269 |
+
Category
|
| 2270 |
+
|
| 2271 |
+
Authority control databases
|
| 2272 |
+
|
| 2273 |
+
National
|
| 2274 |
+
|
| 2275 |
+
United States
|
| 2276 |
+
|
| 2277 |
+
France
|
| 2278 |
+
|
| 2279 |
+
BnF data
|
| 2280 |
+
|
| 2281 |
+
Spain
|
| 2282 |
+
|
| 2283 |
+
Israel
|
| 2284 |
+
|
| 2285 |
+
Other
|
| 2286 |
+
|
| 2287 |
+
NARA
|
| 2288 |
+
|
| 2289 |
+
Yale LUX
|
| 2290 |
+
|
| 2291 |
+
Retrieved from "
|
| 2292 |
+
|
| 2293 |
+
https://en.wikipedia.org/w/index.php?title=Petroleum_engineering&oldid=1336387109
|
| 2294 |
+
|
| 2295 |
+
"
|
knowledge_base/raw_text/wiki_Rate_of_penetration.txt
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Source: https://en.wikipedia.org/wiki/Rate_of_penetration
|
| 2 |
+
|
| 3 |
+
In the
|
| 4 |
+
drilling industry
|
| 5 |
+
, the
|
| 6 |
+
rate of penetration
|
| 7 |
+
(
|
| 8 |
+
ROP
|
| 9 |
+
),
|
| 10 |
+
[
|
| 11 |
+
1
|
| 12 |
+
]
|
| 13 |
+
also known as
|
| 14 |
+
penetration rate
|
| 15 |
+
or
|
| 16 |
+
drill rate
|
| 17 |
+
, is the speed at which a
|
| 18 |
+
drill bit
|
| 19 |
+
breaks the
|
| 20 |
+
rock
|
| 21 |
+
under it to deepen the
|
| 22 |
+
borehole
|
| 23 |
+
. It is normally measured in feet per minute or meters per hour, but sometimes it is expressed in minutes per foot.
|
| 24 |
+
Generally, ROP increases in fast drilling formation such as
|
| 25 |
+
sandstone
|
| 26 |
+
(positive drill break) and decreases in slow drilling formations such as
|
| 27 |
+
shale
|
| 28 |
+
(reverse break). ROP decreases in shale due to
|
| 29 |
+
diagenesis
|
| 30 |
+
and overburden stresses. Over pressured zones can give twice of ROP as expected which is an indicative of a
|
| 31 |
+
well kick
|
| 32 |
+
. Drillers need to stop and do the bottoms up.
|
| 33 |
+
See also
|
| 34 |
+
[
|
| 35 |
+
edit
|
| 36 |
+
]
|
| 37 |
+
Drilling rig
|
| 38 |
+
References
|
| 39 |
+
[
|
| 40 |
+
edit
|
| 41 |
+
]
|
| 42 |
+
^
|
| 43 |
+
"How to Optimize the Rate of Penetration in Drilling"
|
| 44 |
+
.
|
| 45 |
+
esimtech.com
|
| 46 |
+
. 24 April 2024
|
| 47 |
+
. Retrieved
|
| 48 |
+
5 February
|
| 49 |
+
2025
|
| 50 |
+
.
|
| 51 |
+
External resources
|
| 52 |
+
[
|
| 53 |
+
edit
|
| 54 |
+
]
|
| 55 |
+
Rate of penetration
|
| 56 |
+
v
|
| 57 |
+
t
|
| 58 |
+
e
|
| 59 |
+
Retrieved from "
|
| 60 |
+
https://en.wikipedia.org/w/index.php?title=Rate_of_penetration&oldid=1274179815
|
| 61 |
+
"
|
knowledge_base/raw_text/wiki_Weight_on_bit.txt
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Source: https://en.wikipedia.org/wiki/Weight_on_bit
|
| 2 |
+
|
| 3 |
+
Weight on bit
|
| 4 |
+
[
|
| 5 |
+
1
|
| 6 |
+
]
|
| 7 |
+
(WOB), as expressed in the
|
| 8 |
+
oil industry
|
| 9 |
+
, is the amount of downward force exerted on the
|
| 10 |
+
drill bit
|
| 11 |
+
and is normally measured in thousands of pounds.
|
| 12 |
+
Weight on bit is provided by drill collars, which are thick-walled tubular pieces machined from solid bars of steel, usually plain carbon steel but sometimes of nonmagnetic nickel-copper alloy or other nonmagnetic premium alloys. Gravity acts on the large mass of the collars to provide the downward force needed for the bits to efficiently break rock. To accurately control the amount of force applied to the bit, the driller carefully monitors the surface weight measured while the bit is just off the bottom of the wellbore. Next, the drillstring (and the drill bit), is slowly and carefully lowered until it touches bottom. After that point, as the driller continues to lower the top of the drillstring, more and more weight is applied to the bit, and correspondingly less weight is measured as hanging at the surface. If the surface measurement shows 20,000 pounds [9080 kg] less weight than with the bit off bottom, then there should be 20,000 pounds force on the bit (in a vertical hole). Some downhole Measurement While Drilling (MWD) sensors can measure weight-on-bit more accurately and transmit the data to the surface.
|
| 13 |
+
[
|
| 14 |
+
2
|
| 15 |
+
]
|
| 16 |
+
References
|
| 17 |
+
[
|
| 18 |
+
edit
|
| 19 |
+
]
|
| 20 |
+
^
|
| 21 |
+
"ETool : Oil and Gas Well Drilling and Servicing | Occupational Safety and Health Administration"
|
| 22 |
+
.
|
| 23 |
+
^
|
| 24 |
+
"Oilfield Glossary: Term 'drill collar'
|
| 25 |
+
"
|
| 26 |
+
.
|
| 27 |
+
www.glossary.oilfield.slb.com
|
| 28 |
+
. Archived from
|
| 29 |
+
the original
|
| 30 |
+
on 2004-01-24.
|
| 31 |
+
v
|
| 32 |
+
t
|
| 33 |
+
e
|
| 34 |
+
Retrieved from "
|
| 35 |
+
https://en.wikipedia.org/w/index.php?title=Weight_on_bit&oldid=1153477785
|
| 36 |
+
"
|
knowledge_base/raw_text/wiki_Well_completion.txt
ADDED
|
@@ -0,0 +1,1349 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Source: https://en.wikipedia.org/wiki/Well_completion
|
| 2 |
+
|
| 3 |
+
Last operation for oil and gas wells
|
| 4 |
+
|
| 5 |
+
An editor has determined that
|
| 6 |
+
|
| 7 |
+
sufficient sources exist
|
| 8 |
+
|
| 9 |
+
to establish the subject's
|
| 10 |
+
|
| 11 |
+
notability
|
| 12 |
+
|
| 13 |
+
.
|
| 14 |
+
|
| 15 |
+
Please help
|
| 16 |
+
|
| 17 |
+
improve this article
|
| 18 |
+
|
| 19 |
+
by
|
| 20 |
+
|
| 21 |
+
adding citations to reliable sources
|
| 22 |
+
|
| 23 |
+
. Unsourced material may be challenged and removed.
|
| 24 |
+
|
| 25 |
+
Find sources:
|
| 26 |
+
|
| 27 |
+
"Completion" oil and gas wells
|
| 28 |
+
|
| 29 |
+
–
|
| 30 |
+
|
| 31 |
+
news
|
| 32 |
+
|
| 33 |
+
·
|
| 34 |
+
|
| 35 |
+
newspapers
|
| 36 |
+
|
| 37 |
+
·
|
| 38 |
+
|
| 39 |
+
books
|
| 40 |
+
|
| 41 |
+
·
|
| 42 |
+
|
| 43 |
+
scholar
|
| 44 |
+
|
| 45 |
+
·
|
| 46 |
+
|
| 47 |
+
JSTOR
|
| 48 |
+
|
| 49 |
+
(
|
| 50 |
+
|
| 51 |
+
December 2024
|
| 52 |
+
|
| 53 |
+
)
|
| 54 |
+
|
| 55 |
+
(
|
| 56 |
+
|
| 57 |
+
Learn how and when to remove this message
|
| 58 |
+
|
| 59 |
+
)
|
| 60 |
+
|
| 61 |
+
Well completion
|
| 62 |
+
|
| 63 |
+
is the process of making a
|
| 64 |
+
|
| 65 |
+
well
|
| 66 |
+
|
| 67 |
+
ready for production (or injection) after drilling operations. This principally involves preparing the bottom of the hole to the required specifications, running in the
|
| 68 |
+
|
| 69 |
+
production tubing
|
| 70 |
+
|
| 71 |
+
and its associated down hole tools as well as perforating and stimulating as required. Sometimes, the process of running in and cementing the
|
| 72 |
+
|
| 73 |
+
casing
|
| 74 |
+
|
| 75 |
+
is also included. After a well has been drilled, should the drilling fluids be removed, the well would eventually close in upon itself. Casing ensures that this will not happen while also protecting the wellstream from outside incumbents, like water or sand.
|
| 76 |
+
|
| 77 |
+
[
|
| 78 |
+
|
| 79 |
+
1
|
| 80 |
+
|
| 81 |
+
]
|
| 82 |
+
|
| 83 |
+
Perforated shoe
|
| 84 |
+
|
| 85 |
+
Lower completion (downhole completion)
|
| 86 |
+
|
| 87 |
+
[
|
| 88 |
+
|
| 89 |
+
edit
|
| 90 |
+
|
| 91 |
+
]
|
| 92 |
+
|
| 93 |
+
This refers to the portion of the well across the production or injection zone. The well designer has many tools and options available to design the lower completion (downhole completion) according to the conditions of the
|
| 94 |
+
|
| 95 |
+
reservoir
|
| 96 |
+
|
| 97 |
+
. Typically, the lower completion is set across the productive zone using a liner hanger system, which anchors the lower completion to the production casing string. The broad categories of lower completion are listed below.
|
| 98 |
+
|
| 99 |
+
Barefoot completion
|
| 100 |
+
|
| 101 |
+
[
|
| 102 |
+
|
| 103 |
+
edit
|
| 104 |
+
|
| 105 |
+
]
|
| 106 |
+
|
| 107 |
+
This type is the most basic, but can be a good choice for hard rock, multi-laterals and underbalance drilling. It involves leaving the productive reservoir section without any tubulars. This effectively removes control of flow of fluids from the formation; it is not suitable for weaker formations which might require sand control, nor for formations requiring selective isolation of oil, gas and water intervals. However, advances in interventions such as coiled tubing and tractors means that barefoot wells can be successfully produced.
|
| 108 |
+
|
| 109 |
+
Open hole
|
| 110 |
+
|
| 111 |
+
[
|
| 112 |
+
|
| 113 |
+
edit
|
| 114 |
+
|
| 115 |
+
]
|
| 116 |
+
|
| 117 |
+
The production casing is set above the zone of interest before drilling the zone. The zone is open to the well bore. In this case little expense is generated with perforations. Log interpretation is not critical. The well can be deepened easily and it is easily converted to screen and liner. However, excessive gas and water production is difficult to control, and may require frequent clean outs. Also the interval cannot be selectively stimulated.
|
| 118 |
+
|
| 119 |
+
Open hole completion
|
| 120 |
+
|
| 121 |
+
[
|
| 122 |
+
|
| 123 |
+
edit
|
| 124 |
+
|
| 125 |
+
]
|
| 126 |
+
|
| 127 |
+
This designation refers to a range of completions where no casing or liner is cemented in place across the production zone. In competent formations, the zone might be left entirely bare, but some sort of sand-control and/or flow-control means are usually incorporated.
|
| 128 |
+
|
| 129 |
+
Openhole completions have seen significant uptake in recent years, and there are many configurations, often developed to address specific reservoir challenges. There have been many recent developments that have boosted the success of openhole completions, and they also tend to be popular in horizontal wells, where cemented installations are more expensive and technically more difficult. The common options for openhole completions are:
|
| 130 |
+
|
| 131 |
+
Pre-holed liner
|
| 132 |
+
|
| 133 |
+
[
|
| 134 |
+
|
| 135 |
+
edit
|
| 136 |
+
|
| 137 |
+
]
|
| 138 |
+
|
| 139 |
+
Also often called
|
| 140 |
+
|
| 141 |
+
pre-drilled liner
|
| 142 |
+
|
| 143 |
+
. The liner is prepared with multiple small drilled holes, then set across the production zone to provide wellbore stability and an intervention conduit. Pre-holed liner is often combined with openhole packers, such as swelling elastomers, mechanical packers or external casing packers, to provide zonal segregation and isolation. It is now quite common to see a combination of pre-holed liner, solid liner and swelling elastomer packers to provide an initial isolation of unwanted water or gas zones. Multiple sliding sleeves can also be used in conjunction with openhole packers to provide considerable flexibility in zonal flow control for the life of the wellbore.
|
| 144 |
+
|
| 145 |
+
This type of completion is also being adopted in some water injection wells, although these require a much greater performance envelope for openhole packers, due to the considerable pressure and temperature changes that occur in water injectors.
|
| 146 |
+
|
| 147 |
+
Openhole completions (in comparison with cemented pipe) require better understanding of formation damage, wellbore clean-up and fluid loss control. A key difference is that perforating penetrates through the first 6–18 inches (15–46 centimetres) of formation around the wellbore, whilst openhole completions require the reservoir fluids to flow through all of the filtrate-invaded zone around the wellbore and lift-off of the mud filter cake.
|
| 148 |
+
|
| 149 |
+
Many openhole completions will incorporate fluid loss valves at the top of the liner to provide well control whilst the upper completion is run.
|
| 150 |
+
|
| 151 |
+
There are an increasing number of ideas coming into the market place to extend the options for openhole completions; for example, electronics can be used to actuate a self-opening or self-closing liner valve. This might be used in an openhole completion to improve clean-up, by bringing the well onto production from the toe-end for 100 days, then self-opening the heel-end. Inflow control devices and intelligent completions are also installed as openhole completions.
|
| 152 |
+
|
| 153 |
+
Pre-holed liner may provide some basic control of solids production, where the wellbore is thought to fail in aggregated chunks of rubble, but it is not typically regarded as a sand control completion.
|
| 154 |
+
|
| 155 |
+
Slotted liner
|
| 156 |
+
|
| 157 |
+
[
|
| 158 |
+
|
| 159 |
+
edit
|
| 160 |
+
|
| 161 |
+
]
|
| 162 |
+
|
| 163 |
+
Slotted liners can be selected as an alternative to pre-holed liner, sometimes as a personal preference or from established practice on a field. It can also be selected to provide a low cost control of sand/solids production. The slotted liner is machined with multiple longitudinal slots, for example 2 mm × 50 mm, spread across the length and circumference of each joint. Recent advances in laser cutting means that slotting can now be done much cheaper to much smaller slot widths and in some situation slotted liner is now used for the same functionality as sand control screens.
|
| 164 |
+
|
| 165 |
+
Openhole sand control
|
| 166 |
+
|
| 167 |
+
[
|
| 168 |
+
|
| 169 |
+
edit
|
| 170 |
+
|
| 171 |
+
]
|
| 172 |
+
|
| 173 |
+
This is selected where the liner is required to mechanically hold back the movement of formation sand. There are many variants of openhole sand control, the three popular choices being stand-alone screens, openhole gravel packs (also known as external gravel packs, where a sized sand 'gravel' is placed as an annulus around the sand control screen) and expandable screens. Screen designs are mainly wire-wrap or premium; wire-wrap screens use spiral-welded corrosion-resistant wire wrapped around a drilled basepipe to provide a consistent small helical gap (such as 0.012-inch (0.30 mm), termed 12 gauge). Premium screens use a woven metal cloth wrapped around a basepipe. Expandable screens are run to depth before being mechanically swaged to a larger diameter. Ideally, expandable screens will be swaged until they contact the wellbore wall.
|
| 174 |
+
|
| 175 |
+
Horizontal open hole completions
|
| 176 |
+
|
| 177 |
+
[
|
| 178 |
+
|
| 179 |
+
edit
|
| 180 |
+
|
| 181 |
+
]
|
| 182 |
+
|
| 183 |
+
This is the most common open hole completion used today. It is basically the same described on the vertical open hole completion but on a horizontal well it enlarges significantly the contact with the reservoir, increasing the production or injection rates of your well. Sand control on a horizontal well is completely different from a vertical well. We can no longer rely on the gravity for the gravel placement. Most service companies uses an alpha and beta wave design to cover the total length of the horizontal well with gravel. It's known that very long wells (around 6000 ft) were successfully gravel packed in many occasions, including deepwater reservoirs in Brazil.
|
| 184 |
+
|
| 185 |
+
Liner completions
|
| 186 |
+
|
| 187 |
+
[
|
| 188 |
+
|
| 189 |
+
edit
|
| 190 |
+
|
| 191 |
+
]
|
| 192 |
+
|
| 193 |
+
In this case the casing is set above the primary zone. An un-cemented screen and liner assembly is installed across the pay section. This technique minimizes formation damage and gives the ability to control sand. It also makes cleanout easy. Perforating expense is also low to non-existent. However, gas and water build up is difficult to control and selective stimulation not possible the well can't be easily deepened and additional rig time may be needed.
|
| 194 |
+
|
| 195 |
+
Perforated liner
|
| 196 |
+
|
| 197 |
+
[
|
| 198 |
+
|
| 199 |
+
edit
|
| 200 |
+
|
| 201 |
+
]
|
| 202 |
+
|
| 203 |
+
Casing is set above the producing zone, the zone is drilled and the liner casing is cemented in place. The liner is then perforated for production. This time additional expense in perforating the casing is incurred, also log interpretation is critical and it may be difficult to obtain good quality cement jobs.
|
| 204 |
+
|
| 205 |
+
Perforated casing
|
| 206 |
+
|
| 207 |
+
[
|
| 208 |
+
|
| 209 |
+
edit
|
| 210 |
+
|
| 211 |
+
]
|
| 212 |
+
|
| 213 |
+
Production casing is cemented through the zone and the pay section is selectively perforated. Gas and water are easily controlled as is sand. The formation can be selectively stimulated and the well can be deepened. This selection is adaptable to other completion configurations and logs are available to assist casing decisions. Much better primary casing. It can however cause damage to zones and needs good log interpretation. The perforating cost can be very high.
|
| 214 |
+
|
| 215 |
+
Cased hole completion
|
| 216 |
+
|
| 217 |
+
[
|
| 218 |
+
|
| 219 |
+
edit
|
| 220 |
+
|
| 221 |
+
]
|
| 222 |
+
|
| 223 |
+
This involves running
|
| 224 |
+
|
| 225 |
+
casing
|
| 226 |
+
|
| 227 |
+
and a liner down through the production zone, and cementing it in place. Connection between the well bore and the formation is made by
|
| 228 |
+
|
| 229 |
+
perforating
|
| 230 |
+
|
| 231 |
+
. Because perforation intervals can be precisely positioned, this type of completion affords good control of fluid flow, although it relies on the quality of the cement to prevent fluid flow behind the liner. As such it is the most common form of completion...
|
| 232 |
+
|
| 233 |
+
Conventional completions
|
| 234 |
+
|
| 235 |
+
[
|
| 236 |
+
|
| 237 |
+
edit
|
| 238 |
+
|
| 239 |
+
]
|
| 240 |
+
|
| 241 |
+
Casing flow
|
| 242 |
+
|
| 243 |
+
: means that the producing fluid flow has only one path to the surface through the casing.
|
| 244 |
+
|
| 245 |
+
Casing and tubing flow
|
| 246 |
+
|
| 247 |
+
: means that there is tubing within the casing that allows fluid to reach the surface. This tubing can be used as a kill string for chemical injection. The tubing may have a "no-go" nipple at the end as a means of pressure testing.
|
| 248 |
+
|
| 249 |
+
Pumping flow
|
| 250 |
+
|
| 251 |
+
: the tubing and pump are run to a depth beneath the working fluid. The pump and rod string are installed concentrically within the tubing. A tubing anchor prevents tubing movement while pumping.
|
| 252 |
+
|
| 253 |
+
Tubing flow
|
| 254 |
+
|
| 255 |
+
: a tubing string and a production packer are installed. The packer means that all the flow goes through the tubing. Within the tubing you can mount a combination of tools that will help to control fluid flow through the tubing.
|
| 256 |
+
|
| 257 |
+
Gas lift
|
| 258 |
+
|
| 259 |
+
well
|
| 260 |
+
|
| 261 |
+
: gas is fed into valves installed in mandrels in the tubing strip. The hydrostatic head is lowered and the fluid is gas lifted to the surface.
|
| 262 |
+
|
| 263 |
+
Single-well alternate completions
|
| 264 |
+
|
| 265 |
+
: in this instance there is a well with two zones. In order to produce from both the zones are isolated with packers. Blast joints may be used on the tubing within the region of the perforations. These are thick walled subs that can withstand the fluid abrasion from the producing zone. This arrangement can also work if you have to produce from a higher zone given the depletion of a lower zone. The tubing may also have flow control mechanism.
|
| 266 |
+
|
| 267 |
+
Single-well concentric kill string
|
| 268 |
+
|
| 269 |
+
: within the well a small diameter concentric kill string is used to circulate kill fluids when needed.
|
| 270 |
+
|
| 271 |
+
Single-well 2-tubing completion
|
| 272 |
+
|
| 273 |
+
: in this instance 2 tubing strings are inserted down 1 well. They are connected at the lower end by a circulating head. Chemicals can be circulated down one tube and production can continue up the other.
|
| 274 |
+
|
| 275 |
+
Completion components
|
| 276 |
+
|
| 277 |
+
[
|
| 278 |
+
|
| 279 |
+
edit
|
| 280 |
+
|
| 281 |
+
]
|
| 282 |
+
|
| 283 |
+
The upper completion refers to all components from the bottom of the
|
| 284 |
+
|
| 285 |
+
production tubing
|
| 286 |
+
|
| 287 |
+
upwards. Proper design of this "completion string" is essential to ensure the
|
| 288 |
+
|
| 289 |
+
well
|
| 290 |
+
|
| 291 |
+
can flow properly given the
|
| 292 |
+
|
| 293 |
+
reservoir
|
| 294 |
+
|
| 295 |
+
conditions and to permit any operations as are deemed necessary for enhancing production and safety.
|
| 296 |
+
|
| 297 |
+
Wellhead with situation control
|
| 298 |
+
|
| 299 |
+
[
|
| 300 |
+
|
| 301 |
+
edit
|
| 302 |
+
|
| 303 |
+
]
|
| 304 |
+
|
| 305 |
+
Main article:
|
| 306 |
+
|
| 307 |
+
Wellhead
|
| 308 |
+
|
| 309 |
+
This is the pressure containing equipment at the surface of the well where casing strings are suspended and the
|
| 310 |
+
|
| 311 |
+
blowout preventer
|
| 312 |
+
|
| 313 |
+
or
|
| 314 |
+
|
| 315 |
+
Christmas tree
|
| 316 |
+
|
| 317 |
+
is connected.
|
| 318 |
+
|
| 319 |
+
Christmas tree
|
| 320 |
+
|
| 321 |
+
[
|
| 322 |
+
|
| 323 |
+
edit
|
| 324 |
+
|
| 325 |
+
]
|
| 326 |
+
|
| 327 |
+
Main article:
|
| 328 |
+
|
| 329 |
+
Christmas tree (oil well)
|
| 330 |
+
|
| 331 |
+
This is the main assembly of valves that controls flow from the
|
| 332 |
+
|
| 333 |
+
well
|
| 334 |
+
|
| 335 |
+
to the
|
| 336 |
+
|
| 337 |
+
process plant
|
| 338 |
+
|
| 339 |
+
(or the other way round for injection wells) and allows access for chemical squeezes
|
| 340 |
+
|
| 341 |
+
[
|
| 342 |
+
|
| 343 |
+
clarification needed
|
| 344 |
+
|
| 345 |
+
(definition)
|
| 346 |
+
|
| 347 |
+
]
|
| 348 |
+
|
| 349 |
+
and
|
| 350 |
+
|
| 351 |
+
well interventions
|
| 352 |
+
|
| 353 |
+
.
|
| 354 |
+
|
| 355 |
+
Tubing hanger
|
| 356 |
+
|
| 357 |
+
[
|
| 358 |
+
|
| 359 |
+
edit
|
| 360 |
+
|
| 361 |
+
]
|
| 362 |
+
|
| 363 |
+
Main article:
|
| 364 |
+
|
| 365 |
+
Tubing hanger
|
| 366 |
+
|
| 367 |
+
This component sits in the upper portion of the
|
| 368 |
+
|
| 369 |
+
wellhead
|
| 370 |
+
|
| 371 |
+
, within the tubing head
|
| 372 |
+
|
| 373 |
+
flange
|
| 374 |
+
|
| 375 |
+
and serves as the main support for the
|
| 376 |
+
|
| 377 |
+
production tubing
|
| 378 |
+
|
| 379 |
+
. The tubing hanger may be manufactured with rubber or polymer sealing rings to isolate the tubing from the annulus. The tubing hanger is secured within the tubing head flange with
|
| 380 |
+
|
| 381 |
+
lag bolts
|
| 382 |
+
|
| 383 |
+
. These lag bolts apply a downward pressure on the tubing hanger to compress the sealing
|
| 384 |
+
|
| 385 |
+
gaskets
|
| 386 |
+
|
| 387 |
+
and to prevent the tubing from being hydrostatically or mechanically ejected from the annulus.
|
| 388 |
+
|
| 389 |
+
[
|
| 390 |
+
|
| 391 |
+
2
|
| 392 |
+
|
| 393 |
+
]
|
| 394 |
+
|
| 395 |
+
Production tubing
|
| 396 |
+
|
| 397 |
+
[
|
| 398 |
+
|
| 399 |
+
edit
|
| 400 |
+
|
| 401 |
+
]
|
| 402 |
+
|
| 403 |
+
Main article:
|
| 404 |
+
|
| 405 |
+
Production tubing
|
| 406 |
+
|
| 407 |
+
Production tubing is the main conduit for transporting hydrocarbons from the
|
| 408 |
+
|
| 409 |
+
reservoir
|
| 410 |
+
|
| 411 |
+
to surface (or injection material the other way). It runs from the tubing hanger at the top of the
|
| 412 |
+
|
| 413 |
+
wellhead
|
| 414 |
+
|
| 415 |
+
down to a point generally just above the top of the production zone. Production tubing is available in various diameters, typically ranging from 2 inches to 4.5 inches. Production tubing may be manufactured using various grades of alloys to achieve specific hardness, corrosion resistance or tensile strength requirements. Tubing may be internally coated with various rubber or plastic coatings to enhance corrosion and/or erosion resistance.
|
| 416 |
+
|
| 417 |
+
Downhole safety valve (DHSV)
|
| 418 |
+
|
| 419 |
+
[
|
| 420 |
+
|
| 421 |
+
edit
|
| 422 |
+
|
| 423 |
+
]
|
| 424 |
+
|
| 425 |
+
Main article:
|
| 426 |
+
|
| 427 |
+
Downhole safety valve
|
| 428 |
+
|
| 429 |
+
This component is intended as a last-resort method of protecting the surface from the uncontrolled release of hydrocarbons. It is a cylindrical valve with either a ball or flapper closing mechanism. It is installed in the production tubing and is held in the open position by a
|
| 430 |
+
|
| 431 |
+
high-pressure
|
| 432 |
+
|
| 433 |
+
hydraulic line from surface contained in a
|
| 434 |
+
|
| 435 |
+
6.35 mm (
|
| 436 |
+
|
| 437 |
+
1
|
| 438 |
+
|
| 439 |
+
⁄
|
| 440 |
+
|
| 441 |
+
4
|
| 442 |
+
|
| 443 |
+
in) control line that is attached to the DHSV's hydraulic chamber and terminated at surface to a hydraulic actuator. The high pressure is needed to overcome the production pressure in the tubing upstream of the choke on the tree. The valve will operate if the umbilical HP line is cut or the wellhead/tree is destroyed.
|
| 444 |
+
|
| 445 |
+
This valve allows fluids to pass up or be pumped down the production tubing. When closed the DHSV forms a barrier in the direction of hydrocarbon flow, but fluids can still be pumped down for well kill operations. It is placed as far below the surface as is deemed safe from any possible surface disturbance including cratering caused by the wipeout of the platform. Where hydrates are likely to form (most production is at risk of this), the depth of the SCSSV (surface-controlled, sub-surface safety valve) below the
|
| 446 |
+
|
| 447 |
+
seabed
|
| 448 |
+
|
| 449 |
+
may be as much as 1 km: this will allow for the geothermal temperature to be high enough to prevent hydrates from blocking the valve.
|
| 450 |
+
|
| 451 |
+
Annular safety valve
|
| 452 |
+
|
| 453 |
+
[
|
| 454 |
+
|
| 455 |
+
edit
|
| 456 |
+
|
| 457 |
+
]
|
| 458 |
+
|
| 459 |
+
On wells with
|
| 460 |
+
|
| 461 |
+
gas lift
|
| 462 |
+
|
| 463 |
+
capability, many operators consider it prudent to install a valve, which will isolate the
|
| 464 |
+
|
| 465 |
+
A
|
| 466 |
+
|
| 467 |
+
annulus for the same reasons a DHSV may be needed to isolate the
|
| 468 |
+
|
| 469 |
+
production tubing
|
| 470 |
+
|
| 471 |
+
in order to prevent the inventory of natural gas downhole from becoming a hazard as it became on
|
| 472 |
+
|
| 473 |
+
Piper Alpha
|
| 474 |
+
|
| 475 |
+
.
|
| 476 |
+
|
| 477 |
+
Side pocket mandrel
|
| 478 |
+
|
| 479 |
+
[
|
| 480 |
+
|
| 481 |
+
edit
|
| 482 |
+
|
| 483 |
+
]
|
| 484 |
+
|
| 485 |
+
This is a welded/machined product which contains a "side pocket" alongside the main tubular conduit. The side pocket, typically 1" or 1½" diameter is designed to contain
|
| 486 |
+
|
| 487 |
+
gas lift
|
| 488 |
+
|
| 489 |
+
valve, which allows flow of High pressure gas into the tubing there by reducing the tubing pressure and allowing the hydrocarbons to move upwards.
|
| 490 |
+
|
| 491 |
+
Electrical submersible pump
|
| 492 |
+
|
| 493 |
+
[
|
| 494 |
+
|
| 495 |
+
edit
|
| 496 |
+
|
| 497 |
+
]
|
| 498 |
+
|
| 499 |
+
Main article:
|
| 500 |
+
|
| 501 |
+
Submersible pump
|
| 502 |
+
|
| 503 |
+
This device is used for
|
| 504 |
+
|
| 505 |
+
artificial lift
|
| 506 |
+
|
| 507 |
+
to help provide energy to drive hydrocarbons to surface if reservoir pressure is insufficient. Electrical Submersible Pumps, or ESPs, are installed at the bottom of the production tubing or inside the production tubing (Through Tubing ESP). Being electrically powered, ESPs require an electrical communications conduit to be run from surface, through a specialized wellhead and tubing hanger, to provide the required power to function. During installation, the power cable is spliced into the ESP then attached to the outside of the tubing by corrosion resistant metal bands as it is run in the hole. Specialized guards, called cannon guards, may be installed over each tubing collar to prevent the cable from rubbing on the casing walls which can cause premature cable failure. Installation and workover processes require careful consideration to prevent any damage to the power cable. Like many other artificial lift methods, the ESP reduces the bottom hole pressure at the tubing bottom to allow hydrocarbons to flow into the tubing.
|
| 508 |
+
|
| 509 |
+
Landing nipple
|
| 510 |
+
|
| 511 |
+
[
|
| 512 |
+
|
| 513 |
+
edit
|
| 514 |
+
|
| 515 |
+
]
|
| 516 |
+
|
| 517 |
+
A completion component fabricated as a short section of heavy wall tubular with a machined internal surface that provides a seal area and a locking profile. Landing nipples are included in most completions at predetermined intervals to enable the installation of flow-control devices, such as plugs and chokes. Three basic types of landing nipple are commonly used: no-go nipples, selective-landing nipples and ported or safety-valve nipples.
|
| 518 |
+
|
| 519 |
+
Sliding sleeve
|
| 520 |
+
|
| 521 |
+
[
|
| 522 |
+
|
| 523 |
+
edit
|
| 524 |
+
|
| 525 |
+
]
|
| 526 |
+
|
| 527 |
+
Main article:
|
| 528 |
+
|
| 529 |
+
Sliding sleeve
|
| 530 |
+
|
| 531 |
+
The sliding sleeve is hydraulically or mechanically actuated to allow communication between the tubing and the 'A'
|
| 532 |
+
|
| 533 |
+
annulus
|
| 534 |
+
|
| 535 |
+
. They are often used in multiple reservoir wells to regulate flow to and from the zones.
|
| 536 |
+
|
| 537 |
+
Production packer
|
| 538 |
+
|
| 539 |
+
[
|
| 540 |
+
|
| 541 |
+
edit
|
| 542 |
+
|
| 543 |
+
]
|
| 544 |
+
|
| 545 |
+
Main article:
|
| 546 |
+
|
| 547 |
+
Production packer
|
| 548 |
+
|
| 549 |
+
The packer isolates the annulus between the
|
| 550 |
+
|
| 551 |
+
tubing
|
| 552 |
+
|
| 553 |
+
and the inner
|
| 554 |
+
|
| 555 |
+
casing
|
| 556 |
+
|
| 557 |
+
and the foot of the well. This is to stop reservoir fluids from flowing up the full length of the casing and damaging it. It is generally placed close to the foot of the tubing, shortly above the production zone.
|
| 558 |
+
|
| 559 |
+
Downhole gauges
|
| 560 |
+
|
| 561 |
+
[
|
| 562 |
+
|
| 563 |
+
edit
|
| 564 |
+
|
| 565 |
+
]
|
| 566 |
+
|
| 567 |
+
This is an electronic or
|
| 568 |
+
|
| 569 |
+
fiberoptic
|
| 570 |
+
|
| 571 |
+
sensor to provide continuous monitoring of downhole pressure and temperature. Gauges either use a 1/4" control line clamped onto the outside of the tubing string to provide an electrical or fiberoptic communication to surface, or transmit measured data to surface by acoustic signal in the tubing wall. The information obtained from these monitoring devices can be used to model reservoirs or predict the life or problems in a specific wellbore.
|
| 572 |
+
|
| 573 |
+
Perforated joint
|
| 574 |
+
|
| 575 |
+
[
|
| 576 |
+
|
| 577 |
+
edit
|
| 578 |
+
|
| 579 |
+
]
|
| 580 |
+
|
| 581 |
+
This is a length of
|
| 582 |
+
|
| 583 |
+
tubing
|
| 584 |
+
|
| 585 |
+
with holes punched into it. If used, it will normally be positioned below the packer and will offer an alternative entry path for reservoir fluids into the tubing in case the shoe becomes blocked, for example, by a stuck
|
| 586 |
+
|
| 587 |
+
perforation
|
| 588 |
+
|
| 589 |
+
gun.
|
| 590 |
+
|
| 591 |
+
Formation isolation valve
|
| 592 |
+
|
| 593 |
+
[
|
| 594 |
+
|
| 595 |
+
edit
|
| 596 |
+
|
| 597 |
+
]
|
| 598 |
+
|
| 599 |
+
This component, placed towards the foot of the completion string, is used to provide two way isolation from the formation for completion operations without the need for
|
| 600 |
+
|
| 601 |
+
kill weight fluids
|
| 602 |
+
|
| 603 |
+
. Their use is sporadic as they do not enjoy the best reputation for reliability when it comes to opening them at the end of the completion process.
|
| 604 |
+
|
| 605 |
+
Centralizer
|
| 606 |
+
|
| 607 |
+
[
|
| 608 |
+
|
| 609 |
+
edit
|
| 610 |
+
|
| 611 |
+
]
|
| 612 |
+
|
| 613 |
+
In highly deviated wells, this component may be included towards the foot of the completion. It consists of a large collar, which keeps the completion string centralised within the hole while cementing.
|
| 614 |
+
|
| 615 |
+
Wireline entry guide
|
| 616 |
+
|
| 617 |
+
[
|
| 618 |
+
|
| 619 |
+
edit
|
| 620 |
+
|
| 621 |
+
]
|
| 622 |
+
|
| 623 |
+
This component is often installed at the end of the tubing, or "the shoe". It is intended to make pulling out wireline tools easier by offering a guiding surface for the toolstring to re-enter the tubing without getting caught on the side of the shoe.
|
| 624 |
+
|
| 625 |
+
Perforating and stimulating
|
| 626 |
+
|
| 627 |
+
[
|
| 628 |
+
|
| 629 |
+
edit
|
| 630 |
+
|
| 631 |
+
]
|
| 632 |
+
|
| 633 |
+
In cased hole completions (the majority of wells), once the completion string is in place, the final stage is to make a connection between the wellbore and the formation. This is done by running
|
| 634 |
+
|
| 635 |
+
perforation guns
|
| 636 |
+
|
| 637 |
+
to blast holes in the
|
| 638 |
+
|
| 639 |
+
casing
|
| 640 |
+
|
| 641 |
+
or liner to make a connection. Modern perforations are made using shaped explosive charges, similar to the armor-penetrating charge used on antitank rockets (bazookas).
|
| 642 |
+
|
| 643 |
+
Sometimes once the
|
| 644 |
+
|
| 645 |
+
well
|
| 646 |
+
|
| 647 |
+
is fully completed, further stimulation is necessary to achieve the planned productivity. There are a number of stimulation techniques.
|
| 648 |
+
|
| 649 |
+
Acidizing
|
| 650 |
+
|
| 651 |
+
[
|
| 652 |
+
|
| 653 |
+
edit
|
| 654 |
+
|
| 655 |
+
]
|
| 656 |
+
|
| 657 |
+
This involves the injection of chemicals to eat away at any skin damage, "cleaning up" the formation, thereby improving the flow of reservoir fluids. A strong acid (usually
|
| 658 |
+
|
| 659 |
+
hydrochloric acid
|
| 660 |
+
|
| 661 |
+
) is used to dissolve rock formations, but this acid does not react with the
|
| 662 |
+
|
| 663 |
+
Hydrocarbons
|
| 664 |
+
|
| 665 |
+
. As a result, the Hydrocarbons are more accessible. Acid can also be used to clean the wellbore of some
|
| 666 |
+
|
| 667 |
+
scales
|
| 668 |
+
|
| 669 |
+
that form from mineral laden produced water.
|
| 670 |
+
|
| 671 |
+
Fracturing
|
| 672 |
+
|
| 673 |
+
[
|
| 674 |
+
|
| 675 |
+
edit
|
| 676 |
+
|
| 677 |
+
]
|
| 678 |
+
|
| 679 |
+
This means creating and extending fractures from the
|
| 680 |
+
|
| 681 |
+
perforation
|
| 682 |
+
|
| 683 |
+
tunnels deeper into the formation, increasing the surface area for formation fluids to flow into the
|
| 684 |
+
|
| 685 |
+
well
|
| 686 |
+
|
| 687 |
+
, as well as extending past any possible damage near the wellbore. This may be done by injecting fluids at high pressure (
|
| 688 |
+
|
| 689 |
+
hydraulic fracturing
|
| 690 |
+
|
| 691 |
+
), injecting fluids laced with round granular material (
|
| 692 |
+
|
| 693 |
+
proppant
|
| 694 |
+
|
| 695 |
+
fracturing), or using explosives to generate a high pressure and high speed gas flow (TNT or PETN up to 1,900,000 psi (13,000,000 kPa) ) and (propellant stimulation up to 4,000 psi (28,000 kPa) ).
|
| 696 |
+
|
| 697 |
+
Acidizing and fracturing (combined method)
|
| 698 |
+
|
| 699 |
+
[
|
| 700 |
+
|
| 701 |
+
edit
|
| 702 |
+
|
| 703 |
+
]
|
| 704 |
+
|
| 705 |
+
This involves use of explosives and injection of chemicals to increase acid-rock contact.
|
| 706 |
+
|
| 707 |
+
Nitrogen circulation
|
| 708 |
+
|
| 709 |
+
[
|
| 710 |
+
|
| 711 |
+
edit
|
| 712 |
+
|
| 713 |
+
]
|
| 714 |
+
|
| 715 |
+
Sometimes, productivity may be hampered due to the residue of completion fluids, heavy
|
| 716 |
+
|
| 717 |
+
brines
|
| 718 |
+
|
| 719 |
+
, in the wellbore. This is particularly a problem in
|
| 720 |
+
|
| 721 |
+
gas
|
| 722 |
+
|
| 723 |
+
wells
|
| 724 |
+
|
| 725 |
+
. In these cases,
|
| 726 |
+
|
| 727 |
+
coiled tubing
|
| 728 |
+
|
| 729 |
+
may be used to pump
|
| 730 |
+
|
| 731 |
+
nitrogen
|
| 732 |
+
|
| 733 |
+
at high pressure into the bottom of the borehole to circulate out the
|
| 734 |
+
|
| 735 |
+
brine
|
| 736 |
+
|
| 737 |
+
.
|
| 738 |
+
|
| 739 |
+
See also
|
| 740 |
+
|
| 741 |
+
[
|
| 742 |
+
|
| 743 |
+
edit
|
| 744 |
+
|
| 745 |
+
]
|
| 746 |
+
|
| 747 |
+
Oil well
|
| 748 |
+
|
| 749 |
+
– Well drilled to extract crude oil and/or gas
|
| 750 |
+
|
| 751 |
+
Well intervention
|
| 752 |
+
|
| 753 |
+
– Operation on a deteriorating oil well
|
| 754 |
+
|
| 755 |
+
References
|
| 756 |
+
|
| 757 |
+
[
|
| 758 |
+
|
| 759 |
+
edit
|
| 760 |
+
|
| 761 |
+
]
|
| 762 |
+
|
| 763 |
+
^
|
| 764 |
+
|
| 765 |
+
"How Does Well Completion Work?"
|
| 766 |
+
|
| 767 |
+
.
|
| 768 |
+
|
| 769 |
+
www.rigzone.com
|
| 770 |
+
|
| 771 |
+
. Retrieved
|
| 772 |
+
|
| 773 |
+
2018-07-05
|
| 774 |
+
|
| 775 |
+
.
|
| 776 |
+
|
| 777 |
+
^
|
| 778 |
+
|
| 779 |
+
"tubing_hanger"
|
| 780 |
+
|
| 781 |
+
.
|
| 782 |
+
|
| 783 |
+
glossary.slb.com
|
| 784 |
+
|
| 785 |
+
.
|
| 786 |
+
|
| 787 |
+
External links
|
| 788 |
+
|
| 789 |
+
[
|
| 790 |
+
|
| 791 |
+
edit
|
| 792 |
+
|
| 793 |
+
]
|
| 794 |
+
|
| 795 |
+
Intelligent completion technology
|
| 796 |
+
|
| 797 |
+
Defining Completions: The science of oil and gas well construction
|
| 798 |
+
|
| 799 |
+
v
|
| 800 |
+
|
| 801 |
+
t
|
| 802 |
+
|
| 803 |
+
e
|
| 804 |
+
|
| 805 |
+
Petroleum industry
|
| 806 |
+
|
| 807 |
+
Petroleum
|
| 808 |
+
|
| 809 |
+
Primary energy
|
| 810 |
+
|
| 811 |
+
Benchmarks
|
| 812 |
+
|
| 813 |
+
Argus Sour
|
| 814 |
+
|
| 815 |
+
Bonny Light
|
| 816 |
+
|
| 817 |
+
Brent
|
| 818 |
+
|
| 819 |
+
Dubai
|
| 820 |
+
|
| 821 |
+
Indian Basket
|
| 822 |
+
|
| 823 |
+
Indonesian
|
| 824 |
+
|
| 825 |
+
Isthmus-34 Light
|
| 826 |
+
|
| 827 |
+
Japan Cocktail
|
| 828 |
+
|
| 829 |
+
OPEC Reference Basket
|
| 830 |
+
|
| 831 |
+
Tapis
|
| 832 |
+
|
| 833 |
+
Urals
|
| 834 |
+
|
| 835 |
+
West Texas Intermediate
|
| 836 |
+
|
| 837 |
+
Western Canadian Select
|
| 838 |
+
|
| 839 |
+
Data
|
| 840 |
+
|
| 841 |
+
Natural gas
|
| 842 |
+
|
| 843 |
+
Consumption
|
| 844 |
+
|
| 845 |
+
Production
|
| 846 |
+
|
| 847 |
+
Reserves
|
| 848 |
+
|
| 849 |
+
Imports
|
| 850 |
+
|
| 851 |
+
Exports
|
| 852 |
+
|
| 853 |
+
Price
|
| 854 |
+
|
| 855 |
+
Petroleum
|
| 856 |
+
|
| 857 |
+
Consumption
|
| 858 |
+
|
| 859 |
+
Production
|
| 860 |
+
|
| 861 |
+
Reserves
|
| 862 |
+
|
| 863 |
+
Imports
|
| 864 |
+
|
| 865 |
+
Exports
|
| 866 |
+
|
| 867 |
+
Posted oil price
|
| 868 |
+
|
| 869 |
+
Price
|
| 870 |
+
|
| 871 |
+
of gasoline and diesel
|
| 872 |
+
|
| 873 |
+
Exploration
|
| 874 |
+
|
| 875 |
+
Core sampling
|
| 876 |
+
|
| 877 |
+
Geophysics
|
| 878 |
+
|
| 879 |
+
Integrated asset modelling
|
| 880 |
+
|
| 881 |
+
Petroleum engineering
|
| 882 |
+
|
| 883 |
+
Reservoir simulation
|
| 884 |
+
|
| 885 |
+
Reservoir modeling
|
| 886 |
+
|
| 887 |
+
Petroleum geology
|
| 888 |
+
|
| 889 |
+
Petrophysics
|
| 890 |
+
|
| 891 |
+
Reflection seismology
|
| 892 |
+
|
| 893 |
+
Seismic inversion
|
| 894 |
+
|
| 895 |
+
Seismic source
|
| 896 |
+
|
| 897 |
+
Drilling
|
| 898 |
+
|
| 899 |
+
Blowout
|
| 900 |
+
|
| 901 |
+
Completion
|
| 902 |
+
|
| 903 |
+
Squeeze job
|
| 904 |
+
|
| 905 |
+
Differential sticking
|
| 906 |
+
|
| 907 |
+
Directional drilling
|
| 908 |
+
|
| 909 |
+
Geosteering
|
| 910 |
+
|
| 911 |
+
Drill stem test
|
| 912 |
+
|
| 913 |
+
Drilling engineering
|
| 914 |
+
|
| 915 |
+
Drilling fluid
|
| 916 |
+
|
| 917 |
+
invasion
|
| 918 |
+
|
| 919 |
+
Lost circulation
|
| 920 |
+
|
| 921 |
+
Measurement
|
| 922 |
+
|
| 923 |
+
Shale oil extraction
|
| 924 |
+
|
| 925 |
+
Ljungström method
|
| 926 |
+
|
| 927 |
+
Tracers
|
| 928 |
+
|
| 929 |
+
Underbalanced drilling
|
| 930 |
+
|
| 931 |
+
Well logging
|
| 932 |
+
|
| 933 |
+
Production
|
| 934 |
+
|
| 935 |
+
Petroleum fiscal regime
|
| 936 |
+
|
| 937 |
+
Concessions
|
| 938 |
+
|
| 939 |
+
Production sharing agreements
|
| 940 |
+
|
| 941 |
+
Artificial lift
|
| 942 |
+
|
| 943 |
+
Gas lift
|
| 944 |
+
|
| 945 |
+
Pumpjack
|
| 946 |
+
|
| 947 |
+
Submersible pump (ESP)
|
| 948 |
+
|
| 949 |
+
Downstream
|
| 950 |
+
|
| 951 |
+
Enhanced oil recovery (EOR)
|
| 952 |
+
|
| 953 |
+
Gas reinjection
|
| 954 |
+
|
| 955 |
+
Steam injection
|
| 956 |
+
|
| 957 |
+
Midstream
|
| 958 |
+
|
| 959 |
+
Petroleum product
|
| 960 |
+
|
| 961 |
+
Pipeline
|
| 962 |
+
|
| 963 |
+
Refining
|
| 964 |
+
|
| 965 |
+
Upstream
|
| 966 |
+
|
| 967 |
+
Water injection
|
| 968 |
+
|
| 969 |
+
Well intervention
|
| 970 |
+
|
| 971 |
+
XT
|
| 972 |
+
|
| 973 |
+
History
|
| 974 |
+
|
| 975 |
+
1967 Oil Embargo
|
| 976 |
+
|
| 977 |
+
1973 oil crisis
|
| 978 |
+
|
| 979 |
+
1979 oil crisis
|
| 980 |
+
|
| 981 |
+
1980s oil glut
|
| 982 |
+
|
| 983 |
+
1990 oil price shock
|
| 984 |
+
|
| 985 |
+
2000s energy crisis
|
| 986 |
+
|
| 987 |
+
2010s oil glut
|
| 988 |
+
|
| 989 |
+
2020 Russia–Saudi Arabia oil price war
|
| 990 |
+
|
| 991 |
+
Nationalization
|
| 992 |
+
|
| 993 |
+
GECF
|
| 994 |
+
|
| 995 |
+
OPEC
|
| 996 |
+
|
| 997 |
+
Seven Sisters
|
| 998 |
+
|
| 999 |
+
Standard Oil
|
| 1000 |
+
|
| 1001 |
+
Canada
|
| 1002 |
+
|
| 1003 |
+
France
|
| 1004 |
+
|
| 1005 |
+
India
|
| 1006 |
+
|
| 1007 |
+
Iraq
|
| 1008 |
+
|
| 1009 |
+
Norway
|
| 1010 |
+
|
| 1011 |
+
Saudi Arabia
|
| 1012 |
+
|
| 1013 |
+
United States
|
| 1014 |
+
|
| 1015 |
+
Venezuela
|
| 1016 |
+
|
| 1017 |
+
Provinces
|
| 1018 |
+
|
| 1019 |
+
and fields
|
| 1020 |
+
|
| 1021 |
+
List of natural gas fields
|
| 1022 |
+
|
| 1023 |
+
List of oil fields
|
| 1024 |
+
|
| 1025 |
+
Caspian Sea
|
| 1026 |
+
|
| 1027 |
+
Daqing Oil Field
|
| 1028 |
+
|
| 1029 |
+
East Midlands Oil Province
|
| 1030 |
+
|
| 1031 |
+
East Texas
|
| 1032 |
+
|
| 1033 |
+
Gulf of Mexico
|
| 1034 |
+
|
| 1035 |
+
Niger Delta
|
| 1036 |
+
|
| 1037 |
+
North Sea
|
| 1038 |
+
|
| 1039 |
+
Permian Basin
|
| 1040 |
+
|
| 1041 |
+
Persian Gulf
|
| 1042 |
+
|
| 1043 |
+
Prudhoe Bay
|
| 1044 |
+
|
| 1045 |
+
Russia
|
| 1046 |
+
|
| 1047 |
+
Venezuela
|
| 1048 |
+
|
| 1049 |
+
Shengli Oil Field
|
| 1050 |
+
|
| 1051 |
+
Western Canada Sedimentary Basin
|
| 1052 |
+
|
| 1053 |
+
Other topics
|
| 1054 |
+
|
| 1055 |
+
Abbreviations
|
| 1056 |
+
|
| 1057 |
+
Classification
|
| 1058 |
+
|
| 1059 |
+
sweet oil
|
| 1060 |
+
|
| 1061 |
+
sour oil
|
| 1062 |
+
|
| 1063 |
+
Oil shale gas
|
| 1064 |
+
|
| 1065 |
+
Orphan wells
|
| 1066 |
+
|
| 1067 |
+
Peak oil
|
| 1068 |
+
|
| 1069 |
+
fossil fuel phase-out
|
| 1070 |
+
|
| 1071 |
+
timing
|
| 1072 |
+
|
| 1073 |
+
Petrocurrency
|
| 1074 |
+
|
| 1075 |
+
Petrodollar recycling
|
| 1076 |
+
|
| 1077 |
+
Petrofiction
|
| 1078 |
+
|
| 1079 |
+
Shale band
|
| 1080 |
+
|
| 1081 |
+
Shale gas
|
| 1082 |
+
|
| 1083 |
+
Swing producer
|
| 1084 |
+
|
| 1085 |
+
Unconventional (oil and gas) reservoir
|
| 1086 |
+
|
| 1087 |
+
light crude
|
| 1088 |
+
|
| 1089 |
+
heavy crude
|
| 1090 |
+
|
| 1091 |
+
oil sands
|
| 1092 |
+
|
| 1093 |
+
oil shale
|
| 1094 |
+
|
| 1095 |
+
tight oil
|
| 1096 |
+
|
| 1097 |
+
Companies and
|
| 1098 |
+
|
| 1099 |
+
organisations
|
| 1100 |
+
|
| 1101 |
+
Major
|
| 1102 |
+
|
| 1103 |
+
petroleum
|
| 1104 |
+
|
| 1105 |
+
companies
|
| 1106 |
+
|
| 1107 |
+
Supermajors
|
| 1108 |
+
|
| 1109 |
+
BP
|
| 1110 |
+
|
| 1111 |
+
Chevron
|
| 1112 |
+
|
| 1113 |
+
Eni
|
| 1114 |
+
|
| 1115 |
+
ExxonMobil
|
| 1116 |
+
|
| 1117 |
+
Shell
|
| 1118 |
+
|
| 1119 |
+
TotalEnergies
|
| 1120 |
+
|
| 1121 |
+
National oil
|
| 1122 |
+
|
| 1123 |
+
companies
|
| 1124 |
+
|
| 1125 |
+
Abu Dhabi National Oil Company
|
| 1126 |
+
|
| 1127 |
+
ANCAP
|
| 1128 |
+
|
| 1129 |
+
Bharat Petroleum
|
| 1130 |
+
|
| 1131 |
+
China National Offshore Oil Corporation
|
| 1132 |
+
|
| 1133 |
+
China National Petroleum Corporation
|
| 1134 |
+
|
| 1135 |
+
Ecopetrol
|
| 1136 |
+
|
| 1137 |
+
Equinor
|
| 1138 |
+
|
| 1139 |
+
Gazprom
|
| 1140 |
+
|
| 1141 |
+
Hindustan Petroleum
|
| 1142 |
+
|
| 1143 |
+
Indian Oil Corporation
|
| 1144 |
+
|
| 1145 |
+
Iraq National Oil Company
|
| 1146 |
+
|
| 1147 |
+
KazMunayGas
|
| 1148 |
+
|
| 1149 |
+
Kuwait Petroleum Corporation
|
| 1150 |
+
|
| 1151 |
+
Lotos
|
| 1152 |
+
|
| 1153 |
+
Naftogaz
|
| 1154 |
+
|
| 1155 |
+
National Iranian Oil Company
|
| 1156 |
+
|
| 1157 |
+
National Iranian South Oil Company
|
| 1158 |
+
|
| 1159 |
+
NNPC Limited
|
| 1160 |
+
|
| 1161 |
+
Oil & Gas Development Company
|
| 1162 |
+
|
| 1163 |
+
Oil and Natural Gas Corporation
|
| 1164 |
+
|
| 1165 |
+
Orlen
|
| 1166 |
+
|
| 1167 |
+
PDVSA
|
| 1168 |
+
|
| 1169 |
+
Pemex
|
| 1170 |
+
|
| 1171 |
+
Pertamina
|
| 1172 |
+
|
| 1173 |
+
Petrobangla
|
| 1174 |
+
|
| 1175 |
+
Petrobras
|
| 1176 |
+
|
| 1177 |
+
PetroChina
|
| 1178 |
+
|
| 1179 |
+
Petronas
|
| 1180 |
+
|
| 1181 |
+
Petrovietnam
|
| 1182 |
+
|
| 1183 |
+
PTT Public Company Limited
|
| 1184 |
+
|
| 1185 |
+
QatarEnergy
|
| 1186 |
+
|
| 1187 |
+
Rosneft
|
| 1188 |
+
|
| 1189 |
+
Saudi Aramco
|
| 1190 |
+
|
| 1191 |
+
Sinopec
|
| 1192 |
+
|
| 1193 |
+
SOCAR
|
| 1194 |
+
|
| 1195 |
+
Sonangol
|
| 1196 |
+
|
| 1197 |
+
Sonatrach
|
| 1198 |
+
|
| 1199 |
+
TPAO
|
| 1200 |
+
|
| 1201 |
+
YPF
|
| 1202 |
+
|
| 1203 |
+
Energy trading
|
| 1204 |
+
|
| 1205 |
+
Enron
|
| 1206 |
+
|
| 1207 |
+
Glencore
|
| 1208 |
+
|
| 1209 |
+
Gunvor
|
| 1210 |
+
|
| 1211 |
+
Mercuria
|
| 1212 |
+
|
| 1213 |
+
Naftiran Intertrade
|
| 1214 |
+
|
| 1215 |
+
Trafigura
|
| 1216 |
+
|
| 1217 |
+
Vitol
|
| 1218 |
+
|
| 1219 |
+
Others
|
| 1220 |
+
|
| 1221 |
+
APA Corporation
|
| 1222 |
+
|
| 1223 |
+
Cenovus Energy
|
| 1224 |
+
|
| 1225 |
+
Cepsa
|
| 1226 |
+
|
| 1227 |
+
ConocoPhillips
|
| 1228 |
+
|
| 1229 |
+
Devon Energy
|
| 1230 |
+
|
| 1231 |
+
Eneos Holdings
|
| 1232 |
+
|
| 1233 |
+
Galp Energia
|
| 1234 |
+
|
| 1235 |
+
Hess Corporation
|
| 1236 |
+
|
| 1237 |
+
Husky Energy
|
| 1238 |
+
|
| 1239 |
+
Imperial Oil
|
| 1240 |
+
|
| 1241 |
+
Lukoil
|
| 1242 |
+
|
| 1243 |
+
Marathon Oil
|
| 1244 |
+
|
| 1245 |
+
Marathon Petroleum
|
| 1246 |
+
|
| 1247 |
+
Occidental Petroleum
|
| 1248 |
+
|
| 1249 |
+
OMV
|
| 1250 |
+
|
| 1251 |
+
Phillips 66
|
| 1252 |
+
|
| 1253 |
+
Port Harcourt Refining Company
|
| 1254 |
+
|
| 1255 |
+
Reliance Industries
|
| 1256 |
+
|
| 1257 |
+
Repsol
|
| 1258 |
+
|
| 1259 |
+
Suncor Energy
|
| 1260 |
+
|
| 1261 |
+
Sunoco
|
| 1262 |
+
|
| 1263 |
+
Surgutneftegas
|
| 1264 |
+
|
| 1265 |
+
TechnipFMC
|
| 1266 |
+
|
| 1267 |
+
TNK-BP
|
| 1268 |
+
|
| 1269 |
+
Tullow Oil
|
| 1270 |
+
|
| 1271 |
+
Tüpraş
|
| 1272 |
+
|
| 1273 |
+
Valero Energy
|
| 1274 |
+
|
| 1275 |
+
Major
|
| 1276 |
+
|
| 1277 |
+
services
|
| 1278 |
+
|
| 1279 |
+
companies
|
| 1280 |
+
|
| 1281 |
+
Amec Foster Wheeler
|
| 1282 |
+
|
| 1283 |
+
Baker Hughes
|
| 1284 |
+
|
| 1285 |
+
Cameron International
|
| 1286 |
+
|
| 1287 |
+
CGG
|
| 1288 |
+
|
| 1289 |
+
CH2M
|
| 1290 |
+
|
| 1291 |
+
Chicago Bridge & Iron Company
|
| 1292 |
+
|
| 1293 |
+
China Oilfield Services
|
| 1294 |
+
|
| 1295 |
+
Enbridge
|
| 1296 |
+
|
| 1297 |
+
GE Power
|
| 1298 |
+
|
| 1299 |
+
Halliburton
|
| 1300 |
+
|
| 1301 |
+
Nabors Industries
|
| 1302 |
+
|
| 1303 |
+
Naftiran Intertrade
|
| 1304 |
+
|
| 1305 |
+
NOV Inc.
|
| 1306 |
+
|
| 1307 |
+
Petrofac
|
| 1308 |
+
|
| 1309 |
+
Saipem
|
| 1310 |
+
|
| 1311 |
+
Schlumberger
|
| 1312 |
+
|
| 1313 |
+
Snam
|
| 1314 |
+
|
| 1315 |
+
Subsea 7
|
| 1316 |
+
|
| 1317 |
+
TC Energy
|
| 1318 |
+
|
| 1319 |
+
Transocean
|
| 1320 |
+
|
| 1321 |
+
Valaris Limited
|
| 1322 |
+
|
| 1323 |
+
Weatherford International
|
| 1324 |
+
|
| 1325 |
+
John Wood Group
|
| 1326 |
+
|
| 1327 |
+
Others
|
| 1328 |
+
|
| 1329 |
+
American Petroleum Institute
|
| 1330 |
+
|
| 1331 |
+
Canadian petroleum companies
|
| 1332 |
+
|
| 1333 |
+
Intercontinental Exchange Futures
|
| 1334 |
+
|
| 1335 |
+
International Association of Oil & Gas Producers
|
| 1336 |
+
|
| 1337 |
+
International Energy Agency
|
| 1338 |
+
|
| 1339 |
+
Society of Petroleum Engineers
|
| 1340 |
+
|
| 1341 |
+
World Petroleum Council
|
| 1342 |
+
|
| 1343 |
+
Category
|
| 1344 |
+
|
| 1345 |
+
Retrieved from "
|
| 1346 |
+
|
| 1347 |
+
https://en.wikipedia.org/w/index.php?title=Completion_(oil_and_gas_wells)&oldid=1315646449
|
| 1348 |
+
|
| 1349 |
+
"
|
knowledge_base/volve_ddr_history/951b646d-976b-4954-869a-0df83fc6c429/data_level0.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88a56b9c6a836c2f515cfeeda415e0f472670993787028c8bae8ad1279d4bc09
|
| 3 |
+
size 97428000
|
knowledge_base/volve_ddr_history/951b646d-976b-4954-869a-0df83fc6c429/header.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b323664b2941ef57652e88b906e77923f85295e3774b703e68da9b4b60aa6aa
|
| 3 |
+
size 100
|
knowledge_base/volve_ddr_history/951b646d-976b-4954-869a-0df83fc6c429/index_metadata.pickle
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:beef128bb8dbdbb307e40075153db1119d74755e8a75cb004ecc03836efb2ae5
|
| 3 |
+
size 2116220
|
knowledge_base/volve_ddr_history/951b646d-976b-4954-869a-0df83fc6c429/length.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b52c4d0495078582c82f3ab12e78d28ce4cc73ed27e4c64285ec968eeab234a
|
| 3 |
+
size 92000
|
knowledge_base/volve_ddr_history/951b646d-976b-4954-869a-0df83fc6c429/link_lists.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cf9c7d041cfd6bcfab82331ee43ff64d1c62fdb580568aa58492de254b4939b
|
| 3 |
+
size 196856
|
knowledge_base/volve_ddr_history/chroma.sqlite3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b583db2620a4172ac3eb4519245709e85ad5df28bf71cb3f163f4db0e29dfec8
|
| 3 |
+
size 49451008
|
processed/ddr/15_9_19_A_activities.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
processed/ddr/15_9_19_A_daily_summary.csv
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
file,well_name,wellbore_name,report_start,report_end,create_date,spud_date,drill_complete,operator,drill_contractor
|
| 2 |
+
15_9_19_A_1980_01_01.xml,NO 15/9-19 A,NO 15/9-19 A,1979-12-30 23:00:00+00:00,1980-01-01T00:00:00+01:00,2018-05-03T13:53:19+02:00,1997-07-25T00:00:00+02:00,1997-08-30,,
|
| 3 |
+
15_9_19_A_1997_07_25.xml,NO 15/9-19 A,NO 15/9-19 A,1997-07-23 22:00:00+00:00,1997-07-25T00:00:00+02:00,2018-05-03T13:53:19+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 4 |
+
15_9_19_A_1997_07_26.xml,NO 15/9-19 A,NO 15/9-19 A,1997-07-24 22:00:00+00:00,1997-07-26T00:00:00+02:00,2018-05-03T13:53:19+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 5 |
+
15_9_19_A_1997_07_27.xml,NO 15/9-19 A,NO 15/9-19 A,1997-07-25 22:00:00+00:00,1997-07-27T00:00:00+02:00,2018-05-03T13:53:19+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 6 |
+
15_9_19_A_1997_07_28.xml,NO 15/9-19 A,NO 15/9-19 A,1997-07-26 22:00:00+00:00,1997-07-28T00:00:00+02:00,2018-05-03T13:53:19+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 7 |
+
15_9_19_A_1997_07_29.xml,NO 15/9-19 A,NO 15/9-19 A,1997-07-27 22:00:00+00:00,1997-07-29T00:00:00+02:00,2018-05-03T13:53:19+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 8 |
+
15_9_19_A_1997_07_30.xml,NO 15/9-19 A,NO 15/9-19 A,1997-07-28 22:00:00+00:00,1997-07-30T00:00:00+02:00,2018-05-03T13:53:19+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 9 |
+
15_9_19_A_1997_07_31.xml,NO 15/9-19 A,NO 15/9-19 A,1997-07-29 22:00:00+00:00,1997-07-31T00:00:00+02:00,2018-05-03T13:53:20+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 10 |
+
15_9_19_A_1997_08_01.xml,NO 15/9-19 A,NO 15/9-19 A,1997-07-30 22:00:00+00:00,1997-08-01T00:00:00+02:00,2018-05-03T13:53:20+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 11 |
+
15_9_19_A_1997_08_02.xml,NO 15/9-19 A,NO 15/9-19 A,1997-07-31 22:00:00+00:00,1997-08-02T00:00:00+02:00,2018-05-03T13:53:20+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 12 |
+
15_9_19_A_1997_08_03.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-01 22:00:00+00:00,1997-08-03T00:00:00+02:00,2018-05-03T13:53:20+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 13 |
+
15_9_19_A_1997_08_04.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-02 22:00:00+00:00,1997-08-04T00:00:00+02:00,2018-05-03T13:53:20+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 14 |
+
15_9_19_A_1997_08_05.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-03 22:00:00+00:00,1997-08-05T00:00:00+02:00,2018-05-03T13:53:20+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 15 |
+
15_9_19_A_1997_08_06.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-04 22:00:00+00:00,1997-08-06T00:00:00+02:00,2018-05-03T13:53:20+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 16 |
+
15_9_19_A_1997_08_07.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-05 22:00:00+00:00,1997-08-07T00:00:00+02:00,2018-05-03T13:53:20+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 17 |
+
15_9_19_A_1997_08_08.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-06 22:00:00+00:00,1997-08-08T00:00:00+02:00,2018-05-03T13:53:20+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 18 |
+
15_9_19_A_1997_08_09.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-07 22:00:00+00:00,1997-08-09T00:00:00+02:00,2018-05-03T13:53:20+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 19 |
+
15_9_19_A_1997_08_10.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-08 22:00:00+00:00,1997-08-10T00:00:00+02:00,2018-05-03T13:53:21+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 20 |
+
15_9_19_A_1997_08_11.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-09 22:00:00+00:00,1997-08-11T00:00:00+02:00,2018-05-03T13:53:21+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 21 |
+
15_9_19_A_1997_08_12.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-10 22:00:00+00:00,1997-08-12T00:00:00+02:00,2018-05-03T13:53:21+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 22 |
+
15_9_19_A_1997_08_13.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-11 22:00:00+00:00,1997-08-13T00:00:00+02:00,2018-05-03T13:53:21+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 23 |
+
15_9_19_A_1997_08_14.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-12 22:00:00+00:00,1997-08-14T00:00:00+02:00,2018-05-03T13:53:21+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 24 |
+
15_9_19_A_1997_08_15.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-13 22:00:00+00:00,1997-08-15T00:00:00+02:00,2018-05-03T13:53:21+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 25 |
+
15_9_19_A_1997_08_16.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-14 22:00:00+00:00,1997-08-16T00:00:00+02:00,2018-05-03T13:53:21+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 26 |
+
15_9_19_A_1997_08_17.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-15 22:00:00+00:00,1997-08-17T00:00:00+02:00,2018-05-03T13:53:21+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 27 |
+
15_9_19_A_1997_08_18.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-16 22:00:00+00:00,1997-08-18T00:00:00+02:00,2018-05-03T13:53:22+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 28 |
+
15_9_19_A_1997_08_19.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-17 22:00:00+00:00,1997-08-19T00:00:00+02:00,2018-05-03T13:53:22+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 29 |
+
15_9_19_A_1997_08_20.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-18 22:00:00+00:00,1997-08-20T00:00:00+02:00,2018-05-03T13:53:22+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 30 |
+
15_9_19_A_1997_08_21.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-19 22:00:00+00:00,1997-08-21T00:00:00+02:00,2018-05-03T13:53:22+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 31 |
+
15_9_19_A_1997_08_22.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-20 22:00:00+00:00,1997-08-22T00:00:00+02:00,2018-05-03T13:53:22+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 32 |
+
15_9_19_A_1997_08_23.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-21 22:00:00+00:00,1997-08-23T00:00:00+02:00,2018-05-03T13:53:22+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 33 |
+
15_9_19_A_1997_08_24.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-22 22:00:00+00:00,1997-08-24T00:00:00+02:00,2018-05-03T13:53:22+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 34 |
+
15_9_19_A_1997_08_25.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-23 22:00:00+00:00,1997-08-25T00:00:00+02:00,2018-05-03T13:53:22+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 35 |
+
15_9_19_A_1997_08_26.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-24 22:00:00+00:00,1997-08-26T00:00:00+02:00,2018-05-03T13:53:22+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 36 |
+
15_9_19_A_1997_08_27.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-25 22:00:00+00:00,1997-08-27T00:00:00+02:00,2018-05-03T13:53:23+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 37 |
+
15_9_19_A_1997_08_28.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-26 22:00:00+00:00,1997-08-28T00:00:00+02:00,2018-05-03T13:53:23+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 38 |
+
15_9_19_A_1997_08_29.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-27 22:00:00+00:00,1997-08-29T00:00:00+02:00,2018-05-03T13:53:23+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 39 |
+
15_9_19_A_1997_08_30.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-28 22:00:00+00:00,1997-08-30T00:00:00+02:00,2018-05-03T13:53:23+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 40 |
+
15_9_19_A_1997_08_31.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-29 22:00:00+00:00,1997-08-31T00:00:00+02:00,2018-05-03T13:53:23+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 41 |
+
15_9_19_A_1997_09_01.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-30 22:00:00+00:00,1997-09-01T00:00:00+02:00,2018-05-03T13:53:23+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 42 |
+
15_9_19_A_1997_09_02.xml,NO 15/9-19 A,NO 15/9-19 A,1997-08-31 22:00:00+00:00,1997-09-02T00:00:00+02:00,2018-05-03T13:53:23+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 43 |
+
15_9_19_A_1997_09_03.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-01 22:00:00+00:00,1997-09-03T00:00:00+02:00,2018-05-03T13:53:23+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 44 |
+
15_9_19_A_1997_09_04.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-02 22:00:00+00:00,1997-09-04T00:00:00+02:00,2018-05-03T13:53:23+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 45 |
+
15_9_19_A_1997_09_05.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-03 22:00:00+00:00,1997-09-05T00:00:00+02:00,2018-05-03T13:53:23+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 46 |
+
15_9_19_A_1997_09_06.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-04 22:00:00+00:00,1997-09-06T00:00:00+02:00,2018-05-03T13:53:23+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 47 |
+
15_9_19_A_1997_09_07.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-05 22:00:00+00:00,1997-09-07T00:00:00+02:00,2018-05-03T13:53:24+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 48 |
+
15_9_19_A_1997_09_08.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-06 22:00:00+00:00,1997-09-08T00:00:00+02:00,2018-05-03T13:53:24+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 49 |
+
15_9_19_A_1997_09_09.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-07 22:00:00+00:00,1997-09-09T00:00:00+02:00,2018-05-03T13:53:24+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 50 |
+
15_9_19_A_1997_09_10.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-08 22:00:00+00:00,1997-09-10T00:00:00+02:00,2018-05-03T13:53:24+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 51 |
+
15_9_19_A_1997_09_11.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-09 22:00:00+00:00,1997-09-11T00:00:00+02:00,2018-05-03T13:53:24+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 52 |
+
15_9_19_A_1997_09_12.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-10 22:00:00+00:00,1997-09-12T00:00:00+02:00,2018-05-03T13:53:24+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 53 |
+
15_9_19_A_1997_09_13.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-11 22:00:00+00:00,1997-09-13T00:00:00+02:00,2018-05-03T13:53:24+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 54 |
+
15_9_19_A_1997_09_14.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-12 22:00:00+00:00,1997-09-14T00:00:00+02:00,2018-05-03T13:53:24+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 55 |
+
15_9_19_A_1997_09_15.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-13 22:00:00+00:00,1997-09-15T00:00:00+02:00,2018-05-03T13:53:24+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 56 |
+
15_9_19_A_1997_09_16.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-14 22:00:00+00:00,1997-09-16T00:00:00+02:00,2018-05-03T13:53:24+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 57 |
+
15_9_19_A_1997_09_17.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-15 22:00:00+00:00,1997-09-17T00:00:00+02:00,2018-05-03T13:53:24+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 58 |
+
15_9_19_A_1997_09_18.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-16 22:00:00+00:00,1997-09-18T00:00:00+02:00,2018-05-03T13:53:24+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 59 |
+
15_9_19_A_1997_09_19.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-17 22:00:00+00:00,1997-09-19T00:00:00+02:00,2018-05-03T13:53:24+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 60 |
+
15_9_19_A_1997_09_20.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-18 22:00:00+00:00,1997-09-20T00:00:00+02:00,2018-05-03T13:53:25+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 61 |
+
15_9_19_A_1997_09_21.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-19 22:00:00+00:00,1997-09-21T00:00:00+02:00,2018-05-03T13:53:25+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 62 |
+
15_9_19_A_1997_09_22.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-20 22:00:00+00:00,1997-09-22T00:00:00+02:00,2018-05-03T13:53:25+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 63 |
+
15_9_19_A_1997_09_23.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-21 22:00:00+00:00,1997-09-23T00:00:00+02:00,2018-05-03T13:53:25+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 64 |
+
15_9_19_A_1997_09_24.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-22 22:00:00+00:00,1997-09-24T00:00:00+02:00,2018-05-03T13:53:25+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 65 |
+
15_9_19_A_1997_09_25.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-23 22:00:00+00:00,1997-09-25T00:00:00+02:00,2018-05-03T13:53:25+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 66 |
+
15_9_19_A_1997_09_26.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-24 22:00:00+00:00,1997-09-26T00:00:00+02:00,2018-05-03T13:53:25+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 67 |
+
15_9_19_A_1997_09_27.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-25 22:00:00+00:00,1997-09-27T00:00:00+02:00,2018-05-03T13:53:25+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 68 |
+
15_9_19_A_1997_09_28.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-26 22:00:00+00:00,1997-09-28T00:00:00+02:00,2018-05-03T13:53:25+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 69 |
+
15_9_19_A_1997_09_29.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-27 22:00:00+00:00,1997-09-29T00:00:00+02:00,2018-05-03T13:53:25+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 70 |
+
15_9_19_A_1997_09_30.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-28 22:00:00+00:00,1997-09-30T00:00:00+02:00,2018-05-03T13:53:25+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 71 |
+
15_9_19_A_1997_10_01.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-29 22:00:00+00:00,1997-10-01T00:00:00+02:00,2018-05-03T13:53:25+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 72 |
+
15_9_19_A_1997_10_02.xml,NO 15/9-19 A,NO 15/9-19 A,1997-09-30 22:00:00+00:00,1997-10-02T00:00:00+02:00,2018-05-03T13:53:26+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 73 |
+
15_9_19_A_1997_10_03.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-01 22:00:00+00:00,1997-10-03T00:00:00+02:00,2018-05-03T13:53:26+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 74 |
+
15_9_19_A_1997_10_04.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-02 22:00:00+00:00,1997-10-04T00:00:00+02:00,2018-05-03T13:53:26+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 75 |
+
15_9_19_A_1997_10_05.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-03 22:00:00+00:00,1997-10-05T00:00:00+02:00,2018-05-03T13:53:26+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 76 |
+
15_9_19_A_1997_10_06.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-04 22:00:00+00:00,1997-10-06T00:00:00+02:00,2018-05-03T13:53:26+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 77 |
+
15_9_19_A_1997_10_07.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-05 22:00:00+00:00,1997-10-07T00:00:00+02:00,2018-05-03T13:53:26+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 78 |
+
15_9_19_A_1997_10_08.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-06 22:00:00+00:00,1997-10-08T00:00:00+02:00,2018-05-03T13:53:26+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 79 |
+
15_9_19_A_1997_10_09.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-07 22:00:00+00:00,1997-10-09T00:00:00+02:00,2018-05-03T13:53:26+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 80 |
+
15_9_19_A_1997_10_10.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-08 22:00:00+00:00,1997-10-10T00:00:00+02:00,2018-05-03T13:53:26+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 81 |
+
15_9_19_A_1997_10_11.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-09 22:00:00+00:00,1997-10-11T00:00:00+02:00,2018-05-03T13:53:26+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 82 |
+
15_9_19_A_1997_10_12.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-10 22:00:00+00:00,1997-10-12T00:00:00+02:00,2018-05-03T13:53:26+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 83 |
+
15_9_19_A_1997_10_13.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-11 22:00:00+00:00,1997-10-13T00:00:00+02:00,2018-05-03T13:53:26+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 84 |
+
15_9_19_A_1997_10_14.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-12 22:00:00+00:00,1997-10-14T00:00:00+02:00,2018-05-03T13:53:27+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 85 |
+
15_9_19_A_1997_10_15.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-13 22:00:00+00:00,1997-10-15T00:00:00+02:00,2018-05-03T13:53:27+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 86 |
+
15_9_19_A_1997_10_16.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-14 22:00:00+00:00,1997-10-16T00:00:00+02:00,2018-05-03T13:53:27+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 87 |
+
15_9_19_A_1997_10_17.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-15 22:00:00+00:00,1997-10-17T00:00:00+02:00,2018-05-03T13:53:27+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 88 |
+
15_9_19_A_1997_10_18.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-16 22:00:00+00:00,1997-10-18T00:00:00+02:00,2018-05-03T13:53:27+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 89 |
+
15_9_19_A_1997_10_19.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-17 22:00:00+00:00,1997-10-19T00:00:00+02:00,2018-05-03T13:53:27+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 90 |
+
15_9_19_A_1997_10_20.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-18 22:00:00+00:00,1997-10-20T00:00:00+02:00,2018-05-03T13:53:27+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 91 |
+
15_9_19_A_1997_10_21.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-19 22:00:00+00:00,1997-10-21T00:00:00+02:00,2018-05-03T13:53:27+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 92 |
+
15_9_19_A_1997_10_22.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-20 22:00:00+00:00,1997-10-22T00:00:00+02:00,2018-05-03T13:53:27+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 93 |
+
15_9_19_A_1997_10_23.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-21 22:00:00+00:00,1997-10-23T00:00:00+02:00,2018-05-03T13:53:27+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 94 |
+
15_9_19_A_1997_10_24.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-22 22:00:00+00:00,1997-10-24T00:00:00+02:00,2018-05-03T13:53:27+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 95 |
+
15_9_19_A_1997_10_25.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-23 22:00:00+00:00,1997-10-25T00:00:00+02:00,2018-05-03T13:53:28+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 96 |
+
15_9_19_A_1997_10_26.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-24 22:00:00+00:00,1997-10-26T00:00:00+02:00,2018-05-03T13:53:28+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 97 |
+
15_9_19_A_1997_10_27.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-25 22:00:00+00:00,1997-10-27T00:00:00+01:00,2018-05-03T13:53:28+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 98 |
+
15_9_19_A_1997_10_28.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-26 23:00:00+00:00,1997-10-28T00:00:00+01:00,2018-05-03T13:53:28+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 99 |
+
15_9_19_A_1997_10_29.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-27 23:00:00+00:00,1997-10-29T00:00:00+01:00,2018-05-03T13:53:28+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 100 |
+
15_9_19_A_1997_10_30.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-28 23:00:00+00:00,1997-10-30T00:00:00+01:00,2018-05-03T13:53:28+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 101 |
+
15_9_19_A_1997_10_31.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-29 23:00:00+00:00,1997-10-31T00:00:00+01:00,2018-05-03T13:53:28+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 102 |
+
15_9_19_A_1997_11_01.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-30 23:00:00+00:00,1997-11-01T00:00:00+01:00,2018-05-03T13:53:28+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 103 |
+
15_9_19_A_1997_11_02.xml,NO 15/9-19 A,NO 15/9-19 A,1997-10-31 23:00:00+00:00,1997-11-02T00:00:00+01:00,2018-05-03T13:53:28+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 104 |
+
15_9_19_A_1997_11_03.xml,NO 15/9-19 A,NO 15/9-19 A,1997-11-01 23:00:00+00:00,1997-11-03T00:00:00+01:00,2018-05-03T13:53:28+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 105 |
+
15_9_19_A_1997_11_04.xml,NO 15/9-19 A,NO 15/9-19 A,1997-11-02 23:00:00+00:00,1997-11-04T00:00:00+01:00,2018-05-03T13:53:28+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 106 |
+
15_9_19_A_1997_11_05.xml,NO 15/9-19 A,NO 15/9-19 A,1997-11-03 23:00:00+00:00,1997-11-05T00:00:00+01:00,2018-05-03T13:53:29+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 107 |
+
15_9_19_A_1997_11_06.xml,NO 15/9-19 A,NO 15/9-19 A,1997-11-04 23:00:00+00:00,1997-11-06T00:00:00+01:00,2018-05-03T13:53:29+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 108 |
+
15_9_19_A_1997_11_07.xml,NO 15/9-19 A,NO 15/9-19 A,1997-11-05 23:00:00+00:00,1997-11-07T00:00:00+01:00,2018-05-03T13:53:29+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 109 |
+
15_9_19_A_1997_11_08.xml,NO 15/9-19 A,NO 15/9-19 A,1997-11-06 23:00:00+00:00,1997-11-08T00:00:00+01:00,2018-05-03T13:53:29+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 110 |
+
15_9_19_A_1997_11_09.xml,NO 15/9-19 A,NO 15/9-19 A,1997-11-07 23:00:00+00:00,1997-11-09T00:00:00+01:00,2018-05-03T13:53:29+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
| 111 |
+
15_9_19_A_1997_11_10.xml,NO 15/9-19 A,NO 15/9-19 A,1997-11-08 23:00:00+00:00,1997-11-10T00:00:00+01:00,2018-05-03T13:53:29+02:00,1997-07-25T00:00:00+02:00,1997-08-30,Statoil,
|
processed/ddr/15_9_19_B_activities.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
processed/ddr/15_9_19_B_daily_summary.csv
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
file,well_name,wellbore_name,report_start,report_end,create_date,spud_date,drill_complete,operator,drill_contractor
|
| 2 |
+
15_9_19_B_1997_11_10.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-08 23:00:00+00:00,1997-11-10T00:00:00+01:00,2018-05-03T13:53:29+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 3 |
+
15_9_19_B_1997_11_11.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-09 23:00:00+00:00,1997-11-11T00:00:00+01:00,2018-05-03T13:53:29+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 4 |
+
15_9_19_B_1997_11_12.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-10 23:00:00+00:00,1997-11-12T00:00:00+01:00,2018-05-03T13:53:29+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 5 |
+
15_9_19_B_1997_11_13.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-11 23:00:00+00:00,1997-11-13T00:00:00+01:00,2018-05-03T13:53:30+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 6 |
+
15_9_19_B_1997_11_14.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-12 23:00:00+00:00,1997-11-14T00:00:00+01:00,2018-05-03T13:53:30+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 7 |
+
15_9_19_B_1997_11_15.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-13 23:00:00+00:00,1997-11-15T00:00:00+01:00,2018-05-03T13:53:30+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 8 |
+
15_9_19_B_1997_11_16.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-14 23:00:00+00:00,1997-11-16T00:00:00+01:00,2018-05-03T13:53:30+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 9 |
+
15_9_19_B_1997_11_17.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-15 23:00:00+00:00,1997-11-17T00:00:00+01:00,2018-05-03T13:53:30+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 10 |
+
15_9_19_B_1997_11_18.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-16 23:00:00+00:00,1997-11-18T00:00:00+01:00,2018-05-03T13:53:30+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 11 |
+
15_9_19_B_1997_11_19.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-17 23:00:00+00:00,1997-11-19T00:00:00+01:00,2018-05-03T13:53:30+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 12 |
+
15_9_19_B_1997_11_20.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-18 23:00:00+00:00,1997-11-20T00:00:00+01:00,2018-05-03T13:53:30+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 13 |
+
15_9_19_B_1997_11_21.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-19 23:00:00+00:00,1997-11-21T00:00:00+01:00,2018-05-03T13:53:31+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 14 |
+
15_9_19_B_1997_11_22.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-20 23:00:00+00:00,1997-11-22T00:00:00+01:00,2018-05-03T13:53:31+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 15 |
+
15_9_19_B_1997_11_23.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-21 23:00:00+00:00,1997-11-23T00:00:00+01:00,2018-05-03T13:53:31+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 16 |
+
15_9_19_B_1997_11_24.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-22 23:00:00+00:00,1997-11-24T00:00:00+01:00,2018-05-03T13:53:31+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 17 |
+
15_9_19_B_1997_11_25.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-23 23:00:00+00:00,1997-11-25T00:00:00+01:00,2018-05-03T13:53:31+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 18 |
+
15_9_19_B_1997_11_26.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-24 23:00:00+00:00,1997-11-26T00:00:00+01:00,2018-05-03T13:53:31+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 19 |
+
15_9_19_B_1997_11_27.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-25 23:00:00+00:00,1997-11-27T00:00:00+01:00,2018-05-03T13:53:31+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 20 |
+
15_9_19_B_1997_11_28.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-26 23:00:00+00:00,1997-11-28T00:00:00+01:00,2018-05-03T13:53:31+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 21 |
+
15_9_19_B_1997_11_29.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-27 23:00:00+00:00,1997-11-29T00:00:00+01:00,2018-05-03T13:53:31+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 22 |
+
15_9_19_B_1997_11_30.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-28 23:00:00+00:00,1997-11-30T00:00:00+01:00,2018-05-03T13:53:32+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 23 |
+
15_9_19_B_1997_12_01.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-29 23:00:00+00:00,1997-12-01T00:00:00+01:00,2018-05-03T13:53:32+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 24 |
+
15_9_19_B_1997_12_02.xml,NO 15/9-19 B,NO 15/9-19 B,1997-11-30 23:00:00+00:00,1997-12-02T00:00:00+01:00,2018-05-03T13:53:32+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 25 |
+
15_9_19_B_1997_12_03.xml,NO 15/9-19 B,NO 15/9-19 B,1997-12-01 23:00:00+00:00,1997-12-03T00:00:00+01:00,2018-05-03T13:53:32+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 26 |
+
15_9_19_B_1997_12_04.xml,NO 15/9-19 B,NO 15/9-19 B,1997-12-02 23:00:00+00:00,1997-12-04T00:00:00+01:00,2018-05-03T13:53:32+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 27 |
+
15_9_19_B_1997_12_05.xml,NO 15/9-19 B,NO 15/9-19 B,1997-12-03 23:00:00+00:00,1997-12-05T00:00:00+01:00,2018-05-03T13:53:32+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 28 |
+
15_9_19_BT2_1997_12_06.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-04 23:00:00+00:00,1997-12-06T00:00:00+01:00,2018-05-03T13:53:32+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 29 |
+
15_9_19_B_1997_12_06.xml,NO 15/9-19 B,NO 15/9-19 B,1997-12-04 23:00:00+00:00,1997-12-06T00:00:00+01:00,2018-05-03T13:53:32+02:00,1997-11-10T00:00:00+01:00,,Statoil,
|
| 30 |
+
15_9_19_BT2_1997_12_07.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-05 23:00:00+00:00,1997-12-07T00:00:00+01:00,2018-05-03T13:53:32+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 31 |
+
15_9_19_BT2_1997_12_08.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-06 23:00:00+00:00,1997-12-08T00:00:00+01:00,2018-05-03T13:53:33+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 32 |
+
15_9_19_BT2_1997_12_09.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-07 23:00:00+00:00,1997-12-09T00:00:00+01:00,2018-05-03T13:53:33+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 33 |
+
15_9_19_BT2_1997_12_10.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-08 23:00:00+00:00,1997-12-10T00:00:00+01:00,2018-05-03T13:53:33+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 34 |
+
15_9_19_BT2_1997_12_11.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-09 23:00:00+00:00,1997-12-11T00:00:00+01:00,2018-05-03T13:53:33+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 35 |
+
15_9_19_BT2_1997_12_12.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-10 23:00:00+00:00,1997-12-12T00:00:00+01:00,2018-05-03T13:53:33+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 36 |
+
15_9_19_BT2_1997_12_13.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-11 23:00:00+00:00,1997-12-13T00:00:00+01:00,2018-05-03T13:53:33+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 37 |
+
15_9_19_BT2_1997_12_14.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-12 23:00:00+00:00,1997-12-14T00:00:00+01:00,2018-05-03T13:53:33+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 38 |
+
15_9_19_BT2_1997_12_15.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-13 23:00:00+00:00,1997-12-15T00:00:00+01:00,2018-05-03T13:53:33+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 39 |
+
15_9_19_BT2_1997_12_16.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-14 23:00:00+00:00,1997-12-16T00:00:00+01:00,2018-05-03T13:53:33+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 40 |
+
15_9_19_BT2_1997_12_17.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-15 23:00:00+00:00,1997-12-17T00:00:00+01:00,2018-05-03T13:53:34+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 41 |
+
15_9_19_BT2_1997_12_18.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-16 23:00:00+00:00,1997-12-18T00:00:00+01:00,2018-05-03T13:53:34+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 42 |
+
15_9_19_BT2_1997_12_19.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-17 23:00:00+00:00,1997-12-19T00:00:00+01:00,2018-05-03T13:53:34+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 43 |
+
15_9_19_BT2_1997_12_20.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-18 23:00:00+00:00,1997-12-20T00:00:00+01:00,2018-05-03T13:53:34+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 44 |
+
15_9_19_BT2_1997_12_21.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-19 23:00:00+00:00,1997-12-21T00:00:00+01:00,2018-05-03T13:53:34+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 45 |
+
15_9_19_BT2_1997_12_22.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-20 23:00:00+00:00,1997-12-22T00:00:00+01:00,2018-05-03T13:53:34+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 46 |
+
15_9_19_BT2_1997_12_23.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-21 23:00:00+00:00,1997-12-23T00:00:00+01:00,2018-05-03T13:53:34+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 47 |
+
15_9_19_BT2_1997_12_24.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-22 23:00:00+00:00,1997-12-24T00:00:00+01:00,2018-05-03T13:53:34+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 48 |
+
15_9_19_BT2_1997_12_25.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-23 23:00:00+00:00,1997-12-25T00:00:00+01:00,2018-05-03T13:53:35+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 49 |
+
15_9_19_BT2_1997_12_26.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-24 23:00:00+00:00,1997-12-26T00:00:00+01:00,2018-05-03T13:53:35+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 50 |
+
15_9_19_BT2_1997_12_27.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-25 23:00:00+00:00,1997-12-27T00:00:00+01:00,2018-05-03T13:53:35+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 51 |
+
15_9_19_BT2_1997_12_28.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-26 23:00:00+00:00,1997-12-28T00:00:00+01:00,2018-05-03T13:53:35+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 52 |
+
15_9_19_BT2_1997_12_29.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-27 23:00:00+00:00,1997-12-29T00:00:00+01:00,2018-05-03T13:53:35+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 53 |
+
15_9_19_BT2_1997_12_30.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-28 23:00:00+00:00,1997-12-30T00:00:00+01:00,2018-05-03T13:53:35+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 54 |
+
15_9_19_BT2_1997_12_31.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-29 23:00:00+00:00,1997-12-31T00:00:00+01:00,2018-05-03T13:53:35+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 55 |
+
15_9_19_BT2_1998_01_01.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-30 23:00:00+00:00,1998-01-01T00:00:00+01:00,2018-05-03T13:53:35+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 56 |
+
15_9_19_BT2_1998_01_02.xml,NO 15/9-19 B,NO 15/9-19 BT2,1997-12-31 23:00:00+00:00,1998-01-02T00:00:00+01:00,2018-05-03T13:53:35+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 57 |
+
15_9_19_BT2_1998_01_03.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-01 23:00:00+00:00,1998-01-03T00:00:00+01:00,2018-05-03T13:53:36+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 58 |
+
15_9_19_BT2_1998_01_04.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-02 23:00:00+00:00,1998-01-04T00:00:00+01:00,2018-05-03T13:53:36+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 59 |
+
15_9_19_BT2_1998_01_05.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-03 23:00:00+00:00,1998-01-05T00:00:00+01:00,2018-05-03T13:53:36+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 60 |
+
15_9_19_BT2_1998_01_06.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-04 23:00:00+00:00,1998-01-06T00:00:00+01:00,2018-05-03T13:53:36+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 61 |
+
15_9_19_BT2_1998_01_07.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-05 23:00:00+00:00,1998-01-07T00:00:00+01:00,2018-05-03T13:53:36+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 62 |
+
15_9_19_BT2_1998_01_08.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-06 23:00:00+00:00,1998-01-08T00:00:00+01:00,2018-05-03T13:53:36+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 63 |
+
15_9_19_BT2_1998_01_09.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-07 23:00:00+00:00,1998-01-09T00:00:00+01:00,2018-05-03T13:53:36+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 64 |
+
15_9_19_BT2_1998_01_10.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-08 23:00:00+00:00,1998-01-10T00:00:00+01:00,2018-05-03T13:53:36+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 65 |
+
15_9_19_BT2_1998_01_11.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-09 23:00:00+00:00,1998-01-11T00:00:00+01:00,2018-05-03T13:53:36+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 66 |
+
15_9_19_BT2_1998_01_12.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-10 23:00:00+00:00,1998-01-12T00:00:00+01:00,2018-05-03T13:53:37+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 67 |
+
15_9_19_BT2_1998_01_13.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-11 23:00:00+00:00,1998-01-13T00:00:00+01:00,2018-05-03T13:53:37+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 68 |
+
15_9_19_BT2_1998_01_14.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-12 23:00:00+00:00,1998-01-14T00:00:00+01:00,2018-05-03T13:53:37+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 69 |
+
15_9_19_BT2_1998_01_15.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-13 23:00:00+00:00,1998-01-15T00:00:00+01:00,2018-05-03T13:53:37+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 70 |
+
15_9_19_BT2_1998_01_16.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-14 23:00:00+00:00,1998-01-16T00:00:00+01:00,2018-05-03T13:53:37+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 71 |
+
15_9_19_BT2_1998_01_17.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-15 23:00:00+00:00,1998-01-17T00:00:00+01:00,2018-05-03T13:53:37+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 72 |
+
15_9_19_BT2_1998_01_18.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-16 23:00:00+00:00,1998-01-18T00:00:00+01:00,2018-05-03T13:53:37+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 73 |
+
15_9_19_BT2_1998_01_19.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-17 23:00:00+00:00,1998-01-19T00:00:00+01:00,2018-05-03T13:53:37+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 74 |
+
15_9_19_BT2_1998_01_20.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-18 23:00:00+00:00,1998-01-20T00:00:00+01:00,2018-05-03T13:53:37+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 75 |
+
15_9_19_BT2_1998_01_21.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-19 23:00:00+00:00,1998-01-21T00:00:00+01:00,2018-05-03T13:53:37+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 76 |
+
15_9_19_BT2_1998_01_22.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-20 23:00:00+00:00,1998-01-22T00:00:00+01:00,2018-05-03T13:53:37+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 77 |
+
15_9_19_BT2_1998_01_23.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-21 23:00:00+00:00,1998-01-23T00:00:00+01:00,2018-05-03T13:53:38+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 78 |
+
15_9_19_BT2_1998_01_24.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-22 23:00:00+00:00,1998-01-24T00:00:00+01:00,2018-05-03T13:53:38+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 79 |
+
15_9_19_BT2_1998_01_25.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-23 23:00:00+00:00,1998-01-25T00:00:00+01:00,2018-05-03T13:53:38+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 80 |
+
15_9_19_BT2_1998_01_26.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-24 23:00:00+00:00,1998-01-26T00:00:00+01:00,2018-05-03T13:53:38+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 81 |
+
15_9_19_BT2_1998_01_27.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-25 23:00:00+00:00,1998-01-27T00:00:00+01:00,2018-05-03T13:53:38+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 82 |
+
15_9_19_BT2_1998_01_28.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-26 23:00:00+00:00,1998-01-28T00:00:00+01:00,2018-05-03T13:53:38+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 83 |
+
15_9_19_BT2_1998_01_29.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-27 23:00:00+00:00,1998-01-29T00:00:00+01:00,2018-05-03T13:53:38+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 84 |
+
15_9_19_BT2_1998_01_30.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-28 23:00:00+00:00,1998-01-30T00:00:00+01:00,2018-05-03T13:53:38+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 85 |
+
15_9_19_BT2_1998_01_31.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-29 23:00:00+00:00,1998-01-31T00:00:00+01:00,2018-05-03T13:53:38+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 86 |
+
15_9_19_BT2_1998_02_01.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-30 23:00:00+00:00,1998-02-01T00:00:00+01:00,2018-05-03T13:53:38+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 87 |
+
15_9_19_BT2_1998_02_02.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-01-31 23:00:00+00:00,1998-02-02T00:00:00+01:00,2018-05-03T13:53:38+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 88 |
+
15_9_19_BT2_1998_02_03.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-02-01 23:00:00+00:00,1998-02-03T00:00:00+01:00,2018-05-03T13:53:39+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 89 |
+
15_9_19_BT2_1998_02_04.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-02-02 23:00:00+00:00,1998-02-04T00:00:00+01:00,2018-05-03T13:53:39+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
| 90 |
+
15_9_19_BT2_1998_02_05.xml,NO 15/9-19 B,NO 15/9-19 BT2,1998-02-03 23:00:00+00:00,1998-02-05T00:00:00+01:00,2018-05-03T13:53:39+02:00,1997-12-05T00:00:00+01:00,,Statoil,
|
processed/ddr/15_9_19_S_activities.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
processed/ddr/15_9_19_S_daily_summary.csv
ADDED
|
@@ -0,0 +1,177 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
file,well_name,wellbore_name,report_start,report_end,create_date,spud_date,drill_complete,operator,drill_contractor
|
| 2 |
+
15_9_19_S_1992_09_09.xml,NO 15/9-19 S,NO 15/9-19 S,1992-09-07 22:00:00+00:00,1992-09-09T00:00:00+02:00,2018-05-03T13:53:39+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 3 |
+
15_9_19_S_1992_09_10.xml,NO 15/9-19 S,NO 15/9-19 S,1992-09-08 22:00:00+00:00,1992-09-10T00:00:00+02:00,2018-05-03T13:53:39+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 4 |
+
15_9_19_S_1992_09_11.xml,NO 15/9-19 S,NO 15/9-19 S,1992-09-09 22:00:00+00:00,1992-09-11T00:00:00+02:00,2018-05-03T13:53:39+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 5 |
+
15_9_19_S_1992_09_12.xml,NO 15/9-19 S,NO 15/9-19 S,1992-09-10 22:00:00+00:00,1992-09-12T00:00:00+02:00,2018-05-03T13:53:39+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 6 |
+
15_9_19_S_1992_09_13.xml,NO 15/9-19 S,NO 15/9-19 S,1992-09-11 22:00:00+00:00,1992-09-13T00:00:00+02:00,2018-05-03T13:53:39+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 7 |
+
15_9_19_S_1992_09_14.xml,NO 15/9-19 S,NO 15/9-19 S,1992-09-12 22:00:00+00:00,1992-09-14T00:00:00+02:00,2018-05-03T13:53:39+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 8 |
+
15_9_19_S_1992_09_15.xml,NO 15/9-19 S,NO 15/9-19 S,1992-09-13 22:00:00+00:00,1992-09-15T00:00:00+02:00,2018-05-03T13:53:39+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 9 |
+
15_9_19_S_1992_09_16.xml,NO 15/9-19 S,NO 15/9-19 S,1992-09-14 22:00:00+00:00,1992-09-16T00:00:00+02:00,2018-05-03T13:53:39+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 10 |
+
15_9_19_S_1992_09_17.xml,NO 15/9-19 S,NO 15/9-19 S,1992-09-15 22:00:00+00:00,1992-09-17T00:00:00+02:00,2018-05-03T13:53:40+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 11 |
+
15_9_19_S_1992_09_18.xml,NO 15/9-19 S,NO 15/9-19 S,1992-09-16 22:00:00+00:00,1992-09-18T00:00:00+02:00,2018-05-03T13:53:40+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 12 |
+
15_9_19_S_1992_09_19.xml,NO 15/9-19 S,NO 15/9-19 S,1992-09-17 22:00:00+00:00,1992-09-19T00:00:00+02:00,2018-05-03T13:53:40+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 13 |
+
15_9_19_S_1992_09_20.xml,NO 15/9-19 S,NO 15/9-19 S,1992-09-18 22:00:00+00:00,1992-09-20T00:00:00+02:00,2018-05-03T13:53:40+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 14 |
+
15_9_19_S_1992_09_21.xml,NO 15/9-19 S,NO 15/9-19 S,1992-09-19 22:00:00+00:00,1992-09-21T00:00:00+02:00,2018-05-03T13:53:40+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 15 |
+
15_9_19_S_1992_09_22.xml,NO 15/9-19 S,NO 15/9-19 S,1992-09-20 22:00:00+00:00,1992-09-22T00:00:00+02:00,2018-05-03T13:53:40+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 16 |
+
15_9_19_S_1992_09_23.xml,NO 15/9-19 S,NO 15/9-19 S,1992-09-21 22:00:00+00:00,1992-09-23T00:00:00+02:00,2018-05-03T13:53:40+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 17 |
+
15_9_19_S_1992_09_24.xml,NO 15/9-19 S,NO 15/9-19 S,1992-09-22 22:00:00+00:00,1992-09-24T00:00:00+02:00,2018-05-03T13:53:40+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 18 |
+
15_9_19_S_1992_09_25.xml,NO 15/9-19 S,NO 15/9-19 S,1992-09-23 22:00:00+00:00,1992-09-25T00:00:00+02:00,2018-05-03T13:53:40+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 19 |
+
15_9_19_S_1992_11_18.xml,NO 15/9-19 S,NO 15/9-19 S,1992-11-16 23:00:00+00:00,1992-11-18T00:00:00+01:00,2018-05-03T13:53:41+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 20 |
+
15_9_19_S_1992_11_19.xml,NO 15/9-19 S,NO 15/9-19 S,1992-11-17 23:00:00+00:00,1992-11-19T00:00:00+01:00,2018-05-03T13:53:41+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 21 |
+
15_9_19_S_1992_11_20.xml,NO 15/9-19 S,NO 15/9-19 S,1992-11-18 23:00:00+00:00,1992-11-20T00:00:00+01:00,2018-05-03T13:53:41+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 22 |
+
15_9_19_S_1992_11_21.xml,NO 15/9-19 S,NO 15/9-19 S,1992-11-19 23:00:00+00:00,1992-11-21T00:00:00+01:00,2018-05-03T13:53:41+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 23 |
+
15_9_19_S_1992_11_22.xml,NO 15/9-19 S,NO 15/9-19 S,1992-11-20 23:00:00+00:00,1992-11-22T00:00:00+01:00,2018-05-03T13:53:41+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 24 |
+
15_9_19_S_1992_11_23.xml,NO 15/9-19 S,NO 15/9-19 S,1992-11-21 23:00:00+00:00,1992-11-23T00:00:00+01:00,2018-05-03T13:53:41+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 25 |
+
15_9_19_S_1992_11_24.xml,NO 15/9-19 S,NO 15/9-19 S,1992-11-22 23:00:00+00:00,1992-11-24T00:00:00+01:00,2018-05-03T13:53:41+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 26 |
+
15_9_19_S_1992_11_25.xml,NO 15/9-19 S,NO 15/9-19 S,1992-11-23 23:00:00+00:00,1992-11-25T00:00:00+01:00,2018-05-03T13:53:41+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 27 |
+
15_9_19_S_1992_11_26.xml,NO 15/9-19 S,NO 15/9-19 S,1992-11-24 23:00:00+00:00,1992-11-26T00:00:00+01:00,2018-05-03T13:53:42+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 28 |
+
15_9_19_S_1992_11_27.xml,NO 15/9-19 S,NO 15/9-19 S,1992-11-25 23:00:00+00:00,1992-11-27T00:00:00+01:00,2018-05-03T13:53:42+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 29 |
+
15_9_19_S_1992_11_28.xml,NO 15/9-19 S,NO 15/9-19 S,1992-11-26 23:00:00+00:00,1992-11-28T00:00:00+01:00,2018-05-03T13:53:42+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 30 |
+
15_9_19_S_1992_11_29.xml,NO 15/9-19 S,NO 15/9-19 S,1992-11-27 23:00:00+00:00,1992-11-29T00:00:00+01:00,2018-05-03T13:53:42+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 31 |
+
15_9_19_S_1992_11_30.xml,NO 15/9-19 S,NO 15/9-19 S,1992-11-28 23:00:00+00:00,1992-11-30T00:00:00+01:00,2018-05-03T13:53:42+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 32 |
+
15_9_19_S_1992_12_01.xml,NO 15/9-19 S,NO 15/9-19 S,1992-11-29 23:00:00+00:00,1992-12-01T00:00:00+01:00,2018-05-03T13:53:42+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 33 |
+
15_9_19_S_1992_12_02.xml,NO 15/9-19 S,NO 15/9-19 S,1992-11-30 23:00:00+00:00,1992-12-02T00:00:00+01:00,2018-05-03T13:53:42+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 34 |
+
15_9_19_S_1992_12_03.xml,NO 15/9-19 S,NO 15/9-19 S,1992-12-01 23:00:00+00:00,1992-12-03T00:00:00+01:00,2018-05-03T13:53:42+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 35 |
+
15_9_19_S_1992_12_04.xml,NO 15/9-19 S,NO 15/9-19 S,1992-12-02 23:00:00+00:00,1992-12-04T00:00:00+01:00,2018-05-03T13:53:42+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 36 |
+
15_9_19_S_1992_12_05.xml,NO 15/9-19 S,NO 15/9-19 S,1992-12-03 23:00:00+00:00,1992-12-05T00:00:00+01:00,2018-05-03T13:53:42+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 37 |
+
15_9_19_S_1992_12_06.xml,NO 15/9-19 S,NO 15/9-19 S,1992-12-04 23:00:00+00:00,1992-12-06T00:00:00+01:00,2018-05-03T13:53:42+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 38 |
+
15_9_19_S_1992_12_07.xml,NO 15/9-19 S,NO 15/9-19 S,1992-12-05 23:00:00+00:00,1992-12-07T00:00:00+01:00,2018-05-03T13:53:42+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 39 |
+
15_9_19_S_1992_12_08.xml,NO 15/9-19 S,NO 15/9-19 S,1992-12-06 23:00:00+00:00,1992-12-08T00:00:00+01:00,2018-05-03T13:53:43+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 40 |
+
15_9_19_S_1992_12_09.xml,NO 15/9-19 S,NO 15/9-19 S,1992-12-07 23:00:00+00:00,1992-12-09T00:00:00+01:00,2018-05-03T13:53:43+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 41 |
+
15_9_19_S_1992_12_10.xml,NO 15/9-19 S,NO 15/9-19 S,1992-12-08 23:00:00+00:00,1992-12-10T00:00:00+01:00,2018-05-03T13:53:43+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 42 |
+
15_9_19_S_1992_12_11.xml,NO 15/9-19 S,NO 15/9-19 S,1992-12-09 23:00:00+00:00,1992-12-11T00:00:00+01:00,2018-05-03T13:53:43+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 43 |
+
15_9_19_S_1992_12_12.xml,NO 15/9-19 S,NO 15/9-19 S,1992-12-10 23:00:00+00:00,1992-12-12T00:00:00+01:00,2018-05-03T13:53:43+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 44 |
+
15_9_19_S_1992_12_13.xml,NO 15/9-19 S,NO 15/9-19 S,1992-12-11 23:00:00+00:00,1992-12-13T00:00:00+01:00,2018-05-03T13:53:43+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 45 |
+
15_9_19_S_1992_12_14.xml,NO 15/9-19 S,NO 15/9-19 S,1992-12-12 23:00:00+00:00,1992-12-14T00:00:00+01:00,2018-05-03T13:53:43+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 46 |
+
15_9_19_S_1992_12_15.xml,NO 15/9-19 S,NO 15/9-19 S,1992-12-13 23:00:00+00:00,1992-12-15T00:00:00+01:00,2018-05-03T13:53:43+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 47 |
+
15_9_19_S_1992_12_16.xml,NO 15/9-19 S,NO 15/9-19 S,1992-12-14 23:00:00+00:00,1992-12-16T00:00:00+01:00,2018-05-03T13:53:43+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 48 |
+
15_9_19_S_1992_12_17.xml,NO 15/9-19 S,NO 15/9-19 S,1992-12-15 23:00:00+00:00,1992-12-17T00:00:00+01:00,2018-05-03T13:53:43+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 49 |
+
15_9_19_S_1992_12_18.xml,NO 15/9-19 S,NO 15/9-19 S,1992-12-16 23:00:00+00:00,1992-12-18T00:00:00+01:00,2018-05-03T13:53:43+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 50 |
+
15_9_19_ST2_1992_12_19.xml,NO 15/9-19 S,NO 15/9-19 ST2,1992-12-17 23:00:00+00:00,1992-12-19T00:00:00+01:00,2018-05-03T13:53:44+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 51 |
+
15_9_19_S_1992_12_19.xml,NO 15/9-19 S,NO 15/9-19 S,1992-12-17 23:00:00+00:00,1992-12-19T00:00:00+01:00,2018-05-03T13:53:44+02:00,1992-09-18T00:00:00+02:00,1992-12-18,Statoil,UNKNOWN
|
| 52 |
+
15_9_19_ST2_1992_12_20.xml,NO 15/9-19 S,NO 15/9-19 ST2,1992-12-18 23:00:00+00:00,1992-12-20T00:00:00+01:00,2018-05-03T13:53:44+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 53 |
+
15_9_19_ST2_1992_12_21.xml,NO 15/9-19 S,NO 15/9-19 ST2,1992-12-19 23:00:00+00:00,1992-12-21T00:00:00+01:00,2018-05-03T13:53:44+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 54 |
+
15_9_19_ST2_1992_12_22.xml,NO 15/9-19 S,NO 15/9-19 ST2,1992-12-20 23:00:00+00:00,1992-12-22T00:00:00+01:00,2018-05-03T13:53:44+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 55 |
+
15_9_19_ST2_1992_12_23.xml,NO 15/9-19 S,NO 15/9-19 ST2,1992-12-21 23:00:00+00:00,1992-12-23T00:00:00+01:00,2018-05-03T13:53:44+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 56 |
+
15_9_19_ST2_1992_12_24.xml,NO 15/9-19 S,NO 15/9-19 ST2,1992-12-22 23:00:00+00:00,1992-12-24T00:00:00+01:00,2018-05-03T13:53:44+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 57 |
+
15_9_19_ST2_1992_12_25.xml,NO 15/9-19 S,NO 15/9-19 ST2,1992-12-23 23:00:00+00:00,1992-12-25T00:00:00+01:00,2018-05-03T13:53:44+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 58 |
+
15_9_19_ST2_1992_12_26.xml,NO 15/9-19 S,NO 15/9-19 ST2,1992-12-24 23:00:00+00:00,1992-12-26T00:00:00+01:00,2018-05-03T13:53:44+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 59 |
+
15_9_19_ST2_1992_12_27.xml,NO 15/9-19 S,NO 15/9-19 ST2,1992-12-25 23:00:00+00:00,1992-12-27T00:00:00+01:00,2018-05-03T13:53:45+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 60 |
+
15_9_19_ST2_1992_12_28.xml,NO 15/9-19 S,NO 15/9-19 ST2,1992-12-26 23:00:00+00:00,1992-12-28T00:00:00+01:00,2018-05-03T13:53:45+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 61 |
+
15_9_19_ST2_1992_12_29.xml,NO 15/9-19 S,NO 15/9-19 ST2,1992-12-27 23:00:00+00:00,1992-12-29T00:00:00+01:00,2018-05-03T13:53:45+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 62 |
+
15_9_19_ST2_1992_12_30.xml,NO 15/9-19 S,NO 15/9-19 ST2,1992-12-28 23:00:00+00:00,1992-12-30T00:00:00+01:00,2018-05-03T13:53:45+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 63 |
+
15_9_19_ST2_1992_12_31.xml,NO 15/9-19 S,NO 15/9-19 ST2,1992-12-29 23:00:00+00:00,1992-12-31T00:00:00+01:00,2018-05-03T13:53:45+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 64 |
+
15_9_19_ST2_1993_01_01.xml,NO 15/9-19 S,NO 15/9-19 ST2,1992-12-30 23:00:00+00:00,1993-01-01T00:00:00+01:00,2018-05-03T13:53:45+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 65 |
+
15_9_19_ST2_1993_01_02.xml,NO 15/9-19 S,NO 15/9-19 ST2,1992-12-31 23:00:00+00:00,1993-01-02T00:00:00+01:00,2018-05-03T13:53:45+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 66 |
+
15_9_19_ST2_1993_01_03.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-01 23:00:00+00:00,1993-01-03T00:00:00+01:00,2018-05-03T13:53:45+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 67 |
+
15_9_19_ST2_1993_01_04.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-02 23:00:00+00:00,1993-01-04T00:00:00+01:00,2018-05-03T13:53:46+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 68 |
+
15_9_19_ST2_1993_01_05.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-03 23:00:00+00:00,1993-01-05T00:00:00+01:00,2018-05-03T13:53:46+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 69 |
+
15_9_19_ST2_1993_01_06.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-04 23:00:00+00:00,1993-01-06T00:00:00+01:00,2018-05-03T13:53:46+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 70 |
+
15_9_19_ST2_1993_01_07.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-05 23:00:00+00:00,1993-01-07T00:00:00+01:00,2018-05-03T13:53:46+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 71 |
+
15_9_19_ST2_1993_01_08.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-06 23:00:00+00:00,1993-01-08T00:00:00+01:00,2018-05-03T13:53:46+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 72 |
+
15_9_19_ST2_1993_01_09.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-07 23:00:00+00:00,1993-01-09T00:00:00+01:00,2018-05-03T13:53:46+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 73 |
+
15_9_19_ST2_1993_01_10.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-08 23:00:00+00:00,1993-01-10T00:00:00+01:00,2018-05-03T13:53:46+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 74 |
+
15_9_19_ST2_1993_01_11.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-09 23:00:00+00:00,1993-01-11T00:00:00+01:00,2018-05-03T13:53:46+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 75 |
+
15_9_19_ST2_1993_01_12.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-10 23:00:00+00:00,1993-01-12T00:00:00+01:00,2018-05-03T13:53:47+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 76 |
+
15_9_19_ST2_1993_01_13.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-11 23:00:00+00:00,1993-01-13T00:00:00+01:00,2018-05-03T13:53:47+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 77 |
+
15_9_19_ST2_1993_01_14.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-12 23:00:00+00:00,1993-01-14T00:00:00+01:00,2018-05-03T13:53:47+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 78 |
+
15_9_19_ST2_1993_01_15.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-13 23:00:00+00:00,1993-01-15T00:00:00+01:00,2018-05-03T13:53:47+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 79 |
+
15_9_19_ST2_1993_01_16.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-14 23:00:00+00:00,1993-01-16T00:00:00+01:00,2018-05-03T13:53:47+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 80 |
+
15_9_19_ST2_1993_01_17.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-15 23:00:00+00:00,1993-01-17T00:00:00+01:00,2018-05-03T13:53:47+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 81 |
+
15_9_19_ST2_1993_01_18.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-16 23:00:00+00:00,1993-01-18T00:00:00+01:00,2018-05-03T13:53:47+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 82 |
+
15_9_19_ST2_1993_01_19.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-17 23:00:00+00:00,1993-01-19T00:00:00+01:00,2018-05-03T13:53:47+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 83 |
+
15_9_19_ST2_1993_01_20.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-18 23:00:00+00:00,1993-01-20T00:00:00+01:00,2018-05-03T13:53:47+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 84 |
+
15_9_19_ST2_1993_01_21.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-19 23:00:00+00:00,1993-01-21T00:00:00+01:00,2018-05-03T13:53:47+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 85 |
+
15_9_19_ST2_1993_01_22.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-20 23:00:00+00:00,1993-01-22T00:00:00+01:00,2018-05-03T13:53:48+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 86 |
+
15_9_19_ST2_1993_01_23.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-21 23:00:00+00:00,1993-01-23T00:00:00+01:00,2018-05-03T13:53:48+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 87 |
+
15_9_19_ST2_1993_01_24.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-22 23:00:00+00:00,1993-01-24T00:00:00+01:00,2018-05-03T13:53:48+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 88 |
+
15_9_19_ST2_1993_01_25.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-23 23:00:00+00:00,1993-01-25T00:00:00+01:00,2018-05-03T13:53:48+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 89 |
+
15_9_19_ST2_1993_01_26.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-24 23:00:00+00:00,1993-01-26T00:00:00+01:00,2018-05-03T13:53:48+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 90 |
+
15_9_19_ST2_1993_01_27.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-25 23:00:00+00:00,1993-01-27T00:00:00+01:00,2018-05-03T13:53:48+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 91 |
+
15_9_19_ST2_1993_01_28.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-26 23:00:00+00:00,1993-01-28T00:00:00+01:00,2018-05-03T13:53:48+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 92 |
+
15_9_19_ST2_1993_01_29.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-27 23:00:00+00:00,1993-01-29T00:00:00+01:00,2018-05-03T13:53:48+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 93 |
+
15_9_19_ST2_1993_01_30.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-28 23:00:00+00:00,1993-01-30T00:00:00+01:00,2018-05-03T13:53:48+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 94 |
+
15_9_19_ST2_1993_01_31.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-29 23:00:00+00:00,1993-01-31T00:00:00+01:00,2018-05-03T13:53:48+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 95 |
+
15_9_19_ST2_1993_02_01.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-01-30 23:00:00+00:00,1993-02-01T00:00:00+01:00,2018-05-03T13:53:48+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 96 |
+
15_9_19_ST2_1993_02_18.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-02-16 23:00:00+00:00,1993-02-18T00:00:00+01:00,2018-05-03T13:53:48+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 97 |
+
15_9_19_ST2_1993_02_19.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-02-17 23:00:00+00:00,1993-02-19T00:00:00+01:00,2018-05-03T13:53:49+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 98 |
+
15_9_19_ST2_1993_02_20.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-02-18 23:00:00+00:00,1993-02-20T00:00:00+01:00,2018-05-03T13:53:49+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 99 |
+
15_9_19_ST2_1993_02_21.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-02-19 23:00:00+00:00,1993-02-21T00:00:00+01:00,2018-05-03T13:53:49+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 100 |
+
15_9_19_ST2_1993_02_22.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-02-20 23:00:00+00:00,1993-02-22T00:00:00+01:00,2018-05-03T13:53:49+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 101 |
+
15_9_19_ST2_1993_02_23.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-02-21 23:00:00+00:00,1993-02-23T00:00:00+01:00,2018-05-03T13:53:49+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 102 |
+
15_9_19_ST2_1993_02_24.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-02-22 23:00:00+00:00,1993-02-24T00:00:00+01:00,2018-05-03T13:53:49+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 103 |
+
15_9_19_ST2_1993_02_25.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-02-23 23:00:00+00:00,1993-02-25T00:00:00+01:00,2018-05-03T13:53:49+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 104 |
+
15_9_19_ST2_1993_02_26.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-02-24 23:00:00+00:00,1993-02-26T00:00:00+01:00,2018-05-03T13:53:49+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 105 |
+
15_9_19_ST2_1993_02_27.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-02-25 23:00:00+00:00,1993-02-27T00:00:00+01:00,2018-05-03T13:53:49+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 106 |
+
15_9_19_ST2_1993_02_28.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-02-26 23:00:00+00:00,1993-02-28T00:00:00+01:00,2018-05-03T13:53:49+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 107 |
+
15_9_19_ST2_1993_03_01.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-02-27 23:00:00+00:00,1993-03-01T00:00:00+01:00,2018-05-03T13:53:50+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 108 |
+
15_9_19_ST2_1993_03_02.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-02-28 23:00:00+00:00,1993-03-02T00:00:00+01:00,2018-05-03T13:53:50+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 109 |
+
15_9_19_ST2_1993_03_03.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-01 23:00:00+00:00,1993-03-03T00:00:00+01:00,2018-05-03T13:53:50+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 110 |
+
15_9_19_ST2_1993_03_04.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-02 23:00:00+00:00,1993-03-04T00:00:00+01:00,2018-05-03T13:53:50+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 111 |
+
15_9_19_ST2_1993_03_05.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-03 23:00:00+00:00,1993-03-05T00:00:00+01:00,2018-05-03T13:53:50+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 112 |
+
15_9_19_ST2_1993_03_06.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-04 23:00:00+00:00,1993-03-06T00:00:00+01:00,2018-05-03T13:53:50+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 113 |
+
15_9_19_ST2_1993_03_07.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-05 23:00:00+00:00,1993-03-07T00:00:00+01:00,2018-05-03T13:53:50+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 114 |
+
15_9_19_ST2_1993_03_08.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-06 23:00:00+00:00,1993-03-08T00:00:00+01:00,2018-05-03T13:53:50+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 115 |
+
15_9_19_ST2_1993_03_09.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-07 23:00:00+00:00,1993-03-09T00:00:00+01:00,2018-05-03T13:53:51+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 116 |
+
15_9_19_ST2_1993_03_10.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-08 23:00:00+00:00,1993-03-10T00:00:00+01:00,2018-05-03T13:53:51+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 117 |
+
15_9_19_ST2_1993_03_11.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-09 23:00:00+00:00,1993-03-11T00:00:00+01:00,2018-05-03T13:53:51+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 118 |
+
15_9_19_ST2_1993_03_12.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-10 23:00:00+00:00,1993-03-12T00:00:00+01:00,2018-05-03T13:53:51+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 119 |
+
15_9_19_ST2_1993_03_13.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-11 23:00:00+00:00,1993-03-13T00:00:00+01:00,2018-05-03T13:53:51+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 120 |
+
15_9_19_ST2_1993_03_14.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-12 23:00:00+00:00,1993-03-14T00:00:00+01:00,2018-05-03T13:53:51+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 121 |
+
15_9_19_ST2_1993_03_15.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-13 23:00:00+00:00,1993-03-15T00:00:00+01:00,2018-05-03T13:53:51+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 122 |
+
15_9_19_ST2_1993_03_16.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-14 23:00:00+00:00,1993-03-16T00:00:00+01:00,2018-05-03T13:53:51+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 123 |
+
15_9_19_ST2_1993_03_17.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-15 23:00:00+00:00,1993-03-17T00:00:00+01:00,2018-05-03T13:53:52+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 124 |
+
15_9_19_ST2_1993_03_18.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-16 23:00:00+00:00,1993-03-18T00:00:00+01:00,2018-05-03T13:53:52+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 125 |
+
15_9_19_ST2_1993_03_19.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-17 23:00:00+00:00,1993-03-19T00:00:00+01:00,2018-05-03T13:53:52+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 126 |
+
15_9_19_ST2_1993_03_20.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-18 23:00:00+00:00,1993-03-20T00:00:00+01:00,2018-05-03T13:53:52+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 127 |
+
15_9_19_ST2_1993_03_21.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-19 23:00:00+00:00,1993-03-21T00:00:00+01:00,2018-05-03T13:53:52+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 128 |
+
15_9_19_ST2_1993_03_22.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-20 23:00:00+00:00,1993-03-22T00:00:00+01:00,2018-05-03T13:53:52+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 129 |
+
15_9_19_ST2_1993_03_23.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-21 23:00:00+00:00,1993-03-23T00:00:00+01:00,2018-05-03T13:53:52+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 130 |
+
15_9_19_ST2_1993_03_24.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-22 23:00:00+00:00,1993-03-24T00:00:00+01:00,2018-05-03T13:53:53+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 131 |
+
15_9_19_ST2_1993_03_25.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-23 23:00:00+00:00,1993-03-25T00:00:00+01:00,2018-05-03T13:53:53+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 132 |
+
15_9_19_ST2_1993_03_26.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-24 23:00:00+00:00,1993-03-26T00:00:00+01:00,2018-05-03T13:53:53+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 133 |
+
15_9_19_ST2_1993_03_27.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-25 23:00:00+00:00,1993-03-27T00:00:00+01:00,2018-05-03T13:53:53+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 134 |
+
15_9_19_ST2_1993_03_28.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-26 23:00:00+00:00,1993-03-28T00:00:00+01:00,2018-05-03T13:53:53+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 135 |
+
15_9_19_ST2_1993_03_29.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-27 23:00:00+00:00,1993-03-29T00:00:00+02:00,2018-05-03T13:53:53+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 136 |
+
15_9_19_ST2_1993_03_30.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-28 22:00:00+00:00,1993-03-30T00:00:00+02:00,2018-05-03T13:53:53+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 137 |
+
15_9_19_ST2_1993_03_31.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-29 22:00:00+00:00,1993-03-31T00:00:00+02:00,2018-05-03T13:53:53+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 138 |
+
15_9_19_ST2_1993_04_01.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-30 22:00:00+00:00,1993-04-01T00:00:00+02:00,2018-05-03T13:53:53+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 139 |
+
15_9_19_ST2_1993_04_02.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-03-31 22:00:00+00:00,1993-04-02T00:00:00+02:00,2018-05-03T13:53:53+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 140 |
+
15_9_19_ST2_1993_04_03.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-01 22:00:00+00:00,1993-04-03T00:00:00+02:00,2018-05-03T13:53:54+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 141 |
+
15_9_19_ST2_1993_04_04.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-02 22:00:00+00:00,1993-04-04T00:00:00+02:00,2018-05-03T13:53:54+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 142 |
+
15_9_19_ST2_1993_04_05.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-03 22:00:00+00:00,1993-04-05T00:00:00+02:00,2018-05-03T13:53:54+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 143 |
+
15_9_19_ST2_1993_04_06.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-04 22:00:00+00:00,1993-04-06T00:00:00+02:00,2018-05-03T13:53:54+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 144 |
+
15_9_19_ST2_1993_04_07.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-05 22:00:00+00:00,1993-04-07T00:00:00+02:00,2018-05-03T13:53:54+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 145 |
+
15_9_19_ST2_1993_04_08.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-06 22:00:00+00:00,1993-04-08T00:00:00+02:00,2018-05-03T13:53:54+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 146 |
+
15_9_19_ST2_1993_04_09.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-07 22:00:00+00:00,1993-04-09T00:00:00+02:00,2018-05-03T13:53:54+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 147 |
+
15_9_19_ST2_1993_04_10.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-08 22:00:00+00:00,1993-04-10T00:00:00+02:00,2018-05-03T13:53:54+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 148 |
+
15_9_19_ST2_1993_04_11.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-09 22:00:00+00:00,1993-04-11T00:00:00+02:00,2018-05-03T13:53:55+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 149 |
+
15_9_19_ST2_1993_04_12.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-10 22:00:00+00:00,1993-04-12T00:00:00+02:00,2018-05-03T13:53:55+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 150 |
+
15_9_19_ST2_1993_04_13.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-11 22:00:00+00:00,1993-04-13T00:00:00+02:00,2018-05-03T13:53:55+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 151 |
+
15_9_19_ST2_1993_04_14.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-12 22:00:00+00:00,1993-04-14T00:00:00+02:00,2018-05-03T13:53:55+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 152 |
+
15_9_19_ST2_1993_04_15.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-13 22:00:00+00:00,1993-04-15T00:00:00+02:00,2018-05-03T13:53:55+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 153 |
+
15_9_19_ST2_1993_04_16.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-14 22:00:00+00:00,1993-04-16T00:00:00+02:00,2018-05-03T13:53:55+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 154 |
+
15_9_19_ST2_1993_04_17.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-15 22:00:00+00:00,1993-04-17T00:00:00+02:00,2018-05-03T13:53:55+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 155 |
+
15_9_19_ST2_1993_04_18.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-16 22:00:00+00:00,1993-04-18T00:00:00+02:00,2018-05-03T13:53:55+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 156 |
+
15_9_19_ST2_1993_04_19.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-17 22:00:00+00:00,1993-04-19T00:00:00+02:00,2018-05-03T13:53:55+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 157 |
+
15_9_19_ST2_1993_04_20.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-18 22:00:00+00:00,1993-04-20T00:00:00+02:00,2018-05-03T13:53:55+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 158 |
+
15_9_19_ST2_1993_04_21.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-19 22:00:00+00:00,1993-04-21T00:00:00+02:00,2018-05-03T13:53:55+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 159 |
+
15_9_19_ST2_1993_04_22.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-20 22:00:00+00:00,1993-04-22T00:00:00+02:00,2018-05-03T13:53:56+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 160 |
+
15_9_19_ST2_1993_04_23.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-21 22:00:00+00:00,1993-04-23T00:00:00+02:00,2018-05-03T13:53:56+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 161 |
+
15_9_19_ST2_1993_04_24.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-22 22:00:00+00:00,1993-04-24T00:00:00+02:00,2018-05-03T13:53:56+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 162 |
+
15_9_19_ST2_1993_04_25.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-23 22:00:00+00:00,1993-04-25T00:00:00+02:00,2018-05-03T13:53:56+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 163 |
+
15_9_19_ST2_1993_04_26.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-24 22:00:00+00:00,1993-04-26T00:00:00+02:00,2018-05-03T13:53:56+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 164 |
+
15_9_19_ST2_1993_04_27.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-25 22:00:00+00:00,1993-04-27T00:00:00+02:00,2018-05-03T13:53:56+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 165 |
+
15_9_19_ST2_1993_04_28.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-26 22:00:00+00:00,1993-04-28T00:00:00+02:00,2018-05-03T13:53:56+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 166 |
+
15_9_19_ST2_1993_04_29.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-27 22:00:00+00:00,1993-04-29T00:00:00+02:00,2018-05-03T13:53:56+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 167 |
+
15_9_19_ST2_1993_04_30.xml,NO 15/9-19 S,NO 15/9-19 ST2,1993-04-28 22:00:00+00:00,1993-04-30T00:00:00+02:00,2018-05-03T13:53:56+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,UNKNOWN
|
| 168 |
+
15_9_19_ST2_1997_07_17.xml,NO 15/9-19 S,NO 15/9-19 ST2,1997-07-15 22:00:00+00:00,1997-07-17T00:00:00+02:00,2018-05-03T13:53:57+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,
|
| 169 |
+
15_9_19_ST2_1997_07_18.xml,NO 15/9-19 S,NO 15/9-19 ST2,1997-07-16 22:00:00+00:00,1997-07-18T00:00:00+02:00,2018-05-03T13:53:57+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,
|
| 170 |
+
15_9_19_ST2_1997_07_19.xml,NO 15/9-19 S,NO 15/9-19 ST2,1997-07-17 22:00:00+00:00,1997-07-19T00:00:00+02:00,2018-05-03T13:53:57+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,
|
| 171 |
+
15_9_19_ST2_1997_07_20.xml,NO 15/9-19 S,NO 15/9-19 ST2,1997-07-18 22:00:00+00:00,1997-07-20T00:00:00+02:00,2018-05-03T13:53:57+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,
|
| 172 |
+
15_9_19_ST2_1997_07_21.xml,NO 15/9-19 S,NO 15/9-19 ST2,1997-07-19 22:00:00+00:00,1997-07-21T00:00:00+02:00,2018-05-03T13:53:57+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,
|
| 173 |
+
15_9_19_ST2_1997_07_22.xml,NO 15/9-19 S,NO 15/9-19 ST2,1997-07-20 22:00:00+00:00,1997-07-22T00:00:00+02:00,2018-05-03T13:53:57+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,
|
| 174 |
+
15_9_19_ST2_1997_07_23.xml,NO 15/9-19 S,NO 15/9-19 ST2,1997-07-21 22:00:00+00:00,1997-07-23T00:00:00+02:00,2018-05-03T13:53:57+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,
|
| 175 |
+
15_9_19_ST2_1997_07_24.xml,NO 15/9-19 S,NO 15/9-19 ST2,1997-07-22 22:00:00+00:00,1997-07-24T00:00:00+02:00,2018-05-03T13:53:57+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,
|
| 176 |
+
15_9_19_ST2_1997_07_25.xml,NO 15/9-19 S,NO 15/9-19 ST2,1997-07-23 22:00:00+00:00,1997-07-25T00:00:00+02:00,2018-05-03T13:53:57+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,
|
| 177 |
+
15_9_19_ST2_1997_07_26.xml,NO 15/9-19 S,NO 15/9-19 ST2,1997-07-24 22:00:00+00:00,1997-07-26T00:00:00+02:00,2018-05-03T13:53:57+02:00,1992-09-15T01:00:00+02:00,1993-01-28,Statoil,
|
processed/ddr/15_9_F_10_activities.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
processed/ddr/15_9_F_10_daily_summary.csv
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
file,well_name,wellbore_name,report_start,report_end,create_date,spud_date,drill_complete,operator,drill_contractor
|
| 2 |
+
15_9_F_10_2009_04_07.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-05 22:00:00+00:00,2009-04-07T00:00:00+02:00,2018-05-03T13:51:18+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 3 |
+
15_9_F_10_2009_04_08.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-06 22:00:00+00:00,2009-04-08T00:00:00+02:00,2018-05-03T13:51:18+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 4 |
+
15_9_F_10_2009_04_09.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-07 22:00:00+00:00,2009-04-09T00:00:00+02:00,2018-05-03T13:51:18+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 5 |
+
15_9_F_10_2009_04_10.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-08 22:00:00+00:00,2009-04-10T00:00:00+02:00,2018-05-03T13:51:18+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 6 |
+
15_9_F_10_2009_04_11.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-09 22:00:00+00:00,2009-04-11T00:00:00+02:00,2018-05-03T13:51:18+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 7 |
+
15_9_F_10_2009_04_12.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-10 22:00:00+00:00,2009-04-12T00:00:00+02:00,2018-05-03T13:51:18+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 8 |
+
15_9_F_10_2009_04_13.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-11 22:00:00+00:00,2009-04-13T00:00:00+02:00,2018-05-03T13:51:19+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 9 |
+
15_9_F_10_2009_04_14.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-12 22:00:00+00:00,2009-04-14T00:00:00+02:00,2018-05-03T13:51:19+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 10 |
+
15_9_F_10_2009_04_15.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-13 22:00:00+00:00,2009-04-15T00:00:00+02:00,2018-05-03T13:51:19+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 11 |
+
15_9_F_10_2009_04_16.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-14 22:00:00+00:00,2009-04-16T00:00:00+02:00,2018-05-03T13:51:19+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 12 |
+
15_9_F_10_2009_04_17.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-15 22:00:00+00:00,2009-04-17T00:00:00+02:00,2018-05-03T13:51:19+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 13 |
+
15_9_F_10_2009_04_18.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-16 22:00:00+00:00,2009-04-18T00:00:00+02:00,2018-05-03T13:51:19+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 14 |
+
15_9_F_10_2009_04_19.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-17 22:00:00+00:00,2009-04-19T00:00:00+02:00,2018-05-03T13:51:19+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 15 |
+
15_9_F_10_2009_04_20.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-18 22:00:00+00:00,2009-04-20T00:00:00+02:00,2018-05-03T13:51:19+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 16 |
+
15_9_F_10_2009_04_21.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-19 22:00:00+00:00,2009-04-21T00:00:00+02:00,2018-05-03T13:51:19+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 17 |
+
15_9_F_10_2009_04_22.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-20 22:00:00+00:00,2009-04-22T00:00:00+02:00,2018-05-03T13:51:19+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 18 |
+
15_9_F_10_2009_04_23.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-21 22:00:00+00:00,2009-04-23T00:00:00+02:00,2018-05-03T13:51:19+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 19 |
+
15_9_F_10_2009_04_24.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-22 22:00:00+00:00,2009-04-24T00:00:00+02:00,2018-05-03T13:51:19+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 20 |
+
15_9_F_10_2009_04_25.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-23 22:00:00+00:00,2009-04-25T00:00:00+02:00,2018-05-03T13:51:20+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 21 |
+
15_9_F_10_2009_04_26.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-24 22:00:00+00:00,2009-04-26T00:00:00+02:00,2018-05-03T13:51:20+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 22 |
+
15_9_F_10_2009_04_27.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-25 22:00:00+00:00,2009-04-27T00:00:00+02:00,2018-05-03T13:51:20+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 23 |
+
15_9_F_10_2009_04_28.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-26 22:00:00+00:00,2009-04-28T00:00:00+02:00,2018-05-03T13:51:20+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 24 |
+
15_9_F_10_2009_04_29.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-27 22:00:00+00:00,2009-04-29T00:00:00+02:00,2018-05-03T13:51:20+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 25 |
+
15_9_F_10_2009_04_30.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-28 22:00:00+00:00,2009-04-30T00:00:00+02:00,2018-05-03T13:51:20+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 26 |
+
15_9_F_10_2009_05_01.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-29 22:00:00+00:00,2009-05-01T00:00:00+02:00,2018-05-03T13:51:20+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 27 |
+
15_9_F_10_2009_05_02.xml,NO 15/9-F-10,NO 15/9-F-10,2009-04-30 22:00:00+00:00,2009-05-02T00:00:00+02:00,2018-05-03T13:51:20+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 28 |
+
15_9_F_10_2009_05_03.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-01 22:00:00+00:00,2009-05-03T00:00:00+02:00,2018-05-03T13:51:20+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 29 |
+
15_9_F_10_2009_05_04.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-02 22:00:00+00:00,2009-05-04T00:00:00+02:00,2018-05-03T13:51:20+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 30 |
+
15_9_F_10_2009_05_05.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-03 22:00:00+00:00,2009-05-05T00:00:00+02:00,2018-05-03T13:51:20+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 31 |
+
15_9_F_10_2009_05_06.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-04 22:00:00+00:00,2009-05-06T00:00:00+02:00,2018-05-03T13:51:21+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 32 |
+
15_9_F_10_2009_05_07.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-05 22:00:00+00:00,2009-05-07T00:00:00+02:00,2018-05-03T13:51:21+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 33 |
+
15_9_F_10_2009_05_08.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-06 22:00:00+00:00,2009-05-08T00:00:00+02:00,2018-05-03T13:51:21+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 34 |
+
15_9_F_10_2009_05_09.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-07 22:00:00+00:00,2009-05-09T00:00:00+02:00,2018-05-03T13:51:21+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 35 |
+
15_9_F_10_2009_05_10.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-08 22:00:00+00:00,2009-05-10T00:00:00+02:00,2018-05-03T13:51:21+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 36 |
+
15_9_F_10_2009_05_11.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-09 22:00:00+00:00,2009-05-11T00:00:00+02:00,2018-05-03T13:51:21+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 37 |
+
15_9_F_10_2009_05_12.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-10 22:00:00+00:00,2009-05-12T00:00:00+02:00,2018-05-03T13:51:21+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 38 |
+
15_9_F_10_2009_05_13.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-11 22:00:00+00:00,2009-05-13T00:00:00+02:00,2018-05-03T13:51:21+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 39 |
+
15_9_F_10_2009_05_14.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-12 22:00:00+00:00,2009-05-14T00:00:00+02:00,2018-05-03T13:51:21+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 40 |
+
15_9_F_10_2009_05_15.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-13 22:00:00+00:00,2009-05-15T00:00:00+02:00,2018-05-03T13:51:21+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 41 |
+
15_9_F_10_2009_05_16.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-14 22:00:00+00:00,2009-05-16T00:00:00+02:00,2018-05-03T13:51:21+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 42 |
+
15_9_F_10_2009_05_17.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-15 22:00:00+00:00,2009-05-17T00:00:00+02:00,2018-05-03T13:51:22+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 43 |
+
15_9_F_10_2009_05_18.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-16 22:00:00+00:00,2009-05-18T00:00:00+02:00,2018-05-03T13:51:22+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 44 |
+
15_9_F_10_2009_05_19.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-17 22:00:00+00:00,2009-05-19T00:00:00+02:00,2018-05-03T13:51:22+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 45 |
+
15_9_F_10_2009_05_20.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-18 22:00:00+00:00,2009-05-20T00:00:00+02:00,2018-05-03T13:51:22+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 46 |
+
15_9_F_10_2009_05_21.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-19 22:00:00+00:00,2009-05-21T00:00:00+02:00,2018-05-03T13:51:22+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 47 |
+
15_9_F_10_2009_05_22.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-20 22:00:00+00:00,2009-05-22T00:00:00+02:00,2018-05-03T13:51:22+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 48 |
+
15_9_F_10_2009_05_23.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-21 22:00:00+00:00,2009-05-23T00:00:00+02:00,2018-05-03T13:51:22+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 49 |
+
15_9_F_10_2009_05_24.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-22 22:00:00+00:00,2009-05-24T00:00:00+02:00,2018-05-03T13:51:22+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 50 |
+
15_9_F_10_2009_05_25.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-23 22:00:00+00:00,2009-05-25T00:00:00+02:00,2018-05-03T13:51:22+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 51 |
+
15_9_F_10_2009_05_26.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-24 22:00:00+00:00,2009-05-26T00:00:00+02:00,2018-05-03T13:51:23+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 52 |
+
15_9_F_10_2009_05_27.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-25 22:00:00+00:00,2009-05-27T00:00:00+02:00,2018-05-03T13:51:23+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 53 |
+
15_9_F_10_2009_05_28.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-26 22:00:00+00:00,2009-05-28T00:00:00+02:00,2018-05-03T13:51:23+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 54 |
+
15_9_F_10_2009_05_29.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-27 22:00:00+00:00,2009-05-29T00:00:00+02:00,2018-05-03T13:51:23+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 55 |
+
15_9_F_10_2009_05_30.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-28 22:00:00+00:00,2009-05-30T00:00:00+02:00,2018-05-03T13:51:23+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 56 |
+
15_9_F_10_2009_05_31.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-29 22:00:00+00:00,2009-05-31T00:00:00+02:00,2018-05-03T13:51:23+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 57 |
+
15_9_F_10_2009_06_01.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-30 22:00:00+00:00,2009-06-01T00:00:00+02:00,2018-05-03T13:51:23+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 58 |
+
15_9_F_10_2009_06_02.xml,NO 15/9-F-10,NO 15/9-F-10,2009-05-31 22:00:00+00:00,2009-06-02T00:00:00+02:00,2018-05-03T13:51:23+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 59 |
+
15_9_F_10_2009_06_03.xml,NO 15/9-F-10,NO 15/9-F-10,2009-06-01 22:00:00+00:00,2009-06-03T00:00:00+02:00,2018-05-03T13:51:23+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 60 |
+
15_9_F_10_2009_06_04.xml,NO 15/9-F-10,NO 15/9-F-10,2009-06-02 22:00:00+00:00,2009-06-04T00:00:00+02:00,2018-05-03T13:51:23+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 61 |
+
15_9_F_10_2009_06_05.xml,NO 15/9-F-10,NO 15/9-F-10,2009-06-03 22:00:00+00:00,2009-06-05T00:00:00+02:00,2018-05-03T13:51:24+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 62 |
+
15_9_F_10_2009_06_06.xml,NO 15/9-F-10,NO 15/9-F-10,2009-06-04 22:00:00+00:00,2009-06-06T00:00:00+02:00,2018-05-03T13:51:24+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 63 |
+
15_9_F_10_2009_06_07.xml,NO 15/9-F-10,NO 15/9-F-10,2009-06-05 22:00:00+00:00,2009-06-07T00:00:00+02:00,2018-05-03T13:51:24+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 64 |
+
15_9_F_10_2009_06_08.xml,NO 15/9-F-10,NO 15/9-F-10,2009-06-06 22:00:00+00:00,2009-06-08T00:00:00+02:00,2018-05-03T13:51:24+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 65 |
+
15_9_F_10_2009_06_09.xml,NO 15/9-F-10,NO 15/9-F-10,2009-06-07 22:00:00+00:00,2009-06-09T00:00:00+02:00,2018-05-03T13:51:24+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 66 |
+
15_9_F_10_2009_06_10.xml,NO 15/9-F-10,NO 15/9-F-10,2009-06-08 22:00:00+00:00,2009-06-10T00:00:00+02:00,2018-05-03T13:51:24+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 67 |
+
15_9_F_10_2009_06_11.xml,NO 15/9-F-10,NO 15/9-F-10,2009-06-09 22:00:00+00:00,2009-06-11T00:00:00+02:00,2018-05-03T13:51:24+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 68 |
+
15_9_F_10_2009_06_12.xml,NO 15/9-F-10,NO 15/9-F-10,2009-06-10 22:00:00+00:00,2009-06-12T00:00:00+02:00,2018-05-03T13:51:24+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 69 |
+
15_9_F_10_2009_06_13.xml,NO 15/9-F-10,NO 15/9-F-10,2009-06-11 22:00:00+00:00,2009-06-13T00:00:00+02:00,2018-05-03T13:51:24+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 70 |
+
15_9_F_10_2009_06_14.xml,NO 15/9-F-10,NO 15/9-F-10,2009-06-12 22:00:00+00:00,2009-06-14T00:00:00+02:00,2018-05-03T13:51:24+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 71 |
+
15_9_F_10_2009_06_15.xml,NO 15/9-F-10,NO 15/9-F-10,2009-06-13 22:00:00+00:00,2009-06-15T00:00:00+02:00,2018-05-03T13:51:24+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
| 72 |
+
15_9_F_10_2009_06_16.xml,NO 15/9-F-10,NO 15/9-F-10,2009-06-14 22:00:00+00:00,2009-06-16T00:00:00+02:00,2018-05-03T13:51:25+02:00,2009-04-06T06:00:00+02:00,2009-06-03,StatoilHydro,Maersk Drilling
|
processed/ddr/15_9_F_11_A_activities.csv
ADDED
|
@@ -0,0 +1,284 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
file,well_name,wellbore_name,report_start,report_end,act_start,act_end,md_m,md_uom,phase,activity_code,state,state_detail,comments,duration_hours
|
| 2 |
+
15_9_F_11_A_2013_05_15.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-14T00:00:00+02:00,2013-05-15T00:00:00+02:00,2013-05-14 10:00:00+00:00,2013-05-14 13:00:00+00:00,2616.0,m,fixed,drilling -- drill,ok,success,"Drilled and oriented 8 1/2"" hole from 2586m MD to 2616m MD with 1600-2000 lpm, 102-123 bar, 60 rpm, 11-14 kNm, 3-6 MT, 1.33 sg ECD.
|
| 3 |
+
|
| 4 |
+
Average ROP: 10 m/hr.",3.0
|
| 5 |
+
15_9_F_11_A_2013_05_15.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-14T00:00:00+02:00,2013-05-15T00:00:00+02:00,2013-05-14 13:00:00+00:00,2013-05-14 15:00:00+00:00,2616.0,m,fixed,interruption -- other,ok,operation failed,"Experienced false fire alarm and ESD. Secured well and observed on trip tank.
|
| 6 |
+
|
| 7 |
+
Restarted power supply to drilling systems and Baker unit. Observed hydraulic leak in top drive during power outage on rig floor.",2.0
|
| 8 |
+
15_9_F_11_A_2013_05_15.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-14T00:00:00+02:00,2013-05-15T00:00:00+02:00,2013-05-14 15:00:00+00:00,2013-05-14 15:30:00+00:00,2536.0,m,fixed,interruption -- other,ok,operation failed,"Pulled out of hole with 8 1/2"" bottom hole assembly from 2616m MD to 2536m MD.",0.5
|
| 9 |
+
15_9_F_11_A_2013_05_15.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-14T00:00:00+02:00,2013-05-15T00:00:00+02:00,2013-05-14 15:30:00+00:00,2013-05-14 22:00:00+00:00,2536.0,m,fixed,interruption -- other,ok,operation failed,"Inspected top drive for hydraulic leak. Repaired leaking connection on hydraulic hose.
|
| 10 |
+
|
| 11 |
+
Meanwhile: Performed general maintanence and housekeeping.",6.5
|
| 12 |
+
15_9_F_11_A_2013_05_16.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-15T00:00:00+02:00,2013-05-16T00:00:00+02:00,2013-05-14 22:00:00+00:00,2013-05-15 01:30:00+00:00,2536.0,m,fixed,interruption -- maintain,ok,operation failed,"Repaired leaking connection on hydraulic hose on top drive.
|
| 13 |
+
|
| 14 |
+
Meanwhile: Performed general maintanence and housekeeping.",3.5
|
| 15 |
+
15_9_F_11_A_2013_05_16.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-15T00:00:00+02:00,2013-05-16T00:00:00+02:00,2013-05-15 01:30:00+00:00,2013-05-15 02:30:00+00:00,2576.0,m,fixed,drilling -- trip,ok,success,"Held tool box talk prior to RIH.
|
| 16 |
+
Installed PS-21 power slips.
|
| 17 |
+
Ran in hole with 8 1/2"" bottom hole assembly from 2536 m MD to 2576 m MD.",1.0
|
| 18 |
+
15_9_F_11_A_2013_05_16.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-15T00:00:00+02:00,2013-05-16T00:00:00+02:00,2013-05-15 02:30:00+00:00,2013-05-15 03:00:00+00:00,2617.0,m,fixed,drilling -- ream,ok,success,"Washed down with 8 1/2"" BHA from 2576 m MD to 2617 m MD with 1800 liter/min, 98 bar, 20 rpm, 7-10 kNm.
|
| 19 |
+
Made up TDS and performed survey.",0.5
|
| 20 |
+
15_9_F_11_A_2013_05_16.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-15T00:00:00+02:00,2013-05-16T00:00:00+02:00,2013-05-15 03:00:00+00:00,2013-05-15 03:30:00+00:00,2617.0,m,fixed,drilling -- other,ok,success,Recorded slow circulation rates.,0.5
|
| 21 |
+
15_9_F_11_A_2013_05_16.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-15T00:00:00+02:00,2013-05-16T00:00:00+02:00,2013-05-15 03:30:00+00:00,2013-05-15 09:30:00+00:00,2772.0,m,fixed,drilling -- drill,ok,success,"Drilled and oriented 8 1/2"" hole from 2617 m MD to 2772 m MD with 2400 liter/min, 102-123 bar, 140 rpm, 12-16 kNm, 4-6 MT, 1.36 sg ECD.
|
| 22 |
+
|
| 23 |
+
Average ROP: 26 m/hr.",6.0
|
| 24 |
+
15_9_F_11_A_2013_05_16.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-15T00:00:00+02:00,2013-05-16T00:00:00+02:00,2013-05-15 09:30:00+00:00,2013-05-15 22:00:00+00:00,3000.0,m,fixed,drilling -- drill,ok,success,"Drilled and oriented 8 1/2"" hole from 2772 m MD to 3000 m MD with 2000-2400 liter/min, 109-179 bar, 140-180 rpm, 11-18 kNm, 4-11 MT, 1.352-1,373 sg ECD.
|
| 25 |
+
|
| 26 |
+
Average ROP: 18 m/hr.",12.5
|
| 27 |
+
15_9_F_11_A_2013_05_17.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-16T00:00:00+02:00,2013-05-17T00:00:00+02:00,2013-05-15 22:00:00+00:00,2013-05-16 17:30:00+00:00,3302.0,m,fixed,drilling -- drill,ok,success,"Drilled and oriented 8 1/2"" hole from 3000 m MD to 3302 m MD with 2160-2319 liter/min, 151-173 bar, 180-190 rpm, 13-27 kNm, 2-9 MT, 1.34-1,37 sg ECD.
|
| 28 |
+
|
| 29 |
+
Average ROP: 15,5 m/hr.",19.5
|
| 30 |
+
15_9_F_11_A_2013_05_17.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-16T00:00:00+02:00,2013-05-17T00:00:00+02:00,2013-05-16 17:30:00+00:00,2013-05-16 22:00:00+00:00,3302.0,m,fixed,drilling -- circulating conditioning,ok,success,"Performed survey at 3300 meter MD.
|
| 31 |
+
Circulated 3 x bottoms up to clean hole with 1800-2300 liter/min, 165-173 bar, 120 rpm, 12-16 kNm, 1,36 sg ECD.
|
| 32 |
+
|
| 33 |
+
Meanwhile:
|
| 34 |
+
Prepared and rigged up for wireline job.",4.5
|
| 35 |
+
15_9_F_11_A_2013_05_18.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-17T00:00:00+02:00,2013-05-18T00:00:00+02:00,2013-05-16 22:00:00+00:00,2013-05-16 23:00:00+00:00,3302.0,m,fixed,drilling -- circulating conditioning,ok,success,"Continued to circulate hole clean with 1800-2300 liter/min, 165-173 bar, 120 rpm, 12-16 kNm, 1,36 sg ECD.
|
| 36 |
+
|
| 37 |
+
Meanwhile:
|
| 38 |
+
Prepared and rigged up for wireline job.
|
| 39 |
+
Held pre-job meeting prior to wireline job.",1.0
|
| 40 |
+
15_9_F_11_A_2013_05_18.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-17T00:00:00+02:00,2013-05-18T00:00:00+02:00,2013-05-16 23:00:00+00:00,2013-05-16 23:30:00+00:00,3302.0,m,fixed,drilling -- pressure detection,ok,success,"Flow checked well, OK.",0.5
|
| 41 |
+
15_9_F_11_A_2013_05_18.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-17T00:00:00+02:00,2013-05-18T00:00:00+02:00,2013-05-16 23:30:00+00:00,2013-05-17 03:30:00+00:00,3302.0,m,fixed,formation evaluation -- log,ok,success,"Rigged up logging equipment.
|
| 42 |
+
Made up CSES assembly and connected to TDS.",4.0
|
| 43 |
+
15_9_F_11_A_2013_05_18.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-17T00:00:00+02:00,2013-05-18T00:00:00+02:00,2013-05-17 03:30:00+00:00,2013-05-17 06:00:00+00:00,3302.0,m,fixed,formation evaluation -- log,ok,success,"RIH with gyro inside 5 1/2"" DP string from surface to 2133 meter.
|
| 44 |
+
|
| 45 |
+
Meanwhile:
|
| 46 |
+
Moved string every 30 minutes.
|
| 47 |
+
Monitored well on trip tank.",2.5
|
| 48 |
+
15_9_F_11_A_2013_05_18.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-17T00:00:00+02:00,2013-05-18T00:00:00+02:00,2013-05-17 06:00:00+00:00,2013-05-17 07:00:00+00:00,3302.0,m,fixed,formation evaluation -- log,ok,success,"Closed wireline stuffing box.
|
| 49 |
+
Pumped gyro down inside 5 1/2"" DP string with 600-700 liter/min, 27-32 bar.",1.0
|
| 50 |
+
15_9_F_11_A_2013_05_18.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-17T00:00:00+02:00,2013-05-18T00:00:00+02:00,2013-05-17 07:00:00+00:00,2013-05-17 09:00:00+00:00,3302.0,m,fixed,formation evaluation -- log,ok,success,"Logged interval from 3144 m MD to 2580 m MD.
|
| 51 |
+
|
| 52 |
+
Meanwhile:
|
| 53 |
+
Moved string every 30 minutes.
|
| 54 |
+
Monitored well on trip tank.",2.0
|
| 55 |
+
15_9_F_11_A_2013_05_18.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-17T00:00:00+02:00,2013-05-18T00:00:00+02:00,2013-05-17 09:00:00+00:00,2013-05-17 12:00:00+00:00,3302.0,m,fixed,formation evaluation -- log,ok,success,"Rigged down logging equipment.
|
| 56 |
+
Broke out CSES assembly and disconnected from TDS.",3.0
|
| 57 |
+
15_9_F_11_A_2013_05_20.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-19T00:00:00+02:00,2013-05-20T00:00:00+02:00,2013-05-19 19:00:00+00:00,2013-05-19 22:00:00+00:00,3376.0,m,fixed,drilling -- drill,ok,success,"Drilled and oriented 8 1/2"" hole from 3301 m MD to 3376 m MD with 2290 liter/min, 181-185
|
| 58 |
+
bar, 180 rpm, 17-21 kNm, 4-7 MT, 1.38-1,42 sg ECD.
|
| 59 |
+
|
| 60 |
+
Average ROP: 25 m/hr.",3.0
|
| 61 |
+
15_9_F_11_A_2013_05_21.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-20T00:00:00+02:00,2013-05-21T00:00:00+02:00,2013-05-19 22:00:00+00:00,2013-05-20 08:30:00+00:00,3561.0,m,fixed,drilling -- drill,ok,success,"Drilled and oriented 8 1/2"" hole from 3376 m MD to 3561m MD with 2290 liter/min, 181-185 bar, 180 rpm, 16-19 kNm, WOB 2-7 MT, 1.39-1,45 sg ECD.
|
| 62 |
+
Average ROP: 18 m/hr.
|
| 63 |
+
|
| 64 |
+
At 3380 meter commenced weighing up mud system from 1,28 sg to 1,32 sg.
|
| 65 |
+
At 05:00 hrs. restricted ROP to 15 meter/hr due to increase in ECD.
|
| 66 |
+
Top Hugin formation at 3561 meter.",10.5
|
| 67 |
+
15_9_F_11_A_2013_05_21.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-20T00:00:00+02:00,2013-05-21T00:00:00+02:00,2013-05-20 08:30:00+00:00,2013-05-20 13:30:00+00:00,3646.0,m,fixed,drilling -- drill,ok,success,"Drilled and oriented 8 1/2"" hole from 3561 m MD to 3646 m MD with 2290 liter/min, 185-189 bar, 180 rpm, 16-19 kNm, WOB 6-11 MT, 1.42-1,43 sg ECD.
|
| 68 |
+
Average ROP: 17 m/hr.
|
| 69 |
+
|
| 70 |
+
TDS not able to maintain rpm due to loss of power.",5.0
|
| 71 |
+
15_9_F_11_A_2013_05_21.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-20T00:00:00+02:00,2013-05-21T00:00:00+02:00,2013-05-20 13:30:00+00:00,2013-05-20 14:00:00+00:00,3646.0,m,fixed,interruption -- other,ok,equipment failure,Worked with solving TDS power loss problem.,0.5
|
| 72 |
+
15_9_F_11_A_2013_05_21.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-20T00:00:00+02:00,2013-05-21T00:00:00+02:00,2013-05-20 14:00:00+00:00,2013-05-20 22:00:00+00:00,3749.0,m,fixed,drilling -- drill,ok,success,"Drilled and oriented 8 1/2"" hole from 3646 m MD to 3749 m MD with 2290 liter/min, 189-191 bar, 180 rpm, 17-21 kNm, WOB 6-13 MT, 1.42-1,43 sg ECD.
|
| 73 |
+
Average ROP: 13 m/hr.
|
| 74 |
+
|
| 75 |
+
Experienced drilling braek at 3647 meter.
|
| 76 |
+
Performed flow check for 15 minutes, well stable.",8.0
|
| 77 |
+
15_9_F_11_A_2013_05_22.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-21T00:00:00+02:00,2013-05-22T00:00:00+02:00,2013-05-20 22:00:00+00:00,2013-05-20 23:00:00+00:00,3762.0,m,fixed,drilling -- drill,ok,success,"Drilled and oriented 8 1/2"" hole from 3749 m MD to 3762 m MD with 2290 liter/min, 189-191 bar, 180 rpm, 17-21 kNm, WOB 6-13 MT, 1.42-1,43 sg ECD.
|
| 78 |
+
Average ROP: 13 m/hr.
|
| 79 |
+
Obtained survey at TD.",1.0
|
| 80 |
+
15_9_F_11_A_2013_05_22.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-21T00:00:00+02:00,2013-05-22T00:00:00+02:00,2013-05-20 23:00:00+00:00,2013-05-21 04:00:00+00:00,3731.0,m,fixed,drilling -- circulating conditioning,ok,success,"Circulated hole clean with 1800 liter/min down and 2300 liter/min up, 130-188 bar, 125 rpm, 17- 19 kNm, 1,42 sg ECD.
|
| 81 |
+
After 1 x bottoms up racked back 1 stand.
|
| 82 |
+
Circulated total 3 x bottoms up.",5.0
|
| 83 |
+
15_9_F_11_A_2013_05_22.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-21T00:00:00+02:00,2013-05-22T00:00:00+02:00,2013-05-21 04:00:00+00:00,2013-05-21 05:00:00+00:00,3707.0,m,fixed,drilling -- survey,ok,success,"Relogged interval from 3730 m MD to 3707 m MD with 2300 liter/min, 193 bar.",1.0
|
| 84 |
+
15_9_F_11_A_2013_05_22.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-21T00:00:00+02:00,2013-05-22T00:00:00+02:00,2013-05-21 05:00:00+00:00,2013-05-21 05:30:00+00:00,3707.0,m,fixed,formation evaluation -- log,ok,success,"Performed sticky test with drill string static for 20 minutes, observed 5 Ton overpull.
|
| 85 |
+
|
| 86 |
+
Meanwhile:
|
| 87 |
+
Held pre-job meeting prior to taking pressure points.",0.5
|
| 88 |
+
15_9_F_11_A_2013_05_22.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-21T00:00:00+02:00,2013-05-22T00:00:00+02:00,2013-05-21 05:30:00+00:00,2013-05-21 15:30:00+00:00,3628.0,m,fixed,formation evaluation -- log,ok,success,"Recorded pressure points in interval between 3711,5 m MD and 3596,3 m MD
|
| 89 |
+
Total pressure points recorded, 19.
|
| 90 |
+
|
| 91 |
+
Commenced waiting 48 hours prior to take new pressure points.",10.0
|
| 92 |
+
15_9_F_11_A_2013_05_22.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-21T00:00:00+02:00,2013-05-22T00:00:00+02:00,2013-05-21 15:30:00+00:00,2013-05-21 19:00:00+00:00,3005.0,m,fixed,drilling -- trip,ok,success,"Waited prior to take new pressure points.
|
| 93 |
+
|
| 94 |
+
Meanwhile:
|
| 95 |
+
Pumped OOH with 8 1/2"" BHA on 5 1/2"" DP from 3628 m MD to 3005 m MD at 1000 liter/min, 42 bar, max speed 21 meter/min.",3.5
|
| 96 |
+
15_9_F_11_A_2013_05_22.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-21T00:00:00+02:00,2013-05-22T00:00:00+02:00,2013-05-21 19:00:00+00:00,2013-05-21 22:00:00+00:00,2494.0,m,fixed,drilling -- trip,ok,success,"Waited prior to take new pressure points.
|
| 97 |
+
|
| 98 |
+
Meanwhile:
|
| 99 |
+
POOH with 8 1/2"" BHA on 5 1/2"" DP from 3005 m MD to 2494 m MD, max pulling speed 8 meter/min.",3.0
|
| 100 |
+
15_9_F_11_A_2013_05_23.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-22T00:00:00+02:00,2013-05-23T00:00:00+02:00,2013-05-21 22:00:00+00:00,2013-05-22 01:00:00+00:00,2494.0,m,fixed,interruption -- wait,ok,success,"Waited prior to take new pressure points.
|
| 101 |
+
|
| 102 |
+
Meanwhile:
|
| 103 |
+
Circulated bottoms up with 1000 liter/min, 36 bar.
|
| 104 |
+
Cleaned and tidied on drillfloor.
|
| 105 |
+
Prepared maintenance work on drilling equipment.",3.0
|
| 106 |
+
15_9_F_11_A_2013_05_23.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-22T00:00:00+02:00,2013-05-23T00:00:00+02:00,2013-05-22 01:00:00+00:00,2013-05-22 02:00:00+00:00,2494.0,m,fixed,interruption -- wait,ok,success,"Waited prior to take new pressure points.
|
| 107 |
+
|
| 108 |
+
Meanwhile:
|
| 109 |
+
Flow checked well, ok.
|
| 110 |
+
Cleaned and tidied on drillfloor.
|
| 111 |
+
Prepared maintenance work on drilling equipment.",1.0
|
| 112 |
+
15_9_F_11_A_2013_05_23.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-22T00:00:00+02:00,2013-05-23T00:00:00+02:00,2013-05-22 02:00:00+00:00,2013-05-22 22:00:00+00:00,2494.0,m,fixed,interruption -- wait,ok,success,"Waited prior to take new pressure points.
|
| 113 |
+
|
| 114 |
+
Monitored well on trip tank.
|
| 115 |
+
|
| 116 |
+
Meanwhile:
|
| 117 |
+
Cleaned and tidied on drillfloor and in all drilling areas.
|
| 118 |
+
Performed maintenance work on drawworks.
|
| 119 |
+
Replaced Bypass Actuator Valve for downlink system.
|
| 120 |
+
Worked with 5 yearly maintenance on stand pipe valve S6.
|
| 121 |
+
Performed toubleshooting and maintenance jobs on TDS.
|
| 122 |
+
Worked with installation of BHA Wash Tool control system.
|
| 123 |
+
Circulated well every 6th hour with 1100 liter/min, 43-46 bar.",20.0
|
| 124 |
+
15_9_F_11_A_2013_05_24.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-23T00:00:00+02:00,2013-05-24T00:00:00+02:00,2013-05-22 22:00:00+00:00,2013-05-23 10:00:00+00:00,2494.0,m,fixed,interruption -- wait,ok,success,"Waited prior to take new pressure points.
|
| 125 |
+
|
| 126 |
+
Monitored well on trip tank.
|
| 127 |
+
|
| 128 |
+
Meanwhile:
|
| 129 |
+
Cleaned and tidied on drillfloor and in all drilling areas.
|
| 130 |
+
Worked with 5 yearly maintenance on stand pipe valve S6 and S9. Completed valve S6.
|
| 131 |
+
Performed toubleshooting and maintenance jobs on TDS, VFD faults.
|
| 132 |
+
Worked with installation of BHA Wash Tool control system.
|
| 133 |
+
Circulated well every 6th hour with 1100 liter/min, 43-46 bar.",12.0
|
| 134 |
+
15_9_F_11_A_2013_05_24.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-23T00:00:00+02:00,2013-05-24T00:00:00+02:00,2013-05-23 10:00:00+00:00,2013-05-23 13:30:00+00:00,3746.0,m,fixed,interruption -- wait,ok,success,"RIH with 8 1/2"" BHA from 2494 m MD to 3746 m MD.
|
| 135 |
+
Filled pipe at 3020 meter.",3.5
|
| 136 |
+
15_9_F_11_A_2013_05_24.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-23T00:00:00+02:00,2013-05-24T00:00:00+02:00,2013-05-23 13:30:00+00:00,2013-05-23 14:30:00+00:00,3762.0,m,fixed,interruption -- wait,ok,success,"Washed down from 3746 m MD to 3762 m MD with 2220 liter/min, 194 bar, 20 rpm, 13-17 kNm.
|
| 137 |
+
Tagged bottom at 3762 m MD.",1.0
|
| 138 |
+
15_9_F_11_A_2013_05_24.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-23T00:00:00+02:00,2013-05-24T00:00:00+02:00,2013-05-23 14:30:00+00:00,2013-05-23 16:00:00+00:00,3762.0,m,fixed,interruption -- wait,ok,success,"Circulated and conditioned mud with 2300 liter/min, 2160 bar, 100 rpm 16-20 kNm, max gas 0,43%.
|
| 139 |
+
Performed sticky test with string static for 20 minutes, no overpull observed.
|
| 140 |
+
|
| 141 |
+
Meanwhile:
|
| 142 |
+
Held pre-job meeting prior to take pressure points.",1.5
|
| 143 |
+
15_9_F_11_A_2013_05_24.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-23T00:00:00+02:00,2013-05-24T00:00:00+02:00,2013-05-23 16:00:00+00:00,2013-05-23 18:30:00+00:00,3602.0,m,fixed,interruption -- wait,ok,success,"Recorded pressure points in interval between 3681 m MD and 3602 m MD
|
| 144 |
+
Total pressure points recorded, 5.",2.5
|
| 145 |
+
15_9_F_11_A_2013_05_24.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-23T00:00:00+02:00,2013-05-24T00:00:00+02:00,2013-05-23 18:30:00+00:00,2013-05-23 22:00:00+00:00,2896.0,m,fixed,interruption -- wait,ok,success,"Pumped OOH with 8 1/2"" BHA on 5 1/2"" DP from 3602 m MD to 2896 m MD at 1000 liter/min, 48-50 bar.",3.5
|
| 146 |
+
15_9_F_11_A_2013_05_25.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-24T00:00:00+02:00,2013-05-25T00:00:00+02:00,2013-05-23 22:00:00+00:00,2013-05-23 23:30:00+00:00,2563.0,m,fixed,interruption -- wait,ok,success,"Pumped OOH with 8 1/2"" BHA on 5 1/2"" DP from 2896 m MD to 2563 m MD at 1000 liter/min, 48-50 bar.",1.5
|
| 147 |
+
15_9_F_11_A_2013_05_25.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-24T00:00:00+02:00,2013-05-25T00:00:00+02:00,2013-05-23 23:30:00+00:00,2013-05-24 00:00:00+00:00,2563.0,m,fixed,drilling -- trip,ok,success,"Flowchecked well for 15 minutes inside 14"" casing shoe, static.",0.5
|
| 148 |
+
15_9_F_11_A_2013_05_25.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-24T00:00:00+02:00,2013-05-25T00:00:00+02:00,2013-05-24 00:00:00+00:00,2013-05-24 05:00:00+00:00,182.0,m,fixed,drilling -- trip,ok,success,"POOH with 8 1/2"" BHA on 5 1/2"" DP from 2563 m MD to 182m MD at restricted speed due to swab simulations.
|
| 149 |
+
Held pre-job meeting prior to change handling equipment.",5.0
|
| 150 |
+
15_9_F_11_A_2013_05_25.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-24T00:00:00+02:00,2013-05-25T00:00:00+02:00,2013-05-24 05:00:00+00:00,2013-05-24 05:30:00+00:00,182.0,m,fixed,drilling -- trip,ok,success,"Performed flowcheck prior to pull BHA through BOP.
|
| 151 |
+
Changed handling equipment.",0.5
|
| 152 |
+
15_9_F_11_A_2013_05_25.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-24T00:00:00+02:00,2013-05-25T00:00:00+02:00,2013-05-24 05:30:00+00:00,2013-05-24 08:00:00+00:00,45.0,m,fixed,drilling -- trip,ok,success,"POOH with 8 1/2"" BHA from 182 m MD to 45 m MD.
|
| 153 |
+
Held toolbox talk prior to handle radioactive source.",2.5
|
| 154 |
+
15_9_F_11_A_2013_05_25.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-24T00:00:00+02:00,2013-05-25T00:00:00+02:00,2013-05-24 08:00:00+00:00,2013-05-24 08:30:00+00:00,45.0,m,fixed,drilling -- trip,ok,success,Removed radioactive source.,0.5
|
| 155 |
+
15_9_F_11_A_2013_05_25.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-24T00:00:00+02:00,2013-05-25T00:00:00+02:00,2013-05-24 08:30:00+00:00,2013-05-24 09:30:00+00:00,45.0,m,fixed,drilling -- trip,ok,success,Plugged into OnTrack and verifyed tool string.,1.0
|
| 156 |
+
15_9_F_11_A_2013_05_25.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-24T00:00:00+02:00,2013-05-25T00:00:00+02:00,2013-05-24 09:30:00+00:00,2013-05-24 11:30:00+00:00,0.0,m,fixed,drilling -- trip,ok,success,"POOH and laid down 8 1/2"" BHA from 45 m MD to surface.",2.0
|
| 157 |
+
15_9_F_11_A_2013_05_25.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-24T00:00:00+02:00,2013-05-25T00:00:00+02:00,2013-05-24 11:30:00+00:00,2013-05-24 12:30:00+00:00,0.0,m,fixed,drilling -- drill,ok,success,"Cleaned and cleared drillfloor.
|
| 158 |
+
Performed Pre-job meeting prior to rig up and run 3 1/2"" DP stinger.
|
| 159 |
+
Changed to 3 1/2"" handling equipment.",1.0
|
| 160 |
+
15_9_F_11_A_2013_05_25.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-24T00:00:00+02:00,2013-05-25T00:00:00+02:00,2013-05-24 12:30:00+00:00,2013-05-24 17:30:00+00:00,2255.0,m,fixed,drilling -- other,ok,success,"Made up and RIH with muleshoe on 3 1/2"" from surface to 380 m MD.
|
| 161 |
+
Changed to 5 1/2"" DP handling equipment.",5.0
|
| 162 |
+
15_9_F_11_A_2013_05_25.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-24T00:00:00+02:00,2013-05-25T00:00:00+02:00,2013-05-24 17:30:00+00:00,2013-05-24 20:30:00+00:00,3200.0,m,fixed,drilling -- other,ok,success,"RIH with 3 1/2"" stinger on 5 1/2"" DP from 380 m MD to 3200 m MD.
|
| 163 |
+
Average tripping speed 940 meter/hour.
|
| 164 |
+
Filled pipe at 2570 meters.",3.0
|
| 165 |
+
15_9_F_11_A_2013_05_25.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-24T00:00:00+02:00,2013-05-25T00:00:00+02:00,2013-05-24 20:30:00+00:00,2013-05-24 21:00:00+00:00,3762.0,m,fixed,drilling -- other,ok,success,"Connected TDS and washed down with 3 1/2"" stinger from 3200 m MD with 500 liter/min, 30 bar, tagged bottom at 3762 m MD.",0.5
|
| 166 |
+
15_9_F_11_A_2013_05_25.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-24T00:00:00+02:00,2013-05-25T00:00:00+02:00,2013-05-24 21:00:00+00:00,2013-05-24 21:30:00+00:00,3754.0,m,fixed,drilling -- other,ok,success,"Laid out single.
|
| 167 |
+
Made up side entry sub assembly with DPSV's.",0.5
|
| 168 |
+
15_9_F_11_A_2013_05_25.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-24T00:00:00+02:00,2013-05-25T00:00:00+02:00,2013-05-24 21:30:00+00:00,2013-05-24 22:00:00+00:00,3754.0,m,fixed,drilling -- other,ok,success,"Circulated and conditioned mud with 2400 liter/min, 233 bar, 60 rpm, 13-16 kNm, reciprocated pipe from 3754 m MD to 3720 m MD.",0.5
|
| 169 |
+
15_9_F_11_A_2013_05_26.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-25T00:00:00+02:00,2013-05-26T00:00:00+02:00,2013-05-24 22:00:00+00:00,2013-05-25 00:30:00+00:00,3754.0,m,fixed,drilling -- other,ok,success,"Circulated and conditioned mud with 2400 liter/min, 233 bar, 60 rpm, 13-16 kNm, reciprocated pipe from 3754 m MD to 3720 m MD.
|
| 170 |
+
Stopped and flow checked well for 15 mintes at 01:15 hrs, well static.
|
| 171 |
+
Performed pre-job meeting prior to cement job while circulating.",2.5
|
| 172 |
+
15_9_F_11_A_2013_05_26.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-25T00:00:00+02:00,2013-05-26T00:00:00+02:00,2013-05-25 00:30:00+00:00,2013-05-25 02:30:00+00:00,3754.0,m,fixed,drilling -- other,ok,success,"Pumped 13,3 m3 of 1,50 sg spacer with 800 liter/min, 39 bar.
|
| 173 |
+
Mixed and pumped 13,2 m3 of 1,90 sg cement slurry with 650 liter/min.
|
| 174 |
+
Displaced the cement to the rig floor with 890 liters of drill water.
|
| 175 |
+
Pumped 1,8 m3 of 1,50 sg spacer with rig pumps.
|
| 176 |
+
Zeroed volume counters.
|
| 177 |
+
Displaced the cement with 31 m3 of 1,32 sg mud at 2500 liter/min, 132-247 bar, 30 rpm, 12-14 kNm.",2.0
|
| 178 |
+
15_9_F_11_A_2013_05_26.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-25T00:00:00+02:00,2013-05-26T00:00:00+02:00,2013-05-25 02:30:00+00:00,2013-05-25 04:30:00+00:00,3325.0,m,fixed,drilling -- other,ok,success,"Pulled out of cement to 3325 m MD.
|
| 179 |
+
Theoretical TOC at 3484 m MD.",2.0
|
| 180 |
+
15_9_F_11_A_2013_05_26.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-25T00:00:00+02:00,2013-05-26T00:00:00+02:00,2013-05-25 04:30:00+00:00,2013-05-25 05:00:00+00:00,3325.0,m,fixed,drilling -- other,ok,success,"Installed two sponge balls.
|
| 181 |
+
Circulated 1,5 x string volume with 2400 liter/min, 230 bar, 50 rpm, 10 kNm.",0.5
|
| 182 |
+
15_9_F_11_A_2013_05_26.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-25T00:00:00+02:00,2013-05-26T00:00:00+02:00,2013-05-25 05:00:00+00:00,2013-05-25 05:30:00+00:00,3080.0,m,fixed,interruption -- wait,ok,success,"Waited on cement.
|
| 183 |
+
|
| 184 |
+
Meanwhile:
|
| 185 |
+
POOH wet with 3 1/2"" stinger from 3325 m MD to 3080 m MD.",0.5
|
| 186 |
+
15_9_F_11_A_2013_05_26.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-25T00:00:00+02:00,2013-05-26T00:00:00+02:00,2013-05-25 05:30:00+00:00,2013-05-25 07:00:00+00:00,3040.0,m,fixed,interruption -- wait,ok,success,"Waited on cement.
|
| 187 |
+
|
| 188 |
+
Meanwhile:
|
| 189 |
+
Circulated out remaining spacer with 2450 liter/min, 217 bar, 50 rpm, 11 kNm, reciprocated string from 3080 m MD to 3040 m MD. Observed spacer in returns.",1.5
|
| 190 |
+
15_9_F_11_A_2013_05_26.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-25T00:00:00+02:00,2013-05-26T00:00:00+02:00,2013-05-25 07:00:00+00:00,2013-05-25 08:30:00+00:00,2370.0,m,fixed,interruption -- wait,ok,success,"Waited on cement.
|
| 191 |
+
|
| 192 |
+
Meanwhile:
|
| 193 |
+
POOH wet with 3 1/2"" stinger from 3040 m MD to 2370 m MD.
|
| 194 |
+
Cleaned and cleared drillfloor.",1.5
|
| 195 |
+
15_9_F_11_A_2013_05_26.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-25T00:00:00+02:00,2013-05-26T00:00:00+02:00,2013-05-25 08:30:00+00:00,2013-05-25 09:30:00+00:00,2370.0,m,fixed,interruption -- wait,ok,success,"Waited on cement.
|
| 196 |
+
|
| 197 |
+
Meanwhile:
|
| 198 |
+
Cleaned and cleared drillfloor.
|
| 199 |
+
Removed PS-21 power slips and installed master bushings.
|
| 200 |
+
Picked up and made up BOP test tool.",1.0
|
| 201 |
+
15_9_F_11_A_2013_05_26.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-25T00:00:00+02:00,2013-05-26T00:00:00+02:00,2013-05-25 09:30:00+00:00,2013-05-25 10:30:00+00:00,139.2,m,fixed,interruption -- wait,ok,success,"Waited on cement.
|
| 202 |
+
|
| 203 |
+
Meanwhile:
|
| 204 |
+
RIH with BOP test tool from surface to 139,2 meter.
|
| 205 |
+
Landed BOP test tool in wellhead.",1.0
|
| 206 |
+
15_9_F_11_A_2013_05_26.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-25T00:00:00+02:00,2013-05-26T00:00:00+02:00,2013-05-25 10:30:00+00:00,2013-05-25 17:00:00+00:00,139.2,m,fixed,interruption -- wait,ok,success,"Waited on cement.
|
| 207 |
+
|
| 208 |
+
Meanwhile:
|
| 209 |
+
Tested BOP pipe rams and annular preventers to 20 bar / 5 min and 345 bar / 10 min.
|
| 210 |
+
Tested kelly hose, upper / lower IBOP's, kill and choke lines to 20 bar / 5 min and 345 bar / 10 min.",6.5
|
| 211 |
+
15_9_F_11_A_2013_05_26.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-25T00:00:00+02:00,2013-05-26T00:00:00+02:00,2013-05-25 17:00:00+00:00,2013-05-25 18:30:00+00:00,2370.0,m,fixed,interruption -- wait,ok,success,"Waited on cement.
|
| 212 |
+
|
| 213 |
+
Meanwhile:
|
| 214 |
+
POOH with BOP test tool from 139,2 m MD to surface and laid down same.",1.5
|
| 215 |
+
15_9_F_11_A_2013_05_26.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-25T00:00:00+02:00,2013-05-26T00:00:00+02:00,2013-05-25 18:30:00+00:00,2013-05-25 19:30:00+00:00,3280.0,m,fixed,interruption -- wait,ok,success,"Waited on cement.
|
| 216 |
+
|
| 217 |
+
Meanwhile:
|
| 218 |
+
RIH with 3 1/2"" stinger from 2370 m MD to 3280 m MD.
|
| 219 |
+
Average tripping speed 910 meter/hour.",1.0
|
| 220 |
+
15_9_F_11_A_2013_05_26.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-25T00:00:00+02:00,2013-05-26T00:00:00+02:00,2013-05-25 19:30:00+00:00,2013-05-25 22:00:00+00:00,3280.0,m,fixed,interruption -- wait,ok,success,"Waited on cement.
|
| 221 |
+
|
| 222 |
+
Meanwhile:
|
| 223 |
+
Circulated and reduced MW from 1,32 sg to 1,28 sg with 2500-2941 liter/min, 225-282 bar, 61 rpm, 7-10 kNm, reciprocated pipe from 3280 m MD to 3242 m MD.",2.5
|
| 224 |
+
15_9_F_11_A_2013_05_27.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-26T00:00:00+02:00,2013-05-27T00:00:00+02:00,2013-05-25 22:00:00+00:00,2013-05-26 01:00:00+00:00,3280.0,m,fixed,drilling -- other,ok,success,"Circulated and reduced MW from 1,32 sg to 1,28 sg with 2500-2941 liter/min, 225-282 bar, 61 rpm, 7-10 kNm, reciprocated pipe from 3280 m MD to 3242 m MD.",3.0
|
| 225 |
+
15_9_F_11_A_2013_05_27.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-26T00:00:00+02:00,2013-05-27T00:00:00+02:00,2013-05-26 01:00:00+00:00,2013-05-26 02:00:00+00:00,3389.0,m,fixed,drilling -- other,ok,success,"RIH with 3 1/2"" cement stinger from 3280 m MD to 3365 m MD.
|
| 226 |
+
Established circulation and washed down from 3365 m MD to TOC at 3389 m MD with 500 liter/min, 25 bar.
|
| 227 |
+
Tagged cement with 10 Ton.",1.0
|
| 228 |
+
15_9_F_11_A_2013_05_27.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-26T00:00:00+02:00,2013-05-27T00:00:00+02:00,2013-05-26 02:00:00+00:00,2013-05-26 03:00:00+00:00,2968.0,m,fixed,drilling -- other,ok,success,"POOH wet with 3 1/2"" stinger from 3389 m MD to 2968 m MD.",1.0
|
| 229 |
+
15_9_F_11_A_2013_05_27.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-26T00:00:00+02:00,2013-05-27T00:00:00+02:00,2013-05-26 03:00:00+00:00,2013-05-26 04:00:00+00:00,2968.0,m,fixed,drilling -- other,ok,success,"Spotted 10 m3 1,32 sg HI-Vis pill.",1.0
|
| 230 |
+
15_9_F_11_A_2013_05_27.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-26T00:00:00+02:00,2013-05-27T00:00:00+02:00,2013-05-26 04:00:00+00:00,2013-05-26 07:00:00+00:00,2760.0,m,fixed,drilling -- other,ok,success,"POOH with 3 1/2"" cement stinger on 5 1/2"" DP from 2968 m MD to 2760 m MD.
|
| 231 |
+
Circulated and conditioned mud with 2410 liter/min, 190 bar, 50 rpm, 6-8 kNm, reciprocated pipe from 2760 m MD to 2520 m MD.
|
| 232 |
+
|
| 233 |
+
Performed pre-job meeting prior to cement job while circulating.",3.0
|
| 234 |
+
15_9_F_11_A_2013_05_27.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-26T00:00:00+02:00,2013-05-27T00:00:00+02:00,2013-05-26 07:00:00+00:00,2013-05-26 09:00:00+00:00,2760.0,m,fixed,drilling -- other,ok,success,"Pumped 22 m3 of 1,50 sg spacer followed by 1,3 m3 mud with 800 liter/min, 35 bar.
|
| 235 |
+
Mixed and pumped 13,5 m3 of 2,00 sg cement slurry with 670 liter/min.
|
| 236 |
+
Displaced the cement to the rig floor with 890 liters of drill water.
|
| 237 |
+
Pumped 2,0 m3 of 1,50 sg spacer with rig pumps.
|
| 238 |
+
Zeroed volume counters.
|
| 239 |
+
Displaced the cement with 24 m3 of 1,32 sg mud at 2530 liter/min, 110-215 bar, 30 rpm, 5-8 kNm.",2.0
|
| 240 |
+
15_9_F_11_A_2013_05_27.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-26T00:00:00+02:00,2013-05-27T00:00:00+02:00,2013-05-26 09:00:00+00:00,2013-05-26 12:00:00+00:00,2500.0,m,fixed,drilling -- other,ok,success,"Checked for back flow, no back flow observed.
|
| 241 |
+
Broke out and laid down pump in assembly.
|
| 242 |
+
POOH with 3 1/2"" cement stinger on 5 1/2"" DP from 2760 m MD to 2500 m MD.
|
| 243 |
+
Installed two sponge balls.
|
| 244 |
+
Circulated bottoms up with 2660 liter/min, 222 bar, 60 rpm, 6-8 kNm. Observed traces of cement, diverted 68 M3 interface to slop pit.",3.0
|
| 245 |
+
15_9_F_11_A_2013_05_27.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-26T00:00:00+02:00,2013-05-27T00:00:00+02:00,2013-05-26 12:00:00+00:00,2013-05-26 12:30:00+00:00,2500.0,m,fixed,drilling -- other,ok,success,"Flow checked well, static.
|
| 246 |
+
Pumped slug.",0.5
|
| 247 |
+
15_9_F_11_A_2013_05_27.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-26T00:00:00+02:00,2013-05-27T00:00:00+02:00,2013-05-26 12:30:00+00:00,2013-05-26 17:00:00+00:00,380.0,m,fixed,drilling -- other,ok,success,"POOH with 3 1/2"" cement stinger on 5 1/2"" DP from 2500 m MD to 380 m MD.
|
| 248 |
+
Average tripping speed 471 meter/hour.",4.5
|
| 249 |
+
15_9_F_11_A_2013_05_27.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-26T00:00:00+02:00,2013-05-27T00:00:00+02:00,2013-05-26 17:00:00+00:00,2013-05-26 19:30:00+00:00,0.0,m,fixed,drilling -- other,ok,success,"POOH and laid down 3 1/2"" cement stinger from 380 m MD to surface.",2.5
|
| 250 |
+
15_9_F_11_A_2013_05_27.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-26T00:00:00+02:00,2013-05-27T00:00:00+02:00,2013-05-26 19:30:00+00:00,2013-05-26 21:00:00+00:00,0.0,m,fixed,drilling -- other,ok,success,"Rigged down 3 1/2"" handling equipment.
|
| 251 |
+
Cleaned and cleared rigfloor.
|
| 252 |
+
Function tested blind shear ram.",1.5
|
| 253 |
+
15_9_F_11_A_2013_05_27.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-26T00:00:00+02:00,2013-05-27T00:00:00+02:00,2013-05-26 21:00:00+00:00,2013-05-26 22:00:00+00:00,0.0,m,fixed,drilling -- trip,ok,success,"Performed pre-job meeting prior to pick up BHA.
|
| 254 |
+
Picked up 12 1/4"" drilling BHA and RIH.",1.0
|
| 255 |
+
15_9_F_11_A_2013_05_28.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-27T00:00:00+02:00,2013-05-28T00:00:00+02:00,2013-05-26 22:00:00+00:00,2013-05-26 22:30:00+00:00,14.3,m,fixed,drilling -- trip,ok,success,"Picked up 12 1/4"" drilling BHA and RIH to 14,3 meter.
|
| 256 |
+
Observed hydraulic leak on TDS, stopped operation.",0.5
|
| 257 |
+
15_9_F_11_A_2013_05_28.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-27T00:00:00+02:00,2013-05-28T00:00:00+02:00,2013-05-26 22:30:00+00:00,2013-05-27 07:30:00+00:00,14.3,m,fixed,interruption -- other,ok,equipment failure,"Replaced faulty alignment cylinder on TDS.
|
| 258 |
+
|
| 259 |
+
Meanwhile:
|
| 260 |
+
Prepared to rig up handling equipment for pick up and rack casing.
|
| 261 |
+
Held pre-job meeting prior to pick up 12 1/4"" BHA.",9.0
|
| 262 |
+
15_9_F_11_A_2013_05_28.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-27T00:00:00+02:00,2013-05-28T00:00:00+02:00,2013-05-27 07:30:00+00:00,2013-05-27 11:00:00+00:00,32.3,m,fixed,drilling -- trip,ok,success,"Picked up 12 1/4"" drilling BHA and RIH from 14,3 m MD to 32,3 m MD.
|
| 263 |
+
Baker plugged into ON TRACK. Unable to get contact between Co-pilot and ASS.
|
| 264 |
+
Troubleshooted and replaced TSC box.",3.5
|
| 265 |
+
15_9_F_11_A_2013_05_28.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-27T00:00:00+02:00,2013-05-28T00:00:00+02:00,2013-05-27 11:00:00+00:00,2013-05-27 12:00:00+00:00,93.0,m,fixed,drilling -- trip,ok,success,"RIH with 12 1/4"" BHA on 6 5/8"" HWDP from 32,2 m MD to 93 m m MD.
|
| 266 |
+
Removed masterbushings and installed PS-21 power slips.",1.0
|
| 267 |
+
15_9_F_11_A_2013_05_28.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-27T00:00:00+02:00,2013-05-28T00:00:00+02:00,2013-05-27 12:00:00+00:00,2013-05-27 13:30:00+00:00,207.0,m,fixed,drilling -- trip,ok,success,"Picked up and broke out connection between accelerator and HWDP, installed Totco ring.
|
| 268 |
+
Made up connection and continued to RIH with 12 1/4"" BHA on 6 5/8"" HWDP from 93 m MD to 207 m MD.
|
| 269 |
+
Observed leak on TDS, stopped operation.",1.5
|
| 270 |
+
15_9_F_11_A_2013_05_28.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-27T00:00:00+02:00,2013-05-28T00:00:00+02:00,2013-05-27 13:30:00+00:00,2013-05-27 16:30:00+00:00,207.0,m,fixed,interruption -- other,ok,equipment failure,"Discovered leak on TDS oil cooler, isolated hydraulic system and dismantled cooler.",3.0
|
| 271 |
+
15_9_F_11_A_2013_05_28.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-27T00:00:00+02:00,2013-05-28T00:00:00+02:00,2013-05-27 16:30:00+00:00,2013-05-27 21:00:00+00:00,2494.0,m,fixed,drilling -- trip,ok,success,"RIH with 12 1/4"" BHA on 5 1/2"" DP from 207 m MD to 2494 m MD.
|
| 272 |
+
Filled pipe every 1000 meters.
|
| 273 |
+
Average tripping speed 508 meter/hour.",4.5
|
| 274 |
+
15_9_F_11_A_2013_05_28.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-27T00:00:00+02:00,2013-05-28T00:00:00+02:00,2013-05-27 21:00:00+00:00,2013-05-27 22:00:00+00:00,2494.0,m,fixed,drilling -- other,ok,success,"Performed choke drill.
|
| 275 |
+
Observed hydraulic oil leak on TDS, stopped operation.",1.0
|
| 276 |
+
15_9_F_11_A_2013_05_29.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-28T00:00:00+02:00,2013-05-29T00:00:00+02:00,2013-05-27 22:00:00+00:00,2013-05-28 01:30:00+00:00,2494.0,m,fixed,interruption -- other,ok,equipment failure,"Isolated TDS hydraulically.
|
| 277 |
+
Repaired leaking hydraulic pipe fitting and installed overhauled hydraulic cooler.",3.5
|
| 278 |
+
15_9_F_11_A_2013_05_29.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-28T00:00:00+02:00,2013-05-29T00:00:00+02:00,2013-05-28 01:30:00+00:00,2013-05-28 02:30:00+00:00,2531.0,m,fixed,drilling -- ream,ok,success,"Washed down with 12 1/4"" BHA from 2494 m MD to TOC with 1450-3400 liter/min, 27-168 bar, 90-170 rpm, 6-12 kNm, WOB 0-8 Ton.
|
| 279 |
+
Observed hard cement at 2531 m MD",1.0
|
| 280 |
+
15_9_F_11_A_2013_05_29.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-28T00:00:00+02:00,2013-05-29T00:00:00+02:00,2013-05-28 02:30:00+00:00,2013-05-28 06:30:00+00:00,2575.0,m,fixed,drilling -- drill,ok,success,"Drilled cement from 2531 m MD to 2575 m MD with 2807 liter/min, 164-168 bar, 155 rpm, 9-13 kNm, WOB 6-13 MT.",4.0
|
| 281 |
+
15_9_F_11_A_2013_05_29.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-28T00:00:00+02:00,2013-05-29T00:00:00+02:00,2013-05-28 06:30:00+00:00,2013-05-28 12:30:00+00:00,2627.0,m,fixed,drilling -- drill,ok,success,"Drilled cement and new formation with restricted ROP 5 meter/hour from 2575 m MD to 2627m MD with 2807 liter/min, 164-168 bar, 155 rpm, 9-13 kNm, WOB 6-13 MT.
|
| 282 |
+
At 11:30 hrs observed 50% new formation in returns.
|
| 283 |
+
At 14:30 hrs observed 100% new formation in returns.
|
| 284 |
+
Continue reporting on well F-11 B.",6.0
|
processed/ddr/15_9_F_11_A_daily_summary.csv
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
file,well_name,wellbore_name,report_start,report_end,create_date,spud_date,drill_complete,operator,drill_contractor
|
| 2 |
+
15_9_F_11_A_2013_05_15.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-13 22:00:00+00:00,2013-05-15T00:00:00+02:00,2018-05-03T13:51:32+02:00,2013-03-07T17:30:00+01:00,2013-05-28,Statoil,Maersk Drilling
|
| 3 |
+
15_9_F_11_A_2013_05_16.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-14 22:00:00+00:00,2013-05-16T00:00:00+02:00,2018-05-03T13:51:32+02:00,2013-03-07T17:30:00+01:00,2013-05-28,Statoil,Maersk Drilling
|
| 4 |
+
15_9_F_11_A_2013_05_17.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-15 22:00:00+00:00,2013-05-17T00:00:00+02:00,2018-05-03T13:51:32+02:00,2013-03-07T17:30:00+01:00,2013-05-28,Statoil,Maersk Drilling
|
| 5 |
+
15_9_F_11_A_2013_05_18.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-16 22:00:00+00:00,2013-05-18T00:00:00+02:00,2018-05-03T13:51:32+02:00,2013-03-07T17:30:00+01:00,2013-05-28,Statoil,Maersk Drilling
|
| 6 |
+
15_9_F_11_A_2013_05_20.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-18 22:00:00+00:00,2013-05-20T00:00:00+02:00,2018-05-03T13:51:32+02:00,2013-03-07T17:30:00+01:00,2013-05-28,Statoil,Maersk Drilling
|
| 7 |
+
15_9_F_11_A_2013_05_21.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-19 22:00:00+00:00,2013-05-21T00:00:00+02:00,2018-05-03T13:51:32+02:00,2013-03-07T17:30:00+01:00,2013-05-28,Statoil,Maersk Drilling
|
| 8 |
+
15_9_F_11_A_2013_05_22.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-20 22:00:00+00:00,2013-05-22T00:00:00+02:00,2018-05-03T13:51:32+02:00,2013-03-07T17:30:00+01:00,2013-05-28,Statoil,Maersk Drilling
|
| 9 |
+
15_9_F_11_A_2013_05_23.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-21 22:00:00+00:00,2013-05-23T00:00:00+02:00,2018-05-03T13:51:33+02:00,2013-03-07T17:30:00+01:00,2013-05-28,Statoil,Maersk Drilling
|
| 10 |
+
15_9_F_11_A_2013_05_24.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-22 22:00:00+00:00,2013-05-24T00:00:00+02:00,2018-05-03T13:51:33+02:00,2013-03-07T17:30:00+01:00,2013-05-28,Statoil,Maersk Drilling
|
| 11 |
+
15_9_F_11_A_2013_05_25.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-23 22:00:00+00:00,2013-05-25T00:00:00+02:00,2018-05-03T13:51:33+02:00,2013-03-07T17:30:00+01:00,2013-05-28,Statoil,Maersk Drilling
|
| 12 |
+
15_9_F_11_A_2013_05_26.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-24 22:00:00+00:00,2013-05-26T00:00:00+02:00,2018-05-03T13:51:33+02:00,2013-03-07T17:30:00+01:00,2013-05-28,Statoil,Maersk Drilling
|
| 13 |
+
15_9_F_11_A_2013_05_27.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-25 22:00:00+00:00,2013-05-27T00:00:00+02:00,2018-05-03T13:51:33+02:00,2013-03-07T17:30:00+01:00,2013-05-28,Statoil,Maersk Drilling
|
| 14 |
+
15_9_F_11_A_2013_05_28.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-26 22:00:00+00:00,2013-05-28T00:00:00+02:00,2018-05-03T13:51:33+02:00,2013-03-07T17:30:00+01:00,2013-05-28,Statoil,Maersk Drilling
|
| 15 |
+
15_9_F_11_A_2013_05_29.xml,NO 15/9-F-11 A,NO 15/9-F-11 A,2013-05-27 22:00:00+00:00,2013-05-29T00:00:00+02:00,2018-05-03T13:51:33+02:00,2013-03-07T17:30:00+01:00,2013-05-28,Statoil,Maersk Drilling
|
processed/ddr/15_9_F_11_B_activities.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
processed/ddr/15_9_F_11_B_daily_summary.csv
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
file,well_name,wellbore_name,report_start,report_end,create_date,spud_date,drill_complete,operator,drill_contractor
|
| 2 |
+
15_9_F_11_B_2013_05_29.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-05-27 22:00:00+00:00,2013-05-29T00:00:00+02:00,2018-05-03T13:51:33+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 3 |
+
15_9_F_11_B_2013_05_30.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-05-28 22:00:00+00:00,2013-05-30T00:00:00+02:00,2018-05-03T13:51:33+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 4 |
+
15_9_F_11_B_2013_05_31.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-05-29 22:00:00+00:00,2013-05-31T00:00:00+02:00,2018-05-03T13:51:34+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 5 |
+
15_9_F_11_B_2013_06_01.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-05-30 22:00:00+00:00,2013-06-01T00:00:00+02:00,2018-05-03T13:51:34+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 6 |
+
15_9_F_11_B_2013_06_02.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-05-31 22:00:00+00:00,2013-06-02T00:00:00+02:00,2018-05-03T13:51:34+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 7 |
+
15_9_F_11_B_2013_06_03.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-01 22:00:00+00:00,2013-06-03T00:00:00+02:00,2018-05-03T13:51:34+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 8 |
+
15_9_F_11_B_2013_06_04.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-02 22:00:00+00:00,2013-06-04T00:00:00+02:00,2018-05-03T13:51:34+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 9 |
+
15_9_F_11_B_2013_06_05.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-03 22:00:00+00:00,2013-06-05T00:00:00+02:00,2018-05-03T13:51:34+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 10 |
+
15_9_F_11_B_2013_06_06.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-04 22:00:00+00:00,2013-06-06T00:00:00+02:00,2018-05-03T13:51:34+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 11 |
+
15_9_F_11_B_2013_06_07.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-05 22:00:00+00:00,2013-06-07T00:00:00+02:00,2018-05-03T13:51:34+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 12 |
+
15_9_F_11_B_2013_06_08.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-06 22:00:00+00:00,2013-06-08T00:00:00+02:00,2018-05-03T13:51:34+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 13 |
+
15_9_F_11_B_2013_06_09.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-07 22:00:00+00:00,2013-06-09T00:00:00+02:00,2018-05-03T13:51:34+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 14 |
+
15_9_F_11_B_2013_06_10.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-08 22:00:00+00:00,2013-06-10T00:00:00+02:00,2018-05-03T13:51:35+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 15 |
+
15_9_F_11_B_2013_06_11.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-09 22:00:00+00:00,2013-06-11T00:00:00+02:00,2018-05-03T13:51:35+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 16 |
+
15_9_F_11_B_2013_06_12.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-10 22:00:00+00:00,2013-06-12T00:00:00+02:00,2018-05-03T13:51:35+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 17 |
+
15_9_F_11_B_2013_06_13.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-11 22:00:00+00:00,2013-06-13T00:00:00+02:00,2018-05-03T13:51:35+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 18 |
+
15_9_F_11_B_2013_06_14.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-12 22:00:00+00:00,2013-06-14T00:00:00+02:00,2018-05-03T13:51:35+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 19 |
+
15_9_F_11_B_2013_06_15.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-13 22:00:00+00:00,2013-06-15T00:00:00+02:00,2018-05-03T13:51:35+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 20 |
+
15_9_F_11_B_2013_06_16.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-14 22:00:00+00:00,2013-06-16T00:00:00+02:00,2018-05-03T13:51:35+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 21 |
+
15_9_F_11_B_2013_06_17.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-15 22:00:00+00:00,2013-06-17T00:00:00+02:00,2018-05-03T13:51:35+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 22 |
+
15_9_F_11_B_2013_06_18.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-16 22:00:00+00:00,2013-06-18T00:00:00+02:00,2018-05-03T13:51:35+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 23 |
+
15_9_F_11_B_2013_06_19.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-17 22:00:00+00:00,2013-06-19T00:00:00+02:00,2018-05-03T13:51:35+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 24 |
+
15_9_F_11_B_2013_06_20.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-18 22:00:00+00:00,2013-06-20T00:00:00+02:00,2018-05-03T13:51:35+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 25 |
+
15_9_F_11_B_2013_06_21.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-19 22:00:00+00:00,2013-06-21T00:00:00+02:00,2018-05-03T13:51:36+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 26 |
+
15_9_F_11_B_2013_06_22.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-20 22:00:00+00:00,2013-06-22T00:00:00+02:00,2018-05-03T13:51:36+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 27 |
+
15_9_F_11_B_2013_06_23.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-21 22:00:00+00:00,2013-06-23T00:00:00+02:00,2018-05-03T13:51:36+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 28 |
+
15_9_F_11_B_2013_06_24.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-22 22:00:00+00:00,2013-06-24T00:00:00+02:00,2018-05-03T13:51:36+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 29 |
+
15_9_F_11_B_2013_06_25.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-23 22:00:00+00:00,2013-06-25T00:00:00+02:00,2018-05-03T13:51:36+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 30 |
+
15_9_F_11_B_2013_06_26.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-24 22:00:00+00:00,2013-06-26T00:00:00+02:00,2018-05-03T13:51:36+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 31 |
+
15_9_F_11_B_2013_06_27.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-25 22:00:00+00:00,2013-06-27T00:00:00+02:00,2018-05-03T13:51:36+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 32 |
+
15_9_F_11_B_2013_06_28.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-26 22:00:00+00:00,2013-06-28T00:00:00+02:00,2018-05-03T13:51:36+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 33 |
+
15_9_F_11_B_2013_06_29.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-27 22:00:00+00:00,2013-06-29T00:00:00+02:00,2018-05-03T13:51:36+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 34 |
+
15_9_F_11_B_2013_06_30.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-28 22:00:00+00:00,2013-06-30T00:00:00+02:00,2018-05-03T13:51:37+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 35 |
+
15_9_F_11_B_2013_07_01.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-29 22:00:00+00:00,2013-07-01T00:00:00+02:00,2018-05-03T13:51:37+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 36 |
+
15_9_F_11_B_2013_07_02.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-06-30 22:00:00+00:00,2013-07-02T00:00:00+02:00,2018-05-03T13:51:37+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 37 |
+
15_9_F_11_B_2013_07_03.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-01 22:00:00+00:00,2013-07-03T00:00:00+02:00,2018-05-03T13:51:37+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 38 |
+
15_9_F_11_B_2013_07_04.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-02 22:00:00+00:00,2013-07-04T00:00:00+02:00,2018-05-03T13:51:37+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 39 |
+
15_9_F_11_B_2013_07_05.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-03 22:00:00+00:00,2013-07-05T00:00:00+02:00,2018-05-03T13:51:37+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 40 |
+
15_9_F_11_B_2013_07_06.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-04 22:00:00+00:00,2013-07-06T00:00:00+02:00,2018-05-03T13:51:37+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 41 |
+
15_9_F_11_B_2013_07_07.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-05 22:00:00+00:00,2013-07-07T00:00:00+02:00,2018-05-03T13:51:37+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 42 |
+
15_9_F_11_B_2013_07_08.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-06 22:00:00+00:00,2013-07-08T00:00:00+02:00,2018-05-03T13:51:38+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 43 |
+
15_9_F_11_B_2013_07_09.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-07 22:00:00+00:00,2013-07-09T00:00:00+02:00,2018-05-03T13:51:38+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 44 |
+
15_9_F_11_B_2013_07_10.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-08 22:00:00+00:00,2013-07-10T00:00:00+02:00,2018-05-03T13:51:38+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 45 |
+
15_9_F_11_B_2013_07_11.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-09 22:00:00+00:00,2013-07-11T00:00:00+02:00,2018-05-03T13:51:38+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 46 |
+
15_9_F_11_B_2013_07_12.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-10 22:00:00+00:00,2013-07-12T00:00:00+02:00,2018-05-03T13:51:38+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 47 |
+
15_9_F_11_B_2013_07_13.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-11 22:00:00+00:00,2013-07-13T00:00:00+02:00,2018-05-03T13:51:38+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 48 |
+
15_9_F_11_B_2013_07_14.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-12 22:00:00+00:00,2013-07-14T00:00:00+02:00,2018-05-03T13:51:38+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 49 |
+
15_9_F_11_B_2013_07_15.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-13 22:00:00+00:00,2013-07-15T00:00:00+02:00,2018-05-03T13:51:38+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 50 |
+
15_9_F_11_B_2013_07_16.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-14 22:00:00+00:00,2013-07-16T00:00:00+02:00,2018-05-03T13:51:38+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 51 |
+
15_9_F_11_B_2013_07_17.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-15 22:00:00+00:00,2013-07-17T00:00:00+02:00,2018-05-03T13:51:38+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 52 |
+
15_9_F_11_B_2013_07_18.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-16 22:00:00+00:00,2013-07-18T00:00:00+02:00,2018-05-03T13:51:39+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 53 |
+
15_9_F_11_B_2013_07_19.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-17 22:00:00+00:00,2013-07-19T00:00:00+02:00,2018-05-03T13:51:39+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 54 |
+
15_9_F_11_B_2013_07_20.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-18 22:00:00+00:00,2013-07-20T00:00:00+02:00,2018-05-03T13:51:39+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 55 |
+
15_9_F_11_B_2013_07_21.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-19 22:00:00+00:00,2013-07-21T00:00:00+02:00,2018-05-03T13:51:39+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 56 |
+
15_9_F_11_B_2013_07_22.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-20 22:00:00+00:00,2013-07-22T00:00:00+02:00,2018-05-03T13:51:39+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 57 |
+
15_9_F_11_B_2013_07_23.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-21 22:00:00+00:00,2013-07-23T00:00:00+02:00,2018-05-03T13:51:39+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 58 |
+
15_9_F_11_B_2013_07_24.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2013-07-22 22:00:00+00:00,2013-07-24T00:00:00+02:00,2018-05-03T13:51:39+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 59 |
+
15_9_F_11_B_2015_10_25.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2015-10-23 22:00:00+00:00,2015-10-25T00:00:00+02:00,2018-05-03T13:51:40+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 60 |
+
15_9_F_11_B_2015_10_26.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2015-10-24 22:00:00+00:00,2015-10-26T00:00:00+01:00,2018-05-03T13:51:40+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 61 |
+
15_9_F_11_B_2015_10_27.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2015-10-25 23:00:00+00:00,2015-10-27T00:00:00+01:00,2018-05-03T13:51:40+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 62 |
+
15_9_F_11_B_2015_10_28.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2015-10-26 23:00:00+00:00,2015-10-28T00:00:00+01:00,2018-05-03T13:51:40+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 63 |
+
15_9_F_11_B_2015_10_29.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2015-10-27 23:00:00+00:00,2015-10-29T00:00:00+01:00,2018-05-03T13:51:40+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 64 |
+
15_9_F_11_B_2015_10_30.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2015-10-28 23:00:00+00:00,2015-10-30T00:00:00+01:00,2018-05-03T13:51:40+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 65 |
+
15_9_F_11_B_2015_10_31.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2015-10-29 23:00:00+00:00,2015-10-31T00:00:00+01:00,2018-05-03T13:51:40+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 66 |
+
15_9_F_11_B_2015_11_01.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2015-10-30 23:00:00+00:00,2015-11-01T00:00:00+01:00,2018-05-03T13:51:40+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 67 |
+
15_9_F_11_B_2015_11_02.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2015-10-31 23:00:00+00:00,2015-11-02T00:00:00+01:00,2018-05-03T13:51:40+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 68 |
+
15_9_F_11_B_2015_11_03.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2015-11-01 23:00:00+00:00,2015-11-03T00:00:00+01:00,2018-05-03T13:51:40+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 69 |
+
15_9_F_11_B_2016_04_15.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-04-13 22:00:00+00:00,2016-04-15T00:00:00+02:00,2018-05-03T13:51:41+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 70 |
+
15_9_F_11_B_2016_04_16.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-04-14 22:00:00+00:00,2016-04-16T00:00:00+02:00,2018-05-03T13:51:41+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 71 |
+
15_9_F_11_B_2016_04_17.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-04-15 22:00:00+00:00,2016-04-17T00:00:00+02:00,2018-05-03T13:51:41+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 72 |
+
15_9_F_11_B_2016_04_18.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-04-16 22:00:00+00:00,2016-04-18T00:00:00+02:00,2018-05-03T13:51:41+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 73 |
+
15_9_F_11_B_2016_04_19.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-04-17 22:00:00+00:00,2016-04-19T00:00:00+02:00,2018-05-03T13:51:41+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 74 |
+
15_9_F_11_B_2016_04_21.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-04-19 22:00:00+00:00,2016-04-21T00:00:00+02:00,2018-05-03T13:51:41+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 75 |
+
15_9_F_11_B_2016_04_22.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-04-20 22:00:00+00:00,2016-04-22T00:00:00+02:00,2018-05-03T13:51:41+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 76 |
+
15_9_F_11_B_2016_04_23.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-04-21 22:00:00+00:00,2016-04-23T00:00:00+02:00,2018-05-03T13:51:41+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 77 |
+
15_9_F_11_B_2016_04_24.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-04-22 22:00:00+00:00,2016-04-24T00:00:00+02:00,2018-05-03T13:51:41+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 78 |
+
15_9_F_11_B_2016_04_25.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-04-23 22:00:00+00:00,2016-04-25T00:00:00+02:00,2018-05-03T13:51:41+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Altus Intervention
|
| 79 |
+
15_9_F_11_B_2016_09_19.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-09-17 22:00:00+00:00,2016-09-19T00:00:00+02:00,2018-05-03T13:51:42+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 80 |
+
15_9_F_11_B_2016_09_20.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-09-18 22:00:00+00:00,2016-09-20T00:00:00+02:00,2018-05-03T13:51:42+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 81 |
+
15_9_F_11_B_2016_09_21.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-09-19 22:00:00+00:00,2016-09-21T00:00:00+02:00,2018-05-03T13:51:42+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 82 |
+
15_9_F_11_B_2016_09_22.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-09-20 22:00:00+00:00,2016-09-22T00:00:00+02:00,2018-05-03T13:51:42+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 83 |
+
15_9_F_11_B_2016_09_23.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-09-21 22:00:00+00:00,2016-09-23T00:00:00+02:00,2018-05-03T13:51:42+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 84 |
+
15_9_F_11_B_2016_09_24.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-09-22 22:00:00+00:00,2016-09-24T00:00:00+02:00,2018-05-03T13:51:42+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 85 |
+
15_9_F_11_B_2016_09_25.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-09-23 22:00:00+00:00,2016-09-25T00:00:00+02:00,2018-05-03T13:51:42+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 86 |
+
15_9_F_11_B_2016_09_26.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-09-24 22:00:00+00:00,2016-09-26T00:00:00+02:00,2018-05-03T13:51:42+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 87 |
+
15_9_F_11_B_2016_09_27.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-09-25 22:00:00+00:00,2016-09-27T00:00:00+02:00,2018-05-03T13:51:42+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 88 |
+
15_9_F_11_B_2016_09_28.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-09-26 22:00:00+00:00,2016-09-28T00:00:00+02:00,2018-05-03T13:51:42+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 89 |
+
15_9_F_11_B_2016_09_29.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-09-27 22:00:00+00:00,2016-09-29T00:00:00+02:00,2018-05-03T13:51:42+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 90 |
+
15_9_F_11_B_2016_10_21.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-10-19 22:00:00+00:00,2016-10-21T00:00:00+02:00,2018-05-03T13:51:43+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
| 91 |
+
15_9_F_11_B_2016_10_22.xml,NO 15/9-F-11 B,NO 15/9-F-11 B,2016-10-20 22:00:00+00:00,2016-10-22T00:00:00+02:00,2018-05-03T13:51:43+02:00,2013-05-28T14:30:00+02:00,2013-06-12,Statoil,Maersk Drilling
|
processed/ddr/15_9_F_11_activities.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
processed/ddr/15_9_F_11_daily_summary.csv
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
file,well_name,wellbore_name,report_start,report_end,create_date,spud_date,drill_complete,operator,drill_contractor
|
| 2 |
+
15_9_F_11_2013_03_08.xml,NO 15/9-F-11,NO 15/9-F-11,2013-03-06 23:00:00+00:00,2013-03-08T00:00:00+01:00,2018-05-03T13:51:25+02:00,2013-03-07T17:30:00+01:00,,Statoil,Maersk Drilling
|
| 3 |
+
15_9_F_11_2013_03_09.xml,NO 15/9-F-11,NO 15/9-F-11,2013-03-07 23:00:00+00:00,2013-03-09T00:00:00+01:00,2018-05-03T13:51:25+02:00,2013-03-07T17:30:00+01:00,,Statoil,Maersk Drilling
|
| 4 |
+
15_9_F_11_2013_03_10.xml,NO 15/9-F-11,NO 15/9-F-11,2013-03-08 23:00:00+00:00,2013-03-10T00:00:00+01:00,2018-05-03T13:51:25+02:00,2013-03-07T17:30:00+01:00,,Statoil,Maersk Drilling
|
| 5 |
+
15_9_F_11_2013_03_11.xml,NO 15/9-F-11,NO 15/9-F-11,2013-03-09 23:00:00+00:00,2013-03-11T00:00:00+01:00,2018-05-03T13:51:25+02:00,2013-03-07T17:30:00+01:00,,Statoil,Maersk Drilling
|
| 6 |
+
15_9_F_11_2013_03_12.xml,NO 15/9-F-11,NO 15/9-F-11,2013-03-10 23:00:00+00:00,2013-03-12T00:00:00+01:00,2018-05-03T13:51:25+02:00,2013-03-07T17:30:00+01:00,,Statoil,Maersk Drilling
|
| 7 |
+
15_9_F_11_2013_03_13.xml,NO 15/9-F-11,NO 15/9-F-11,2013-03-11 23:00:00+00:00,2013-03-13T00:00:00+01:00,2018-05-03T13:51:25+02:00,2013-03-07T17:30:00+01:00,,Statoil,Maersk Drilling
|
| 8 |
+
15_9_F_11_2013_03_14.xml,NO 15/9-F-11,NO 15/9-F-11,2013-03-12 23:00:00+00:00,2013-03-14T00:00:00+01:00,2018-05-03T13:51:25+02:00,2013-03-07T17:30:00+01:00,,Statoil,Maersk Drilling
|
| 9 |
+
15_9_F_11_2013_03_15.xml,NO 15/9-F-11,NO 15/9-F-11,2013-03-13 23:00:00+00:00,2013-03-15T00:00:00+01:00,2018-05-03T13:51:25+02:00,2013-03-07T17:30:00+01:00,,Statoil,Maersk Drilling
|
| 10 |
+
15_9_F_11_2013_03_16.xml,NO 15/9-F-11,NO 15/9-F-11,2013-03-14 23:00:00+00:00,2013-03-16T00:00:00+01:00,2018-05-03T13:51:25+02:00,2013-03-07T17:30:00+01:00,,Statoil,Maersk Drilling
|
| 11 |
+
15_9_F_11_2013_03_17.xml,NO 15/9-F-11,NO 15/9-F-11,2013-03-15 23:00:00+00:00,2013-03-17T00:00:00+01:00,2018-05-03T13:51:25+02:00,2013-03-07T17:30:00+01:00,,Statoil,Maersk Drilling
|
| 12 |
+
15_9_F_11_2013_03_18.xml,NO 15/9-F-11,NO 15/9-F-11,2013-03-16 23:00:00+00:00,2013-03-18T00:00:00+01:00,2018-05-03T13:51:25+02:00,2013-03-07T17:30:00+01:00,,Statoil,Maersk Drilling
|
| 13 |
+
15_9_F_11_2013_03_19.xml,NO 15/9-F-11,NO 15/9-F-11,2013-03-17 23:00:00+00:00,2013-03-19T00:00:00+01:00,2018-05-03T13:51:26+02:00,2013-03-07T17:30:00+01:00,,Statoil,Maersk Drilling
|
| 14 |
+
15_9_F_11_2013_03_20.xml,NO 15/9-F-11,NO 15/9-F-11,2013-03-18 23:00:00+00:00,2013-03-20T00:00:00+01:00,2018-05-03T13:51:26+02:00,2013-03-07T17:30:00+01:00,,Statoil,Maersk Drilling
|
| 15 |
+
15_9_F_11_2013_03_21.xml,NO 15/9-F-11,NO 15/9-F-11,2013-03-19 23:00:00+00:00,2013-03-21T00:00:00+01:00,2018-05-03T13:51:26+02:00,2013-03-07T17:30:00+01:00,,Statoil,Maersk Drilling
|
| 16 |
+
15_9_F_11_2013_03_22.xml,NO 15/9-F-11,NO 15/9-F-11,2013-03-20 23:00:00+00:00,2013-03-22T00:00:00+01:00,2018-05-03T13:51:26+02:00,2013-03-07T17:30:00+01:00,,Statoil,Maersk Drilling
|
| 17 |
+
15_9_F_11_2013_03_23.xml,NO 15/9-F-11,NO 15/9-F-11,2013-03-21 23:00:00+00:00,2013-03-23T00:00:00+01:00,2018-05-03T13:51:26+02:00,2013-03-07T17:30:00+01:00,,Statoil,Maersk Drilling
|
| 18 |
+
15_9_F_11_T2_2013_03_24.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-03-22 23:00:00+00:00,2013-03-24T00:00:00+01:00,2018-05-03T13:51:26+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 19 |
+
15_9_F_11_2013_03_24.xml,NO 15/9-F-11,NO 15/9-F-11,2013-03-22 23:00:00+00:00,2013-03-24T00:00:00+01:00,2018-05-03T13:51:26+02:00,2013-03-07T17:30:00+01:00,,Statoil,Maersk Drilling
|
| 20 |
+
15_9_F_11_T2_2013_03_25.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-03-23 23:00:00+00:00,2013-03-25T00:00:00+01:00,2018-05-03T13:51:26+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 21 |
+
15_9_F_11_T2_2013_03_26.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-03-24 23:00:00+00:00,2013-03-26T00:00:00+01:00,2018-05-03T13:51:26+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 22 |
+
15_9_F_11_T2_2013_03_27.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-03-25 23:00:00+00:00,2013-03-27T00:00:00+01:00,2018-05-03T13:51:27+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 23 |
+
15_9_F_11_T2_2013_03_28.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-03-26 23:00:00+00:00,2013-03-28T00:00:00+01:00,2018-05-03T13:51:27+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 24 |
+
15_9_F_11_T2_2013_03_29.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-03-27 23:00:00+00:00,2013-03-29T00:00:00+01:00,2018-05-03T13:51:27+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 25 |
+
15_9_F_11_T2_2013_03_30.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-03-28 23:00:00+00:00,2013-03-30T00:00:00+01:00,2018-05-03T13:51:27+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 26 |
+
15_9_F_11_T2_2013_03_31.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-03-29 23:00:00+00:00,2013-03-31T00:00:00+01:00,2018-05-03T13:51:27+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 27 |
+
15_9_F_11_T2_2013_04_01.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-03-30 23:00:00+00:00,2013-04-01T00:00:00+02:00,2018-05-03T13:51:27+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 28 |
+
15_9_F_11_T2_2013_04_02.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-03-31 22:00:00+00:00,2013-04-02T00:00:00+02:00,2018-05-03T13:51:27+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 29 |
+
15_9_F_11_T2_2013_04_03.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-01 22:00:00+00:00,2013-04-03T00:00:00+02:00,2018-05-03T13:51:27+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 30 |
+
15_9_F_11_T2_2013_04_04.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-02 22:00:00+00:00,2013-04-04T00:00:00+02:00,2018-05-03T13:51:27+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 31 |
+
15_9_F_11_T2_2013_04_05.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-03 22:00:00+00:00,2013-04-05T00:00:00+02:00,2018-05-03T13:51:27+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 32 |
+
15_9_F_11_T2_2013_04_06.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-04 22:00:00+00:00,2013-04-06T00:00:00+02:00,2018-05-03T13:51:27+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 33 |
+
15_9_F_11_T2_2013_04_07.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-05 22:00:00+00:00,2013-04-07T00:00:00+02:00,2018-05-03T13:51:28+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 34 |
+
15_9_F_11_T2_2013_04_08.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-06 22:00:00+00:00,2013-04-08T00:00:00+02:00,2018-05-03T13:51:28+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 35 |
+
15_9_F_11_T2_2013_04_09.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-07 22:00:00+00:00,2013-04-09T00:00:00+02:00,2018-05-03T13:51:28+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 36 |
+
15_9_F_11_T2_2013_04_10.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-08 22:00:00+00:00,2013-04-10T00:00:00+02:00,2018-05-03T13:51:28+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 37 |
+
15_9_F_11_T2_2013_04_11.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-09 22:00:00+00:00,2013-04-11T00:00:00+02:00,2018-05-03T13:51:28+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 38 |
+
15_9_F_11_T2_2013_04_12.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-10 22:00:00+00:00,2013-04-12T00:00:00+02:00,2018-05-03T13:51:28+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 39 |
+
15_9_F_11_T2_2013_04_13.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-11 22:00:00+00:00,2013-04-13T00:00:00+02:00,2018-05-03T13:51:28+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 40 |
+
15_9_F_11_T2_2013_04_14.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-12 22:00:00+00:00,2013-04-14T00:00:00+02:00,2018-05-03T13:51:28+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 41 |
+
15_9_F_11_T2_2013_04_15.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-13 22:00:00+00:00,2013-04-15T00:00:00+02:00,2018-05-03T13:51:29+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 42 |
+
15_9_F_11_T2_2013_04_16.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-14 22:00:00+00:00,2013-04-16T00:00:00+02:00,2018-05-03T13:51:29+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 43 |
+
15_9_F_11_T2_2013_04_17.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-15 22:00:00+00:00,2013-04-17T00:00:00+02:00,2018-05-03T13:51:29+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 44 |
+
15_9_F_11_T2_2013_04_18.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-16 22:00:00+00:00,2013-04-18T00:00:00+02:00,2018-05-03T13:51:29+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 45 |
+
15_9_F_11_T2_2013_04_19.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-17 22:00:00+00:00,2013-04-19T00:00:00+02:00,2018-05-03T13:51:29+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 46 |
+
15_9_F_11_T2_2013_04_20.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-18 22:00:00+00:00,2013-04-20T00:00:00+02:00,2018-05-03T13:51:29+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 47 |
+
15_9_F_11_T2_2013_04_21.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-19 22:00:00+00:00,2013-04-21T00:00:00+02:00,2018-05-03T13:51:29+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 48 |
+
15_9_F_11_T2_2013_04_22.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-20 22:00:00+00:00,2013-04-22T00:00:00+02:00,2018-05-03T13:51:29+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 49 |
+
15_9_F_11_T2_2013_04_23.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-21 22:00:00+00:00,2013-04-23T00:00:00+02:00,2018-05-03T13:51:29+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 50 |
+
15_9_F_11_T2_2013_04_24.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-22 22:00:00+00:00,2013-04-24T00:00:00+02:00,2018-05-03T13:51:29+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 51 |
+
15_9_F_11_T2_2013_04_25.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-23 22:00:00+00:00,2013-04-25T00:00:00+02:00,2018-05-03T13:51:29+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 52 |
+
15_9_F_11_T2_2013_04_26.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-24 22:00:00+00:00,2013-04-26T00:00:00+02:00,2018-05-03T13:51:29+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 53 |
+
15_9_F_11_T2_2013_04_27.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-25 22:00:00+00:00,2013-04-27T00:00:00+02:00,2018-05-03T13:51:29+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 54 |
+
15_9_F_11_T2_2013_04_28.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-26 22:00:00+00:00,2013-04-28T00:00:00+02:00,2018-05-03T13:51:30+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 55 |
+
15_9_F_11_T2_2013_04_29.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-27 22:00:00+00:00,2013-04-29T00:00:00+02:00,2018-05-03T13:51:30+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 56 |
+
15_9_F_11_T2_2013_04_30.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-28 22:00:00+00:00,2013-04-30T00:00:00+02:00,2018-05-03T13:51:30+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 57 |
+
15_9_F_11_T2_2013_05_01.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-29 22:00:00+00:00,2013-05-01T00:00:00+02:00,2018-05-03T13:51:30+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 58 |
+
15_9_F_11_T2_2013_05_02.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-04-30 22:00:00+00:00,2013-05-02T00:00:00+02:00,2018-05-03T13:51:30+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 59 |
+
15_9_F_11_T2_2013_05_03.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-05-01 22:00:00+00:00,2013-05-03T00:00:00+02:00,2018-05-03T13:51:30+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 60 |
+
15_9_F_11_T2_2013_05_04.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-05-02 22:00:00+00:00,2013-05-04T00:00:00+02:00,2018-05-03T13:51:30+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 61 |
+
15_9_F_11_T2_2013_05_05.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-05-03 22:00:00+00:00,2013-05-05T00:00:00+02:00,2018-05-03T13:51:30+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 62 |
+
15_9_F_11_T2_2013_05_06.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-05-04 22:00:00+00:00,2013-05-06T00:00:00+02:00,2018-05-03T13:51:30+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 63 |
+
15_9_F_11_T2_2013_05_07.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-05-05 22:00:00+00:00,2013-05-07T00:00:00+02:00,2018-05-03T13:51:31+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 64 |
+
15_9_F_11_T2_2013_05_08.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-05-06 22:00:00+00:00,2013-05-08T00:00:00+02:00,2018-05-03T13:51:31+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 65 |
+
15_9_F_11_T2_2013_05_09.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-05-07 22:00:00+00:00,2013-05-09T00:00:00+02:00,2018-05-03T13:51:31+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 66 |
+
15_9_F_11_T2_2013_05_10.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-05-08 22:00:00+00:00,2013-05-10T00:00:00+02:00,2018-05-03T13:51:31+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 67 |
+
15_9_F_11_T2_2013_05_11.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-05-09 22:00:00+00:00,2013-05-11T00:00:00+02:00,2018-05-03T13:51:31+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 68 |
+
15_9_F_11_T2_2013_05_12.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-05-10 22:00:00+00:00,2013-05-12T00:00:00+02:00,2018-05-03T13:51:31+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 69 |
+
15_9_F_11_T2_2013_05_13.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-05-11 22:00:00+00:00,2013-05-13T00:00:00+02:00,2018-05-03T13:51:31+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 70 |
+
15_9_F_11_T2_2013_05_14.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-05-12 22:00:00+00:00,2013-05-14T00:00:00+02:00,2018-05-03T13:51:31+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
| 71 |
+
15_9_F_11_T2_2013_05_15.xml,NO 15/9-F-11,NO 15/9-F-11 T2,2013-05-13 22:00:00+00:00,2013-05-15T00:00:00+02:00,2018-05-03T13:51:32+02:00,2013-03-07T17:30:00+01:00,2013-05-09,Statoil,Maersk Drilling
|
processed/ddr/15_9_F_12_activities.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
processed/ddr/15_9_F_12_daily_summary.csv
ADDED
|
@@ -0,0 +1,166 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
file,well_name,wellbore_name,report_start,report_end,create_date,spud_date,drill_complete,operator,drill_contractor
|
| 2 |
+
15_9_F_12_2007_06_14.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-12 22:00:00+00:00,2007-06-14T00:00:00+02:00,2018-05-03T13:51:43+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 3 |
+
15_9_F_12_2007_06_15.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-13 22:00:00+00:00,2007-06-15T00:00:00+02:00,2018-05-03T13:51:43+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 4 |
+
15_9_F_12_2007_06_16.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-14 22:00:00+00:00,2007-06-16T00:00:00+02:00,2018-05-03T13:51:43+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 5 |
+
15_9_F_12_2007_06_17.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-15 22:00:00+00:00,2007-06-17T00:00:00+02:00,2018-05-03T13:51:43+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 6 |
+
15_9_F_12_2007_06_18.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-16 22:00:00+00:00,2007-06-18T00:00:00+02:00,2018-05-03T13:51:43+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 7 |
+
15_9_F_12_2007_06_19.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-17 22:00:00+00:00,2007-06-19T00:00:00+02:00,2018-05-03T13:51:43+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 8 |
+
15_9_F_12_2007_06_20.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-18 22:00:00+00:00,2007-06-20T00:00:00+02:00,2018-05-03T13:51:43+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 9 |
+
15_9_F_12_2007_06_21.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-19 22:00:00+00:00,2007-06-21T00:00:00+02:00,2018-05-03T13:51:43+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 10 |
+
15_9_F_12_2007_06_22.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-20 22:00:00+00:00,2007-06-22T00:00:00+02:00,2018-05-03T13:51:43+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 11 |
+
15_9_F_12_2007_06_23.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-21 22:00:00+00:00,2007-06-23T00:00:00+02:00,2018-05-03T13:51:44+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 12 |
+
15_9_F_12_2007_06_24.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-22 22:00:00+00:00,2007-06-24T00:00:00+02:00,2018-05-03T13:51:44+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 13 |
+
15_9_F_12_2007_06_25.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-23 22:00:00+00:00,2007-06-25T00:00:00+02:00,2018-05-03T13:51:44+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 14 |
+
15_9_F_12_2007_06_26.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-24 22:00:00+00:00,2007-06-26T00:00:00+02:00,2018-05-03T13:51:44+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 15 |
+
15_9_F_12_2007_06_27.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-25 22:00:00+00:00,2007-06-27T00:00:00+02:00,2018-05-03T13:51:44+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 16 |
+
15_9_F_12_2007_06_28.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-26 22:00:00+00:00,2007-06-28T00:00:00+02:00,2018-05-03T13:51:44+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 17 |
+
15_9_F_12_2007_06_29.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-27 22:00:00+00:00,2007-06-29T00:00:00+02:00,2018-05-03T13:51:44+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 18 |
+
15_9_F_12_2007_06_30.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-28 22:00:00+00:00,2007-06-30T00:00:00+02:00,2018-05-03T13:51:44+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 19 |
+
15_9_F_12_2007_07_01.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-29 22:00:00+00:00,2007-07-01T00:00:00+02:00,2018-05-03T13:51:44+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 20 |
+
15_9_F_12_2007_07_02.xml,NO 15/9-F-12,NO 15/9-F-12,2007-06-30 22:00:00+00:00,2007-07-02T00:00:00+02:00,2018-05-03T13:51:44+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 21 |
+
15_9_F_12_2007_07_03.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-01 22:00:00+00:00,2007-07-03T00:00:00+02:00,2018-05-03T13:51:45+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 22 |
+
15_9_F_12_2007_07_04.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-02 22:00:00+00:00,2007-07-04T00:00:00+02:00,2018-05-03T13:51:45+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 23 |
+
15_9_F_12_2007_07_05.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-03 22:00:00+00:00,2007-07-05T00:00:00+02:00,2018-05-03T13:51:45+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 24 |
+
15_9_F_12_2007_07_06.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-04 22:00:00+00:00,2007-07-06T00:00:00+02:00,2018-05-03T13:51:45+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 25 |
+
15_9_F_12_2007_07_07.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-05 22:00:00+00:00,2007-07-07T00:00:00+02:00,2018-05-03T13:51:45+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 26 |
+
15_9_F_12_2007_07_08.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-06 22:00:00+00:00,2007-07-08T00:00:00+02:00,2018-05-03T13:51:45+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 27 |
+
15_9_F_12_2007_07_09.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-07 22:00:00+00:00,2007-07-09T00:00:00+02:00,2018-05-03T13:51:45+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 28 |
+
15_9_F_12_2007_07_10.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-08 22:00:00+00:00,2007-07-10T00:00:00+02:00,2018-05-03T13:51:45+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 29 |
+
15_9_F_12_2007_07_11.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-09 22:00:00+00:00,2007-07-11T00:00:00+02:00,2018-05-03T13:51:45+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 30 |
+
15_9_F_12_2007_07_12.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-10 22:00:00+00:00,2007-07-12T00:00:00+02:00,2018-05-03T13:51:45+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 31 |
+
15_9_F_12_2007_07_13.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-11 22:00:00+00:00,2007-07-13T00:00:00+02:00,2018-05-03T13:51:45+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 32 |
+
15_9_F_12_2007_07_14.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-12 22:00:00+00:00,2007-07-14T00:00:00+02:00,2018-05-03T13:51:45+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 33 |
+
15_9_F_12_2007_07_15.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-13 22:00:00+00:00,2007-07-15T00:00:00+02:00,2018-05-03T13:51:46+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 34 |
+
15_9_F_12_2007_07_16.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-14 22:00:00+00:00,2007-07-16T00:00:00+02:00,2018-05-03T13:51:46+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 35 |
+
15_9_F_12_2007_07_17.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-15 22:00:00+00:00,2007-07-17T00:00:00+02:00,2018-05-03T13:51:46+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 36 |
+
15_9_F_12_2007_07_18.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-16 22:00:00+00:00,2007-07-18T00:00:00+02:00,2018-05-03T13:51:46+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 37 |
+
15_9_F_12_2007_07_19.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-17 22:00:00+00:00,2007-07-19T00:00:00+02:00,2018-05-03T13:51:46+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 38 |
+
15_9_F_12_2007_07_20.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-18 22:00:00+00:00,2007-07-20T00:00:00+02:00,2018-05-03T13:51:46+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 39 |
+
15_9_F_12_2007_07_21.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-19 22:00:00+00:00,2007-07-21T00:00:00+02:00,2018-05-03T13:51:46+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 40 |
+
15_9_F_12_2007_07_22.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-20 22:00:00+00:00,2007-07-22T00:00:00+02:00,2018-05-03T13:51:46+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 41 |
+
15_9_F_12_2007_07_23.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-21 22:00:00+00:00,2007-07-23T00:00:00+02:00,2018-05-03T13:51:46+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 42 |
+
15_9_F_12_2007_07_24.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-22 22:00:00+00:00,2007-07-24T00:00:00+02:00,2018-05-03T13:51:46+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 43 |
+
15_9_F_12_2007_07_25.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-23 22:00:00+00:00,2007-07-25T00:00:00+02:00,2018-05-03T13:51:46+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 44 |
+
15_9_F_12_2007_07_26.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-24 22:00:00+00:00,2007-07-26T00:00:00+02:00,2018-05-03T13:51:46+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 45 |
+
15_9_F_12_2007_07_27.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-25 22:00:00+00:00,2007-07-27T00:00:00+02:00,2018-05-03T13:51:47+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 46 |
+
15_9_F_12_2007_07_28.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-26 22:00:00+00:00,2007-07-28T00:00:00+02:00,2018-05-03T13:51:47+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 47 |
+
15_9_F_12_2007_07_29.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-27 22:00:00+00:00,2007-07-29T00:00:00+02:00,2018-05-03T13:51:47+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 48 |
+
15_9_F_12_2007_07_30.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-28 22:00:00+00:00,2007-07-30T00:00:00+02:00,2018-05-03T13:51:47+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 49 |
+
15_9_F_12_2007_07_31.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-29 22:00:00+00:00,2007-07-31T00:00:00+02:00,2018-05-03T13:51:47+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 50 |
+
15_9_F_12_2007_08_01.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-30 22:00:00+00:00,2007-08-01T00:00:00+02:00,2018-05-03T13:51:47+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 51 |
+
15_9_F_12_2007_08_02.xml,NO 15/9-F-12,NO 15/9-F-12,2007-07-31 22:00:00+00:00,2007-08-02T00:00:00+02:00,2018-05-03T13:51:47+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 52 |
+
15_9_F_12_2007_08_03.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-01 22:00:00+00:00,2007-08-03T00:00:00+02:00,2018-05-03T13:51:47+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 53 |
+
15_9_F_12_2007_08_04.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-02 22:00:00+00:00,2007-08-04T00:00:00+02:00,2018-05-03T13:51:47+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 54 |
+
15_9_F_12_2007_08_05.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-03 22:00:00+00:00,2007-08-05T00:00:00+02:00,2018-05-03T13:51:48+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 55 |
+
15_9_F_12_2007_08_06.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-04 22:00:00+00:00,2007-08-06T00:00:00+02:00,2018-05-03T13:51:48+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 56 |
+
15_9_F_12_2007_08_07.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-05 22:00:00+00:00,2007-08-07T00:00:00+02:00,2018-05-03T13:51:48+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 57 |
+
15_9_F_12_2007_08_08.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-06 22:00:00+00:00,2007-08-08T00:00:00+02:00,2018-05-03T13:51:48+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 58 |
+
15_9_F_12_2007_08_09.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-07 22:00:00+00:00,2007-08-09T00:00:00+02:00,2018-05-03T13:51:48+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 59 |
+
15_9_F_12_2007_08_10.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-08 22:00:00+00:00,2007-08-10T00:00:00+02:00,2018-05-03T13:51:48+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 60 |
+
15_9_F_12_2007_08_11.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-09 22:00:00+00:00,2007-08-11T00:00:00+02:00,2018-05-03T13:51:48+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 61 |
+
15_9_F_12_2007_08_12.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-10 22:00:00+00:00,2007-08-12T00:00:00+02:00,2018-05-03T13:51:48+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 62 |
+
15_9_F_12_2007_08_13.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-11 22:00:00+00:00,2007-08-13T00:00:00+02:00,2018-05-03T13:51:49+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 63 |
+
15_9_F_12_2007_08_14.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-12 22:00:00+00:00,2007-08-14T00:00:00+02:00,2018-05-03T13:51:49+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 64 |
+
15_9_F_12_2007_08_15.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-13 22:00:00+00:00,2007-08-15T00:00:00+02:00,2018-05-03T13:51:49+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 65 |
+
15_9_F_12_2007_08_16.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-14 22:00:00+00:00,2007-08-16T00:00:00+02:00,2018-05-03T13:51:49+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 66 |
+
15_9_F_12_2007_08_17.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-15 22:00:00+00:00,2007-08-17T00:00:00+02:00,2018-05-03T13:51:49+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 67 |
+
15_9_F_12_2007_08_18.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-16 22:00:00+00:00,2007-08-18T00:00:00+02:00,2018-05-03T13:51:49+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 68 |
+
15_9_F_12_2007_08_19.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-17 22:00:00+00:00,2007-08-19T00:00:00+02:00,2018-05-03T13:51:49+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 69 |
+
15_9_F_12_2007_08_20.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-18 22:00:00+00:00,2007-08-20T00:00:00+02:00,2018-05-03T13:51:49+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 70 |
+
15_9_F_12_2007_08_21.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-19 22:00:00+00:00,2007-08-21T00:00:00+02:00,2018-05-03T13:51:49+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 71 |
+
15_9_F_12_2007_08_22.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-20 22:00:00+00:00,2007-08-22T00:00:00+02:00,2018-05-03T13:51:49+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 72 |
+
15_9_F_12_2007_08_23.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-21 22:00:00+00:00,2007-08-23T00:00:00+02:00,2018-05-03T13:51:50+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 73 |
+
15_9_F_12_2007_08_24.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-22 22:00:00+00:00,2007-08-24T00:00:00+02:00,2018-05-03T13:51:50+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 74 |
+
15_9_F_12_2007_08_25.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-23 22:00:00+00:00,2007-08-25T00:00:00+02:00,2018-05-03T13:51:50+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 75 |
+
15_9_F_12_2007_08_26.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-24 22:00:00+00:00,2007-08-26T00:00:00+02:00,2018-05-03T13:51:50+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 76 |
+
15_9_F_12_2007_08_27.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-25 22:00:00+00:00,2007-08-27T00:00:00+02:00,2018-05-03T13:51:50+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 77 |
+
15_9_F_12_2007_08_28.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-26 22:00:00+00:00,2007-08-28T00:00:00+02:00,2018-05-03T13:51:50+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 78 |
+
15_9_F_12_2007_08_29.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-27 22:00:00+00:00,2007-08-29T00:00:00+02:00,2018-05-03T13:51:50+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 79 |
+
15_9_F_12_2007_08_30.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-28 22:00:00+00:00,2007-08-30T00:00:00+02:00,2018-05-03T13:51:50+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 80 |
+
15_9_F_12_2007_08_31.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-29 22:00:00+00:00,2007-08-31T00:00:00+02:00,2018-05-03T13:51:50+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 81 |
+
15_9_F_12_2007_09_01.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-30 22:00:00+00:00,2007-09-01T00:00:00+02:00,2018-05-03T13:51:50+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 82 |
+
15_9_F_12_2007_09_02.xml,NO 15/9-F-12,NO 15/9-F-12,2007-08-31 22:00:00+00:00,2007-09-02T00:00:00+02:00,2018-05-03T13:51:51+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 83 |
+
15_9_F_12_2007_09_03.xml,NO 15/9-F-12,NO 15/9-F-12,2007-09-01 22:00:00+00:00,2007-09-03T00:00:00+02:00,2018-05-03T13:51:51+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 84 |
+
15_9_F_12_2007_09_04.xml,NO 15/9-F-12,NO 15/9-F-12,2007-09-02 22:00:00+00:00,2007-09-04T00:00:00+02:00,2018-05-03T13:51:51+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 85 |
+
15_9_F_12_2007_09_05.xml,NO 15/9-F-12,NO 15/9-F-12,2007-09-03 22:00:00+00:00,2007-09-05T00:00:00+02:00,2018-05-03T13:51:51+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 86 |
+
15_9_F_12_2007_09_06.xml,NO 15/9-F-12,NO 15/9-F-12,2007-09-04 22:00:00+00:00,2007-09-06T00:00:00+02:00,2018-05-03T13:51:51+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 87 |
+
15_9_F_12_2007_09_07.xml,NO 15/9-F-12,NO 15/9-F-12,2007-09-05 22:00:00+00:00,2007-09-07T00:00:00+02:00,2018-05-03T13:51:51+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 88 |
+
15_9_F_12_2007_09_08.xml,NO 15/9-F-12,NO 15/9-F-12,2007-09-06 22:00:00+00:00,2007-09-08T00:00:00+02:00,2018-05-03T13:51:51+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 89 |
+
15_9_F_12_2007_09_09.xml,NO 15/9-F-12,NO 15/9-F-12,2007-09-07 22:00:00+00:00,2007-09-09T00:00:00+02:00,2018-05-03T13:51:52+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 90 |
+
15_9_F_12_2007_09_10.xml,NO 15/9-F-12,NO 15/9-F-12,2007-09-08 22:00:00+00:00,2007-09-10T00:00:00+02:00,2018-05-03T13:51:52+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 91 |
+
15_9_F_12_2007_09_11.xml,NO 15/9-F-12,NO 15/9-F-12,2007-09-09 22:00:00+00:00,2007-09-11T00:00:00+02:00,2018-05-03T13:51:52+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 92 |
+
15_9_F_12_2007_09_12.xml,NO 15/9-F-12,NO 15/9-F-12,2007-09-10 22:00:00+00:00,2007-09-12T00:00:00+02:00,2018-05-03T13:51:52+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 93 |
+
15_9_F_12_2007_09_13.xml,NO 15/9-F-12,NO 15/9-F-12,2007-09-11 22:00:00+00:00,2007-09-13T00:00:00+02:00,2018-05-03T13:51:52+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 94 |
+
15_9_F_12_2007_09_14.xml,NO 15/9-F-12,NO 15/9-F-12,2007-09-12 22:00:00+00:00,2007-09-14T00:00:00+02:00,2018-05-03T13:51:52+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 95 |
+
15_9_F_12_2007_09_15.xml,NO 15/9-F-12,NO 15/9-F-12,2007-09-13 22:00:00+00:00,2007-09-15T00:00:00+02:00,2018-05-03T13:51:52+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 96 |
+
15_9_F_12_2007_10_12.xml,NO 15/9-F-12,NO 15/9-F-12,2007-10-10 22:00:00+00:00,2007-10-12T00:00:00+02:00,2018-05-03T13:51:52+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 97 |
+
15_9_F_12_2007_12_31.xml,NO 15/9-F-12,NO 15/9-F-12,2007-12-29 23:00:00+00:00,2007-12-31T00:00:00+01:00,2018-05-03T13:51:52+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Mærsk Contractors
|
| 98 |
+
15_9_F_12_2008_01_01.xml,NO 15/9-F-12,NO 15/9-F-12,2007-12-30 23:00:00+00:00,2008-01-01T00:00:00+01:00,2018-05-03T13:51:53+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 99 |
+
15_9_F_12_2008_01_02.xml,NO 15/9-F-12,NO 15/9-F-12,2007-12-31 23:00:00+00:00,2008-01-02T00:00:00+01:00,2018-05-03T13:51:53+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 100 |
+
15_9_F_12_2008_01_03.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-01 23:00:00+00:00,2008-01-03T00:00:00+01:00,2018-05-03T13:51:53+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 101 |
+
15_9_F_12_2008_01_04.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-02 23:00:00+00:00,2008-01-04T00:00:00+01:00,2018-05-03T13:51:53+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 102 |
+
15_9_F_12_2008_01_05.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-03 23:00:00+00:00,2008-01-05T00:00:00+01:00,2018-05-03T13:51:53+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 103 |
+
15_9_F_12_2008_01_06.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-04 23:00:00+00:00,2008-01-06T00:00:00+01:00,2018-05-03T13:51:53+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 104 |
+
15_9_F_12_2008_01_07.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-05 23:00:00+00:00,2008-01-07T00:00:00+01:00,2018-05-03T13:51:53+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 105 |
+
15_9_F_12_2008_01_08.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-06 23:00:00+00:00,2008-01-08T00:00:00+01:00,2018-05-03T13:51:53+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 106 |
+
15_9_F_12_2008_01_09.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-07 23:00:00+00:00,2008-01-09T00:00:00+01:00,2018-05-03T13:51:53+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 107 |
+
15_9_F_12_2008_01_10.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-08 23:00:00+00:00,2008-01-10T00:00:00+01:00,2018-05-03T13:51:53+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 108 |
+
15_9_F_12_2008_01_11.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-09 23:00:00+00:00,2008-01-11T00:00:00+01:00,2018-05-03T13:51:54+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 109 |
+
15_9_F_12_2008_01_12.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-10 23:00:00+00:00,2008-01-12T00:00:00+01:00,2018-05-03T13:51:54+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 110 |
+
15_9_F_12_2008_01_13.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-11 23:00:00+00:00,2008-01-13T00:00:00+01:00,2018-05-03T13:51:54+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 111 |
+
15_9_F_12_2008_01_14.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-12 23:00:00+00:00,2008-01-14T00:00:00+01:00,2018-05-03T13:51:54+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 112 |
+
15_9_F_12_2008_01_15.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-13 23:00:00+00:00,2008-01-15T00:00:00+01:00,2018-05-03T13:51:54+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 113 |
+
15_9_F_12_2008_01_16.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-14 23:00:00+00:00,2008-01-16T00:00:00+01:00,2018-05-03T13:51:54+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 114 |
+
15_9_F_12_2008_01_17.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-15 23:00:00+00:00,2008-01-17T00:00:00+01:00,2018-05-03T13:51:54+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 115 |
+
15_9_F_12_2008_01_18.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-16 23:00:00+00:00,2008-01-18T00:00:00+01:00,2018-05-03T13:51:54+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 116 |
+
15_9_F_12_2008_01_19.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-17 23:00:00+00:00,2008-01-19T00:00:00+01:00,2018-05-03T13:51:55+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 117 |
+
15_9_F_12_2008_01_20.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-18 23:00:00+00:00,2008-01-20T00:00:00+01:00,2018-05-03T13:51:55+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 118 |
+
15_9_F_12_2008_01_21.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-19 23:00:00+00:00,2008-01-21T00:00:00+01:00,2018-05-03T13:51:55+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 119 |
+
15_9_F_12_2008_01_22.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-20 23:00:00+00:00,2008-01-22T00:00:00+01:00,2018-05-03T13:51:55+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 120 |
+
15_9_F_12_2008_01_23.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-21 23:00:00+00:00,2008-01-23T00:00:00+01:00,2018-05-03T13:51:55+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 121 |
+
15_9_F_12_2008_01_24.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-22 23:00:00+00:00,2008-01-24T00:00:00+01:00,2018-05-03T13:51:55+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 122 |
+
15_9_F_12_2008_01_25.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-23 23:00:00+00:00,2008-01-25T00:00:00+01:00,2018-05-03T13:51:55+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 123 |
+
15_9_F_12_2008_01_26.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-24 23:00:00+00:00,2008-01-26T00:00:00+01:00,2018-05-03T13:51:55+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 124 |
+
15_9_F_12_2008_01_27.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-25 23:00:00+00:00,2008-01-27T00:00:00+01:00,2018-05-03T13:51:56+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 125 |
+
15_9_F_12_2008_01_28.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-26 23:00:00+00:00,2008-01-28T00:00:00+01:00,2018-05-03T13:51:56+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 126 |
+
15_9_F_12_2008_01_29.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-27 23:00:00+00:00,2008-01-29T00:00:00+01:00,2018-05-03T13:51:56+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 127 |
+
15_9_F_12_2008_01_30.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-28 23:00:00+00:00,2008-01-30T00:00:00+01:00,2018-05-03T13:51:56+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 128 |
+
15_9_F_12_2008_01_31.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-29 23:00:00+00:00,2008-01-31T00:00:00+01:00,2018-05-03T13:51:56+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 129 |
+
15_9_F_12_2008_02_01.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-30 23:00:00+00:00,2008-02-01T00:00:00+01:00,2018-05-03T13:51:56+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 130 |
+
15_9_F_12_2008_02_02.xml,NO 15/9-F-12,NO 15/9-F-12,2008-01-31 23:00:00+00:00,2008-02-02T00:00:00+01:00,2018-05-03T13:51:56+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 131 |
+
15_9_F_12_2008_02_03.xml,NO 15/9-F-12,NO 15/9-F-12,2008-02-01 23:00:00+00:00,2008-02-03T00:00:00+01:00,2018-05-03T13:51:56+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 132 |
+
15_9_F_12_2008_02_04.xml,NO 15/9-F-12,NO 15/9-F-12,2008-02-02 23:00:00+00:00,2008-02-04T00:00:00+01:00,2018-05-03T13:51:56+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 133 |
+
15_9_F_12_2008_02_05.xml,NO 15/9-F-12,NO 15/9-F-12,2008-02-03 23:00:00+00:00,2008-02-05T00:00:00+01:00,2018-05-03T13:51:56+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 134 |
+
15_9_F_12_2008_02_12.xml,NO 15/9-F-12,NO 15/9-F-12,2008-02-10 23:00:00+00:00,2008-02-12T00:00:00+01:00,2018-05-03T13:51:57+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 135 |
+
15_9_F_12_2009_03_14.xml,NO 15/9-F-12,NO 15/9-F-12,2009-03-12 23:00:00+00:00,2009-03-14T00:00:00+01:00,2018-05-03T13:51:57+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 136 |
+
15_9_F_12_2009_03_15.xml,NO 15/9-F-12,NO 15/9-F-12,2009-03-13 23:00:00+00:00,2009-03-15T00:00:00+01:00,2018-05-03T13:51:57+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 137 |
+
15_9_F_12_2009_03_16.xml,NO 15/9-F-12,NO 15/9-F-12,2009-03-14 23:00:00+00:00,2009-03-16T00:00:00+01:00,2018-05-03T13:51:57+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 138 |
+
15_9_F_12_2009_03_17.xml,NO 15/9-F-12,NO 15/9-F-12,2009-03-15 23:00:00+00:00,2009-03-17T00:00:00+01:00,2018-05-03T13:51:57+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 139 |
+
15_9_F_12_2009_03_18.xml,NO 15/9-F-12,NO 15/9-F-12,2009-03-16 23:00:00+00:00,2009-03-18T00:00:00+01:00,2018-05-03T13:51:57+02:00,2007-03-15T00:00:00+01:00,2007-08-26,StatoilHydro,Mærsk Contractors
|
| 140 |
+
15_9_F_12_2010_09_21.xml,NO 15/9-F-12,NO 15/9-F-12,2010-09-19 22:00:00+00:00,2010-09-21T00:00:00+02:00,2018-05-03T13:51:57+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Aker Well Service
|
| 141 |
+
15_9_F_12_2010_09_22.xml,NO 15/9-F-12,NO 15/9-F-12,2010-09-20 22:00:00+00:00,2010-09-22T00:00:00+02:00,2018-05-03T13:51:58+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Aker Well Service
|
| 142 |
+
15_9_F_12_2010_09_23.xml,NO 15/9-F-12,NO 15/9-F-12,2010-09-21 22:00:00+00:00,2010-09-23T00:00:00+02:00,2018-05-03T13:51:58+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Aker Well Service
|
| 143 |
+
15_9_F_12_2010_09_24.xml,NO 15/9-F-12,NO 15/9-F-12,2010-09-22 22:00:00+00:00,2010-09-24T00:00:00+02:00,2018-05-03T13:51:58+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Aker Well Service
|
| 144 |
+
15_9_F_12_2014_11_23.xml,NO 15/9-F-12,NO 15/9-F-12,2014-11-21 23:00:00+00:00,2014-11-23T00:00:00+01:00,2018-05-03T13:51:58+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Altus Intervention
|
| 145 |
+
15_9_F_12_2014_11_24.xml,NO 15/9-F-12,NO 15/9-F-12,2014-11-22 23:00:00+00:00,2014-11-24T00:00:00+01:00,2018-05-03T13:51:58+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Altus Intervention
|
| 146 |
+
15_9_F_12_2014_11_25.xml,NO 15/9-F-12,NO 15/9-F-12,2014-11-23 23:00:00+00:00,2014-11-25T00:00:00+01:00,2018-05-03T13:51:58+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Altus Intervention
|
| 147 |
+
15_9_F_12_2014_11_26.xml,NO 15/9-F-12,NO 15/9-F-12,2014-11-24 23:00:00+00:00,2014-11-26T00:00:00+01:00,2018-05-03T13:51:58+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Altus Intervention
|
| 148 |
+
15_9_F_12_2014_11_27.xml,NO 15/9-F-12,NO 15/9-F-12,2014-11-25 23:00:00+00:00,2014-11-27T00:00:00+01:00,2018-05-03T13:51:58+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Altus Intervention
|
| 149 |
+
15_9_F_12_2014_11_28.xml,NO 15/9-F-12,NO 15/9-F-12,2014-11-26 23:00:00+00:00,2014-11-28T00:00:00+01:00,2018-05-03T13:51:59+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Altus Intervention
|
| 150 |
+
15_9_F_12_2016_08_15.xml,NO 15/9-F-12,NO 15/9-F-12,2016-08-13 22:00:00+00:00,2016-08-15T00:00:00+02:00,2018-05-03T13:51:59+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Maersk Drilling
|
| 151 |
+
15_9_F_12_2016_08_16.xml,NO 15/9-F-12,NO 15/9-F-12,2016-08-14 22:00:00+00:00,2016-08-16T00:00:00+02:00,2018-05-03T13:51:59+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Maersk Drilling
|
| 152 |
+
15_9_F_12_2016_08_17.xml,NO 15/9-F-12,NO 15/9-F-12,2016-08-15 22:00:00+00:00,2016-08-17T00:00:00+02:00,2018-05-03T13:51:59+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Maersk Drilling
|
| 153 |
+
15_9_F_12_2016_08_18.xml,NO 15/9-F-12,NO 15/9-F-12,2016-08-16 22:00:00+00:00,2016-08-18T00:00:00+02:00,2018-05-03T13:51:59+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Maersk Drilling
|
| 154 |
+
15_9_F_12_2016_08_19.xml,NO 15/9-F-12,NO 15/9-F-12,2016-08-17 22:00:00+00:00,2016-08-19T00:00:00+02:00,2018-05-03T13:51:59+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Maersk Drilling
|
| 155 |
+
15_9_F_12_2016_08_20.xml,NO 15/9-F-12,NO 15/9-F-12,2016-08-18 22:00:00+00:00,2016-08-20T00:00:00+02:00,2018-05-03T13:51:59+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Maersk Drilling
|
| 156 |
+
15_9_F_12_2016_08_21.xml,NO 15/9-F-12,NO 15/9-F-12,2016-08-19 22:00:00+00:00,2016-08-21T00:00:00+02:00,2018-05-03T13:51:59+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Maersk Drilling
|
| 157 |
+
15_9_F_12_2016_08_22.xml,NO 15/9-F-12,NO 15/9-F-12,2016-08-20 22:00:00+00:00,2016-08-22T00:00:00+02:00,2018-05-03T13:51:59+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Maersk Drilling
|
| 158 |
+
15_9_F_12_2016_08_23.xml,NO 15/9-F-12,NO 15/9-F-12,2016-08-21 22:00:00+00:00,2016-08-23T00:00:00+02:00,2018-05-03T13:52:00+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Maersk Drilling
|
| 159 |
+
15_9_F_12_2016_08_24.xml,NO 15/9-F-12,NO 15/9-F-12,2016-08-22 22:00:00+00:00,2016-08-24T00:00:00+02:00,2018-05-03T13:52:00+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Maersk Drilling
|
| 160 |
+
15_9_F_12_2016_08_25.xml,NO 15/9-F-12,NO 15/9-F-12,2016-08-23 22:00:00+00:00,2016-08-25T00:00:00+02:00,2018-05-03T13:52:00+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Maersk Drilling
|
| 161 |
+
15_9_F_12_2016_08_26.xml,NO 15/9-F-12,NO 15/9-F-12,2016-08-24 22:00:00+00:00,2016-08-26T00:00:00+02:00,2018-05-03T13:52:00+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Maersk Drilling
|
| 162 |
+
15_9_F_12_2016_08_27.xml,NO 15/9-F-12,NO 15/9-F-12,2016-08-25 22:00:00+00:00,2016-08-27T00:00:00+02:00,2018-05-03T13:52:00+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Maersk Drilling
|
| 163 |
+
15_9_F_12_2016_08_28.xml,NO 15/9-F-12,NO 15/9-F-12,2016-08-26 22:00:00+00:00,2016-08-28T00:00:00+02:00,2018-05-03T13:52:00+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Maersk Drilling
|
| 164 |
+
15_9_F_12_2016_08_29.xml,NO 15/9-F-12,NO 15/9-F-12,2016-08-27 22:00:00+00:00,2016-08-29T00:00:00+02:00,2018-05-03T13:52:00+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Maersk Drilling
|
| 165 |
+
15_9_F_12_2016_10_20.xml,NO 15/9-F-12,NO 15/9-F-12,2016-10-18 22:00:00+00:00,2016-10-20T00:00:00+02:00,2018-05-03T13:52:00+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Maersk Drilling
|
| 166 |
+
15_9_F_12_2016_10_21.xml,NO 15/9-F-12,NO 15/9-F-12,2016-10-19 22:00:00+00:00,2016-10-21T00:00:00+02:00,2018-05-03T13:52:00+02:00,2007-03-15T00:00:00+01:00,2007-08-26,Statoil,Maersk Drilling
|
processed/ddr/15_9_F_14_activities.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
processed/ddr/15_9_F_14_daily_summary.csv
ADDED
|
@@ -0,0 +1,135 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
file,well_name,wellbore_name,report_start,report_end,create_date,spud_date,drill_complete,operator,drill_contractor
|
| 2 |
+
15_9_F_14_2007_11_06.xml,NO 15/9-F-14,NO 15/9-F-14,2007-11-04 23:00:00+00:00,2007-11-06T00:00:00+01:00,2018-05-03T13:52:01+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 3 |
+
15_9_F_14_2007_11_07.xml,NO 15/9-F-14,NO 15/9-F-14,2007-11-05 23:00:00+00:00,2007-11-07T00:00:00+01:00,2018-05-03T13:52:01+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 4 |
+
15_9_F_14_2007_11_08.xml,NO 15/9-F-14,NO 15/9-F-14,2007-11-06 23:00:00+00:00,2007-11-08T00:00:00+01:00,2018-05-03T13:52:01+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 5 |
+
15_9_F_14_2007_11_09.xml,NO 15/9-F-14,NO 15/9-F-14,2007-11-07 23:00:00+00:00,2007-11-09T00:00:00+01:00,2018-05-03T13:52:01+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 6 |
+
15_9_F_14_2007_11_10.xml,NO 15/9-F-14,NO 15/9-F-14,2007-11-08 23:00:00+00:00,2007-11-10T00:00:00+01:00,2018-05-03T13:52:01+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 7 |
+
15_9_F_14_2007_11_11.xml,NO 15/9-F-14,NO 15/9-F-14,2007-11-09 23:00:00+00:00,2007-11-11T00:00:00+01:00,2018-05-03T13:52:01+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 8 |
+
15_9_F_14_2007_11_12.xml,NO 15/9-F-14,NO 15/9-F-14,2007-11-10 23:00:00+00:00,2007-11-12T00:00:00+01:00,2018-05-03T13:52:01+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 9 |
+
15_9_F_14_2007_11_13.xml,NO 15/9-F-14,NO 15/9-F-14,2007-11-11 23:00:00+00:00,2007-11-13T00:00:00+01:00,2018-05-03T13:52:02+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 10 |
+
15_9_F_14_2007_11_14.xml,NO 15/9-F-14,NO 15/9-F-14,2007-11-12 23:00:00+00:00,2007-11-14T00:00:00+01:00,2018-05-03T13:52:02+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 11 |
+
15_9_F_14_2007_11_15.xml,NO 15/9-F-14,NO 15/9-F-14,2007-11-13 23:00:00+00:00,2007-11-15T00:00:00+01:00,2018-05-03T13:52:02+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 12 |
+
15_9_F_14_2007_11_16.xml,NO 15/9-F-14,NO 15/9-F-14,2007-11-14 23:00:00+00:00,2007-11-16T00:00:00+01:00,2018-05-03T13:52:02+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 13 |
+
15_9_F_14_2007_12_04.xml,NO 15/9-F-14,NO 15/9-F-14,2007-12-02 23:00:00+00:00,2007-12-04T00:00:00+01:00,2018-05-03T13:52:02+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 14 |
+
15_9_F_14_2007_12_05.xml,NO 15/9-F-14,NO 15/9-F-14,2007-12-03 23:00:00+00:00,2007-12-05T00:00:00+01:00,2018-05-03T13:52:02+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 15 |
+
15_9_F_14_2007_12_06.xml,NO 15/9-F-14,NO 15/9-F-14,2007-12-04 23:00:00+00:00,2007-12-06T00:00:00+01:00,2018-05-03T13:52:02+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 16 |
+
15_9_F_14_2007_12_07.xml,NO 15/9-F-14,NO 15/9-F-14,2007-12-05 23:00:00+00:00,2007-12-07T00:00:00+01:00,2018-05-03T13:52:02+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 17 |
+
15_9_F_14_2007_12_08.xml,NO 15/9-F-14,NO 15/9-F-14,2007-12-06 23:00:00+00:00,2007-12-08T00:00:00+01:00,2018-05-03T13:52:02+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 18 |
+
15_9_F_14_2007_12_09.xml,NO 15/9-F-14,NO 15/9-F-14,2007-12-07 23:00:00+00:00,2007-12-09T00:00:00+01:00,2018-05-03T13:52:02+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 19 |
+
15_9_F_14_2007_12_10.xml,NO 15/9-F-14,NO 15/9-F-14,2007-12-08 23:00:00+00:00,2007-12-10T00:00:00+01:00,2018-05-03T13:52:03+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 20 |
+
15_9_F_14_2007_12_11.xml,NO 15/9-F-14,NO 15/9-F-14,2007-12-09 23:00:00+00:00,2007-12-11T00:00:00+01:00,2018-05-03T13:52:03+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 21 |
+
15_9_F_14_2007_12_12.xml,NO 15/9-F-14,NO 15/9-F-14,2007-12-10 23:00:00+00:00,2007-12-12T00:00:00+01:00,2018-05-03T13:52:03+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 22 |
+
15_9_F_14_2008_04_27.xml,NO 15/9-F-14,NO 15/9-F-14,2008-04-25 22:00:00+00:00,2008-04-27T00:00:00+02:00,2018-05-03T13:52:03+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 23 |
+
15_9_F_14_2008_04_28.xml,NO 15/9-F-14,NO 15/9-F-14,2008-04-26 22:00:00+00:00,2008-04-28T00:00:00+02:00,2018-05-03T13:52:03+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 24 |
+
15_9_F_14_2008_04_29.xml,NO 15/9-F-14,NO 15/9-F-14,2008-04-27 22:00:00+00:00,2008-04-29T00:00:00+02:00,2018-05-03T13:52:03+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 25 |
+
15_9_F_14_2008_04_30.xml,NO 15/9-F-14,NO 15/9-F-14,2008-04-28 22:00:00+00:00,2008-04-30T00:00:00+02:00,2018-05-03T13:52:03+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 26 |
+
15_9_F_14_2008_05_01.xml,NO 15/9-F-14,NO 15/9-F-14,2008-04-29 22:00:00+00:00,2008-05-01T00:00:00+02:00,2018-05-03T13:52:03+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 27 |
+
15_9_F_14_2008_05_11.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-09 22:00:00+00:00,2008-05-11T00:00:00+02:00,2018-05-03T13:52:04+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 28 |
+
15_9_F_14_2008_05_12.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-10 22:00:00+00:00,2008-05-12T00:00:00+02:00,2018-05-03T13:52:04+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 29 |
+
15_9_F_14_2008_05_13.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-11 22:00:00+00:00,2008-05-13T00:00:00+02:00,2018-05-03T13:52:04+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 30 |
+
15_9_F_14_2008_05_14.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-12 22:00:00+00:00,2008-05-14T00:00:00+02:00,2018-05-03T13:52:04+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 31 |
+
15_9_F_14_2008_05_15.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-13 22:00:00+00:00,2008-05-15T00:00:00+02:00,2018-05-03T13:52:04+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 32 |
+
15_9_F_14_2008_05_16.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-14 22:00:00+00:00,2008-05-16T00:00:00+02:00,2018-05-03T13:52:04+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 33 |
+
15_9_F_14_2008_05_17.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-15 22:00:00+00:00,2008-05-17T00:00:00+02:00,2018-05-03T13:52:04+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 34 |
+
15_9_F_14_2008_05_18.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-16 22:00:00+00:00,2008-05-18T00:00:00+02:00,2018-05-03T13:52:04+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 35 |
+
15_9_F_14_2008_05_19.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-17 22:00:00+00:00,2008-05-19T00:00:00+02:00,2018-05-03T13:52:04+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 36 |
+
15_9_F_14_2008_05_20.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-18 22:00:00+00:00,2008-05-20T00:00:00+02:00,2018-05-03T13:52:05+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 37 |
+
15_9_F_14_2008_05_21.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-19 22:00:00+00:00,2008-05-21T00:00:00+02:00,2018-05-03T13:52:05+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 38 |
+
15_9_F_14_2008_05_22.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-20 22:00:00+00:00,2008-05-22T00:00:00+02:00,2018-05-03T13:52:05+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 39 |
+
15_9_F_14_2008_05_23.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-21 22:00:00+00:00,2008-05-23T00:00:00+02:00,2018-05-03T13:52:05+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 40 |
+
15_9_F_14_2008_05_24.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-22 22:00:00+00:00,2008-05-24T00:00:00+02:00,2018-05-03T13:52:05+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 41 |
+
15_9_F_14_2008_05_25.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-23 22:00:00+00:00,2008-05-25T00:00:00+02:00,2018-05-03T13:52:05+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 42 |
+
15_9_F_14_2008_05_26.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-24 22:00:00+00:00,2008-05-26T00:00:00+02:00,2018-05-03T13:52:05+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 43 |
+
15_9_F_14_2008_05_27.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-25 22:00:00+00:00,2008-05-27T00:00:00+02:00,2018-05-03T13:52:05+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 44 |
+
15_9_F_14_2008_05_28.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-26 22:00:00+00:00,2008-05-28T00:00:00+02:00,2018-05-03T13:52:05+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 45 |
+
15_9_F_14_2008_05_29.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-27 22:00:00+00:00,2008-05-29T00:00:00+02:00,2018-05-03T13:52:06+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 46 |
+
15_9_F_14_2008_05_30.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-28 22:00:00+00:00,2008-05-30T00:00:00+02:00,2018-05-03T13:52:06+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 47 |
+
15_9_F_14_2008_05_31.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-29 22:00:00+00:00,2008-05-31T00:00:00+02:00,2018-05-03T13:52:06+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 48 |
+
15_9_F_14_2008_06_01.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-30 22:00:00+00:00,2008-06-01T00:00:00+02:00,2018-05-03T13:52:06+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 49 |
+
15_9_F_14_2008_06_02.xml,NO 15/9-F-14,NO 15/9-F-14,2008-05-31 22:00:00+00:00,2008-06-02T00:00:00+02:00,2018-05-03T13:52:06+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 50 |
+
15_9_F_14_2008_06_03.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-01 22:00:00+00:00,2008-06-03T00:00:00+02:00,2018-05-03T13:52:06+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 51 |
+
15_9_F_14_2008_06_04.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-02 22:00:00+00:00,2008-06-04T00:00:00+02:00,2018-05-03T13:52:06+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 52 |
+
15_9_F_14_2008_06_05.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-03 22:00:00+00:00,2008-06-05T00:00:00+02:00,2018-05-03T13:52:06+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 53 |
+
15_9_F_14_2008_06_06.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-04 22:00:00+00:00,2008-06-06T00:00:00+02:00,2018-05-03T13:52:06+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 54 |
+
15_9_F_14_2008_06_07.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-05 22:00:00+00:00,2008-06-07T00:00:00+02:00,2018-05-03T13:52:07+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 55 |
+
15_9_F_14_2008_06_08.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-06 22:00:00+00:00,2008-06-08T00:00:00+02:00,2018-05-03T13:52:07+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 56 |
+
15_9_F_14_2008_06_09.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-07 22:00:00+00:00,2008-06-09T00:00:00+02:00,2018-05-03T13:52:07+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 57 |
+
15_9_F_14_2008_06_10.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-08 22:00:00+00:00,2008-06-10T00:00:00+02:00,2018-05-03T13:52:07+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 58 |
+
15_9_F_14_2008_06_11.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-09 22:00:00+00:00,2008-06-11T00:00:00+02:00,2018-05-03T13:52:07+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 59 |
+
15_9_F_14_2008_06_12.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-10 22:00:00+00:00,2008-06-12T00:00:00+02:00,2018-05-03T13:52:07+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 60 |
+
15_9_F_14_2008_06_13.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-11 22:00:00+00:00,2008-06-13T00:00:00+02:00,2018-05-03T13:52:07+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 61 |
+
15_9_F_14_2008_06_14.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-12 22:00:00+00:00,2008-06-14T00:00:00+02:00,2018-05-03T13:52:07+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 62 |
+
15_9_F_14_2008_06_15.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-13 22:00:00+00:00,2008-06-15T00:00:00+02:00,2018-05-03T13:52:07+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 63 |
+
15_9_F_14_2008_06_16.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-14 22:00:00+00:00,2008-06-16T00:00:00+02:00,2018-05-03T13:52:07+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 64 |
+
15_9_F_14_2008_06_17.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-15 22:00:00+00:00,2008-06-17T00:00:00+02:00,2018-05-03T13:52:07+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 65 |
+
15_9_F_14_2008_06_18.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-16 22:00:00+00:00,2008-06-18T00:00:00+02:00,2018-05-03T13:52:08+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 66 |
+
15_9_F_14_2008_06_19.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-17 22:00:00+00:00,2008-06-19T00:00:00+02:00,2018-05-03T13:52:08+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 67 |
+
15_9_F_14_2008_06_20.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-18 22:00:00+00:00,2008-06-20T00:00:00+02:00,2018-05-03T13:52:08+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 68 |
+
15_9_F_14_2008_06_21.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-19 22:00:00+00:00,2008-06-21T00:00:00+02:00,2018-05-03T13:52:08+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 69 |
+
15_9_F_14_2008_06_22.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-20 22:00:00+00:00,2008-06-22T00:00:00+02:00,2018-05-03T13:52:08+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 70 |
+
15_9_F_14_2008_06_23.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-21 22:00:00+00:00,2008-06-23T00:00:00+02:00,2018-05-03T13:52:08+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 71 |
+
15_9_F_14_2008_06_24.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-22 22:00:00+00:00,2008-06-24T00:00:00+02:00,2018-05-03T13:52:08+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 72 |
+
15_9_F_14_2008_06_25.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-23 22:00:00+00:00,2008-06-25T00:00:00+02:00,2018-05-03T13:52:08+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 73 |
+
15_9_F_14_2008_06_26.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-24 22:00:00+00:00,2008-06-26T00:00:00+02:00,2018-05-03T13:52:08+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 74 |
+
15_9_F_14_2008_06_27.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-25 22:00:00+00:00,2008-06-27T00:00:00+02:00,2018-05-03T13:52:08+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 75 |
+
15_9_F_14_2008_06_28.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-26 22:00:00+00:00,2008-06-28T00:00:00+02:00,2018-05-03T13:52:08+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 76 |
+
15_9_F_14_2008_06_29.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-27 22:00:00+00:00,2008-06-29T00:00:00+02:00,2018-05-03T13:52:08+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 77 |
+
15_9_F_14_2008_06_30.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-28 22:00:00+00:00,2008-06-30T00:00:00+02:00,2018-05-03T13:52:09+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 78 |
+
15_9_F_14_2008_07_01.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-29 22:00:00+00:00,2008-07-01T00:00:00+02:00,2018-05-03T13:52:09+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 79 |
+
15_9_F_14_2008_07_02.xml,NO 15/9-F-14,NO 15/9-F-14,2008-06-30 22:00:00+00:00,2008-07-02T00:00:00+02:00,2018-05-03T13:52:09+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 80 |
+
15_9_F_14_2008_07_03.xml,NO 15/9-F-14,NO 15/9-F-14,2008-07-01 22:00:00+00:00,2008-07-03T00:00:00+02:00,2018-05-03T13:52:09+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 81 |
+
15_9_F_14_2008_07_04.xml,NO 15/9-F-14,NO 15/9-F-14,2008-07-02 22:00:00+00:00,2008-07-04T00:00:00+02:00,2018-05-03T13:52:09+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 82 |
+
15_9_F_14_2008_07_05.xml,NO 15/9-F-14,NO 15/9-F-14,2008-07-03 22:00:00+00:00,2008-07-05T00:00:00+02:00,2018-05-03T13:52:09+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 83 |
+
15_9_F_14_2008_07_06.xml,NO 15/9-F-14,NO 15/9-F-14,2008-07-04 22:00:00+00:00,2008-07-06T00:00:00+02:00,2018-05-03T13:52:09+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 84 |
+
15_9_F_14_2008_07_07.xml,NO 15/9-F-14,NO 15/9-F-14,2008-07-05 22:00:00+00:00,2008-07-07T00:00:00+02:00,2018-05-03T13:52:09+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 85 |
+
15_9_F_14_2008_07_08.xml,NO 15/9-F-14,NO 15/9-F-14,2008-07-06 22:00:00+00:00,2008-07-08T00:00:00+02:00,2018-05-03T13:52:09+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 86 |
+
15_9_F_14_2008_07_09.xml,NO 15/9-F-14,NO 15/9-F-14,2008-07-07 22:00:00+00:00,2008-07-09T00:00:00+02:00,2018-05-03T13:52:10+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 87 |
+
15_9_F_14_2008_07_10.xml,NO 15/9-F-14,NO 15/9-F-14,2008-07-08 22:00:00+00:00,2008-07-10T00:00:00+02:00,2018-05-03T13:52:10+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 88 |
+
15_9_F_14_2008_07_11.xml,NO 15/9-F-14,NO 15/9-F-14,2008-07-09 22:00:00+00:00,2008-07-11T00:00:00+02:00,2018-05-03T13:52:10+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 89 |
+
15_9_F_14_2009_03_07.xml,NO 15/9-F-14,NO 15/9-F-14,2009-03-05 23:00:00+00:00,2009-03-07T00:00:00+01:00,2018-05-03T13:52:10+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 90 |
+
15_9_F_14_2009_03_08.xml,NO 15/9-F-14,NO 15/9-F-14,2009-03-06 23:00:00+00:00,2009-03-08T00:00:00+01:00,2018-05-03T13:52:10+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 91 |
+
15_9_F_14_2009_03_09.xml,NO 15/9-F-14,NO 15/9-F-14,2009-03-07 23:00:00+00:00,2009-03-09T00:00:00+01:00,2018-05-03T13:52:10+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 92 |
+
15_9_F_14_2009_03_10.xml,NO 15/9-F-14,NO 15/9-F-14,2009-03-08 23:00:00+00:00,2009-03-10T00:00:00+01:00,2018-05-03T13:52:10+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 93 |
+
15_9_F_14_2009_03_11.xml,NO 15/9-F-14,NO 15/9-F-14,2009-03-09 23:00:00+00:00,2009-03-11T00:00:00+01:00,2018-05-03T13:52:10+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 94 |
+
15_9_F_14_2009_03_12.xml,NO 15/9-F-14,NO 15/9-F-14,2009-03-10 23:00:00+00:00,2009-03-12T00:00:00+01:00,2018-05-03T13:52:10+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 95 |
+
15_9_F_14_2009_03_13.xml,NO 15/9-F-14,NO 15/9-F-14,2009-03-11 23:00:00+00:00,2009-03-13T00:00:00+01:00,2018-05-03T13:52:10+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 96 |
+
15_9_F_14_2009_03_14.xml,NO 15/9-F-14,NO 15/9-F-14,2009-03-12 23:00:00+00:00,2009-03-14T00:00:00+01:00,2018-05-03T13:52:10+02:00,2007-11-04T00:00:00+01:00,2008-06-15,StatoilHydro,Mærsk Contractors
|
| 97 |
+
15_9_F_14_2010_09_11.xml,NO 15/9-F-14,NO 15/9-F-14,2010-09-09 22:00:00+00:00,2010-09-11T00:00:00+02:00,2018-05-03T13:52:11+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Aker Well Service
|
| 98 |
+
15_9_F_14_2010_09_12.xml,NO 15/9-F-14,NO 15/9-F-14,2010-09-10 22:00:00+00:00,2010-09-12T00:00:00+02:00,2018-05-03T13:52:11+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Aker Well Service
|
| 99 |
+
15_9_F_14_2010_09_13.xml,NO 15/9-F-14,NO 15/9-F-14,2010-09-11 22:00:00+00:00,2010-09-13T00:00:00+02:00,2018-05-03T13:52:11+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Aker Well Service
|
| 100 |
+
15_9_F_14_2010_09_14.xml,NO 15/9-F-14,NO 15/9-F-14,2010-09-12 22:00:00+00:00,2010-09-14T00:00:00+02:00,2018-05-03T13:52:11+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Aker Well Service
|
| 101 |
+
15_9_F_14_2010_09_15.xml,NO 15/9-F-14,NO 15/9-F-14,2010-09-13 22:00:00+00:00,2010-09-15T00:00:00+02:00,2018-05-03T13:52:11+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Aker Well Service
|
| 102 |
+
15_9_F_14_2010_09_16.xml,NO 15/9-F-14,NO 15/9-F-14,2010-09-14 22:00:00+00:00,2010-09-16T00:00:00+02:00,2018-05-03T13:52:11+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Aker Well Service
|
| 103 |
+
15_9_F_14_2010_09_17.xml,NO 15/9-F-14,NO 15/9-F-14,2010-09-15 22:00:00+00:00,2010-09-17T00:00:00+02:00,2018-05-03T13:52:11+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Aker Well Service
|
| 104 |
+
15_9_F_14_2010_09_18.xml,NO 15/9-F-14,NO 15/9-F-14,2010-09-16 22:00:00+00:00,2010-09-18T00:00:00+02:00,2018-05-03T13:52:11+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Aker Well Service
|
| 105 |
+
15_9_F_14_2010_09_19.xml,NO 15/9-F-14,NO 15/9-F-14,2010-09-17 22:00:00+00:00,2010-09-19T00:00:00+02:00,2018-05-03T13:52:11+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Aker Well Service
|
| 106 |
+
15_9_F_14_2010_09_20.xml,NO 15/9-F-14,NO 15/9-F-14,2010-09-18 22:00:00+00:00,2010-09-20T00:00:00+02:00,2018-05-03T13:52:11+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Aker Well Service
|
| 107 |
+
15_9_F_14_2010_09_21.xml,NO 15/9-F-14,NO 15/9-F-14,2010-09-19 22:00:00+00:00,2010-09-21T00:00:00+02:00,2018-05-03T13:52:11+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Aker Well Service
|
| 108 |
+
15_9_F_14_2012_01_28.xml,NO 15/9-F-14,NO 15/9-F-14,2012-01-26 23:00:00+00:00,2012-01-28T00:00:00+01:00,2018-05-03T13:52:12+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Aker Well Service
|
| 109 |
+
15_9_F_14_2012_01_29.xml,NO 15/9-F-14,NO 15/9-F-14,2012-01-27 23:00:00+00:00,2012-01-29T00:00:00+01:00,2018-05-03T13:52:12+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Aker Well Service
|
| 110 |
+
15_9_F_14_2012_01_30.xml,NO 15/9-F-14,NO 15/9-F-14,2012-01-28 23:00:00+00:00,2012-01-30T00:00:00+01:00,2018-05-03T13:52:12+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Aker Well Service
|
| 111 |
+
15_9_F_14_2012_01_31.xml,NO 15/9-F-14,NO 15/9-F-14,2012-01-29 23:00:00+00:00,2012-01-31T00:00:00+01:00,2018-05-03T13:52:12+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Aker Well Service
|
| 112 |
+
15_9_F_14_2012_02_01.xml,NO 15/9-F-14,NO 15/9-F-14,2012-01-30 23:00:00+00:00,2012-02-01T00:00:00+01:00,2018-05-03T13:52:12+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Aker Well Service
|
| 113 |
+
15_9_F_14_2016_07_31.xml,NO 15/9-F-14,NO 15/9-F-14,2016-07-29 22:00:00+00:00,2016-07-31T00:00:00+02:00,2018-05-03T13:52:12+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 114 |
+
15_9_F_14_2016_08_01.xml,NO 15/9-F-14,NO 15/9-F-14,2016-07-30 22:00:00+00:00,2016-08-01T00:00:00+02:00,2018-05-03T13:52:12+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 115 |
+
15_9_F_14_2016_08_02.xml,NO 15/9-F-14,NO 15/9-F-14,2016-07-31 22:00:00+00:00,2016-08-02T00:00:00+02:00,2018-05-03T13:52:12+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 116 |
+
15_9_F_14_2016_08_03.xml,NO 15/9-F-14,NO 15/9-F-14,2016-08-01 22:00:00+00:00,2016-08-03T00:00:00+02:00,2018-05-03T13:52:12+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 117 |
+
15_9_F_14_2016_08_04.xml,NO 15/9-F-14,NO 15/9-F-14,2016-08-02 22:00:00+00:00,2016-08-04T00:00:00+02:00,2018-05-03T13:52:12+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 118 |
+
15_9_F_14_2016_08_05.xml,NO 15/9-F-14,NO 15/9-F-14,2016-08-03 22:00:00+00:00,2016-08-05T00:00:00+02:00,2018-05-03T13:52:13+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 119 |
+
15_9_F_14_2016_08_06.xml,NO 15/9-F-14,NO 15/9-F-14,2016-08-04 22:00:00+00:00,2016-08-06T00:00:00+02:00,2018-05-03T13:52:13+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 120 |
+
15_9_F_14_2016_08_07.xml,NO 15/9-F-14,NO 15/9-F-14,2016-08-05 22:00:00+00:00,2016-08-07T00:00:00+02:00,2018-05-03T13:52:13+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 121 |
+
15_9_F_14_2016_08_08.xml,NO 15/9-F-14,NO 15/9-F-14,2016-08-06 22:00:00+00:00,2016-08-08T00:00:00+02:00,2018-05-03T13:52:13+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 122 |
+
15_9_F_14_2016_08_09.xml,NO 15/9-F-14,NO 15/9-F-14,2016-08-07 22:00:00+00:00,2016-08-09T00:00:00+02:00,2018-05-03T13:52:13+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 123 |
+
15_9_F_14_2016_08_10.xml,NO 15/9-F-14,NO 15/9-F-14,2016-08-08 22:00:00+00:00,2016-08-10T00:00:00+02:00,2018-05-03T13:52:13+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 124 |
+
15_9_F_14_2016_08_11.xml,NO 15/9-F-14,NO 15/9-F-14,2016-08-09 22:00:00+00:00,2016-08-11T00:00:00+02:00,2018-05-03T13:52:13+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 125 |
+
15_9_F_14_2016_08_12.xml,NO 15/9-F-14,NO 15/9-F-14,2016-08-10 22:00:00+00:00,2016-08-12T00:00:00+02:00,2018-05-03T13:52:13+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 126 |
+
15_9_F_14_2016_08_13.xml,NO 15/9-F-14,NO 15/9-F-14,2016-08-11 22:00:00+00:00,2016-08-13T00:00:00+02:00,2018-05-03T13:52:13+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 127 |
+
15_9_F_14_2016_08_14.xml,NO 15/9-F-14,NO 15/9-F-14,2016-08-12 22:00:00+00:00,2016-08-14T00:00:00+02:00,2018-05-03T13:52:14+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 128 |
+
15_9_F_14_2016_08_15.xml,NO 15/9-F-14,NO 15/9-F-14,2016-08-13 22:00:00+00:00,2016-08-15T00:00:00+02:00,2018-05-03T13:52:14+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 129 |
+
15_9_F_14_2016_09_12.xml,NO 15/9-F-14,NO 15/9-F-14,2016-09-10 22:00:00+00:00,2016-09-12T00:00:00+02:00,2018-05-03T13:52:14+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 130 |
+
15_9_F_14_2016_09_13.xml,NO 15/9-F-14,NO 15/9-F-14,2016-09-11 22:00:00+00:00,2016-09-13T00:00:00+02:00,2018-05-03T13:52:14+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 131 |
+
15_9_F_14_2016_09_14.xml,NO 15/9-F-14,NO 15/9-F-14,2016-09-12 22:00:00+00:00,2016-09-14T00:00:00+02:00,2018-05-03T13:52:14+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 132 |
+
15_9_F_14_2016_09_15.xml,NO 15/9-F-14,NO 15/9-F-14,2016-09-13 22:00:00+00:00,2016-09-15T00:00:00+02:00,2018-05-03T13:52:14+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 133 |
+
15_9_F_14_2016_09_16.xml,NO 15/9-F-14,NO 15/9-F-14,2016-09-14 22:00:00+00:00,2016-09-16T00:00:00+02:00,2018-05-03T13:52:14+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 134 |
+
15_9_F_14_2016_10_19.xml,NO 15/9-F-14,NO 15/9-F-14,2016-10-17 22:00:00+00:00,2016-10-19T00:00:00+02:00,2018-05-03T13:52:14+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|
| 135 |
+
15_9_F_14_2016_10_20.xml,NO 15/9-F-14,NO 15/9-F-14,2016-10-18 22:00:00+00:00,2016-10-20T00:00:00+02:00,2018-05-03T13:52:14+02:00,2007-11-04T00:00:00+01:00,2008-06-15,Statoil,Maersk Drilling
|