KGS Home Page Oil and Gas Index Page Lease Production Page

RIEMANN Lease


Lease: RIEMANN
Operator: MUSTANG DRILLING
Location: NE NE SW T16S, R12W, Sec. 10
Cumulative Production: 3844 barrels (from 1983 to 1987)
KS Dept. of Revenue Lease Code: 118934
     

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 20
inverse count .05
Sx 210
Sxx 2870
Sy 3844
Syy 1164334
Sxy 31553
Beta1 -176180
Beta2 13300
Beta -13.24662
alpha 331.28951
>// Our labels along the x-axis var years = [ "3-1983", "4-1983", "5-1983", "6-1983", "8-1983", "9-1983", "11-1983", "12-1983", "1-1984", "3-1984", "5-1984", "7-1984", "10-1984", "5-1985", "8-1985", "12-1985", "2-1986", "5-1986", "7-1986", "1-1987" ]; // For drawing the lines var CH_prod = [ 762, 390, 197, 159, 163, 163, 168, 35, 163, 163, 162, 150, 166, 158, 160, 162, 163, 160, 157, 43 ]; // For drawing the best fit var lines = [ 318, 304, 291, 278, 265, 251, 238, 225, 212, 198, 185, 172, 159, 145, 132, 119, 106, 92, 79, 66 ]; var CH_cume = [ 762, 1152, 1349, 1508, 1671, 1834, 2002, 2037, 2200, 2363, 2525, 2675, 2841, 2999, 3159, 3321, 3484, 3644, 3801, 3844 ]; 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.