P5MIN_INTERMITTENT_FCST_TRK
Uniquely tracks which Intermittent Generation forecast run (from INTERMITTENT_GEN_FCST_P5_RUN) was used for the DUID in which 5-Minute Pre-dispatch run.
Package
P5MIN
Visibility
Public
Table schema
| Column |
Official MMS Datatype |
GR-MMS Datatype |
Comment |
| RUN_DATETIME |
datetime(3)  |
datetime2(0)  |
Datetime (interval ending) of the 5-Minute Pre-dispatch run. |
| DUID |
varchar(20)  |
varchar(10)  |
Dispatchable unit identifier, tracks to INTERMITTENT_GEN_FCST_P5_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 which case the previous run is used. Tracks to INTERMITTENT_GEN_FCST_P5_RUN.FORECAST_RUN_DATETIME. |
| PROVIDERID |
varchar(20) |
varchar(20) |
Provider of the forecast run used for the 5MPD run, tracks to INTERMITTENT_GEN_FCST_P5_RUN.PROVIDERID. |
| FORECAST_PRIORITY |
numeric(10, 0) |
int |
Priority of the forecast run used for the 5MPD run, tracks to INTERMITTENT_GEN_FCST_P5_RUN.FORECAST_PRIORITY. |
| OFFERDATETIME |
datetime(3) |
datetime2(0) |
Submission datetime of the forecast run used for the 5MPD run, tracks to INTERMITTENT_GEN_FCST_P5_RUN.OFFERDATETIME. |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| P5MIN_INTERMITTENT_FCST_TRK_PK |
clustered, unique, primary key |
RUN_DATETIME, DUID |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_P5MIN_INTERMITTENT_FCST_TRK |
clustered, unique, primary key |
RUN_DATETIME, DUID |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_P5MIN_INTERMITTENT_FCST_TRK |
clustered, unique, primary key |
RUN_DATETIME, DUID |