Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

background.html 5.2 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Motivation &#8212; California Renewable Curtailments documentation</title>
  6. <link rel="stylesheet" href="_static/haiku.css" type="text/css" />
  7. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  8. <link rel="stylesheet" type="text/css" href="_static/graphviz.css" />
  9. <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
  10. <script src="_static/jquery.js"></script>
  11. <script src="_static/underscore.js"></script>
  12. <script src="_static/doctools.js"></script>
  13. <script src="_static/language_data.js"></script>
  14. <script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
  15. <script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
  16. <script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script>
  17. <link rel="index" title="Index" href="genindex.html" />
  18. <link rel="search" title="Search" href="search.html" />
  19. <link rel="next" title="Data Sources" href="data_sources.html" />
  20. <link rel="prev" title="California Renewable Curtailments Study" href="index.html" />
  21. </head><body>
  22. <div class="header" role="banner"><h1 class="heading"><a href="index.html">
  23. <span>California Renewable Curtailments documentation</span></a></h1>
  24. <h2 class="heading"><span>Motivation</span></h2>
  25. </div>
  26. <div class="topnav" role="navigation" aria-label="top navigation">
  27. <p>
  28. «&#160;&#160;<a href="index.html">California Renewable Curtailments Study</a>
  29. &#160;&#160;::&#160;&#160;
  30. <a class="uplink" href="index.html">Contents</a>
  31. &#160;&#160;::&#160;&#160;
  32. <a href="data_sources.html">Data Sources</a>&#160;&#160;»
  33. </p>
  34. </div>
  35. <div class="content" role="main">
  36. <div class="section" id="motivation">
  37. <h1>Motivation<a class="headerlink" href="#motivation" title="Permalink to this headline">¶</a></h1>
  38. <p>This is part of an independent study to apply statistical approaches to describing renewable curtailment events.
  39. Primarily, we are motivated by the following questions:</p>
  40. <ul class="simple">
  41. <li><p>What are explanatory or predictive variables that can predict economic solar curtailment in the California grid?</p></li>
  42. <li><p>What are the policies and mechanisms that are used to deploy economic curtailment?</p></li>
  43. <li><p>Given a day ahead weather forecast, can we predict the net load (total load - renewable intermittent generation)?
  44. - With a week ahead forecast?</p></li>
  45. <li><p>Can we calculate or measure the economic value from existing curtailment practices?</p></li>
  46. </ul>
  47. <div class="section" id="background">
  48. <h2>Background<a class="headerlink" href="#background" title="Permalink to this headline">¶</a></h2>
  49. <p>As intermittent sources of generation continue to grow, overcapacity may result in events where generation may exceed available demand. Balancing authorities must decide how to ramp down total generation to keep the grid in balance. Currently the CAISO approaches oversupply primarly through economic curtailment <a class="bibtex reference internal" href="zreferences.html#californiaiso2017" id="id1">[CAI17b]</a>. Other approaches to managing supply include expanded energy storage, demand response programs, <a class="reference internal" href="glossary.html#term-tou"><span class="xref std std-term">TOU</span></a> rates, reductions in minimum generation, expanding the western <a class="reference internal" href="glossary.html#term-eim"><span class="xref std std-term">EIM</span></a>, increasing flexible capacity, integrating more EVs and improving regional coordination <a class="bibtex reference internal" href="zreferences.html#californiaiso2017a" id="id2">[CAI17a]</a>. The goal of this study is to better inform and understand exogenous variables that contribute to oversupply.</p>
  50. </div>
  51. <div class="section" id="problem-statement">
  52. <h2>Problem Statement<a class="headerlink" href="#problem-statement" title="Permalink to this headline">¶</a></h2>
  53. <p>This project attempts to produce a statistical model trained on publicly available historic forecasts, and past curtailment events in California to predict whether the state of the California grid would end up producing a significant curtailment event.</p>
  54. </div>
  55. </div>
  56. </div>
  57. <div class="bottomnav" role="navigation" aria-label="bottom navigation">
  58. <p>
  59. «&#160;&#160;<a href="index.html">California Renewable Curtailments Study</a>
  60. &#160;&#160;::&#160;&#160;
  61. <a class="uplink" href="index.html">Contents</a>
  62. &#160;&#160;::&#160;&#160;
  63. <a href="data_sources.html">Data Sources</a>&#160;&#160;»
  64. </p>
  65. </div>
  66. <div class="footer" role="contentinfo">
  67. &#169; Copyright Thomas Tu, 2020.
  68. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.4.4.
  69. </div>
  70. </body>
  71. </html>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...