dpinney / omf

The Open Modeling Framework for smart grid cost-benefit analysis.
https://omf.coop
GNU General Public License v2.0
112 stars 60 forks source link

GLD crash after solar added to a model. #269

Closed dpinney closed 10 years ago

dpinney commented 10 years ago

Steps to reproduce:

Expected behavior:

Other notes:

image

drdanley commented 10 years ago

This crash happened when I was tring to run the baseline -- BEFORE I added any solar components.

dpinney commented 10 years ago

Some defensive coding should fix the issue: cb88a35eebd2362a83dfe2a71b8298523fa4f2aa

Current output at bottom.

The problem was a missing climate object in the ABEC Columbia feeder.

Action to Hongwei to test around this a little, look for other places where a judicious dict.get will make our results more durable.

Note that the loads are static because that's the type of loads that were imported from Windmil.

image

dpinney commented 10 years ago

All done.