Skip to content

INTERMITTENT_GEN_FCST_PRED

Contains forecast predictions for intermittent wind and solar units, with a 30-minute resolution over the week-ahead PD / STPASA timeframe. This is the child table of the parent table INTERMITTENT_GEN_FCST_RUN, which contains the corresponding forecast runs.

Package

DEMAND_FORECASTS

Visibility

Private, Public Next-Day

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.
DUID varchar(20) 🔑 varchar(10) 🔑 Dispatchable unit identifier for which this forecast applies.
OFFERDATETIME datetime(3) 🔑 datetime2(0) 🔑 Datetime when this forecast submission was loaded.
PROVIDERID varchar(20) 🔑 varchar(20) 🔑 Forecast provider identifier
FORECAST_PRIORITY numeric(10, 0) 🔑 int 🔑 Priority of forecast run, higher number is used in preference to lower number for the same provider.
INTERVAL_DATETIME datetime(3) 🔑 datetime2(0) 🔑 Datetime (interval-ending) for the period that this forecast applies to, within the current forecast_run_datetime.
FORECAST_TYPE varchar(20) 🔑 varchar(20) 🔑 Type of forecast, for example, POE_10, POE_50, POE_90, MEAN and so on.
FORECAST_VALUE numeric(18, 8) numeric(18, 8) Forecast value in MW.

Official MMS data model indexes

Index name Index type Index columns (in order)
INTERMIT_GEN_FCST_PRED_PK clustered, unique, primary key FORECAST_RUN_DATETIME, DUID, OFFERDATETIME, PROVIDERID, FORECAST_PRIORITY, INTERVAL_DATETIME, FORECAST_TYPE

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_INTERMITTENT_GEN_FCST_PRED clustered, unique, primary key FORECAST_RUN_DATETIME, DUID, OFFERDATETIME, PROVIDERID, FORECAST_PRIORITY, INTERVAL_DATETIME, FORECAST_TYPE

Historical-MMS data model indexes

Index name Index type Index columns (in order)
PK_INTERMITTENT_GEN_FCST_PRED clustered, unique, primary key FORECAST_RUN_DATETIME, DUID, OFFERDATETIME, PROVIDERID, FORECAST_PRIORITY, INTERVAL_DATETIME, FORECAST_TYPE