quintel / etsource

Data source for the Energy Transition Model
https://energytransitionmodel.com/
MIT License
12 stars 8 forks source link

Hybrid offshore wind #3067

Closed kndehaan closed 1 week ago

kndehaan commented 2 weeks ago

With this PR the modelling of hybrid offshore wind is added to the ETM. This comes with, among others, the following features:

Goes with:

mabijkerk commented 2 weeks ago

Uploading a modifiable profile does not seem to working yet for the hybrid offshore wind turbine. Below you can see the offshore wind production profile for an nl2019 scenario where I've added 10 GW of hybrid offshore wind:

Modifiable profiles 2564126

Once I upload a flat profile for offshore wind, the charts no longer shows any supply. When I query the output of the wind turbine, it goes a certain amount of GW of output to the following:

[
  0.0003170979198376513,
  0.0003170979198376513,
  0.0003170979198376513,
  ...
  0.0003170979198376513,
  0.0003170979198376513
]
mabijkerk commented 2 weeks ago

I see that there's a specific input for the hybrid offshore full load hours. Wouldn't it be more efficient just to set it with the same input as the 'normal' offshore wind full load hours? Just to limit the amount of inputs as much as we can.

Note that the input settings_weather_curve_set should be updated to contain the hybrid wind as well.

kndehaan commented 2 weeks ago

Flh of hybrid offshore wind turbines will now update with the slider of 'regular' offshore wind. The slider for hybrid offshore is removed.

kndehaan commented 2 weeks ago

Uploading a custom profile currently doesn't work as expected for other technologies such as 'regular' offshore wind and solar PV. I will open issue for this and consider this now out of the scope of this project.