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

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

1000
# ...
1000
Clone this wiki locally