KGS Home Page Oil and Gas Index Page Lease Production Page

LAWHEAD Lease


Lease: LAWHEAD
Operator: TEXOKAN ENERGY C
Location: T29S, R22E, Sec. 27
Cumulative Production: 1159 barrels (from 1981 to 1986)
KS Dept. of Revenue Lease Code: 115510
     

Adjust the Years Displayed

Start Year:
End Year:
     

Options

Click on the Legend Boxes
to display or hide curves.
Change production scale to...
Logarithmic



count 14
inverse count .07143
Sx 105
Sxx 1015
Sy 1159
Syy 114249
Sxy 9827
Beta1 15883
Beta2 3185
Beta 4.98681
alpha 45.38555
>// Our labels along the x-axis var years = [ "9-1981", "3-1982", "5-1982", "10-1982", "2-1983", "6-1983", "8-1983", "9-1983", "10-1983", "11-1983", "12-1983", "2-1984", "4-1986", "11-1986" ]; // For drawing the lines var CH_prod = [ 74, 1, 79, 81, 80, 69, 108, 55, 82, 140, 47, 87, 103, 153 ]; // For drawing the best fit var lines = [ 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115 ]; var CH_cume = [ 74, 75, 154, 235, 315, 384, 492, 547, 629, 769, 816, 903, 1006, 1159 ]; var ctx = document.getElementById("myChart"); var myChart = new Chart(ctx, { type: 'line', data: { labels: years, datasets: [ { data: CH_prod, borderWidth: 1, label: "Oil, barrels", borderColor: "#FF0000", fillColor: "#FF0000", lineTension: 0, fill: false, yAxisID: "first-y-axis" }, { data: CH_cume, borderWidth: 1, label: "Cumulative Oil, barrels", borderColor: "#FF9A9A", fillColor: "#FF9A9A", lineTension: 0, fill: false, yAxisID: "second-y-axis" }, { data: lines, borderWidth: 1, label: "Best Fit", borderColor: "#66CCFF", fillColor: "#66CCFF", lineTension: 0, fill: false, yAxisID: "first-y-axis" } ] }, options: { scales: { yAxes: [{ id: "first-y-axis", type: "linear", scaleLabel: { display: true, labelString: "Production", }, position: "left" }, { id: "second-y-axis", type: "logarithmic", scaleLabel: { display: true, labelString: "Cumulative", }, position: "right" } ] } } });
Kansas Geological Survey
Comments to webadmin@kgs.ku.edu
URL=http://www.kgs.ku.edu/Magellan/Field/lease.html
Programs Updated Dec. 2002.
Data from Kansas Dept. of Revenue files quarterly.