Skip to content

INTERMITTENT_DS_RUN

Unconstrained Intermittent Generation Forecasts (UIGF) for Dispatch.

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 and Time where the forecast applies (dispatch interval ending)
DUID varchar(20) 🔑 varchar(20) 🔑 DUID (or Area for non-scheduled) where this forecast applies
OFFERDATETIME datetime(3) 🔑 datetime2(0) 🔑 Date and Time when this forecast submission was loaded.
ORIGIN varchar(20) 🔑 varchar(20) 🔑 Origin of this forecast (PARTICIPANTID, AWEFS/ASEFS, or another vendor)
FORECAST_PRIORITY numeric(10, 0) 🔑 int 🔑 Unsuppressed forecasts with higher priority values are used in Dispatch in preference to unsuppressed forecasts with lower priority values.
AUTHORISEDBY varchar(20) varchar(20) Authorising officer of this forecast (applicable for participant forecasts only). This column is not made available to the public.
COMMENTS varchar(200) varchar(200) Comments relating to the forecast. This column is not made available to the public.
LASTCHANGED datetime(3) datetime2(0) Last date and time the record changed.
MODEL varchar(30) varchar(30) Metadata relating to the forecast. This column is not made available to the public.
PARTICIPANT_TIMESTAMP datetime(3) datetime2(0) Participant can document when the forecast was created
SUPPRESSED_AEMO numeric(1, 0) bit Was this forecast suppressed by AEMO? Suppressed = 1,Not suppressed =0
SUPPRESSED_PARTICIPANT numeric(1, 0) bit Was this forecast suppressed by the participant? Suppressed submissions may not be used, Suppressed = 1, Not suppressed =0
TRANSACTION_ID varchar(100) varchar(100) Uniquely identifies this interaction

Official MMS data model indexes

Index name Index type Index columns (in order)
INTERMITTENT_DS_RUN_PK clustered, unique, primary key RUN_DATETIME, DUID, OFFERDATETIME, ORIGIN, FORECAST_PRIORITY

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_INTERMITTENT_DS_RUN clustered, unique, primary key RUN_DATETIME, DUID, OFFERDATETIME, ORIGIN, FORECAST_PRIORITY

Historical-MMS data model indexes

Index name Index type Index columns (in order)
INTERMITTENT_DS_RUN_CCI clustered, columnstore n/a
INTERMITTENT_DS_RUN_PK nonclustered, unique, primary key DUID, RUN_DATETIME, OFFERDATETIME, ORIGIN, FORECAST_PRIORITY