KGS Home Page Oil and Gas Index Page Lease Production Page

MCNABB Lease


Lease: MCNABB
Operator: LYMAN DAVID
Location: W2 E2 SE T28S, R4E, Sec. 2
Cumulative Production: 2731 barrels (from 1983 to 1986)
KS Dept. of Revenue Lease Code: 118550
     

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 15
inverse count .06667
Sx 120
Sxx 1240
Sy 2731
Syy 518169
Sxy 22027
Beta1 2685
Beta2 4200
Beta .63929
alpha 176.96119
>// Our labels along the x-axis var years = [ "1-1983", "2-1983", "4-1983", "5-1983", "7-1983", "9-1983", "11-1983", "2-1984", "6-1984", "11-1984", "6-1985", "11-1985", "12-1985", "3-1986", "6-1986" ]; // For drawing the lines var CH_prod = [ 202, 236, 153, 160, 205, 156, 75, 207, 195, 185, 157, 191, 226, 195, 188 ]; // For drawing the best fit var lines = [ 177, 178, 178, 179, 180, 180, 181, 182, 182, 183, 183, 184, 185, 185, 186 ]; var CH_cume = [ 202, 438, 591, 751, 956, 1112, 1187, 1394, 1589, 1774, 1931, 2122, 2348, 2543, 2731 ]; 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.