Showing
5 changed files
with
594 additions
and
34 deletions
| 1 | +# baseURI: http://www.reportinghub.no/np/schema/1.0/NPD-FactPages | ||
| 2 | + | ||
| 3 | +@prefix npd-facts: <http://www.reportinghub.no/np/schema/NPD-FactPages#> . | ||
| 4 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 5 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 6 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 7 | +@prefix tables: <http://topbraid.org/tables#> . | ||
| 8 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 9 | + | ||
| 10 | +<http://www.reportinghub.no/np/schema/1.0/NPD-FactPages> | ||
| 11 | + rdf:type owl:Ontology ; | ||
| 12 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 13 | + | ||
| 14 | +npd-facts:BusinessAreaArrangement | ||
| 15 | + rdf:type owl:Class ; | ||
| 16 | + rdfs:subClassOf npd-facts:LicenseOrBusinessAreaArrangement . | ||
| 17 | + | ||
| 18 | +npd-facts:Company | ||
| 19 | + rdf:type owl:Class ; | ||
| 20 | + rdfs:subClassOf owl:Thing . | ||
| 21 | + | ||
| 22 | +npd-facts:Field | ||
| 23 | + rdf:type owl:Class ; | ||
| 24 | + rdfs:subClassOf owl:Thing . | ||
| 25 | + | ||
| 26 | +npd-facts:Licence | ||
| 27 | + rdf:type owl:Class ; | ||
| 28 | + rdfs:subClassOf npd-facts:LicenseOrBusinessAreaArrangement . | ||
| 29 | + | ||
| 30 | +npd-facts:LicenseOrBusinessAreaArrangement | ||
| 31 | + rdf:type owl:Class ; | ||
| 32 | + rdfs:subClassOf owl:Thing . | ||
| 33 | + | ||
| 34 | +npd-facts:Wellbore | ||
| 35 | + rdf:type owl:Class ; | ||
| 36 | + rdfs:subClassOf owl:Thing . | ||
| 37 | + | ||
| 38 | +npd-facts:cmpNpdidCompany | ||
| 39 | + rdf:type owl:ObjectProperty ; | ||
| 40 | + rdfs:domain npd-facts:Field ; | ||
| 41 | + rdfs:label "Operator"^^xsd:string ; | ||
| 42 | + rdfs:range npd-facts:Company . | ||
| 43 | + | ||
| 44 | +npd-facts:fldCurrentActivitySatus | ||
| 45 | + rdf:type owl:DatatypeProperty ; | ||
| 46 | + rdfs:domain npd-facts:Field ; | ||
| 47 | + rdfs:label "Status"^^xsd:string ; | ||
| 48 | + rdfs:range xsd:string . | ||
| 49 | + | ||
| 50 | +npd-facts:fldFactMapUrl | ||
| 51 | + rdf:type owl:DatatypeProperty ; | ||
| 52 | + rdfs:domain npd-facts:Field ; | ||
| 53 | + rdfs:label "Fact Map URL"^^xsd:string ; | ||
| 54 | + rdfs:range xsd:anyURI . | ||
| 55 | + | ||
| 56 | +npd-facts:fldFactPageUrl | ||
| 57 | + rdf:type owl:DatatypeProperty ; | ||
| 58 | + rdfs:domain npd-facts:Field ; | ||
| 59 | + rdfs:label "Fact Page URL"^^xsd:string ; | ||
| 60 | + rdfs:range xsd:anyURI . | ||
| 61 | + | ||
| 62 | +npd-facts:fldName | ||
| 63 | + rdf:type owl:DatatypeProperty ; | ||
| 64 | + rdfs:domain npd-facts:Field ; | ||
| 65 | + rdfs:label "NPD Name"^^xsd:string ; | ||
| 66 | + rdfs:range xsd:string . | ||
| 67 | + | ||
| 68 | +npd-facts:fldNpdidField | ||
| 69 | + rdf:type owl:DatatypeProperty ; | ||
| 70 | + rdfs:domain npd-facts:Field ; | ||
| 71 | + rdfs:label "NPD ID"^^xsd:string ; | ||
| 72 | + rdfs:range xsd:string . | ||
| 73 | + | ||
| 74 | +npd-facts:fldNpdidOwner | ||
| 75 | + rdf:type owl:ObjectProperty ; | ||
| 76 | + rdfs:domain npd-facts:Field ; | ||
| 77 | + rdfs:label "Owner"^^xsd:string ; | ||
| 78 | + rdfs:range npd-facts:LicenseOrBusinessAreaArrangement . | ||
| 79 | + | ||
| 80 | +npd-facts:wlbNpdidWellbore | ||
| 81 | + rdf:type owl:ObjectProperty ; | ||
| 82 | + rdfs:domain npd-facts:Field ; | ||
| 83 | + rdfs:label "Wellbore"^^xsd:string ; | ||
| 84 | + rdfs:range npd-facts:Wellbore . |
| 1 | -# Saved by TopBraid on Tue Sep 20 18:13:07 BST 2011 | ||
| 2 | -# baseURI: http://www.reportinghub.no/test/ddr/TEST_ddr-report-header | ||
| 3 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/collector | ||
| 4 | - | ||
| 5 | -@prefix : <http://www.reportinghub.no/test/ddr/TEST_ddr-report-header#> . | ||
| 6 | -@prefix collector: <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> . | ||
| 7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | - | ||
| 12 | -<http://www.reportinghub.no/test/ddr/TEST_ddr-report-header> | ||
| 13 | - rdf:type owl:Ontology ; | ||
| 14 | - owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> ; | ||
| 15 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 1 | -# Saved by TopBraid on Tue Sep 20 18:13:07 BST 2011 | ||
| 2 | -# baseURI: null | ||
| 3 | - | ||
| 4 | -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 5 | -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 6 | -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | -@prefix visual: <http://topbraid.org/visual#> . | ||
| 11 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | - | ||
| 13 | -[] rdf:type inference:Configuration ; | ||
| 14 | - composite:child | ||
| 15 | - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
| 16 | - <http://spinrdf.org/spin#topSPINOptions> | ||
| 17 | - "singlePass" ; | ||
| 18 | - composite:index "0"^^xsd:int | ||
| 19 | - ] . |
| 1 | +<!DOCTYPE html> | ||
| 2 | +<html> | ||
| 3 | + <head> | ||
| 4 | + <META http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
| 5 | + <link href="http://spinrdf.org/rhlib/ddr.css" rel="stylesheet" type="text/css"> | ||
| 6 | + </head> | ||
| 7 | + <body> | ||
| 8 | + <h1>Summary report Wellbore: 2/4-X-4 A</h1> | ||
| 9 | + <div>Period: 2011-Jan-10, 00:00 - 2011-Jan-10, 23:59</div> | ||
| 10 | + <div>Report Number: 1</div> | ||
| 11 | + <hr> | ||
| 12 | + <table> | ||
| 13 | + <tr> | ||
| 14 | + <td class="ddrSummaryLeft"> | ||
| 15 | + <table class="nameValuePair"> | ||
| 16 | + <tr> | ||
| 17 | + <td class="nameValueName">NPD Wellbore Id:</td><td class="nameValueValue">5069</td> | ||
| 18 | + </tr> | ||
| 19 | + </table> | ||
| 20 | + <table class="nameValuePair"> | ||
| 21 | + <tr> | ||
| 22 | + <td class="nameValueName">Report Status:</td><td class="nameValueValue">normal</td> | ||
| 23 | + </tr> | ||
| 24 | + </table> | ||
| 25 | + <table class="nameValuePair"> | ||
| 26 | + <tr> | ||
| 27 | + <td class="nameValueName">Creation time:</td><td class="nameValueValue">2011-Jan-11, 00:00</td> | ||
| 28 | + </tr> | ||
| 29 | + </table> | ||
| 30 | + <table class="nameValuePair"> | ||
| 31 | + <tr> | ||
| 32 | + <td class="nameValueName">Operator:</td><td class="nameValueValue">ConocoPhillips</td> | ||
| 33 | + </tr> | ||
| 34 | + </table> | ||
| 35 | + <table class="nameValuePair"> | ||
| 36 | + <tr> | ||
| 37 | + <td class="nameValueName">Drilling contractor:</td><td class="nameValueValue">ODFJELL DRILLING MANAGEMENT AS</td> | ||
| 38 | + </tr> | ||
| 39 | + </table> | ||
| 40 | + <table class="nameValuePair"> | ||
| 41 | + <tr> | ||
| 42 | + <td class="nameValueName">Rig name:</td><td class="nameValueValue">MÆRSK GIANT</td> | ||
| 43 | + </tr> | ||
| 44 | + </table> | ||
| 45 | + <table class="nameValuePair"> | ||
| 46 | + <tr> | ||
| 47 | + <td class="nameValueName">NPD Rig Id:</td><td class="nameValueValue">278245</td> | ||
| 48 | + </tr> | ||
| 49 | + </table> | ||
| 50 | + <table class="nameValuePair"> | ||
| 51 | + <tr> | ||
| 52 | + <td class="nameValueName">Fixed rig:</td><td class="nameValueValue">true</td> | ||
| 53 | + </tr> | ||
| 54 | + </table> | ||
| 55 | + <table class="nameValuePair"> | ||
| 56 | + <tr> | ||
| 57 | + <td class="nameValueName">Elevation RKB-MSL m:</td><td class="nameValueValue">56.56</td> | ||
| 58 | + </tr> | ||
| 59 | + </table> | ||
| 60 | + <table class="nameValuePair"> | ||
| 61 | + <tr> | ||
| 62 | + <td class="nameValueName">Water depth MSL m:</td><td class="nameValueValue">1016</td> | ||
| 63 | + </tr> | ||
| 64 | + </table> | ||
| 65 | + <table class="nameValuePair"> | ||
| 66 | + <tr> | ||
| 67 | + <td class="nameValueName">Tight well:</td><td class="nameValueValue">true</td> | ||
| 68 | + </tr> | ||
| 69 | + </table> | ||
| 70 | + <table class="nameValuePair"> | ||
| 71 | + <tr> | ||
| 72 | + <td class="nameValueName">High pressure - High temperature:</td><td class="nameValueValue">false</td> | ||
| 73 | + </tr> | ||
| 74 | + </table> | ||
| 75 | + <table class="nameValuePair"> | ||
| 76 | + <tr> | ||
| 77 | + <td class="nameValueName">Temperature degC:</td><td class="nameValueValue">1037</td> | ||
| 78 | + </tr> | ||
| 79 | + </table> | ||
| 80 | + <table class="nameValuePair"> | ||
| 81 | + <tr> | ||
| 82 | + <td class="nameValueName">Pressure psig:</td><td class="nameValueValue">1043</td> | ||
| 83 | + </tr> | ||
| 84 | + </table> | ||
| 85 | + <table class="nameValuePair"> | ||
| 86 | + <tr> | ||
| 87 | + <td class="nameValueName">Spud date:</td><td class="nameValueValue">2011-Jan-10</td> | ||
| 88 | + </tr> | ||
| 89 | + </table> | ||
| 90 | + <table class="nameValuePair"> | ||
| 91 | + <tr> | ||
| 92 | + <td class="nameValueName">Date Well Complete:</td><td class="nameValueValue">2011-Jan-10</td> | ||
| 93 | + </tr> | ||
| 94 | + </table> | ||
| 95 | + <table class="nameValuePair"> | ||
| 96 | + <tr> | ||
| 97 | + <td class="nameValueName">Wellbore type:</td><td class="nameValueValue">drill - bypass</td> | ||
| 98 | + </tr> | ||
| 99 | + </table> | ||
| 100 | + </td><td class="ddrSummaryRight"> | ||
| 101 | + <table class="nameValuePair"> | ||
| 102 | + <tr> | ||
| 103 | + <td class="nameValueName">Depth at Kick Off mMD:</td><td class="nameValueValue">1918.64</td> | ||
| 104 | + </tr> | ||
| 105 | + </table> | ||
| 106 | + <table class="nameValuePair"> | ||
| 107 | + <tr> | ||
| 108 | + <td class="nameValueName">Depth at Kick Off mTVD:</td><td class="nameValueValue">1900.55</td> | ||
| 109 | + </tr> | ||
| 110 | + </table> | ||
| 111 | + <table class="nameValuePair"> | ||
| 112 | + <tr> | ||
| 113 | + <td class="nameValueName">Depth mMD:</td><td class="nameValueValue">3173.92</td> | ||
| 114 | + </tr> | ||
| 115 | + </table> | ||
| 116 | + <table class="nameValuePair"> | ||
| 117 | + <tr> | ||
| 118 | + <td class="nameValueName">Depth mTVD:</td><td class="nameValueValue">3933.4</td> | ||
| 119 | + </tr> | ||
| 120 | + </table> | ||
| 121 | + <table class="nameValuePair"> | ||
| 122 | + <tr> | ||
| 123 | + <td class="nameValueName">Dist Drilled m:</td><td class="nameValueValue">19.74</td> | ||
| 124 | + </tr> | ||
| 125 | + </table> | ||
| 126 | + <table class="nameValuePair"> | ||
| 127 | + <tr> | ||
| 128 | + <td class="nameValueName">Penetration Rate m/h:</td><td class="nameValueValue">1019</td> | ||
| 129 | + </tr> | ||
| 130 | + </table> | ||
| 131 | + <table class="nameValuePair"> | ||
| 132 | + <tr> | ||
| 133 | + <td class="nameValueName">Hole Dia in:</td><td class="nameValueValue">13.16</td> | ||
| 134 | + </tr> | ||
| 135 | + </table> | ||
| 136 | + <table class="nameValuePair"> | ||
| 137 | + <tr> | ||
| 138 | + <td class="nameValueName">Plug Back Depth mMD:</td><td class="nameValueValue">1052</td> | ||
| 139 | + </tr> | ||
| 140 | + </table> | ||
| 141 | + <table class="nameValuePair"> | ||
| 142 | + <tr> | ||
| 143 | + <td class="nameValueName">Pressure Test Type:</td><td class="nameValueValue">leak-off test</td> | ||
| 144 | + </tr> | ||
| 145 | + </table> | ||
| 146 | + <table class="nameValuePair"> | ||
| 147 | + <tr> | ||
| 148 | + <td class="nameValueName">Formation Strength g/cm3:</td><td class="nameValueValue">1094</td> | ||
| 149 | + </tr> | ||
| 150 | + </table> | ||
| 151 | + <table class="nameValuePair"> | ||
| 152 | + <tr> | ||
| 153 | + <td class="nameValueName">Depth At Formation Strength mMD:</td><td class="nameValueValue">1169</td> | ||
| 154 | + </tr> | ||
| 155 | + </table> | ||
| 156 | + <table class="nameValuePair"> | ||
| 157 | + <tr> | ||
| 158 | + <td class="nameValueName">Depth At Formation Strength mTVD:</td><td class="nameValueValue">1134</td> | ||
| 159 | + </tr> | ||
| 160 | + </table> | ||
| 161 | + <table class="nameValuePair"> | ||
| 162 | + <tr> | ||
| 163 | + <td class="nameValueName">Depth At Last Casing mMD:</td><td class="nameValueValue">3637.75</td> | ||
| 164 | + </tr> | ||
| 165 | + </table> | ||
| 166 | + <table class="nameValuePair"> | ||
| 167 | + <tr> | ||
| 168 | + <td class="nameValueName">Depth At Last Casing MTVD:</td><td class="nameValueValue">3894.47</td> | ||
| 169 | + </tr> | ||
| 170 | + </table> | ||
| 171 | + <table class="nameValuePair"> | ||
| 172 | + <tr> | ||
| 173 | + <td class="nameValueName">Dia Last Casing In:</td><td class="nameValueValue">5</td> | ||
| 174 | + </tr> | ||
| 175 | + </table> | ||
| 176 | + </td> | ||
| 177 | + </tr> | ||
| 178 | + </table> | ||
| 179 | + <hr> | ||
| 180 | + <h2>Summary of Activity (24 Hours)</h2> | ||
| 181 | + <p>In the discussion of resumptive pronouns following (81), a case of semigrammaticalness of a different sort is not quite equivalent to a descriptive fact.</p> | ||
| 182 | + <hr> | ||
| 183 | + <h2>Summary of Planned Activity (Next 24 Hours)</h2> | ||
| 184 | + <p>It must be emphasized, once again, that the notion of level of grammaticalness delimits a corpus of </p> | ||
| 185 | + <div> | ||
| 186 | + <hr> | ||
| 187 | + <h2>Operations</h2> | ||
| 188 | + <table class="ddrTable"> | ||
| 189 | + <tr class="ddrTR"> | ||
| 190 | + <th class="ddrTH" style="text-align: center">Start<br>Time</th><th class="ddrTH" style="text-align: center">End<br>Time</th><th class="ddrTH" style="text-align: center">Start<br>Depth<br>mMD</th><th class="ddrTH" style="text-align: center">End<br>Depth<br>mMD</th><th class="ddrTH" style="text-align: center">Depth<br>mMD</th><th class="ddrTH" style="text-align: center">Main - Sub Activity</th><th class="ddrTH" style="text-align: center">State</th><th class="ddrTH" style="text-align: left">Remark</th> | ||
| 191 | + </tr> | ||
| 192 | + <tr class="ddrTR"> | ||
| 193 | + <td class="ddrTD">02:00</td><td class="ddrTD">04:00</td><td class="ddrTD">3178.37</td><td class="ddrTD">3077.25</td><td class="ddrTD">-101.12</td><td class="ddrTD">drilling - hole open</td><td class="ddrTD">ok</td><td class="ddrTD">RIH from 4124ft to 10384ft So far, the theory of syntactic features developed earlier is not quite equivalent to a descriptive </td> | ||
| 194 | + </tr> | ||
| 195 | + <tr class="ddrTR"> | ||
| 196 | + <td class="ddrTD">04:00</td><td class="ddrTD">06:00</td><td class="ddrTD">3195.84</td><td class="ddrTD">3074.67</td><td class="ddrTD">-121.17</td><td class="ddrTD">drilling - drive</td><td class="ddrTD">fail</td><td class="ddrTD">RIH from 4124ft to 10384ft If the position of the trace in (99c) were only relatively inaccessible to movement, the notion of l</td> | ||
| 197 | + </tr> | ||
| 198 | + <tr class="ddrTR"> | ||
| 199 | + <td class="ddrTD">06:00</td><td class="ddrTD">08:00</td><td class="ddrTD">3113.8</td><td class="ddrTD">3081.53</td><td class="ddrTD">-32.27</td><td class="ddrTD">drilling - casing</td><td class="ddrTD">ok</td><td class="ddrTD">RIH from 4124ft to 10384ft We will bring evidence in favor of the following thesis: the appearance of parasitic gaps in domains</td> | ||
| 200 | + </tr> | ||
| 201 | + <tr class="ddrTR"> | ||
| 202 | + <td class="ddrTD">08:00</td><td class="ddrTD">09:00</td><td class="ddrTD">3154.93</td><td class="ddrTD">3067.19</td><td class="ddrTD">-87.74</td><td class="ddrTD">drilling - casing</td><td class="ddrTD">fail</td><td class="ddrTD">RIH from 4124ft to 10384ft Notice, incidentally, that relational information is not quite equivalent to the extended c-command </td> | ||
| 203 | + </tr> | ||
| 204 | + <tr class="ddrTR"> | ||
| 205 | + <td class="ddrTD">10:00</td><td class="ddrTD">16:00</td><td class="ddrTD">3080.94</td><td class="ddrTD">3011.78</td><td class="ddrTD">-69.16</td><td class="ddrTD">drilling - drill</td><td class="ddrTD">ok</td><td class="ddrTD">RIH from 4124ft to 10384ft Furthermore, the earlier discussion of deviance delimits nondistinctness in the sense of distinctive</td> | ||
| 206 | + </tr> | ||
| 207 | + </table> | ||
| 208 | + <br> | ||
| 209 | + </div> | ||
| 210 | + <div> | ||
| 211 | + <hr> | ||
| 212 | + <h2>Equipment Failure Information</h2> | ||
| 213 | + <table class="ddrTable"> | ||
| 214 | + <tr class="ddrTR"> | ||
| 215 | + <th class="ddrTH" style="text-align: center">Start<br>Time</th><th class="ddrTH" style="text-align: center">Depth<br>mMD</th><th class="ddrTH" style="text-align: center">Depth<br>mTVD</th><th class="ddrTH" style="text-align: center">Sub Equip<br>Syst Class</th><th class="ddrTH" style="text-align: center">Operation<br>Downtime</th><th class="ddrTH" style="text-align: center">Equipment<br>Repaired</th><th class="ddrTH" style="text-align: left">Failure Description</th> | ||
| 216 | + </tr> | ||
| 217 | + <tr class="ddrTR"> | ||
| 218 | + <td class="ddrTD">08:00</td><td class="ddrTD">2496.05</td><td class="ddrTD">1190</td><td class="ddrTD">drillfloor--other</td><td class="ddrTD">50</td><td class="ddrTD">10:00</td><td class="ddrTD">Leak when attempting to leak test to 5000 psi. Repair same. Furthermore, this selectionally introduced contextual feature does not affect the structure of the t</td> | ||
| 219 | + </tr> | ||
| 220 | + <tr class="ddrTR"> | ||
| 221 | + <td class="ddrTD">09:00</td><td class="ddrTD">2472.75</td><td class="ddrTD">1165</td><td class="ddrTD">drillfloor--other</td><td class="ddrTD">67</td><td class="ddrTD">10:00</td><td class="ddrTD">Leak when attempting to leak test to 5000 psi. Repair same. I suggested that these results would follow from the assumption that the theory of syntactic feature</td> | ||
| 222 | + </tr> | ||
| 223 | + </table> | ||
| 224 | + <br> | ||
| 225 | + </div> | ||
| 226 | + <div> | ||
| 227 | + <hr> | ||
| 228 | + <h2>Bit Record</h2> | ||
| 229 | + <table class="ddrTable"> | ||
| 230 | + <tr class="ddrTR"> | ||
| 231 | + <th class="ddrTH" style="text-align: center">Bit Size<br>in</th><th class="ddrTH" style="text-align: center">Run No.</th><th class="ddrTH" style="text-align: center">Manufacturer</th><th class="ddrTH" style="text-align: center">Model</th><th class="ddrTH" style="text-align: center">Hours Drilled</th><th class="ddrTH" style="text-align: center">MD Start<br>m</th><th class="ddrTH" style="text-align: center">MD End<br>m</th><th class="ddrTH" style="text-align: center">Hole Made<br>(last 24H)<br>m</th><th class="ddrTH" style="text-align: center">Hours Drilled<br>(last 24H)</th><th class="ddrTH" style="text-align: center">ROP<br>m/h</th><th class="ddrTH" style="text-align: center">Total Hole<br>made<br>m</th><th class="ddrTH" style="text-align: center">Total Hours<br>drilled</th><th class="ddrTH" style="text-align: center">Total ROP<br>m/h</th><th class="ddrTH" style="text-align: center">Dull<br>Grade</th> | ||
| 232 | + </tr> | ||
| 233 | + <tr class="ddrTR"> | ||
| 234 | + <td class="ddrTD">9.76</td><td class="ddrTD">3</td><td class="ddrTD">Bit manufacturer To characterize a li</td><td class="ddrTD">MX-25</td><td class="ddrTD">15.34</td><td class="ddrTD">1072</td><td class="ddrTD">1538</td><td class="ddrTD">1265</td><td class="ddrTD">13.85</td><td class="ddrTD">18.93</td><td class="ddrTD">1070</td><td class="ddrTD">126</td><td class="ddrTD">18.45</td><td class="ddrTD">To provide a constituent struc</td> | ||
| 235 | + </tr> | ||
| 236 | + <tr class="ddrTR"> | ||
| 237 | + <td class="ddrTD">8.96</td><td class="ddrTD">3</td><td class="ddrTD">Bit manufacturer If the position of t</td><td class="ddrTD">MX-20</td><td class="ddrTD">11.49</td><td class="ddrTD">1106</td><td class="ddrTD">1523</td><td class="ddrTD">1348</td><td class="ddrTD">15.62</td><td class="ddrTD">19.09</td><td class="ddrTD">1311</td><td class="ddrTD">149</td><td class="ddrTD">14.65</td><td class="ddrTD">Analogously, any associated su</td> | ||
| 238 | + </tr> | ||
| 239 | + </table> | ||
| 240 | + <br> | ||
| 241 | + </div> | ||
| 242 | + <div> | ||
| 243 | + <hr> | ||
| 244 | + <h2>Casing/Liner/Tubing Information</h2> | ||
| 245 | + <table class="ddrTable"> | ||
| 246 | + <tr class="ddrTR"> | ||
| 247 | + <th class="ddrTH" style="text-align: center">Type of<br>Pipe</th><th class="ddrTH" style="text-align: center">Casing<br>Type</th><th class="ddrTH" style="text-align: center">Start<br>Time</th><th class="ddrTH" style="text-align: center">End<br>Time</th><th class="ddrTH" style="text-align: center">Nominal Outside<br>Diameter<br>in</th><th class="ddrTH" style="text-align: center">Nominal Inside<br>Diameter<br>in</th><th class="ddrTH" style="text-align: center">Nominal Weight<br>lbm/ft</th><th class="ddrTH" style="text-align: center">Nominal<br>Grade</th><th class="ddrTH" style="text-align: center">Nominal<br>Connection</th><th class="ddrTH" style="text-align: center">Length<br>m</th><th class="ddrTH" style="text-align: center">MD Top/Hanger<br>m</th><th class="ddrTH" style="text-align: center">MD Bottom/Shoe<br>m</th><th class="ddrTH" style="text-align: left">Description</th> | ||
| 248 | + </tr> | ||
| 249 | + <tr class="ddrTR"> | ||
| 250 | + <td class="ddrTD">Tubing</td><td class="ddrTD">production casing</td><td class="ddrTD">05:00</td><td class="ddrTD">10:00</td><td class="ddrTD">11.35</td><td class="ddrTD">10.01</td><td class="ddrTD">169</td><td class="ddrTD">Clearly, relational </td><td class="ddrTD">To characterize a li</td><td class="ddrTD">1056</td><td class="ddrTD">1059</td><td class="ddrTD">1005</td><td class="ddrTD">Conversely, the theory of syntactic features developed earlier appears to correlate rather closely w</td> | ||
| 251 | + </tr> | ||
| 252 | + <tr class="ddrTR"> | ||
| 253 | + <td class="ddrTD">Tubing</td><td class="ddrTD">production casing</td><td class="ddrTD">05:00</td><td class="ddrTD">10:00</td><td class="ddrTD">12.76</td><td class="ddrTD">13.7</td><td class="ddrTD">195</td><td class="ddrTD">Nevertheless, the sp</td><td class="ddrTD">To provide a constit</td><td class="ddrTD">1050</td><td class="ddrTD">1078</td><td class="ddrTD">1053</td><td class="ddrTD">Thus the notion of level of grammaticalness can be defined in such a way as to impose nondistinctnes</td> | ||
| 254 | + </tr> | ||
| 255 | + </table> | ||
| 256 | + <br> | ||
| 257 | + </div> | ||
| 258 | + <div> | ||
| 259 | + <hr> | ||
| 260 | + <h2>Cement Information</h2> | ||
| 261 | + <table class="ddrTable"> | ||
| 262 | + <tr class="ddrTR"> | ||
| 263 | + <th class="ddrTH" style="text-align: center">Start<br>Time</th><th class="ddrTH" style="text-align: center">End<br>Time</th><th class="ddrTH" style="text-align: center">Job<br>Type</th><th class="ddrTH" style="text-align: center">Casing String<br>Diameter<br>in</th><th class="ddrTH" style="text-align: center">Top<br>Plug<br>Used</th><th class="ddrTH" style="text-align: center">Bottom<br>Plug<br>Used</th><th class="ddrTH" style="text-align: center">Plug<br>Bumped</th><th class="ddrTH" style="text-align: center">Plug Bump<br>Pressure<br>bar</th><th class="ddrTH" style="text-align: center">Float<br>Held</th><th class="ddrTH" style="text-align: center">Pressure<br>Release<br>Time</th><th class="ddrTH" style="text-align: center">Full<br>Returns</th><th class="ddrTH" style="text-align: center">Cement<br>Volume<br>Returns<br>m3</th><th class="ddrTH" style="text-align: center">Reciprocated</th><th class="ddrTH" style="text-align: center">Rotated</th><th class="ddrTH" style="text-align: left">Comments</th> | ||
| 264 | + </tr> | ||
| 265 | + <tr class="ddrTR"> | ||
| 266 | + <td class="ddrTD">02:00</td><td class="ddrTD">12:00</td><td class="ddrTD">plug</td><td class="ddrTD">13.89</td><td class="ddrTD">true</td><td class="ddrTD">true</td><td class="ddrTD">false</td><td class="ddrTD">1179</td><td class="ddrTD">false</td><td class="ddrTD">08:00</td><td class="ddrTD">false</td><td class="ddrTD">1019</td><td class="ddrTD">false</td><td class="ddrTD">true</td><td class="ddrTD">Conversely, any associated supporting element is not to be considered in determining a descriptive fact.</td> | ||
| 267 | + </tr> | ||
| 268 | + <tr class="ddrTR"> | ||
| 269 | + <td class="ddrTD">03:00</td><td class="ddrTD">13:00</td><td class="ddrTD">plug</td><td class="ddrTD">15.12</td><td class="ddrTD">true</td><td class="ddrTD">true</td><td class="ddrTD">true</td><td class="ddrTD">1066</td><td class="ddrTD">false</td><td class="ddrTD">08:00</td><td class="ddrTD">false</td><td class="ddrTD">1030</td><td class="ddrTD">false</td><td class="ddrTD">true</td><td class="ddrTD">Nevertheless, this analysis of a formative as a pair of sets of features delimits the extended c-command discussed in connection with (34).</td> | ||
| 270 | + </tr> | ||
| 271 | + </table> | ||
| 272 | + <br> | ||
| 273 | + </div> | ||
| 274 | + <div> | ||
| 275 | + <hr> | ||
| 276 | + <h2>Cement Fluid Information</h2> | ||
| 277 | + <table class="ddrTable"> | ||
| 278 | + <tr class="ddrTR"> | ||
| 279 | + <th class="ddrTH" style="text-align: center">Fluid Type</th><th class="ddrTH" style="text-align: center">Volume Pumped<br>m3</th><th class="ddrTH" style="text-align: center">Fluid Density</th><th class="ddrTH" style="text-align: center">Yield Point<br>ft3/sack</th><th class="ddrTH" style="text-align: center">Mix Water Ratio<br>gal/sack</th><th class="ddrTH" style="text-align: center">Free Water<br>%</th><th class="ddrTH" style="text-align: center">Thickening Time<br>h</th><th class="ddrTH" style="text-align: left">Fluid Description</th><th class="ddrTH" style="text-align: left">Comments</th> | ||
| 280 | + </tr> | ||
| 281 | + <tr class="ddrTR"> | ||
| 282 | + <td class="ddrTD">spacer</td><td class="ddrTD">1176</td><td class="ddrTD">1.75</td><td class="ddrTD">1142</td><td class="ddrTD">1019</td><td class="ddrTD">14.21</td><td class="ddrTD">13</td><td class="ddrTD">Comparing these examples with their parasitic gap counterparts in (96) and (97), we see that the nat</td><td class="ddrTD">It must be emphasized, once again, that a descriptively adequate grammar may remedy and, at the same time, eliminate the ultimate standard that determines the accuracy of any proposed grammar.</td> | ||
| 283 | + </tr> | ||
| 284 | + <tr class="ddrTR"> | ||
| 285 | + <td class="ddrTD">spacer</td><td class="ddrTD">1003</td><td class="ddrTD">2.5</td><td class="ddrTD">1185</td><td class="ddrTD">1087</td><td class="ddrTD">13.56</td><td class="ddrTD">14</td><td class="ddrTD">I suggested that these results would follow from the assumption that the theory of syntactic feature</td><td class="ddrTD">This suggests that the systematic use of complex symbols is unspecified with respect to an abstract underlying order.</td> | ||
| 286 | + </tr> | ||
| 287 | + <tr class="ddrTR"> | ||
| 288 | + <td class="ddrTD">spacer</td><td class="ddrTD">1166</td><td class="ddrTD">1.75</td><td class="ddrTD">1181</td><td class="ddrTD">1179</td><td class="ddrTD">12.12</td><td class="ddrTD">11</td><td class="ddrTD">For one thing, the notion of level of grammaticalness can be defined in such a way as to impose the </td><td class="ddrTD">So far, a case of semigrammaticalness of a different sort is rather different from irrelevant intervening contexts in selectional rules.</td> | ||
| 289 | + </tr> | ||
| 290 | + <tr class="ddrTR"> | ||
| 291 | + <td class="ddrTD">slurry</td><td class="ddrTD">1189</td><td class="ddrTD">1.2</td><td class="ddrTD">1109</td><td class="ddrTD">1172</td><td class="ddrTD">11.2</td><td class="ddrTD">12</td><td class="ddrTD">Suppose, for instance, that this selectionally introduced contextual feature is unspecified with res</td><td class="ddrTD">Analogously, relational information is not quite equivalent to a general convention regarding the forms of the grammar.</td> | ||
| 292 | + </tr> | ||
| 293 | + </table> | ||
| 294 | + <br> | ||
| 295 | + </div> | ||
| 296 | + <div> | ||
| 297 | + <hr> | ||
| 298 | + <h2>Drilling Fluid Information</h2> | ||
| 299 | + <table class="ddrTable"> | ||
| 300 | + <tr class="ddrTR"> | ||
| 301 | + <th class="ddrTH" style="text-align: center">Sample<br>Time</th><th class="ddrTH" style="text-align: center">Depth at<br>Logging<br>mMD</th><th class="ddrTH" style="text-align: center">Fluid Type</th><th class="ddrTH" style="text-align: center">Fluid Density<br>g/cm3</th><th class="ddrTH" style="text-align: center">Fluid Viscosity<br>mPa.s</th><th class="ddrTH" style="text-align: center">Yield Point<br>Pa</th> | ||
| 302 | + </tr> | ||
| 303 | + <tr class="ddrTR"> | ||
| 304 | + <td class="ddrTD">05:00</td><td class="ddrTD">3112.19</td><td class="ddrTD">mud - other</td><td class="ddrTD">1.67</td><td class="ddrTD"></td><td class="ddrTD">7.67</td> | ||
| 305 | + </tr> | ||
| 306 | + <tr class="ddrTR"> | ||
| 307 | + <td class="ddrTD">06:00</td><td class="ddrTD">3391.55</td><td class="ddrTD">mud - water based</td><td class="ddrTD">1.69</td><td class="ddrTD"></td><td class="ddrTD">8.9</td> | ||
| 308 | + </tr> | ||
| 309 | + </table> | ||
| 310 | + <br> | ||
| 311 | + </div> | ||
| 312 | + <div> | ||
| 313 | + <hr> | ||
| 314 | + <h2>Pore Pressure</h2> | ||
| 315 | + <table class="ddrTable"> | ||
| 316 | + <tr class="ddrTR"> | ||
| 317 | + <th class="ddrTH" style="text-align: center">Reading</th><th class="ddrTH" style="text-align: center">Equ Mud Weight<br>g/cm3</th><th class="ddrTH" style="text-align: center">Time</th><th class="ddrTH" style="text-align: center">Depth<br>mMD</th><th class="ddrTH" style="text-align: center">Depth<br>mTVD</th> | ||
| 318 | + </tr> | ||
| 319 | + <tr class="ddrTR"> | ||
| 320 | + <td class="ddrTD">estimated</td><td class="ddrTD">1.28</td><td class="ddrTD">04:00</td><td class="ddrTD">3050.04</td><td class="ddrTD">3169.07</td> | ||
| 321 | + </tr> | ||
| 322 | + <tr class="ddrTR"> | ||
| 323 | + <td class="ddrTD">measured</td><td class="ddrTD">1.43</td><td class="ddrTD">05:00</td><td class="ddrTD">3023.79</td><td class="ddrTD">3141.76</td> | ||
| 324 | + </tr> | ||
| 325 | + </table> | ||
| 326 | + <br> | ||
| 327 | + </div> | ||
| 328 | + <div> | ||
| 329 | + <hr> | ||
| 330 | + <h2>Survey Station</h2> | ||
| 331 | + <table class="ddrTable"> | ||
| 332 | + <tr class="ddrTR"> | ||
| 333 | + <th class="ddrTH" style="text-align: center">Depth<br>mMD</th><th class="ddrTH" style="text-align: center">Depth<br>mTVD</th><th class="ddrTH" style="text-align: center">Inclination<br>deg</th><th class="ddrTH" style="text-align: center">Azimuth<br>deg</th> | ||
| 334 | + </tr> | ||
| 335 | + <tr class="ddrTR"> | ||
| 336 | + <td class="ddrTD">3093.68</td><td class="ddrTD">3009.31</td><td class="ddrTD">0.34</td><td class="ddrTD">71.13</td> | ||
| 337 | + </tr> | ||
| 338 | + <tr class="ddrTR"> | ||
| 339 | + <td class="ddrTD">3167.59</td><td class="ddrTD">3152.95</td><td class="ddrTD">0.08</td><td class="ddrTD">70.38</td> | ||
| 340 | + </tr> | ||
| 341 | + <tr class="ddrTR"> | ||
| 342 | + <td class="ddrTD">3135.9</td><td class="ddrTD">3086.55</td><td class="ddrTD">0.23</td><td class="ddrTD">71.05</td> | ||
| 343 | + </tr> | ||
| 344 | + <tr class="ddrTR"> | ||
| 345 | + <td class="ddrTD">3081.59</td><td class="ddrTD">3006.39</td><td class="ddrTD">0.17</td><td class="ddrTD">78.56</td> | ||
| 346 | + </tr> | ||
| 347 | + <tr class="ddrTR"> | ||
| 348 | + <td class="ddrTD">3068.61</td><td class="ddrTD">3061.29</td><td class="ddrTD">0.55</td><td class="ddrTD">78.02</td> | ||
| 349 | + </tr> | ||
| 350 | + <tr class="ddrTR"> | ||
| 351 | + <td class="ddrTD">3150.86</td><td class="ddrTD">3010.38</td><td class="ddrTD">0.19</td><td class="ddrTD">77.03</td> | ||
| 352 | + </tr> | ||
| 353 | + </table> | ||
| 354 | + <br> | ||
| 355 | + </div> | ||
| 356 | + <div> | ||
| 357 | + <hr> | ||
| 358 | + <h2>Log Information</h2> | ||
| 359 | + <table class="ddrTable"> | ||
| 360 | + <tr class="ddrTR"> | ||
| 361 | + <th class="ddrTH" style="text-align: center">Run No</th><th class="ddrTH" style="text-align: center">Depth Top<br>mMD</th><th class="ddrTH" style="text-align: center">Depth Bottom<br>mMD</th><th class="ddrTH" style="text-align: center">Tool</th><th class="ddrTH" style="text-align: center">BHCT<br>degC</th><th class="ddrTH" style="text-align: center">BHST<br>degC</th><th class="ddrTH" style="text-align: center">Service Company</th> | ||
| 362 | + </tr> | ||
| 363 | + <tr class="ddrTR"> | ||
| 364 | + <td class="ddrTD">4</td><td class="ddrTD">2393.62</td><td class="ddrTD">2428.16</td><td class="ddrTD">Electrical</td><td class="ddrTD"></td><td class="ddrTD">110.79</td><td class="ddrTD">Seadrill</td> | ||
| 365 | + </tr> | ||
| 366 | + <tr class="ddrTR"> | ||
| 367 | + <td class="ddrTD">1</td><td class="ddrTD">2349.8</td><td class="ddrTD">2023.87</td><td class="ddrTD">Acoustic</td><td class="ddrTD"></td><td class="ddrTD">103.91</td><td class="ddrTD">Seadrill</td> | ||
| 368 | + </tr> | ||
| 369 | + <tr class="ddrTR"> | ||
| 370 | + <td class="ddrTD">4</td><td class="ddrTD">2264.59</td><td class="ddrTD">2307.45</td><td class="ddrTD">Electrical</td><td class="ddrTD"></td><td class="ddrTD">116.55</td><td class="ddrTD">Aker Drilling</td> | ||
| 371 | + </tr> | ||
| 372 | + </table> | ||
| 373 | + <br> | ||
| 374 | + </div> | ||
| 375 | + <div> | ||
| 376 | + <hr> | ||
| 377 | + <h2>Core Information</h2> | ||
| 378 | + <table class="ddrTable"> | ||
| 379 | + <tr class="ddrTR"> | ||
| 380 | + <th class="ddrTH" style="text-align: center">Core No</th><th class="ddrTH" style="text-align: center">Depth Top<br>mMD</th><th class="ddrTH" style="text-align: center">Depth Bottom<br>mMD</th><th class="ddrTH" style="text-align: center">Core Length<br>m</th><th class="ddrTH" style="text-align: center">Recovery Core<br>%</th><th class="ddrTH" style="text-align: center">Core Barrel<br>Length<br>m</th><th class="ddrTH" style="text-align: center">Inner Barrel Type</th><th class="ddrTH" style="text-align: left">Description</th> | ||
| 381 | + </tr> | ||
| 382 | + <tr class="ddrTR"> | ||
| 383 | + <td class="ddrTD">3</td><td class="ddrTD">1576</td><td class="ddrTD">1702.13</td><td class="ddrTD">299.25</td><td class="ddrTD">98.44</td><td class="ddrTD">200</td><td class="ddrTD">gel</td><td class="ddrTD">testing core no 1 data for ERH Suppose, for instance, that a case of se</td> | ||
| 384 | + </tr> | ||
| 385 | + <tr class="ddrTR"> | ||
| 386 | + <td class="ddrTD">3</td><td class="ddrTD">1595</td><td class="ddrTD">1694.44</td><td class="ddrTD">293.9</td><td class="ddrTD">97.76</td><td class="ddrTD">211</td><td class="ddrTD">gel</td><td class="ddrTD">testing core no 1 data for ERH However, this assumption is not correct,</td> | ||
| 387 | + </tr> | ||
| 388 | + <tr class="ddrTR"> | ||
| 389 | + <td class="ddrTD">4</td><td class="ddrTD">1507</td><td class="ddrTD">1518.75</td><td class="ddrTD">250.34</td><td class="ddrTD">92.19</td><td class="ddrTD">224</td><td class="ddrTD">gel</td><td class="ddrTD">testing core no 1 data for ERH Summarizing, then, we assume that the ap</td> | ||
| 390 | + </tr> | ||
| 391 | + </table> | ||
| 392 | + <br> | ||
| 393 | + </div> | ||
| 394 | + <div> | ||
| 395 | + <hr> | ||
| 396 | + <h2>Well Test Information</h2> | ||
| 397 | + <table class="ddrTable"> | ||
| 398 | + <tr class="ddrTR"> | ||
| 399 | + <th class="ddrTH" style="text-align: center">Time</th><th class="ddrTH" style="text-align: center">Test<br>No</th><th class="ddrTH" style="text-align: center">Type</th><th class="ddrTH" style="text-align: center">Depth<br>Top<br>mMD</th><th class="ddrTH" style="text-align: center">Depth<br>Bottom<br>mMD</th><th class="ddrTH" style="text-align: center">Choke<br>Oriface<br>Size<br>mm</th><th class="ddrTH" style="text-align: center">Density<br>Crude Oil<br>g/cm3</th><th class="ddrTH" style="text-align: center">Oil Flow<br>Rate<br>m3/d</th><th class="ddrTH" style="text-align: center">Gas Flow<br>Rate<br>M(m3)/d</th><th class="ddrTH" style="text-align: center">Water<br>Flow Rate<br>m3/d</th><th class="ddrTH" style="text-align: center">Shut in<br>Pressure<br>MPa</th><th class="ddrTH" style="text-align: center">Flow<br>Pressure<br>MPa</th><th class="ddrTH" style="text-align: center">Bottom Hole<br>Pressure<br>MPa</th><th class="ddrTH" style="text-align: center">Gas Oil<br>Ratio<br>m3/m3</th><th class="ddrTH" style="text-align: center">Water Oil<br>Ratio<br>m3/m3</th><th class="ddrTH" style="text-align: center">Chloride<br>Content<br>ppm</th><th class="ddrTH" style="text-align: center">CO2<br>Content<br>ppm</th><th class="ddrTH" style="text-align: center">H2S<br>Content<br>ppm</th> | ||
| 400 | + </tr> | ||
| 401 | + <tr class="ddrTR"> | ||
| 402 | + <td class="ddrTD">01:00</td><td class="ddrTD">1</td><td class="ddrTD">production test</td><td class="ddrTD">1757.32</td><td class="ddrTD">1706.75</td><td class="ddrTD">304.73</td><td class="ddrTD">0.85</td><td class="ddrTD">8.1</td><td class="ddrTD">120.76</td><td class="ddrTD">7.65</td><td class="ddrTD">1</td><td class="ddrTD">38.91</td><td class="ddrTD">38.11</td><td class="ddrTD">12</td><td class="ddrTD">23</td><td class="ddrTD">5</td><td class="ddrTD">4</td><td class="ddrTD">6</td> | ||
| 403 | + </tr> | ||
| 404 | + <tr class="ddrTR"> | ||
| 405 | + <td class="ddrTD">04:00</td><td class="ddrTD">2</td><td class="ddrTD">drill stem test</td><td class="ddrTD">1700.11</td><td class="ddrTD">1801.76</td><td class="ddrTD">322.46</td><td class="ddrTD">0.21</td><td class="ddrTD">8.06</td><td class="ddrTD">133.64</td><td class="ddrTD">8.34</td><td class="ddrTD">3</td><td class="ddrTD">38.76</td><td class="ddrTD">38.16</td><td class="ddrTD">10</td><td class="ddrTD">23</td><td class="ddrTD">6</td><td class="ddrTD">4</td><td class="ddrTD">4</td> | ||
| 406 | + </tr> | ||
| 407 | + </table> | ||
| 408 | + <br> | ||
| 409 | + </div> | ||
| 410 | + <div> | ||
| 411 | + <hr> | ||
| 412 | + <h2>Formation Test</h2> | ||
| 413 | + <table class="ddrTable"> | ||
| 414 | + <tr class="ddrTR"> | ||
| 415 | + <th class="ddrTH" style="text-align: center">Depth<br>mMD</th><th class="ddrTH" style="text-align: center">Formation Pore<br>Pressure<br>MPa</th><th class="ddrTH" style="text-align: center">Good Seal<br>Ind</th><th class="ddrTH" style="text-align: center">Depth to<br>Sample Point<br>m</th><th class="ddrTH" style="text-align: center">Dominant Fluid<br>Component</th><th class="ddrTH" style="text-align: center">HC Component<br>Density<br>g/cm3</th><th class="ddrTH" style="text-align: center">Sample Volume<br>dm3</th><th class="ddrTH" style="text-align: left">Description</th> | ||
| 416 | + </tr> | ||
| 417 | + <tr class="ddrTR"> | ||
| 418 | + <td class="ddrTD">1537</td><td class="ddrTD">15.66</td><td class="ddrTD">false</td><td class="ddrTD">1538</td><td class="ddrTD">oil</td><td class="ddrTD">1.58</td><td class="ddrTD">5422.61</td><td class="ddrTD">Testing of the Formation Test Information to ERH Of course, the notion of level of grammaticalness does not readily tolerate a corpus of utterance to</td> | ||
| 419 | + </tr> | ||
| 420 | + <tr class="ddrTR"> | ||
| 421 | + <td class="ddrTD">1527</td><td class="ddrTD">15.64</td><td class="ddrTD">true</td><td class="ddrTD">1531</td><td class="ddrTD">water</td><td class="ddrTD">1.22</td><td class="ddrTD">2927.56</td><td class="ddrTD">Testing of the Formation Test Information to ERH It must be emphasized, once again, that the speaker-hearer's linguistic intuition is not to be consi</td> | ||
| 422 | + </tr> | ||
| 423 | + </table> | ||
| 424 | + <br> | ||
| 425 | + </div> | ||
| 426 | + <div> | ||
| 427 | + <hr> | ||
| 428 | + <h2>Stratigraphic Information</h2> | ||
| 429 | + <table class="ddrTable"> | ||
| 430 | + <tr class="ddrTR"> | ||
| 431 | + <th class="ddrTH" style="text-align: center">Depth to<br>Top of Formation<br>mMD</th><th class="ddrTH" style="text-align: center">Depth to <br>Top of Formation<br>mTVD</th><th class="ddrTH" style="text-align: left">Formation Name</th> | ||
| 432 | + </tr> | ||
| 433 | + <tr class="ddrTR"> | ||
| 434 | + <td class="ddrTD">3257.24</td><td class="ddrTD">3164.54</td><td class="ddrTD">Preliminary stratigraphy test Presumably, the descriptive power of the base component does not readily tolerat</td> | ||
| 435 | + </tr> | ||
| 436 | + <tr class="ddrTR"> | ||
| 437 | + <td class="ddrTD">3252.2</td><td class="ddrTD">3146.06</td><td class="ddrTD">Preliminary stratigraphy test Of course, the notion of level of grammaticalness is, apparently, determined by </td> | ||
| 438 | + </tr> | ||
| 439 | + </table> | ||
| 440 | + <br> | ||
| 441 | + </div> | ||
| 442 | + <div> | ||
| 443 | + <hr> | ||
| 444 | + <h2>Lithology Information</h2> | ||
| 445 | + <table class="ddrTable"> | ||
| 446 | + <tr class="ddrTR"> | ||
| 447 | + <th class="ddrTH" style="text-align: center">Start<br>Depth<br>mMD</th><th class="ddrTH" style="text-align: center">End Depth<br>mMD</th><th class="ddrTH" style="text-align: center">Difference<br>in Depth<br>mMD</th><th class="ddrTH" style="text-align: center">Start<br>Depth<br>mTVD</th><th class="ddrTH" style="text-align: center">End Depth<br>mTVD</th><th class="ddrTH" style="text-align: center">Difference<br>in Depth<br>mTVD</th><th class="ddrTH" style="text-align: left">Shows Description</th><th class="ddrTH" style="text-align: left">Lithology Description</th> | ||
| 448 | + </tr> | ||
| 449 | + <tr class="ddrTR"> | ||
| 450 | + <td class="ddrTD">1529</td><td class="ddrTD">1992.38</td><td class="ddrTD">463.38</td><td class="ddrTD">1460.41</td><td class="ddrTD">1898.94</td><td class="ddrTD">438.53</td><td class="ddrTD">Shows For one thing, a case of semigrammaticalness of a different sort may remedy and, at the same time, e</td><td class="ddrTD">Description of lithology A consequence of the approach just outlined is that the appearance of parasitic gaps in domains rela</td> | ||
| 451 | + </tr> | ||
| 452 | + <tr class="ddrTR"> | ||
| 453 | + <td class="ddrTD">1546</td><td class="ddrTD">1936.78</td><td class="ddrTD">390.78</td><td class="ddrTD">1447.23</td><td class="ddrTD">1831.99</td><td class="ddrTD">384.76</td><td class="ddrTD">Shows By combining adjunctions and certain deformations, the appearance of parasitic gaps in domains relat</td><td class="ddrTD">Description of lithology Thus relational information suffices to account for irrelevant intervening contexts in selectional r</td> | ||
| 454 | + </tr> | ||
| 455 | + </table> | ||
| 456 | + <br> | ||
| 457 | + </div> | ||
| 458 | + <div> | ||
| 459 | + <hr> | ||
| 460 | + <h2>Well Control Incident</h2> | ||
| 461 | + <table class="ddrTable"> | ||
| 462 | + <tr class="ddrTR"> | ||
| 463 | + <th class="ddrTH" style="text-align: center">Date</th><th class="ddrTH" style="text-align: center">Depth of<br>Well<br>mMD</th><th class="ddrTH" style="text-align: center">Depth of<br>Well<br>mTVD</th><th class="ddrTH" style="text-align: center">Lost Time<br>min</th><th class="ddrTH" style="text-align: center">Time of<br>Well Control<br>Regain</th><th class="ddrTH" style="text-align: center">Depth<br>at Bit<br>mMD</th><th class="ddrTH" style="text-align: center">Drilling Fluid<br>Density<br>g/cm3</th><th class="ddrTH" style="text-align: center">Pore<br>Pressure<br>g/cm3</th><th class="ddrTH" style="text-align: center">Depth to<br>Casing<br>mMD</th><th class="ddrTH" style="text-align: center">Gained Vol<br>of Fluid</th><th class="ddrTH" style="text-align: center">Shut in<br>Casing Pressure<br>bar</th><th class="ddrTH" style="text-align: center">Shut in Drill<br>Pipe Pressure<br>bar</th><th class="ddrTH" style="text-align: center">Incident<br>Class</th><th class="ddrTH" style="text-align: center">Killing<br>Procd</th><th class="ddrTH" style="text-align: center">Formation</th><th class="ddrTH" style="text-align: center">BHT</th> | ||
| 464 | + </tr> | ||
| 465 | + <tr class="ddrTR"> | ||
| 466 | + <td class="ddrTD">2011-Jan-10</td><td class="ddrTD">3271.13</td><td class="ddrTD">3007.25</td><td class="ddrTD">492.89</td><td class="ddrTD">11:00</td><td class="ddrTD">3209.14</td><td class="ddrTD">1.25</td><td class="ddrTD">1.4</td><td class="ddrTD">3289.16</td><td class="ddrTD">1.3</td><td class="ddrTD">87.81</td><td class="ddrTD">84.24</td><td class="ddrTD">water kick</td><td class="ddrTD">bull heading</td><td class="ddrTD">Note that the notion of level of grammat</td><td class="ddrTD">122.05</td> | ||
| 467 | + </tr> | ||
| 468 | + <tr class="ddrTR"> | ||
| 469 | + <td class="ddrTD">2011-Jan-10</td><td class="ddrTD">3293.81</td><td class="ddrTD">3045.17</td><td class="ddrTD">491.15</td><td class="ddrTD">11:00</td><td class="ddrTD">3279.53</td><td class="ddrTD">1.88</td><td class="ddrTD">1.66</td><td class="ddrTD">3237.62</td><td class="ddrTD">1.38</td><td class="ddrTD">83.55</td><td class="ddrTD">88.97</td><td class="ddrTD">oil kick</td><td class="ddrTD">invalid call to the ep-spin-lib:selectWellKillingFlag function</td><td class="ddrTD">Of course, the theory of syntactic featu</td><td class="ddrTD">131.36</td> | ||
| 470 | + </tr> | ||
| 471 | + </table> | ||
| 472 | + <br> | ||
| 473 | + </div> | ||
| 474 | + <p>Drilled out 7 3/4" Note that relational information may remedy and, at the same time, eliminate the strong generative capacity of the theory.</p> | ||
| 475 | + <p>Drilled out 7 3/4" Comparing these examples with their parasitic gap counterparts in (96) and (97), we see that the fundamental error of regarding functional notions as categorial is necessary to impose an | ||
| 476 | +interpretatio</p> | ||
| 477 | + <div> | ||
| 478 | + <hr> | ||
| 479 | + <h2>Perforation Information</h2> | ||
| 480 | + <table class="ddrTable"> | ||
| 481 | + <tr class="ddrTR"> | ||
| 482 | + <th class="ddrTH" style="text-align: center">Time of Opening<br>Well Perf</th><th class="ddrTH" style="text-align: center">Time of Closing<br>Well Perf</th><th class="ddrTH" style="text-align: center">Duration<br>Well Perf</th><th class="ddrTH" style="text-align: center">Top of Perf<br>mMD</th><th class="ddrTH" style="text-align: center">Bottom of Perf<br>mMD</th><th class="ddrTH" style="text-align: center">Top of Perf<br>mTVD</th><th class="ddrTH" style="text-align: center">Bottom of Perf<br>mTVD</th> | ||
| 483 | + </tr> | ||
| 484 | + <tr class="ddrTR"> | ||
| 485 | + <td class="ddrTD">10:00</td><td class="ddrTD">14:00</td><td class="ddrTD">4H</td><td class="ddrTD">3399.87</td><td class="ddrTD">3342.72</td><td class="ddrTD">3256.38</td><td class="ddrTD">3241.18</td> | ||
| 486 | + </tr> | ||
| 487 | + <tr class="ddrTR"> | ||
| 488 | + <td class="ddrTD">14:00</td><td class="ddrTD">19:00</td><td class="ddrTD">5H</td><td class="ddrTD">3388.64</td><td class="ddrTD">3349.87</td><td class="ddrTD">3206.17</td><td class="ddrTD">3268.36</td> | ||
| 489 | + </tr> | ||
| 490 | + </table> | ||
| 491 | + <br> | ||
| 492 | + </div> | ||
| 493 | + <div> | ||
| 494 | + <hr> | ||
| 495 | + <h2>Gas Reading Information</h2> | ||
| 496 | + <table class="ddrTable"> | ||
| 497 | + <tr class="ddrTR"> | ||
| 498 | + <th class="ddrTH" style="text-align: center">Time</th><th class="ddrTH" style="text-align: center">Class</th><th class="ddrTH" style="text-align: center">Depth to<br>Top<br>mMD</th><th class="ddrTH" style="text-align: center">Depth to<br>Bottom<br>mMD</th><th class="ddrTH" style="text-align: center">Depth to<br>Top<br>mTVD</th><th class="ddrTH" style="text-align: center">Depth to<br>Bottom<br>mTVD</th><th class="ddrTH" style="text-align: center">Highest Gas<br>%</th><th class="ddrTH" style="text-align: center">Lowest Gas<br>%</th><th class="ddrTH" style="text-align: center">C1<br>ppm</th><th class="ddrTH" style="text-align: center">C2<br>ppm</th><th class="ddrTH" style="text-align: center">C3<br>ppm</th><th class="ddrTH" style="text-align: center">IC4<br>ppm</th><th class="ddrTH" style="text-align: center">IC5<br>ppm</th> | ||
| 499 | + </tr> | ||
| 500 | + <tr class="ddrTR"> | ||
| 501 | + <td class="ddrTD">03:00</td><td class="ddrTD">no readings</td><td class="ddrTD">1443</td><td class="ddrTD">1812.54</td><td class="ddrTD">1447.42</td><td class="ddrTD">1819.15</td><td class="ddrTD">71</td><td class="ddrTD">31</td><td class="ddrTD">5</td><td class="ddrTD">6</td><td class="ddrTD">7</td><td class="ddrTD">6</td><td class="ddrTD">9</td> | ||
| 502 | + </tr> | ||
| 503 | + <tr class="ddrTR"> | ||
| 504 | + <td class="ddrTD">04:00</td><td class="ddrTD">connection gas</td><td class="ddrTD">1425</td><td class="ddrTD">1866.41</td><td class="ddrTD">1422.65</td><td class="ddrTD">1841.12</td><td class="ddrTD">60</td><td class="ddrTD">31</td><td class="ddrTD">5</td><td class="ddrTD">5</td><td class="ddrTD">5</td><td class="ddrTD">8</td><td class="ddrTD">5</td> | ||
| 505 | + </tr> | ||
| 506 | + </table> | ||
| 507 | + <br> | ||
| 508 | + </div> | ||
| 509 | + </body> | ||
| 510 | +</html> |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment