KGS Home Page Oil and Gas Index Page Lease Production Page

Schultz 21-1 Lease


Lease: Schultz 21-1
Operator: NEC Operating - Kansas, LLC
Location: T26S, R16W, Sec. 21
Cumulative Production: 24249 mcf (from 2014 to 2022)
KS Dept. of Revenue Lease Code: 234065
KS Dept. of Revenue Lease Name: SCHULTZ 21-1
     

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 96
inverse count .01042
Sx 4656
Sxx 299536
Sy 24249
Syy 9327245
Sxy 1089361
Beta1 -8324688
Beta2 7077120
Beta -1.17628
alpha 309.74242
>// Our labels along the x-axis var years = [ "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", "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", "2-2021", "3-2021", "4-2021", "5-2021", "6-2021", "7-2021", "8-2021", "9-2021", "10-2021", "11-2021", "12-2021", "1-2022", "2-2022", "3-2022", "4-2022", "5-2022", "7-2022" ]; // For drawing the lines var CH_prod = [ 51, 46, 61, 70, 348, 282, 401, 327, 49, 247, 273, 319, 256, 249, 284, 834, 434, 413, 410, 372, 247, 233, 173, 164, 87, 326, 110, 415, 485, 167, 44, 243, 202, 340, 343, 315, 266, 151, 131, 58, 528, 441, 391, 356, 390, 388, 408, 388, 394, 374, 266, 395, 304, 317, 316, 276, 293, 291, 306, 245, 123, 128, 95, 206, 249, 247, 237, 227, 240, 239, 127, 1480, 209, 123, 67, 163, 163, 42, 168, 157, 200, 194, 192, 150, 164, 145, 49, 160, 168, 150, 153, 102, 175, 163, 79, 22 ]; // For drawing the best fit var lines = [ 308, 307, 306, 305, 303, 302, 301, 300, 299, 297, 296, 295, 294, 293, 292, 290, 289, 288, 287, 286, 285, 283, 282, 281, 280, 279, 277, 276, 275, 274, 273, 272, 270, 269, 268, 267, 266, 265, 263, 262, 261, 260, 259, 257, 256, 255, 254, 253, 252, 250, 249, 248, 247, 246, 245, 243, 242, 241, 240, 239, 237, 236, 235, 234, 233, 232, 230, 229, 228, 227, 226, 225, 223, 222, 221, 220, 219, 217, 216, 215, 214, 213, 212, 210, 209, 208, 207, 206, 205, 203, 202, 201, 200, 199, 197, 196 ]; var CH_cume = [ 51, 97, 158, 228, 576, 858, 1259, 1586, 1635, 1882, 2155, 2474, 2730, 2979, 3263, 4097, 4531, 4944, 5354, 5726, 5973, 6206, 6379, 6543, 6630, 6956, 7066, 7481, 7966, 8133, 8177, 8420, 8622, 8962, 9305, 9620, 9886, 10037, 10168, 10226, 10754, 11195, 11586, 11942, 12332, 12720, 13128, 13516, 13910, 14284, 14550, 14945, 15249, 15566, 15882, 16158, 16451, 16742, 17048, 17293, 17416, 17544, 17639, 17845, 18094, 18341, 18578, 18805, 19045, 19284, 19411, 20891, 21100, 21223, 21290, 21453, 21616, 21658, 21826, 21983, 22183, 22377, 22569, 22719, 22883, 23028, 23077, 23237, 23405, 23555, 23708, 23810, 23985, 24148, 24227, 24249 ]; 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.