Posts: 16
Threads: 4
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Sep 2020
Hello! I want to ask whether it's possible to apply growth rate constraint on the summation of a group of technologies.
For example, I want to set the capacity growth limit for wind power. In our model, there are various technologies such as onshore and offshore wind power, etc. The method in DEMO will set growth limits for each technology. Is there a way to set the growth constraint directly on the total installed capacity of all wind power rather than on each technology?
Thank you!
Posts: 1,887
Threads: 25
Likes Received: 43 in 36 posts
Likes Given: 12
Joined: Jun 2010
04-08-2022, 10:41 PM
(This post was last modified: 04-08-2022, 10:46 PM by Antti-L.)
Yes, that would be easy with UC constraints. Example below, where the growth of the combined capacity of all AZDAC* processes is limited to 10% per annum, plus 1000 per year, starting from 2030:
The constant term (1000 in the example) can be defined as a time series as well (e.g. as a decreasing "seed" value for the constraint), or zero starting from certain year, or any trajectory you like. Such a constant term is often needed at least in the first years for getting an initial capacity installed so that the dynamic growth limit can work. However, in your case (total wind power) you probably already have some wind power installed, and therefore you could just leave the constant term zero for all years.
Posts: 16
Threads: 4
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Sep 2020
Thank you very much! It works well.
Posts: 1
Threads: 0
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Aug 2022
(04-08-2022, 10:41 PM)Antti-L Wrote: Yes, that would be easy with UC constraints. Example below, where the growth of the combined capacity of all AZDAC* processes is limited to 10% per annum, plus 1000 per year, starting from 2030:
The constant term (1000 in the example) can be defined as a time series as well (e.g. as a decreasing "seed" value for the constraint), or zero starting from certain year, or any trajectory you like. Such a constant term is often needed at least in the first years for getting an initial capacity installed so that the dynamic growth limit can work. However, in your case (total wind power) you probably already have some wind power installed, and therefore you could just leave the constant term zero for all years.
Thank You,
this example finally Worked,
I have been trying to do it from the example in "Documentation for the Times model Part IV" and Demo models Scen_UC_Growth example,
but it kept ignoring the growth limit in my model, although its working in the demo model.