Posts: 106
Threads: 34
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Feb 2013
The demo has given example on how to define the bound on specific process/commodity. But how to define the sum of several kinds of process or commodity? For example, in the demo, there is a constraint on "Min investment in wind in 2005". My question is how to define "Min investment in wind and PV Solar in 2005"?
Posts: 1,063
Threads: 42
Likes Received:
20 in 16 posts
Likes Given: 27
Joined: May 2010
Reputation:
20
Actually, the definition would work on the sum of investments in all processes that have RENWIN as input. DEMO happens to have only one wind tech.
Basically, all you need to do is to specify an appropriate filter for processes, for the attribute UC_NCAP.
Posts: 106
Threads: 34
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Feb 2013
It does work. Thanks a lot!