2155 Views
Hi Maha,
There are a few different ways that you would handle this. Before you are able to tackle the problem of electricity generation, though, you must also ensure that sufficient capacity exists, of the appropriate type.
I suspect that the simplest way for you to achieve this will be to specify the solar capacity exogenously (using the Exogenous Capacity tab for your solar electricity generation process). This tab is reserved for specific user-input of different power plants, such as those that have already been built, or those of which you want to maintain full control over the build schedule. As an example, if you wanted X solar capacity installed in 2020, you could write an interpolation function:
Interp(2020,X)
to linearly interpolate from 0 MW of solar to X MW. You will then be able to fix the amount of electricity that is generated by setting the 'First Simulation Year' variable, for solar power only, to the final scenario year (or any year after 2020, if you want LEAP to take over process dispatch after that year). This means that the dispatch of solar power is exogenously specified by the user in the 'Historical Production' tab. This method will give you the most control over the amount of solar capacity and generation in your power system.
If you have optimized your electricity generation module (in answering your question thus far, I have assumed that you are NOT doing this), you may also exploit the 'Renewable Target' variable, described here:
http://www.energycommunity.org/WebHelpPro/Transformation/Renewable_Target.htm
However, I would recommend that you begin with my first suggestion.
Good luck!
Taylor