PD_INTERMITTENT_FCST_TRK
Uniquely tracks which Intermittent Generation forecast run (from INTERMITTENT_GEN_FCST_RUN) was used for the DUID 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. |
| DUID |
varchar(20)  |
varchar(10)  |
Dispatchable unit identifier, tracks to INTERMITTENT_GEN_FCST_RUN.DUID. |
| FORECAST_RUN_DATETIME |
datetime(3) |
datetime2(0) |
Datetime (interval ending) when this forecast run is valid. It aligns with run_datetime, unless a forecast run is missed, in this case the previous run is used. Tracks to INTERMITTENT_GEN_FCST_RUN.FORECAST_RUN_DATETIME. |
| PROVIDERID |
varchar(20) |
varchar(20) |
Provider of the forecast run used for the PD run, tracks to INTERMITTENT_GEN_FCST_RUN.PROVIDERID. |
| FORECAST_PRIORITY |
numeric(10, 0) |
int |
Priority of the forecast run used for the PD run, tracks to INTERMITTENT_GEN_FCST_RUN.FORECAST_PRIORITY. |
| OFFERDATETIME |
datetime(3) |
datetime2(0) |
Submission datetime of the forecast run used for the PD run, tracks to INTERMITTENT_GEN_FCST_RUN.OFFERDATETIME. |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PD_INTERMITTENT_FCST_TRK_PK |
clustered, unique, primary key |
PREDISPATCHSEQNO, DUID |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_PD_INTERMITTENT_FCST_TRK |
clustered, unique, primary key |
PREDISPATCHSEQNO, DUID |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_PD_INTERMITTENT_FCST_TRK |
clustered, unique, primary key |
PREDISPATCHSEQNO, DUID |