ROOFTOP_PV_FCST_RUN
Contains forecast runs for rooftop PV areas, with a 30-minute resolution over the week-ahead PD / STPASA timeframe. This is the parent table to the child table ROOFTOP_PV_FCST_PRED, which contains the corresponding forecast predictions over the full horizon.
Package
DEMAND_FORECASTS
Visibility
Public
Table schema
| Column |
Official MMS Datatype |
GR-MMS Datatype |
Comment |
| FORECAST_RUN_DATETIME |
datetime(3)  |
datetime2(0)  |
Datetime (interval ending) when this forecast run is valid. It aligns with run_datetime in downstream processes, unless a forecast run is missed, in this case the previous run is used. |
| AREAID |
varchar(10)  |
varchar(10)  |
Area identifier, aligning with the load forecasting areas. |
| OFFERDATETIME |
datetime(3)  |
datetime2(0)  |
Datetime when this forecast submission was loaded. |
| PROVIDERID |
varchar(20)  |
varchar(20)  |
Forecast provider identifier, for example, AEMO, PROVIDER_A and so on. |
| FORECAST_PRIORITY |
numeric(10, 0)  |
int  |
Priority of forecast run, higher number is used in preference to lower number for the same provider. |
| PROVIDER_TIMESTAMP |
datetime(3) |
datetime2(0) |
Datetime when the provider created the forecast. |
| REMARKS |
varchar(300) |
varchar(300) |
Comments relating to the forecast run. |
| MODEL_USED |
varchar(30) |
varchar(30) |
Metadata describing the model used to produce the forecast run. |
| SUPPRESSED_PROVIDER |
numeric(1, 0) |
bit |
Flag indicating if the forecast run was suppressed by the provider when submitted. Suppressed forecasts are not used by downstream systems. Suppressed = 1, Unsuppressed = 0. |
| INSTALLED_CAPACITY |
numeric(18, 8) |
numeric(18, 8) |
Installed rooftop PV capacity that was used for the forecast run, in MW. |
| LASTCHANGED |
datetime(3) |
datetime2(0) |
Datetime when the forecast run was written into AEMO database. |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| ROOFTOP_PV_FCST_RUN_PK |
clustered, unique, primary key |
FORECAST_RUN_DATETIME, AREAID, OFFERDATETIME, PROVIDERID, FORECAST_PRIORITY |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_ROOFTOP_PV_FCST_RUN |
clustered, unique, primary key |
FORECAST_RUN_DATETIME, AREAID, OFFERDATETIME, PROVIDERID, FORECAST_PRIORITY |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_ROOFTOP_PV_FCST_RUN |
clustered, unique, primary key |
FORECAST_RUN_DATETIME, AREAID, OFFERDATETIME, PROVIDERID, FORECAST_PRIORITY |