KGS Home Page Oil and Gas Index Page Lease Production Page

BROOKOVER 3-20 Lease


Lease: BROOKOVER 3-20
Operator: BEREXCO LLC
Location: T17S, R31W, Sec. 20
Cumulative Production: 29709.94 barrels (from 2000 to 2009)
KS Dept. of Revenue Lease Code: 135962
KS Dept. of Revenue Lease Name: CS BROOKOVR3-20
     

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 99
inverse count .0101
Sx 4950
Sxx 328350
Sy 29709.94
Syy 10638376.6694
Sxy 1231474.51
Beta1 -25148226.51
Beta2 8004150
Beta -3.1419
alpha 457.14968
>// Our labels along the x-axis var years = [ "11-2000", "12-2000", "1-2001", "2-2001", "3-2001", "4-2001", "5-2001", "6-2001", "7-2001", "8-2001", "9-2001", "10-2001", "11-2001", "12-2001", "1-2002", "2-2002", "3-2002", "4-2002", "5-2002", "6-2002", "7-2002", "8-2002", "9-2002", "10-2002", "11-2002", "12-2002", "1-2003", "2-2003", "3-2003", "4-2003", "5-2003", "6-2003", "7-2003", "8-2003", "9-2003", "10-2003", "11-2003", "12-2003", "1-2004", "2-2004", "3-2004", "4-2004", "5-2004", "6-2004", "7-2004", "8-2004", "9-2004", "10-2004", "11-2004", "12-2004", "1-2005", "2-2005", "3-2005", "4-2005", "5-2005", "6-2005", "7-2005", "8-2005", "9-2005", "10-2005", "11-2005", "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", "7-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" ]; // For drawing the lines var CH_prod = [ 441, 339, 711, 429, 495, 564, 400, 489, 572, 314, 464, 645, 409, 542, 422, 497, 375, 472, 399, 438, 331, 382, 394, 301, 323, 436, 361, 355, 303, 340, 234, 366, 298, 355, 356, 273, 272, 220, 262, 221, 195, 417, 227, 192, 262, 202, 265, 231, 178, 308, 204, 201, 198, 245, 245, 221, 88, 222, 114, 173, 80, 477, 364, 364, 286, 425, 412, 323, 331, 320, 389, 327, 160, 491, 483, 153, 233, 275, 272, 223, 260, 217, 256, 217, 193, 161, 198, 201, 193, 103, 103, 89, 90, 242, 115, 151, 152, 45, 154 ]; // For drawing the best fit var lines = [ 454, 450, 447, 444, 441, 438, 435, 432, 428, 425, 422, 419, 416, 413, 410, 406, 403, 400, 397, 394, 391, 388, 384, 381, 378, 375, 372, 369, 366, 362, 359, 356, 353, 350, 347, 344, 340, 337, 334, 331, 328, 325, 322, 318, 315, 312, 309, 306, 303, 300, 296, 293, 290, 287, 284, 281, 278, 274, 271, 268, 265, 262, 259, 256, 252, 249, 246, 243, 240, 237, 234, 230, 227, 224, 221, 218, 215, 212, 208, 205, 202, 199, 196, 193, 190, 186, 183, 180, 177, 174, 171, 168, 164, 161, 158, 155, 152, 149, 146 ]; var CH_cume = [ 441, 780, 1491, 1920, 2415, 2979, 3379, 3868, 4440, 4754, 5218, 5863, 6272, 6814, 7236, 7733, 8108, 8580, 8979, 9417, 9748, 10130, 10524, 10825, 11148, 11584, 11945, 12300, 12603, 12943, 13177, 13543, 13841, 14196, 14552, 14825, 15097, 15317, 15579, 15800, 15995, 16412, 16639, 16831, 17093, 17295, 17560, 17791, 17969, 18277, 18481, 18682, 18880, 19125, 19370, 19591, 19679, 19901, 20015, 20188, 20268, 20745, 21109, 21473, 21759, 22184, 22596, 22919, 23250, 23570, 23959, 24286, 24446, 24937, 25420, 25573, 25806, 26081, 26353, 26576, 26836, 27053, 27309, 27526, 27719, 27880, 28078, 28279, 28472, 28575, 28678, 28767, 28857, 29099, 29214, 29365, 29517, 29562, 29716 ]; 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.