KGS Home Page Oil and Gas Index Page Lease Production Page

Debes 29 1-H Lease


Lease: Debes 29 1-H
Operator: Hadaway Consulting and Engineering LLC
Location: T25S, R10W, Sec. 29
Cumulative Production: 19454.99 barrels (from 2013 to 2021)
KS Dept. of Revenue Lease Code: 143494
KS Dept. of Revenue Lease Name: DEBES 29 1-H
     

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 95
inverse count .01053
Sx 4560
Sxx 290320
Sy 19454.99
Syy 15927517.6097
Sxy 520675
Beta1 -39250629.4
Beta2 6786800
Beta -5.78338
alpha 482.56045
>// Our labels along the x-axis var years = [ "1-2013", "2-2013", "3-2013", "4-2013", "5-2013", "6-2013", "7-2013", "8-2013", "9-2013", "10-2013", "1-2014", "2-2014", "3-2014", "4-2014", "5-2014", "6-2014", "7-2014", "8-2014", "9-2014", "10-2014", "11-2014", "12-2014", "1-2015", "2-2015", "3-2015", "4-2015", "5-2015", "6-2015", "7-2015", "8-2015", "9-2015", "10-2015", "11-2015", "12-2015", "1-2016", "2-2016", "3-2016", "4-2016", "5-2016", "6-2016", "7-2016", "8-2016", "9-2016", "10-2016", "11-2016", "12-2016", "1-2017", "2-2017", "3-2017", "4-2017", "5-2017", "6-2017", "7-2017", "8-2017", "9-2017", "10-2017", "11-2017", "12-2017", "1-2018", "2-2018", "3-2018", "4-2018", "5-2018", "6-2018", "7-2018", "8-2018", "9-2018", "10-2018", "11-2018", "12-2018", "1-2019", "2-2019", "3-2019", "4-2019", "5-2019", "6-2019", "7-2019", "8-2019", "9-2019", "10-2019", "11-2019", "12-2019", "1-2020", "2-2020", "3-2020", "4-2020", "5-2020", "6-2020", "7-2020", "8-2020", "9-2020", "10-2020", "11-2020", "12-2020", "1-2021" ]; // For drawing the lines var CH_prod = [ 2769, 1374, 1669, 339, 507, 506, 501, 509, 336, 168, 159, 169, 166, 181, 338, 0, 152, 1, 174, 180, 0, 346, 163, 163, 165, 173, 168, 186, 172, 181, 170, 335, 177, 2, 522, 166, 174, 2, 174, 337, 2, 344, 173, 176, 2, 186, 190, 170, 1, 3, 166, 183, 163, 1, 173, 1, 0, 171, 171, 0, 170, 171, 182, 173, 1, 163, 167, 1, 187, 1, 165, 164, 1, 166, 166, 2, 164, 1, 162, 163, 0, 163, 1, 162, 0, 1, 1, 1, 163, 1, 165, 2, 175, 1, 0 ]; // For drawing the best fit var lines = [ 476, 470, 465, 459, 453, 447, 442, 436, 430, 424, 418, 413, 407, 401, 395, 390, 384, 378, 372, 366, 361, 355, 349, 343, 337, 332, 326, 320, 314, 309, 303, 297, 291, 285, 280, 274, 268, 262, 257, 251, 245, 239, 233, 228, 222, 216, 210, 204, 199, 193, 187, 181, 176, 170, 164, 158, 152, 147, 141, 135, 129, 123, 118, 112, 106, 100, 95, 89, 83, 77, 71, 66, 60, 54, 48, 43, 37, 31, 25, 19, 14, 8, 2, -3, -9, -14, -20, -26, -32, -37, -43, -49, -55, -61, -66 ]; var CH_cume = [ 2769, 4143, 5812, 6151, 6658, 7164, 7665, 8174, 8510, 8678, 8837, 9006, 9172, 9353, 9691, 9691, 9843, 9844, 10018, 10198, 10198, 10544, 10707, 10870, 11035, 11208, 11376, 11562, 11734, 11915, 12085, 12420, 12597, 12599, 13121, 13287, 13461, 13463, 13637, 13974, 13976, 14320, 14493, 14669, 14671, 14857, 15047, 15217, 15218, 15221, 15387, 15570, 15733, 15734, 15907, 15908, 15908, 16079, 16250, 16250, 16420, 16591, 16773, 16946, 16947, 17110, 17277, 17278, 17465, 17466, 17631, 17795, 17796, 17962, 18128, 18130, 18294, 18295, 18457, 18620, 18620, 18783, 18784, 18946, 18946, 18947, 18948, 18949, 19112, 19113, 19278, 19280, 19455, 19456, 19456 ]; 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.