KGS Home Page Oil and Gas Index Page Lease Production Page

Smith 13-12 Lease


Lease: Smith 13-12
Operator: Colt Energy Inc
Location: T31S, R17E, Sec. 12
Cumulative Production: 30956 mcf (from 2005 to 2024)
KS Dept. of Revenue Lease Code: 226905
KS Dept. of Revenue Lease Name: SMITH #13-12
     

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 92
inverse count .01087
Sx 4278
Sxx 263810
Sy 30956
Syy 12959824
Sxy 1202133
Beta1 -21833532
Beta2 5969236
Beta -3.65768
alpha 506.58064
>// Our labels along the x-axis var years = [ "12-2005", "1-2006", "2-2006", "3-2006", "4-2006", "5-2006", "6-2006", "7-2006", "8-2006", "9-2006", "10-2006", "11-2006", "12-2006", "1-2007", "2-2007", "3-2007", "4-2007", "5-2007", "6-2007", "8-2007", "9-2007", "10-2007", "11-2007", "12-2007", "1-2008", "2-2008", "3-2008", "4-2008", "5-2008", "6-2008", "7-2008", "8-2008", "9-2008", "10-2008", "11-2008", "12-2008", "1-2009", "2-2009", "3-2009", "4-2009", "5-2009", "6-2009", "7-2009", "8-2009", "9-2009", "10-2009", "11-2009", "12-2009", "1-2010", "2-2010", "3-2010", "4-2010", "5-2010", "6-2010", "7-2010", "8-2010", "9-2010", "10-2010", "11-2010", "12-2010", "1-2011", "3-2011", "4-2011", "5-2011", "6-2011", "7-2011", "8-2011", "9-2011", "10-2011", "11-2011", "12-2011", "1-2012", "2-2012", "3-2012", "9-2022", "10-2022", "11-2022", "12-2022", "1-2023", "2-2023", "3-2023", "5-2023", "6-2023", "7-2023", "8-2023", "9-2023", "10-2023", "11-2023", "12-2023", "1-2024", "2-2024", "3-2024" ]; // For drawing the lines var CH_prod = [ 200, 503, 497, 478, 428, 430, 474, 518, 495, 499, 461, 399, 394, 345, 353, 329, 281, 173, 107, 540, 568, 541, 670, 611, 567, 550, 558, 542, 541, 490, 519, 530, 513, 488, 307, 376, 406, 313, 351, 335, 341, 344, 356, 352, 344, 337, 280, 321, 223, 270, 323, 316, 310, 253, 235, 234, 158, 114, 113, 121, 60, 26, 521, 543, 528, 343, 476, 533, 417, 373, 362, 364, 335, 11, 257, 293, 321, 338, 363, 162, 3, 18, 316, 237, 266, 240, 140, 29, 16, 14, 13, 13 ]; // For drawing the best fit var lines = [ 502, 499, 495, 491, 488, 484, 480, 477, 473, 470, 466, 462, 459, 455, 451, 448, 444, 440, 437, 433, 429, 426, 422, 418, 415, 411, 407, 404, 400, 396, 393, 389, 385, 382, 378, 374, 371, 367, 363, 360, 356, 352, 349, 345, 341, 338, 334, 331, 327, 323, 320, 316, 312, 309, 305, 301, 298, 294, 290, 287, 283, 279, 276, 272, 268, 265, 261, 257, 254, 250, 246, 243, 239, 235, 232, 228, 224, 221, 217, 213, 210, 206, 202, 199, 195, 192, 188, 184, 181, 177, 173, 170 ]; var CH_cume = [ 200, 703, 1200, 1678, 2106, 2536, 3010, 3528, 4023, 4522, 4983, 5382, 5776, 6121, 6474, 6803, 7084, 7257, 7364, 7904, 8472, 9013, 9683, 10294, 10861, 11411, 11969, 12511, 13052, 13542, 14061, 14591, 15104, 15592, 15899, 16275, 16681, 16994, 17345, 17680, 18021, 18365, 18721, 19073, 19417, 19754, 20034, 20355, 20578, 20848, 21171, 21487, 21797, 22050, 22285, 22519, 22677, 22791, 22904, 23025, 23085, 23111, 23632, 24175, 24703, 25046, 25522, 26055, 26472, 26845, 27207, 27571, 27906, 27917, 28174, 28467, 28788, 29126, 29489, 29651, 29654, 29672, 29988, 30225, 30491, 30731, 30871, 30900, 30916, 30930, 30943, 30956 ]; var ctx = document.getElementById("myChart"); var myChart = new Chart(ctx, { type: 'line', data: { labels: years, datasets: [ { data: CH_prod, borderWidth: 1, label: "Gas MCF", borderColor: "#008040", fillColor: "#008040", lineTension: 0, fill: false, yAxisID: "first-y-axis" }, { data: CH_cume, borderWidth: 1, label: "Cumulative Gas MCF", borderColor: "#91FF91", fillColor: "#91FF91", 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.