Skip to content

INTERMITTENT_GEN_FCST

Identifying record for a given forecast of an intermittent generation. This table is the version table for the INTERMITTENT_GEN_FCST_DATA table which stores the individual forecast values. AEMO plans to remove this table in a Data Model version release after 5.6.

Package

DEMAND_FORECASTS

Visibility

Private

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
RUN_DATETIME datetime(3) 🔑 datetime2(0) 🔑 Date Time of forecast (AEST).
DUID varchar(20) 🔑 varchar(20) 🔑 Identifier of the intermittent generator.
START_INTERVAL_DATETIME datetime(3) (not nullable) datetime2(0) (not nullable) Date Time (AEST) of the first half-hour interval being forecast.
END_INTERVAL_DATETIME datetime(3) (not nullable) datetime2(0) (not nullable) Date Time (AEST) of the final half-hour interval being forecast.
VERSIONNO numeric(10, 0) smallint Versioning information for resolution back to AEMO''s wind generation forecasting system.
LASTCHANGED datetime(3) datetime2(0) Date Time record was created

Official MMS data model indexes

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

GR-MMS data model indexes

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

Historical-MMS data model indexes

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