KGS Home Page Oil and Gas Index Page Lease Production Page

Minor 'B' Lease


Lease: Minor 'B'
Operator: Merit Energy Company, LLC
Location: SE SE SE T30S, R8W, Sec. 11
Cumulative Production: 31594.6 barrels (from 1964 to 2018)
KS Dept. of Revenue Lease Code: 106422
KS Dept. of Revenue Lease Name: MINOR 'B' GAS
     

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 90
inverse count .01111
Sx 4095
Sxx 247065
Sy 12960.6
Syy 1987875.001
Sxy 564530.9
Beta1 -2265876
Beta2 5466825
Beta -.41448
alpha 162.84922
>// Our labels along the x-axis var years = [ "1-1970", "4-1970", "8-1970", "10-1970", "11-1970", "12-1970", "2-1971", "3-1971", "12-1971", "2-1972", "4-1972", "8-1972", "9-1972", "11-1972", "2-1973", "3-1973", "5-1973", "7-1973", "9-1973", "12-1973", "1-1974", "3-1974", "5-1974", "8-1974", "11-1974", "2-1975", "3-1975", "4-1975", "6-1975", "9-1975", "12-1975", "2-1976", "8-1976", "10-1976", "11-1976", "1-1977", "3-1977", "6-1977", "9-1977", "12-1977", "3-1978", "6-1978", "10-1978", "1-1979", "7-1979", "11-1979", "2-1980", "11-1980", "3-1981", "11-1981", "3-1982", "11-1982", "2-1983", "6-1983", "10-1983", "3-1984", "1-1985", "9-1985", "7-1986", "8-1988", "3-1989", "1-1990", "1-1991", "11-1992", "2-1993", "3-1994", "1-1995", "10-1995", "3-1996", "4-1997", "10-1997", "4-1998", "11-1998", "4-1999", "10-1999", "9-2000", "12-2000", "10-2001", "5-2002", "12-2002", "7-2003", "4-2004", "7-2005", "5-2006", "1-2008", "9-2009", "1-2011", "5-2013", "8-2016", "6-2018" ]; // For drawing the lines var CH_prod = [ 166, 164, 303, 164, 165, 154, 162, 147, 144, 167, 144, 152, 155, 146, 169, 147, 143, 165, 162, 164, 72, 148, 160, 166, 147, 157, 61, 20, 168, 167, 166, 159, 166, 156, 49, 144, 125, 100, 124, 106, 161, 164, 170, 148, 169, 172, 164, 166, 169, 163, 168, 167, 166, 157, 163, 164, 164, 161, 164, 161, 160, 128, 167, 168, 43, 157, 130, 129, 160, 157, 148, 152, 135, 98, 112, 118, 53, 118, 117, 119, 114, 112, 109, 110, 150, 157, 145, 154, 157, 60 ]; // For drawing the best fit var lines = [ 162, 162, 161, 161, 160, 160, 159, 159, 159, 158, 158, 157, 157, 157, 156, 156, 155, 155, 154, 154, 154, 153, 153, 152, 152, 152, 151, 151, 150, 150, 150, 149, 149, 148, 148, 147, 147, 147, 146, 146, 145, 145, 145, 144, 144, 143, 143, 142, 142, 142, 141, 141, 140, 140, 140, 139, 139, 138, 138, 137, 137, 137, 136, 136, 135, 135, 135, 134, 134, 133, 133, 133, 132, 132, 131, 131, 130, 130, 130, 129, 129, 128, 128, 128, 127, 127, 126, 126, 125, 125 ]; var CH_cume = [ 13259, 13423, 13726, 13890, 14055, 14209, 14371, 14518, 14662, 14829, 14973, 15125, 15280, 15426, 15595, 15742, 15885, 16050, 16212, 16376, 16448, 16596, 16756, 16922, 17069, 17226, 17287, 17307, 17475, 17642, 17808, 17967, 18133, 18289, 18338, 18482, 18607, 18707, 18831, 18937, 19098, 19262, 19432, 19580, 19749, 19921, 20085, 20251, 20420, 20583, 20751, 20918, 21084, 21241, 21404, 21568, 21732, 21893, 22057, 22218, 22378, 22506, 22673, 22841, 22884, 23041, 23171, 23300, 23460, 23617, 23765, 23917, 24052, 24150, 24262, 24380, 24433, 24551, 24668, 24787, 24901, 25013, 25122, 25232, 25382, 25539, 25684, 25838, 25995, 26055 ]; 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.