openego / eTraGo

Optimization of flexibility options for transmission grids based on PyPSA
GNU Affero General Public License v3.0
30 stars 13 forks source link

Make the market zone clustering more flexible #708

Open ulfmueller opened 5 months ago

ulfmueller commented 5 months ago

The aggregation in the build_market_model() to market zones i.e. per country and DE and LU combined is very hard-coded. If one would change the market zones e.g. devide the German one into two, it would be nice to have a more flexible functionality.

ClaraBuettner commented 4 months ago

A parameter for market_zones was added to the args in https://github.com/openego/eTraGo/pull/721/commits/116ee82809cc34fb4b07adb48efc6cca991abe8b . "status_quo" is currently the only option but if we want to add new market_zone options, we could make use of this.