INTERMITTENT_GEN_FCST_DATA
Stores the forecast generation (MW) for each interval within a given forecast of an intermittent generator. 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 |
| INTERVAL_DATETIME |
datetime(3)  |
datetime2(0)  |
Date Time (AEST) of the halfhour interval being forecast |
| POWERMEAN |
numeric(9, 3) |
numeric(9, 3) |
The average forecast value in MW at the interval end |
| POWERPOE50 |
numeric(9, 3) |
numeric(9, 3) |
50% probability of exceedance forecast value in MW at the interval end |
| POWERPOELOW |
numeric(9, 3) |
numeric(9, 3) |
90% probability of exceedance forecast value in MW at the interval end |
| POWERPOEHIGH |
numeric(9, 3) |
numeric(9, 3) |
10% probability of exceedance forecast value in MW at the interval end |
| 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_DATA |
clustered, unique, primary key |
RUN_DATETIME, DUID, INTERVAL_DATETIME |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_INTERMITTENT_GEN_FCST_DATA |
clustered, unique, primary key |
RUN_DATETIME, DUID, INTERVAL_DATETIME |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_INTERMITTENT_GEN_FCST_DATA |
clustered, unique, primary key |
RUN_DATETIME, DUID, INTERVAL_DATETIME |