<div dir="ltr"><div>Hi Dr. Ben,<br><br></div>I tried the documentations and arrived in the section:<br><br><p>A full list of scenarios (with descriptions) can be obtained by running:</p>
<p><code>python evolve.py --list-scenarios<br></code></p><p><code><br></code></p><p><code>When I try to run it, an error appeared:</code></p><p><code>>>> c = nem.Context()<br>>>> scenarios.ccgt(c)<br>>>> print c.generators<br>[CCGT (NSW1:31), 0.00 GW, poly 17 pumped-hydro (QLD1:17), 0.50 GW, poly 36 pumped-hydro (NSW1:36), 1.74 GW, poly 24 hydro (NSW1:24), 0.04 GW, poly 31 hydro (NSW1:31), 0.04 GW, poly 35 hydro (NSW1:35), 0.07 GW, poly 36 hydro (NSW1:36), 2.51 GW, poly 38 hydro (VIC1:38), 0.45 GW, poly 39 hydro (VIC1:39), 0.01 GW, poly 40 hydro (TAS1:40), 0.59 GW, poly 41 hydro (TAS1:41), 0.28 GW, poly 42 hydro (TAS1:42), 0.59 GW, poly 43 hydro (TAS1:43), 0.46 GW, OCGT (NSW1:31), 0.00 GW]<br>>>><br>>>> python evolve.py --list-scenarios<br>  File "<stdin>", line 1<br>    python evolve.py --list-scenarios<br>                ^<br>SyntaxError: invalid syntax<br></code></p></div>