ESM – Energy System Modelling Solved

$ 29.99
Category:

Description

Karlsruhe Institute of Technology
Institute for Automation and Applied Informatics

TUTORIAL IV: ELECTRICITY MARKETS

PROBLEM IV.1 (ANALYTICAL) – SHADOW PRICES 
Suppose that the utility for the electricity consumption of an industrial company is given by
U(d) = 70d− 3d2 [e/h] , d ∈ [dmin, dmax] = [2, 10], where d is the demand in MW and dmin, dmax are the minimum and maximum demand.
Assume that the company is maximising its net surplus for a given electricity price π, i.e. it maximises maxd [U(d) −πd].
(a) If the price is π = 5 e/MWh, what is the optimal demand d∗? What is the value of the KKT multiplier µmax for the constraint d ≤ dmax = 10 at this optimal solution? What is the value of µmin for d ≥ dmin = 2?
(b) Suppose now the electricity price is π = 60 e/MWh. What are the optimal demand d∗,
µmax and µmin now?
PROBLEM IV.2 (ANALYTICAL) – ECONOMIC DISPATCH IN A SINGLE BIDDING ZONE 
Consider an electricity market with two generator types, one with the cost function C1(g1) = c1g1 with variable cost c1 = 20 e/MWh, capacity G1 = 300 MW and a dispatch rate of g1 [MW], and another with the cost function C2(g2) = c2g2 with variable cost c2 = 50 e/MWh, capacity G2 = 400 MW and a dispatch rate of g2 [MW]. The demand-side has utility function U(d) = 8000d− 5d2 [e/h] for a consumption rate of d [MW].
(a) What are the objective function and constraints required for an optimisation problem to maximise short-run social welfare in this market?
(b) Write down the Karush-Kuhn-Tucker (KKT) conditions for this problem.
(c) Determine the optimal rate of production of the generators and the value of all KKT multipliers. What is the interpretation of the respective KKT multipliers?
PROBLEM IV.3 (ANALYTICAL) – EFFICIENT DISPATCH IN A TWO-BUS POWER SYSTEM ™

Figure 1: A simple two-bus power system.
Consider the two-bus power system shown in Figure 1, where the two nodes represent two markets, each with different total demand Di, and one generator at each node producing Pi. At node A the demand is DA = 2000MW, whereas at node B the demand is DB = 1000MW. Furthermore, there is a transmission line with a capacity denoted by FAB. The marginal cost of production of the generators connected to buses A and B are given respectively by the following expressions:
MCA = 20 + 0.03PA e /MW h
MCB = 15 + 0.02PB e /MW h
Assume that the demands DA and DB are constant and insensitive to price, that energy is sold at its marginal cost of production and that there are no limits on the output of the generators.
(i) The line between buses A and B is disconnected.
(ii) The line between buses A and B is in service and has an unlimited capacity.
(iii) The line between buses A and B is in service and has an unlimited capacity, but the maximum output of Generator B is 1500 MW.
(iv) The line between buses A and B is in service and has an unlimited capacity, but the maximum output of Generator A is 900 MW. The output of Generator B is unlimited.
(v) The line between buses A and B is in service but its capacity is limited to 600 MW. The output of the generators is unlimited.
(b) Calculate the generator revenues, generator profits, consumer payments and consumer net surplus for all the cases considered in the above problem. Who benefits from the line connecting these two buses?
(c) Calculate the congestion surplus for case (v). For what values of the flow on the line between buses A and B is the congestion surplus equal to zero?
PROBLEM IV.4 (PROGRAMMING) – GENERATOR DISPATCH WITH SCIGRID ™
SciGRID is a project that provides an open source reference model of the European transmission networks. In this tutorial, other than previous simple examples, you will examine the economic dispatch of many generators all over Germany and its effect on the power system. The data files for this example and a populated Jupyter notebook are provided on the course homepage or in your tutorial package. The dataset comprises time series for loads and the availability of renewable generation at an hourly resolution for the year 2011. Feel free to choose a day to your liking: 2011-01-31 was the least windy day of 2011, 2011-02-05 was a stormy day with lots of wind energy production, 2011-07-12 was a very sunny day, and 2011-09-06 was a windy and sunny autumn day.
(a) Describe the network as well as its regional and temporal characteristics.
(i) Plot the aggregated load curve.
(ii) Plot the total generation capacities grouped by generation technology. Why is the share of capacity for renewables higher than the share of electricity produced?
(iii) Plot the regional distribution of the loads for different snapshots. What are the major load centres?
(iv) Plot the regional distribution of generation technologies. Comment!
(b) Run a linear optimal power flow to obtain the economic dispatch and analyse the results.
(i) To approximate n-1 security and allow room for reactive power flows, set the maximum line loading of any line in the network to 70 % of their thermal rating.
(ii) Plot the hourly dispatch grouped by carrier for the chosen day. Comment!
(iii) Plot the aggregate dispatch of the pumped hydro storage units and the state of charge throughout the day and describe how they are used throughout the day.
(iv) Show the line loadings for different snapshots on the network. Can you identify a regional concentration of highly loaded branches?
(v) Plot the locational marginal prices for snapshots on the network. What is the interpretation of high and low marginal prices? What do the geographical differences of nodal prices tell you about the regional generation capacity, load centres and the state of the transmission network?
(vi) Plot the curtailment for on- and offshore wind as well as for solar energy on the chosen day. Why is variable renewable electricity curtailed? Would there still be curtailment if there were unlimited transmission capacity? What happens to the nodal prices in this case?
(c) Perform a non-linear power flow (Newton-Raphson) on the injections determined by the linear optimal power flow.
(i) Plot the regional and temporal distribution of reactive power feed-in. What is the consequence of reactive flows in terms of the network’s transfer capacity?
(ii) Analyse whether the chosen security constraint for thermal line loading was sufficient. What happens if you omit the security constraint or require an even higher security constraint?

Reviews

There are no reviews yet.

Be the first to review “ESM – Energy System Modelling Solved”

Your email address will not be published. Required fields are marked *