447 Views
Hi Diego,
Actually this is by design: the Interest Rate variable for each generation technology must be the same as the Discount Rate (in Basic Params), when you're using the optimization routine.
Just a thought: since the Interest Rate variable is used only the annualize capital costs, could you get around this limitation by modifying the capital cost of each plant individually?
Suppose the capital cost per MW for a process is denoted C, and the interest rate is i. For a project-specific rate r, you could calculate the "effective" capital cost C' as:
C' = rC[1 - (1+i)^(-n)] / [i{1 - (1+r)^(-n)}]
where n is the technology's Lifetime.
Might this work?
Taylor