Skip to content

De aggregation of renewable energies

flomnes edited this page Apr 14, 2021 · 4 revisions

Split wind on-shore / off-shore

Tasks for mow

  • Create reference study
  • Make a list of necessary data structures INSERT HERE
  • Implement data structure
  • Read/write of TS and renewable cluster

Tasks for later

  • Scenario builder
  • Change GUI to display input data

Reference study

Repository here.

Add a 'renewables' directory with the following contents

input/renewables/
├── clusters
│   ├── area
│   │   └── list.ini
│   └── area 2
│       └── list.ini
└── series
    └── area
        └── oleron
            └── series.txt

input/renewables/clusters/area/list.ini

[Oleron]
name = Parc éolien au large Oléron
group = Off-shore
nominalcapacity = 1000.000000

input/renewables/series/area/oleron/series.txt

Modulation coefficients for each time-step

0.42031
0.51021
0.43321
# ...

Scenario builder

[Default Ruleset]
rw,area,0,oleron = 2
rw,area,1,oleron = 5

Means that

  • for area called "area", MC year 0, cluster "oleron", TS 2 must be used
  • for area called "area", MC year 1, cluster "oleron", TS 5 must be used (provided it exists)

A new prefix is introduced, which we call "rw". Existing prefixes include "t" for thermal, "h" for hydro, "w" for wind, etc.