openego / eGon-data

GNU Affero General Public License v3.0
10 stars 4 forks source link

Change eMob MIT carrier names in eMob model timeseries generation #1111

Closed nesnoj closed 1 year ago

nesnoj commented 1 year ago

Fixes #1105

Hey @ClaraBuettner and @IlkaCu, here comes the carrier renaming.

One question: I did not alter the parameters.py file as they seem to apply only to the stationary batteries - I was quickly wondering that here you use battery storage as well but this is only to parametrize your storages which have other carrier names, right?

One reviewer is enough. Thanks! :)

Before merging into dev-branch, please make sure that

ClaraBuettner commented 1 year ago

Looking at the code, the changes are fine. I did not tested it, maybe it is enough to test it on CI?

And yes, in parameters.py the "battery storage" parameters are used for larger batteries in the system. The name is only used internally in egon-data, so we can probably accept the inconsistency.

nesnoj commented 1 year ago

Looking at the code, the changes are fine. I did not tested it, maybe it is enough to test it on CI?

And yes, in parameters.py the "battery storage" parameters are used for larger batteries in the system. The name is only used internally in egon-data, so we can probably accept the inconsistency.

Thank you, merged into CI! :)