CML Exploration recorded a decrease of 13.3% in total oil and gas production to 5,095.19 boe/d in May 2020 when compared with the previous month, according to GlobalData’s USL48 database.
The oil and gas production of CML Exploration declined 33.82% in May 2020 from 7,699.23 boe/d in May 2019.
On a YTD basis, the company’s total oil and gas production decreased by 17.67% from the same period in 2019.
The company’s oil production declined 10.35% to 3,495.94 bd in May 2020 from the previous month, while gas production declined by 18.85% to 9.21 mmcf/d. On a YTD basis, oil production decreased by 16.76% in 2020 when compared with the same period in 2019, while gas production declined by 19.55%. Out of the total oil and gas production in May 2020, oil production held a 68.61% share, while gas production held a 31.16% share.
am4core.ready(function() {
am4core.useTheme(am4themes_animated);
am4core.options.commercialLicense = true;
var chart = am4core.create(‘chartdiv298934935’, am4charts.XYChart);
chart.responsive.enabled = true;
chart.data = [{“Text”:”May 2019″,”Value”:”7699″},{“Text”:”Jun 2019″,”Value”:”7959″},{“Text”:”Jul 2019″,”Value”:”8524″},{“Text”:”Aug 2019″,”Value”:”8926″},{“Text”:”Sep 2019″,”Value”:”9520″},{“Text”:”Oct 2019″,”Value”:”9379″},{“Text”:”Nov 2019″,”Value”:”8763″},{“Text”:”Dec 2019″,”Value”:”7994″},{“Text”:”Jan 2020″,”Value”:”7558″},{“Text”:”Feb 2020″,”Value”:”7127″},{“Text”:”Mar 2020″,”Value”:”6678″},{“Text”:”Apr 2020″,”Value”:”5876″},{“Text”:”May 2020″,”Value”:”5095″}];
var colorsAmcharts = [‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’,
‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’
];
let categoryAxis = chart.xAxes.push(new am4charts.CategoryAxis());
categoryAxis.title.text = ‘[]’;
categoryAxis.dataFields.category = ‘Text’;
categoryAxis.renderer.labels.template.hideOversized = false;
categoryAxis.renderer.minGridDistance = 20;
categoryAxis.renderer.labels.template.horizontalCenter = ‘middle’;
categoryAxis.tooltip.fontSize = 11;
categoryAxis.fontSize = 11;
categoryAxis.tooltip.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
categoryAxis.title.fontWeight = ‘bold’;
categoryAxis.title.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
categoryAxis.renderer.grid.template.opacity = 0;
categoryAxis.renderer.labels.template.rotation = 90;
categoryAxis.renderer.labels.template.verticalCenter = ‘middle’;
categoryAxis.renderer.labels.template.horizontalCenter = ‘left’;
let valueAxis = chart.yAxes.push(new am4charts.ValueAxis());
valueAxis.title.text = ‘Volume’;
valueAxis.extraMax = 0.01;
valueAxis.title.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
valueAxis.fontSize = 11;
valueAxis.tooltip.fontSize = 11;
valueAxis.tooltip.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
valueAxis.renderer.grid.template.opacity = 0;
valueAxis.renderer.labels.template.verticalCenter = ‘middle’;
valueAxis.unit = ‘%’;
valueAxis.min = 0;
let label = categoryAxis.renderer.labels.template;
label.wrap = true;
label.maxWidth = 120;
var series = chart.series.push(new am4charts.ColumnSeries());
series.dataFields.valueY = ‘Value’;
series.dataFields.categoryX = ‘Text’;
series.name = ‘Value’;
series.tooltipText = ‘[font-size:11px;font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif]{categoryX}: [font-size:11px;font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif]{valueY}[/]’;
series.columns.template.width = am4core.percent(70);
var valueLabel = series.bullets.push(new am4charts.LabelBullet());
valueLabel.label.text = ‘{valueY}’;
valueLabel.label.fontSize = 11;
valueLabel.label.verticalCenter = ‘left’;
valueLabel.label.dy = -12;
var columnTemplate = series.columns.template;
columnTemplate.strokeWidth = 2;
columnTemplate.strokeOpacity = 0;
columnTemplate.stroke = am4core.color(‘#FFFFFF’);
columnTemplate.adapter.add(‘fill’, function(fill, target) {
return am4core.color(colorsAmcharts[target.dataItem.index]);
})
columnTemplate.adapter.add(‘stroke’, function(stroke, target) {
return chart.colors.getIndex(target.dataItem.index);
})
chart.cursor = new am4charts.XYCursor();
chart.cursor.lineX.strokeOpacity = 0;
chart.cursor.lineY.strokeOpacity = 0;
chart.fontSize = 11;
chart.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
let title = chart.titles.create();
title.text = ‘CML Exploration: Total Production boed (Last 12 months) May 2019 to May 2020’;
title.fontSize = 16;
title.marginBottom = 30;
var watermark = chart.createChild(am4core.Label);
watermark.text = ”;
watermark.align = ‘left’;
watermark.valign = ‘bottom’;
watermark.fillOpacity = 1;
watermark.fontSize = 13;
watermark.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
watermark.marginTop = 10;
});
Looking at the states where CML Exploration recorded the highest oil and gas production in May 2020, Texas figured at the top, accounting for a 100% share. The company produced 4,706.22 boe/d in the state in May 2020, a decrease of 14.6% from the previous month.
On a YTD basis, the company produced 30,315.16 boe/d in Texas in 2020, recording a decrease of 22.81% from the same period in 2019.
am4core.ready(function() {
am4core.useTheme(am4themes_animated);
var chart = am4core.create(‘chartdiv1209033895’, am4charts.PieChart);
chart.hiddenState.properties.opacity = 0;
chart.data = [{“Text”:”Texas”,”Value”:”92.21″},{“Text”:”New Mexico”,”Value”:”7.79″}];
chart.innerRadius = am4core.percent(50);
chart.depth = 120;
var series = chart.series.push(new am4charts.PieSeries());
series.dataFields.value = ‘Value’;
series.dataFields.category = ‘Text’;
series.slices.template.tooltipText = ‘[font-size:11px;font-family:Atlas Grotesk]{category}: {value}%’;
series.ticks.template.disabled = true;
series.alignLabels = false;
series.labels.template.text = ‘[font-size:8px;font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif]{value}%’;
series.labels.template.radius = am4core.percent(-20);
series.labels.template.fill = am4core.color(‘white’);
chart.legend = new am4charts.Legend();
chart.legend = new am4charts.Legend();
chart.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
chart.fontSize = 11;
chart.legend.fontSize = 11;
chart.legend.valueLabels.template.text = ”;
series.colors.list = [
am4core.color(‘#373997’),
am4core.color(‘#1AC1A9’),
am4core.color(‘#151529’),
am4core.color(‘#6AB9FF’),
am4core.color(‘#FF8AA9’),
am4core.color(‘#515151’),
am4core.color(‘#80EED2’),
am4core.color(‘#DBDBDB’),
am4core.color(‘#FF325C’),
];
let title = chart.titles.create();
title.text = ‘Oil Production by State 2020’;
title.fontSize = 16;
title.marginBottom = 30;
var watermark = chart.createChild(am4core.Label);
watermark.text = ”;
watermark.align = ‘left’;
watermark.valign = ‘bottom’;
watermark.fillOpacity = 1;
watermark.fontSize = 13;
watermark.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
watermark.marginTop = 30;
chart.logo.disabled = true;
});
am4core.ready(function() {
am4core.useTheme(am4themes_animated);
var chart = am4core.create(‘chartdiv2144801271’, am4charts.PieChart);
chart.hiddenState.properties.opacity = 0;
chart.data = [{“Text”:”Texas”,”Value”:”92.62″},{“Text”:”New Mexico”,”Value”:”7.38″}];
chart.innerRadius = am4core.percent(50);
chart.depth = 120;
var series = chart.series.push(new am4charts.PieSeries());
series.dataFields.value = ‘Value’;
series.dataFields.category = ‘Text’;
series.slices.template.tooltipText = ‘[font-size:11px;font-family:Atlas Grotesk]{category}: {value}%’;
series.ticks.template.disabled = true;
series.alignLabels = false;
series.labels.template.text = ‘[font-size:8px;font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif]{value}%’;
series.labels.template.radius = am4core.percent(-20);
series.labels.template.fill = am4core.color(‘white’);
chart.legend = new am4charts.Legend();
chart.legend = new am4charts.Legend();
chart.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
chart.fontSize = 11;
chart.legend.fontSize = 11;
chart.legend.valueLabels.template.text = ”;
series.colors.list = [
am4core.color(‘#373997’),
am4core.color(‘#1AC1A9’),
am4core.color(‘#151529’),
am4core.color(‘#6AB9FF’),
am4core.color(‘#FF8AA9’),
am4core.color(‘#515151’),
am4core.color(‘#80EED2’),
am4core.color(‘#DBDBDB’),
am4core.color(‘#FF325C’),
];
let title = chart.titles.create();
title.text = ‘Gas Production by State 2020’;
title.fontSize = 16;
title.marginBottom = 30;
var watermark = chart.createChild(am4core.Label);
watermark.text = ”;
watermark.align = ‘left’;
watermark.valign = ‘bottom’;
watermark.fillOpacity = 1;
watermark.fontSize = 13;
watermark.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
watermark.marginTop = 30;
chart.logo.disabled = true;
});
CML Exploration witnessed the highest oil and gas production in Zavala county in May 2020. Out of all the counties, Zavala county held a share of 39.56% for the firm. The company produced 2,015.49 boe/d in Zavala county in May 2020, a decrease of 23.12% in production when compared with the previous month.
On a YTD basis, the county produced 14,445.48 boe/d for the company in 2020, a 35.62% decrease from the same period in 2019.
am4core.ready(function() {
am4core.useTheme(am4themes_animated);
var chart = am4core.create(‘chartdiv1068824244’, am4charts.PieChart);
chart.hiddenState.properties.opacity = 0;
chart.data = [{“Text”:”Zavala”,”Value”:”43.17″},{“Text”:”Grimes”,”Value”:”12.70″},{“Text”:”Dimmit”,”Value”:”10.78″},{“Text”:”Lea”,”Value”:”7.79″},{“Text”:”Madison”,”Value”:”7.78″},{“Text”:”Others”,”Value”:”17.79″}];
chart.innerRadius = am4core.percent(50);
chart.depth = 120;
var series = chart.series.push(new am4charts.PieSeries());
series.dataFields.value = ‘Value’;
series.dataFields.category = ‘Text’;
series.slices.template.tooltipText = ‘[font-size:11px;font-family:Atlas Grotesk]{category}: {value}%’;
series.ticks.template.disabled = true;
series.alignLabels = false;
series.labels.template.text = ‘[font-size:8px;font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif]{value}%’;
series.labels.template.radius = am4core.percent(-20);
series.labels.template.fill = am4core.color(‘white’);
chart.legend = new am4charts.Legend();
chart.legend = new am4charts.Legend();
chart.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
chart.fontSize = 11;
chart.legend.fontSize = 11;
chart.legend.valueLabels.template.text = ”;
series.colors.list = [
am4core.color(‘#373997’),
am4core.color(‘#1AC1A9’),
am4core.color(‘#151529’),
am4core.color(‘#6AB9FF’),
am4core.color(‘#FF8AA9’),
am4core.color(‘#515151’),
am4core.color(‘#80EED2’),
am4core.color(‘#DBDBDB’),
am4core.color(‘#FF325C’),
];
let title = chart.titles.create();
title.text = ‘Oil Production by County 2020’;
title.fontSize = 16;
title.marginBottom = 30;
var watermark = chart.createChild(am4core.Label);
watermark.text = ”;
watermark.align = ‘left’;
watermark.valign = ‘bottom’;
watermark.fillOpacity = 1;
watermark.fontSize = 13;
watermark.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
watermark.marginTop = 30;
chart.logo.disabled = true;
});
am4core.ready(function() {
am4core.useTheme(am4themes_animated);
var chart = am4core.create(‘chartdiv1717568144’, am4charts.PieChart);
chart.hiddenState.properties.opacity = 0;
chart.data = [{“Text”:”Zavala”,”Value”:”31.92″},{“Text”:”Grimes”,”Value”:”20.09″},{“Text”:”Dimmit”,”Value”:”15.64″},{“Text”:”Madison”,”Value”:”8.25″},{“Text”:”Lea”,”Value”:”7.38″},{“Text”:”Others”,”Value”:”16.83″}];
chart.innerRadius = am4core.percent(50);
chart.depth = 120;
var series = chart.series.push(new am4charts.PieSeries());
series.dataFields.value = ‘Value’;
series.dataFields.category = ‘Text’;
series.slices.template.tooltipText = ‘[font-size:11px;font-family:Atlas Grotesk]{category}: {value}%’;
series.ticks.template.disabled = true;
series.alignLabels = false;
series.labels.template.text = ‘[font-size:8px;font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif]{value}%’;
series.labels.template.radius = am4core.percent(-20);
series.labels.template.fill = am4core.color(‘white’);
chart.legend = new am4charts.Legend();
chart.legend = new am4charts.Legend();
chart.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
chart.fontSize = 11;
chart.legend.fontSize = 11;
chart.legend.valueLabels.template.text = ”;
series.colors.list = [
am4core.color(‘#373997’),
am4core.color(‘#1AC1A9’),
am4core.color(‘#151529’),
am4core.color(‘#6AB9FF’),
am4core.color(‘#FF8AA9’),
am4core.color(‘#515151’),
am4core.color(‘#80EED2’),
am4core.color(‘#DBDBDB’),
am4core.color(‘#FF325C’),
];
let title = chart.titles.create();
title.text = ‘Gas Production by County 2020’;
title.fontSize = 16;
title.marginBottom = 30;
var watermark = chart.createChild(am4core.Label);
watermark.text = ”;
watermark.align = ‘left’;
watermark.valign = ‘bottom’;
watermark.fillOpacity = 1;
watermark.fontSize = 13;
watermark.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
watermark.marginTop = 30;
chart.logo.disabled = true;
});
Methodology
All publicly announced wells data are included in this analysis, which is drawn from GlobalData’s USL48 database that provides insights into oil and gas permits and wells as disclosed by state ministry sites.
GlobalData collects the latest production data and analyses the trends when it is made available for public disclosure by state ministries. Differences, if any, between the period of activity and the article date may be attributed to delays in the issuance of data.
The post CML Exploration records 13.3% decrease in production in May 2020 appeared first on Offshore Technology.