PD_ROOFTOP_PV_FCST_TRK
Uniquely tracks which Rooftop PV forecast run (from ROOFTOP_PV_FCST_RUN) was used for the Area in which Pre-dispatch run.
Package
PRE_DISPATCH
Table schema
| Column |
Official MMS Datatype |
GR-MMS Datatype |
Comment |
| PREDISPATCHSEQNO |
varchar(20)  |
int  |
Unique identifier of Pre-dispatch run in the form YYYYMMDDPP with 01 at 04:30. |
| AREAID |
varchar(10)  |
varchar(10)  |
Area identifier aligning with the load forecasting areas, tracks to ROOFTOP_PV_FCST_RUN.AREAID. |
| FORECAST_RUN_DATETIME |
datetime(3) |
datetime2(0) |
Datetime (interval ending) when the forecast run is valid. It would align with run_datetime, unless a forecast run is missed, in this case the previous run will be used. Tracks to ROOFTOP_PV_FCST_RUN.FORECAST_RUN_DATETIME. |
| PROVIDERID |
varchar(20) |
varchar(20) |
Provider identifier of the forecast run used for the PD run, tracks to ROOFTOP_PV_FCST_RUN.PROVIDERID. |
| FORECAST_PRIORITY |
numeric(10, 0) |
int |
Priority of the forecast run used for the PD run, tracks to ROOFTOP_PV_FCST_RUN.FORECAST_PRIORITY. |
| OFFERDATETIME |
datetime(3) |
datetime2(0) |
Submission datetime of the forecast run used for the PD run, tracks to ROOFTOP_PV_FCST_RUN.OFFERDATETIME. |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PD_ROOFTOP_PV_FCST_TRK_PK |
clustered, unique, primary key |
PREDISPATCHSEQNO, AREAID |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_PD_ROOFTOP_PV_FCST_TRK |
clustered, unique, primary key |
PREDISPATCHSEQNO, AREAID |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_PD_ROOFTOP_PV_FCST_TRK |
clustered, unique, primary key |
PREDISPATCHSEQNO, AREAID |