<div dir="ltr"><div><div><div><div>Hi Dr. Ben,<br><br></div>I tried to run NEMO using 
my load case for 2016 (with 29 February, so it constitutes of 8784 
hours), without change other costs or resources data, but it returned error as below. However, when I deleted the load
 for 29 Feb, it was worked well.</div><div><br></div>How to solve this problem?<br><br></div>Cheers,<br><br></div>Yusak<br><div><br>The fault messages:<br><br>Traceback (most recent call last):<br>  File "evolve.py", line 369, in <module><br>    run()<br>  File "evolve.py", line 341, in run<br>    stats=mstats, halloffame=hof, verbose=True)<br>  File "C:\Python27\lib\site-packages<wbr>\deap\algorithms.py", line 457, in eaGenerateUpdate<br>    fitnesses = toolbox.map(toolbox.evaluate, population)<br>  File "C:\Python27\lib\site-packages<wbr>\scoop\fallbacks.py", line 49, in wrapper<br>    return map(*args, **kwargs)<br>  File "evolve.py", line 294, in eval_func<br>    nem.run(context)<br>  File "C:\Users\Yusak\Documents\nemo<wbr>-edited\nemo-edited\sim.py", line 174, in run<br>    _sim(context, starthour, endhour)<br>  File "C:\Users\Yusak\Documents\nemo<wbr>-edited\nemo-edited\sim.py", line 81, in _sim<br>    gen, spl = g.step(hr, async_demand)<br>  File "C:\Users\Yusak\Documents\nemo<wbr>-edited\nemo-edited\generators<wbr>.py", line 196, in step<br>    generation = self.generation[hr] * self.capacity<br>IndexError: index 8760 is out of bounds for axis 0 with size 8760<br><br></div>The successful one:<br>Timesteps: 8760 h<br>Demand energy: 175.2 TWh<br>Unused surplus energy: 1.0 TWh<br>Timesteps with unused surplus energy: 622<br>Unserved energy: 5.068%<br>WARNING: reliability standard exceeded<br>Unserved total hours: 2433<br>Number of unserved energy events: 348<br>Shortfalls (min, max): (1.0, 11225.0)<br>Score: 196.47 $/MWh<br>Penalty: 13824967456998.58 $/MWh<br>Constraints violated: bioenergy unserved hydro<br>Done</div>