ROOFTOP_PV_FORECAST
Regional forecasts of Rooftop Solar generation across the half-hour intervals over 8 days. AEMO plans to remove this table in a Data Model version release after 5.6.
Package
DEMAND_FORECASTS
Visibility
Public
Table schema
| Column |
Official MMS Datatype |
GR-MMS Datatype |
Comment |
| VERSION_DATETIME |
datetime(3)  |
datetime2(0)  |
Date time this forecast was produced |
| REGIONID |
varchar(20)  |
varchar(20)  |
Region identifier |
| INTERVAL_DATETIME |
datetime(3)  |
datetime2(0)  |
The forecast half-hour interval (time ending) |
| POWERMEAN |
numeric(12, 3) |
numeric(12, 3) |
The average forecast value in MW at the interval end |
| POWERPOE50 |
numeric(12, 3) |
numeric(12, 3) |
50% probability of exceedance forecast value in MW at the interval end |
| POWERPOELOW |
numeric(12, 3) |
numeric(12, 3) |
90% probability of exceedance forecast value in MW at the interval end |
| POWERPOEHIGH |
numeric(12, 3) |
numeric(12, 3) |
10% probability of exceedance forecast value in MW at the interval end |
| LASTCHANGED |
datetime(3) |
datetime2(0) |
Last date and time record changed |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| ROOFTOP_PV_FORECAST_PK |
clustered, unique, primary key |
VERSION_DATETIME, INTERVAL_DATETIME, REGIONID |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_ROOFTOP_PV_FORECAST |
clustered, unique, primary key |
VERSION_DATETIME, INTERVAL_DATETIME, REGIONID |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_ROOFTOP_PV_FORECAST |
nonclustered, unique, primary key |
VERSION_DATETIME, INTERVAL_DATETIME, REGIONID |
| ROOFTOP_PV_FORECAST_CCI |
clustered, columnstore |
n/a |