question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add curtailment data?

See original GitHub issue

As wind and solar curtailment become more prevalent, tracking and understanding how curtailment fits into the energy transition becomes more and more important.

So, is this something we should track?

I am thinking something like changing production parsers to be able to add curtailment:

    {
      'zoneKey': 'FR',
      'datetime': '2017-01-01T00:00:00Z',
      'production': {
          'biomass': 0.0,
          'coal': 0.0,
          'gas': 0.0,
          'hydro': 0.0,
          'nuclear': null,
          'oil': 0.0,
          'solar': 0.0,
          'wind': 0.0,
          'geothermal': 0.0,
          'unknown': 0.0
      },
      'storage': {
          'hydro': -10.0,
      },
     'curtailment': {
          'wind': 0,
          'solar': -10
     },
      'source': 'mysource.com'
    }

Although there are not many places where curtailment is reported, I noticed that japan has a time series for it (although as far as I can tell it has always been 0). I wonder if Germany or other countries that use curtailment more often report it somewhere?

Thumbs up if you like the idea 😃 Comments/Crits welcome

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
robertahuntcommented, Apr 15, 2020

Thanks for these. This is really cool. Do you know if ENTSOE accounts for curtailment in its numbers already (I assume they account for it, but maybe you know for sure)? Or are we actually missing this data? I’d also like to use the data and make it more visible. I’ll reopen this and see if there is any more garnered interest. I dont have any more ideas off the top of my head other than making it more visible on electricity map and using it to improve our marginal carbon intensity calculations. You?!

1reaction
alixunderplatzcommented, Apr 15, 2020

@robertahunt and here is one more website for D-1 East German line load: https://www.50hertz.com/de/Transparenz/Kennzahlen/Netzdaten/Netzbelastung/ Watch many lines turn orange/red on windy days 😉. AFAIK large accessible json dataset of the data you see. again no layer of windspeed or irradiation to create more context. by the way: curtailment can go up to a few GW sometimes, which are usually comoensated by fossil sources on the other side of the congested part, so I think there is an impact on CO2 for sure. DM me on slack if you have ideas to use any of these links. ive been thinking about using such data and making something useful from it for the public for quite a while, happy to help ! 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

California ISO - Managing Oversupply
While curtailment is an acceptable operational tool, as increasing amounts of renewable resources, oversupply conditions are expected to occur more often.
Read more >
What is curtailment? An electricity market expert explains
It describes any action that reduces the amount of electricity generated to maintain the balance between supply and demand – which is critical ......
Read more >
Quick Guide – Curtailments in Park Calculations
Click “Add rule”, to add a new curtailment rule to the list. This opens a window defining the ... PARK with Scaler, Mesoscale...
Read more >
Understanding and Leveraging Your Curtailment
From here, the next step was natural: leverage the growing amount of data to take energy reduction to an even higher level. Add...
Read more >
Wind and Solar Energy Curtailment
Curtailments can result when operators or utilities command wind and solar generators to reduce output to minimize transmission congestion or ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found