openego / powerd-data

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

correct transformer x calculations #269

Open ulfmueller opened 1 week ago

ulfmueller commented 1 week ago

in pypsa the transformer reactances are in p.u. values. But the base power is not 1 MVA as calculated internally for all other components but the transformer specific installed power (s_nom). Therefore I think we have to change this line accordingly to: br_x/(100*rate_a)

Whereever else transformer are added to the system in powerd-data/egon-data or eTraGo we should check that it is handled the same.

@ClaraBuettner do you agree? Or did I get s.th. wrong?

ulfmueller commented 1 week ago

This 0c6c5ff tackles it - so it is part of PR #258