INTERMITTENT_P5_PRED
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 Predispatch 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 |
| INTERVAL_DATETIME |
datetime(3)  |
datetime2(0)  |
Interval within the current RUN_DATETIME where this forecast applies (dispatch interval ending) |
| 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 |
| FORECAST_MEAN |
numeric(18, 8) |
numeric(18, 8) |
Forecast MW value for this interval_DateTime |
| FORECAST_POE10 |
numeric(18, 8) |
numeric(18, 8) |
Forecast 10% POE MW value for this interval_DateTime |
| FORECAST_POE50 |
numeric(18, 8) |
numeric(18, 8) |
Forecast 50% POE MW value for this interval_DateTime. |
| FORECAST_POE90 |
numeric(18, 8) |
numeric(18, 8) |
Forecast 90% POE MW value for this interval_DateTime |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| INTERMITTENT_P5_PRED_PK |
clustered, unique, primary key |
RUN_DATETIME, DUID, OFFERDATETIME, INTERVAL_DATETIME, ORIGIN, FORECAST_PRIORITY |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_INTERMITTENT_P5_PRED |
clustered, unique, primary key |
RUN_DATETIME, DUID, OFFERDATETIME, INTERVAL_DATETIME, ORIGIN, FORECAST_PRIORITY |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_INTERMITTENT_P5_PRED |
clustered, unique, primary key |
RUN_DATETIME, DUID, OFFERDATETIME, INTERVAL_DATETIME, ORIGIN, FORECAST_PRIORITY |