-
Notifications
You must be signed in to change notification settings - Fork 24
De aggregation of renewable energies
flomnes edited this page Apr 14, 2021
·
4 revisions
- Create reference study
- Make a list of necessary data structures INSERT HERE
- Implement data structure
- Read/write of TS and renewable cluster
- Scenario builder
- Change GUI to display input data
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
[Oleron]
name = Parc éolien au large Oléron
group = Off-shore
nominalcapacity = 1000.000000
Modulation coefficients for each time-step
0.42031
0.51021
0.43321
# ...
[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.