pencleanenergy / MATCH-model

MATCH model for planning time-coincident clean energy portfolios
GNU Affero General Public License v3.0
27 stars 10 forks source link

Clean up `generation_projects_info` organization and loading #51

Closed grgmiller closed 2 years ago

grgmiller commented 2 years ago

Currently, generation_projects_info.csv is one big file that contains info for both generators and storage, meaning that there are unnecessary columns for storage that must be filled in for all generators.

In addition, this file is currently loaded into the build module, even though many of its parameters are used in dispatch. Additionally, the storage module also independently loads the storage columns from the file.

To fix the loading issue:

To fix organization:

To fix the storage issue:

grgmiller commented 2 years ago

Fixed in Commmit 2021.11.09 (Version 0.12.0) 01a816c03dd1fca000c3449bc787ada9ed23f290