Skip to content

PDPASA_INTERCONNECTORSOLN

PDPASA_INTERCONNECTORSOLN shows the results of the capacity evaluation for Interconnectors, including the calculated limits for the interval.

Package

PDPASA

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
RUN_DATETIME datetime(3) 🔑 datetime2(0) 🔑 Unique Timestamp Identifier for this study
INTERVAL_DATETIME datetime(3) 🔑 datetime2(0) 🔑 The unique identifier for the interval within this study
INTERCONNECTORID varchar(10) 🔑 varchar(10) 🔑 Interconnector Identifier
RUNTYPE varchar(20) 🔑 varchar(20) 🔑 Type of run. Values are OUTAGE_LRC and LOR. Note that the PDPASA OUTAGE_LRC Run Type is discontinued from 31 July 2025, with only the LOR Run Type reported.
STUDYREGIONID varchar(20) 🔑 varchar(20) 🔑 Primary Region for LP Solve (or MARKET if none).
CAPACITYMWFLOW numeric(12, 2) numeric(12, 2) Interconnector loading level (MW) that can be reached in case of capacity scarcity in neighbouring regions subject to network and energy constraints
CAPACITYMARGINALVALUE numeric(12, 2) numeric(12, 2) Capacity adequacy assessment marginal value, 0 if not binding
CAPACITYVIOLATIONDEGREE numeric(12, 2) numeric(12, 2) Capacity adequacy assessment violation degree for interconnector capacity; 0 if not violating
CALCULATEDEXPORTLIMIT numeric(12, 2) numeric(12, 2) Calculated Interconnector limit of exporting energy on the basis of invoked constraints and static interconnector export limit
CALCULATEDIMPORTLIMIT numeric(12, 2) numeric(12, 2) Calculated Interconnector limit of importing energy on the basis of invoked constraints and static interconnector import limit. Note unlike the input interconnector import limit this is a directional quantity and should be defined with respect to the interconnector flow.
LASTCHANGED datetime(3) datetime2(0) Last changed date of this record
EXPORTLIMITCONSTRAINTID varchar(20) varchar(20) ID of the constraint that sets the Interconnector Export Limit
IMPORTLIMITCONSTRAINTID varchar(20) varchar(20) ID of the constraint that sets the Interconnector Import Limit

Official MMS data model indexes

Index name Index type Index columns (in order)
PDPASA_INTERCONNECTORSOLN_PK clustered, unique, primary key RUN_DATETIME, RUNTYPE, INTERVAL_DATETIME, INTERCONNECTORID, STUDYREGIONID

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_PDPASA_INTERCONNECTORSOLN clustered, unique, primary key RUN_DATETIME, RUNTYPE, INTERVAL_DATETIME, INTERCONNECTORID, STUDYREGIONID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
PDPASA_INTERCONNECTORSOLN_CCI clustered, columnstore n/a
PK_PDPASA_INTERCONNECTORSOLN nonclustered, unique, primary key RUN_DATETIME, RUNTYPE, INTERVAL_DATETIME, INTERCONNECTORID, STUDYREGIONID