6a. Tutorial - Optimal Capacity Expansion
Abschlussbedingungen
Anzeigen
Adapt backbone input excel
- A big aluminium company wants to build a factory
in Tudo. To deal with the expected rise in load, Tudo needs to invest in new
powerplants. The new load profile looks like this:
timestep
t000001
t000002
t000003
t000004
t000005
t000006
t000007
t000008
t000009
t000010
t000011
t000012
Rubbo
230
180
130
130
150
200
380
500
560
500
400
460
Tudo
300
310
280
150
100
170
230
210
300
350
410
200
- Investments shall be made into two units: a CCGT
power plant and a biomass power plant. Initialize these units withthe following parameter (you have to look at node, unit, unittype, unitUnittype, p_gn, p_gnu_io and p_unit).
Use "CCGT powerplant Tudo" and "Biomass powerplant Tudo" as unit names.
CCGT powerplant Tudo
Biomass powerplant Tudo
Unit size (MW)
50
30
Variable costs (€/MWh)
60
80
Minimum load (MW)
40
20
Efficiency (%)
53
29
- These units do not exist yet, therefore set their capacity in p_gnu_io to 0.
- In p_gnu_io,
investment costs, fixed operation and maintenance costs and annuities must be
added. Take the information from the following table and add them to the two
new units in p_gnu_io. You find more information on these parameters in the chapter "Additional information on investments".
Investment Costs (€/MW)
Fixed Operation and Maintenance costs (€/MW/a)
Lifetime (years)
Discount rate
CCGT
800000
2.5% of investment costs
30
0.07
Biomass
1000000
3% of investment costs
25
0.07
- The next adaption necessary to make investments must
be made in p_unit: for the new biomass and CCGT powerplants, a maxUnitCount must be
defined. Assume, that there is a lot of space to build gas turbines and biomass powerplants. Therefore, set maxUnitCount to inf (infinity). The parameter investMIP
determines whether integer investment is used or not. As we want to use integer
investment, set investMIP=1 for the new solar and CCGT powerplant.