Imbalances
About
The Imbalances chart plots the levels of imbalance at a particular group of units across the market over a period of time, showing the maximum imbalance in the period, the average size of imbalances (when occurring) and then the metrics around levels of imbalance.
Included Data
The data on this chart is as follows:
- Capacity - The nameplate capacity of the unit - ie if at 100% availability.
- Max Imbalance - The highest imbalance level that occurred in the period.
- Av Imbalance Size - The average size of imbalance levels when they were non-zero in the period.
- Imbalance - The average level of imbalance in the period (being reduced by zero values when imbalances were not occurring).
- Trip Frequency - The frequency of periods of imbalance (counting 1 as a period from imbalance volume being >0 until the period when the imbalance volume returns to zero.
- Start Trip Frequency - As with the Trip Frequency, but only recording trips when a start has also occurred in the period up to 3 hours before the trip begins.
The imbalance volume is calculated as the maximum of zero and the generation subtracting the availability, ie the levels of generation that cannot be achieved because of insufficient availability.
The availability figure used is the Max Export Limit availability data
(the maximum level at which the BM Unit may be exporting to the
GB Transmission System at the Grid Supply Point), with units having an obligation to re-declare
their Max Export Limit (MEL) whenever their availability reduces
(for instance after a failed start).
The generation figure used is the levels of post-balancing generation after National Grid has adjusted generation
within gate closure.
Data Service
The Imbalances data can be extracted from the API to get the
size of the imbalance (availability below expected generation) by
unit within a grouping over a period of time. The parameters used
as follows:
Code |
Required/Optional |
Description |
chart |
Required |
imbal |
startdatetime |
Required |
The start date time in format YYYYMMDDHHMMSS. |
enddatetime |
Required |
The end date time in format YYYYMMDDHHMMSS. |
filter |
Optional |
The group of units that are of interest e.g. filter=fuel&fuel=coal.
This defaults to filter=fuel&fuel=all and is as in the
browser URL when picking options in the chart normally.
|
format |
Required |
The type of format. The value could be xml or csv
. (See 'formats' action)
|
Example :
https://enbm.netareports.com/dataService?username=xxx&password=xxx&format=xml&action=data&chart=imbal&startdatetime=20190520000000&enddatetime=20190527000000&filter=fuel&fuel=coal
|
|