Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to model AC/DC ratio for solar inverters? #228

Open
fneum opened this issue Mar 28, 2022 · 2 comments
Open

How to model AC/DC ratio for solar inverters? #228

fneum opened this issue Mar 28, 2022 · 2 comments

Comments

@fneum
Copy link
Member

fneum commented Mar 28, 2022

Can we do that?

This can be beneficial to reduce variability, cut peaks....

@euronion
Copy link
Collaborator

That would need changes to the underlying PV models. Right now the Huld model (I don't know about the Boefinger model) parameterises inverter efficiency directly into the parameters.

In principle I do not see any reason which would prevent us from seperating it, given the right solar panel model.

@PeterKlein11
Copy link

Almost all new PV plants in our region have a DC-AC ratio of >1.15, and therefore not modelling this results in increasing inaccuracies. As a quick fix would it not be possible to clip and rescale the power and CF outputs as follows:

For example assuming 100MWac plant with DC-AC ratio of 1.15, means 115MWdc
Set plant size to 115MWdc (AC specified * DC-AC ratio)
Output power >100MWac = 100MWac
Rescale capacity factor to be based on 100MWac not the 115MWdc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants