Skip to content

INTERMITTENT_GEN_SCADA

INTERMITTENT_GEN_SCADA provides the SCADA Availability for every intermittent generating unit, including Elements Available (wind turbines / solar inverters) and Local Limit.

Package

DEMAND_FORECASTS

Visibility

Private, Public Next-Day

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
RUN_DATETIME datetime(3) 🔑 datetime2(0) 🔑 Date Time of the dispatch interval (interval ending)
DUID varchar(20) 🔑 varchar(20) 🔑 Dispatchable Unit Identifier
SCADA_TYPE varchar(20) 🔑 varchar(20) 🔑 SCADA snapshot for intermittent generating unit at start of interval for a specified SCADA signal type. ELAV = Total Elements Available (# turbines for wind farms, # inverters for solar farms); LOCL = Local Limit (MW).
SCADA_VALUE numeric(15, 5) numeric(9, 5) SCADA value snapshot for intermittent generating unit at start of interval for a specified SCADA signal type.
SCADA_QUALITY varchar(20) varchar(20) SCADA quality snapshot for intermittent generating unit at start of interval for a specified SCADA signal type.
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed

Official MMS data model indexes

Index name Index type Index columns (in order)
INTERMITTENT_GEN_SCADA_PK clustered, unique, primary key RUN_DATETIME, DUID, SCADA_TYPE

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_INTERMITTENT_GEN_SCADA clustered, unique, primary key RUN_DATETIME, DUID, SCADA_TYPE

Historical-MMS data model indexes

Index name Index type Index columns (in order)
INTERMITTENT_GEN_SCADA_PK clustered, unique, primary key RUN_DATETIME, DUID, SCADA_TYPE