Skip to content

INTERMITTENT_P5_RUN

Unconstrained Intermittent Generation Forecasts (UIGF) for 5-Minute Pre-dispatch. 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 and Time of the first interval of 5-minute pre-dispatch where the forecast applies.
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 5-Minute Predispatch in preference to unsuppressed forecasts with lower priority values
AUTHORISEDBY varchar(20) varchar(20) Authorising officer of this forecast
COMMENTS varchar(200) varchar(200) Comments relating to the forecast
LASTCHANGED datetime(3) datetime2(0) Last date and time the record changed.
MODEL varchar(30) varchar(30) Metadata relating to the forecast.
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_P5_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_P5_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)
PK_INTERMITTENT_P5_RUN clustered, unique, primary key RUN_DATETIME, DUID, OFFERDATETIME, ORIGIN, FORECAST_PRIORITY