KGS Home Page Oil and Gas Index Page Lease Production Page

DONHAM E Lease


Lease: DONHAM E
Operator: MIDLAND ENTERPRI
Location: T14S, R22E, Sec. 5
Cumulative Production: 225 barrels (from 1985 to 1986)
KS Dept. of Revenue Lease Code: 123743
     

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 4
inverse count .25
Sx 10
Sxx 30
Sy 225
Syy 15813
Sxy 447
Beta1 -462
Beta2 20
Beta -23.1
alpha 114
>// Our labels along the x-axis var years = [ "6-1985", "9-1985", "3-1986", "10-1986" ]; // For drawing the lines var CH_prod = [ 79, 82, 52, 12 ]; // For drawing the best fit var lines = [ 90, 67, 44, 21 ]; var CH_cume = [ 79, 161, 213, 225 ]; 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.