KGS Home Page Oil and Gas Index Page Lease Production Page

SCHMIDT 'H' 1 Lease


Lease: SCHMIDT 'H' 1
Operator: Vincent Oil Corporation
Location: NE SW SE T29S, R18W, Sec. 27
Cumulative Production: 20288.86 barrels (from 1987 to 2022)
KS Dept. of Revenue Lease Code: 126235
KS Dept. of Revenue Lease Name: SCHMIDT H-1
     

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 97
inverse count .01031
Sx 4753
Sxx 308945
Sy 20288.86
Syy 5841912.9426
Sxy 837577.1
Beta1 -15187972.88
Beta2 7376656
Beta -2.05892
alpha 310.07229
>// Our labels along the x-axis var years = [ "1-1987", "2-1987", "3-1987", "4-1987", "5-1987", "6-1987", "7-1987", "8-1987", "9-1987", "10-1987", "11-1987", "12-1987", "1-1988", "3-1988", "9-1988", "2-1989", "5-1989", "9-1989", "5-1990", "11-1990", "7-1991", "5-1992", "1-1999", "8-1999", "3-2000", "9-2000", "10-2000", "11-2000", "2-2001", "3-2001", "5-2001", "7-2001", "11-2001", "12-2001", "3-2002", "6-2002", "8-2002", "11-2002", "12-2002", "2-2003", "4-2003", "7-2003", "9-2003", "11-2003", "1-2004", "4-2004", "6-2004", "8-2004", "10-2004", "11-2004", "2-2005", "3-2005", "7-2005", "11-2005", "1-2006", "3-2006", "4-2006", "8-2006", "11-2006", "2-2007", "6-2007", "9-2007", "3-2008", "7-2008", "10-2008", "1-2009", "6-2009", "10-2009", "6-2010", "10-2010", "2-2011", "6-2011", "10-2011", "2-2012", "6-2012", "10-2012", "3-2013", "8-2013", "11-2013", "5-2014", "12-2014", "5-2015", "10-2015", "2-2016", "7-2016", "1-2017", "5-2017", "11-2017", "4-2018", "10-2018", "3-2019", "9-2019", "3-2020", "10-2020", "6-2021", "3-2022", "10-2022" ]; // For drawing the lines var CH_prod = [ 200, 604, 1004, 599, 593, 589, 590, 198, 396, 200, 198, 201, 204, 200, 195, 205, 185, 199, 186, 187, 326, 174, 184, 168, 134, 100, 100, 184, 126, 180, 186, 159, 212, 201, 214, 193, 192, 195, 169, 194, 175, 129, 172, 168, 165, 190, 187, 115, 161, 199, 194, 164, 184, 192, 194, 181, 78, 167, 170, 187, 162, 174, 176, 174, 177, 185, 181, 202, 194, 197, 200, 196, 168, 192, 166, 174, 201, 182, 61, 162, 175, 179, 143, 182, 166, 181, 179, 169, 177, 172, 183, 167, 179, 179, 162, 183, 98 ]; // For drawing the best fit var lines = [ 308, 305, 303, 301, 299, 297, 295, 293, 291, 289, 287, 285, 283, 281, 279, 277, 275, 273, 270, 268, 266, 264, 262, 260, 258, 256, 254, 252, 250, 248, 246, 244, 242, 240, 238, 235, 233, 231, 229, 227, 225, 223, 221, 219, 217, 215, 213, 211, 209, 207, 205, 203, 200, 198, 196, 194, 192, 190, 188, 186, 184, 182, 180, 178, 176, 174, 172, 170, 168, 165, 163, 161, 159, 157, 155, 153, 151, 149, 147, 145, 143, 141, 139, 137, 135, 133, 130, 128, 126, 124, 122, 120, 118, 116, 114, 112, 110 ]; var CH_cume = [ 200, 804, 1808, 2407, 3000, 3589, 4179, 4377, 4773, 4973, 5171, 5372, 5576, 5776, 5971, 6176, 6361, 6560, 6746, 6933, 7259, 7433, 7617, 7785, 7919, 8019, 8119, 8303, 8429, 8609, 8795, 8954, 9166, 9367, 9581, 9774, 9966, 10161, 10330, 10524, 10699, 10828, 11000, 11168, 11333, 11523, 11710, 11825, 11986, 12185, 12379, 12543, 12727, 12919, 13113, 13294, 13372, 13539, 13709, 13896, 14058, 14232, 14408, 14582, 14759, 14944, 15125, 15327, 15521, 15718, 15918, 16114, 16282, 16474, 16640, 16814, 17015, 17197, 17258, 17420, 17595, 17774, 17917, 18099, 18265, 18446, 18625, 18794, 18971, 19143, 19326, 19493, 19672, 19851, 20013, 20196, 20294 ]; 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.