Incidence matrix

The incidence matrix allows to define the geographic scope of the model and the links between the various countries that are taken into account. Usually, it shows in rows as well as in columns every country considered in the model. When two countries are connected by a transmission line, the corresponding entry in the matrix is filled with 1. Otherwise, it is filled with 0. Since transmission lines are polarized, the convention is to read as the destination country the one that is displayed in the column whereas the row country is considered as the starting point of the line.

In DIETER, the incidence matrix is defined a bit differently. It takes as column the countries that are considered in the model and as rows existing connections between countries. For instance, we know that Austria (AT) is connected with Switzerland (CH), Czech Republic (CZ) and Italy (IT). Hence, in rows we display AT_CH, AT_CZ and AT_IT. There should be as many rows in the matrix as connections between countries. For each row, we then fill with 1 the column entry that corresponds to the first country and with -1 the column entry that corresponds to the second country of the link. One important rule is that the sum over the row, for each row, should amount to 0.

The current incidence matrix design is shown in the table below.

Incidence matrix in DIETER

DE

AT

BE

CH

CZ

DK

FR

IT

LU

NL

PL

AT_CH

1

-1

AT_CZ

1

-1

AT_IT

1

-1

BE_FR

1

-1

BE_LU

1

-1

BE_NL

1

-1

CH_FR

1

-1

CH_IT

1

-1

CZ_PL

1

-1

DE_AT

1

-1

DE_BE

1

-1

DE_CH

1

-1

DE_CZ

1

-1

DE_DK

1

-1

DE_FR

1

-1

DE_LU

1

-1

DE_NL

1

-1

DE_PL

1

-1

DK_NL

1

-1

FR_IT

1

-1

FR_LU

1

-1