KGS Home Page Oil and Gas Index Page Lease Production Page

WAYLAND Lease


Lease: WAYLAND
Operator: MOBIL OIL CORPOR
Location: C SW SW T33S, R36W, Sec. 23
Cumulative Production: 1384 barrels (from 1981 to 1987)
KS Dept. of Revenue Lease Code: 122299
     

Adjust the Years Displayed

Start Year:
End Year:
     

Options

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



count 11
inverse count .09091
Sx 66
Sxx 506
Sy 1384
Syy 217538
Sxy 7257
Beta1 -11517
Beta2 1210
Beta -9.51818
alpha 182.92909
>// Our labels along the x-axis var years = [ "4-1981", "10-1981", "4-1982", "11-1982", "11-1983", "11-1984", "7-1985", "12-1985", "1-1986", "12-1986", "4-1987" ]; // For drawing the lines var CH_prod = [ 180, 165, 186, 67, 67, 156, 251, 81, 100, 96, 35 ]; // For drawing the best fit var lines = [ 173, 163, 154, 144, 135, 125, 116, 106, 97, 87, 78 ]; var CH_cume = [ 180, 345, 531, 598, 665, 821, 1072, 1153, 1253, 1349, 1384 ]; 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: "logarithmic", 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.