<div dir="auto">Hi Dr. Ben,<div dir="auto"><br></div><div dir="auto">Could you please inform me where I can change the argument list since I can't find the argument list in evolve.py.</div><div dir="auto"><br></div><div dir="auto">I add parser.add_argument("--re-limit, .....) in evolve.py but it didn't work.</div><div dir="auto"><br></div><div dir="auto">Cheers</div><div dir="auto">Yusak</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Aug 17, 2017 5:00 PM, "Ben Elliston" <<a href="mailto:bje@air.net.au">bje@air.net.au</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Yusak<br>
<div class="quoted-text"><br>
> Instead of controlling fossil limit using --fossil-limit, can we<br>
> also directly control renewable energy penetration limit, where we<br>
> can arrange RE limit up to certain percentage, using certain<br>
> command?<br>
<br>
</div>The simulated generators are either classified as fossil or renewable<br>
(there is no nuclear generator model as yet), so you can ensure a<br>
minimum level of RE using a fossil limit of 1-x (ie. a fossil limit of<br>
20% is a minimum of 80% RE).<br>
<br>
If you want to impose a maximum level of RE, you'll need to write a<br>
new penalty function in evolve.py and add it to the penaltyfns list<br>
also in evolve.py.<br>
<br>
Cheers, Ben<br>
</blockquote></div><br></div>