Help Files:

Generation & Availability

About

The Generation & Availability chart is a simple chart that shows levels of installed capacity, availability and generation for groups of units across the market over a defined period of time. For instance the following screen shows a summary of activity from CCGTs in Yorkshire:

The plants with high levels of blue show baseload operation, whilst the plants only showing green are unavailable and offline. Where a unit is completely shown in red, availability but no generation is indicated. A mix of blue and red shows plants that are available and generating for a portion of their available hours.

Filtering for Fuel and All and then you would get average levels of capacity, availability and generation across each of the filter types.

Then if activity at one particular fuel type was of interest you could drilldown into that filter by selecting the series representing that filter and pressing 'Drilldown' when a popup box asks if you would like to see that filter in greater detail.

That would then show levels of capacity, availability and generation by unit across that filter and you could then click on one unit to get the option to go view that units BM Unit Operations chart.

Included Data

The data on this chart is as follows:

  • Capacity - The nameplate capacity of the unit - ie if at 100% availability.
  • Availability - Levels of real time availability as noted by 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). Where MEL is below expected metered volume a unit has an indicated imbalance.
  • Generation - The levels of post-balancing generation after National Grid has adjusted generation within gate closure (adjusted for availability when availability is below this figure).

Data Service

The Generation & Availability data can be extracted from the API to get the capacity, availability and generation by unit within a grouping over a period of time. The parameters used as follows:

Code Required/Optional Description
chart Required gaa
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=gaa&startdatetime=20190520000000&enddatetime=20190527000000&filter=fuel&fuel=coal