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

solarFinancial doesn't delete old excel data #352

Closed mannanj closed 9 years ago

mannanj commented 9 years ago

When you change climate (now through zipcodes) it doesn't delete old excel files for previous climates. Each one is about 1.5MB so this could eat up data. Not sure if this is a feature or a bug.

dpinney commented 9 years ago

Huh. Where are these excel files in the source?

mannanj commented 9 years ago

These show up under the data directory: data> Model>(User)>(Some Solar Financial Model Name)

dpinney commented 9 years ago

Oh I see it now for solarFinancial. We should not keep the old Excel files. I changed the code to keep the filename consistent. Pushed it just now.

mannanj commented 9 years ago

Awesome. TY.