Skip to content

Add temperature derate to inverter models  #1199

Open
@yangangky

Description

@yangangky

Is your feature request related to a problem? Please describe.
Sandia inverter model is not suitable for clippling calculation nowadays. Because CEC inverter database do not have 'maximum AC power' parameters, this parameters really decide the clipping starting line.

Note:

  1. CEC inverter database use Paco (Nominal AC power) to calculate the clipping, which will let the clipping loss make bigger than expected.
  2. Mainstreem inverter database shows that inverter have two parameters, one is maximum AC power, the other is nominal AC power. If we calculate the invereter clipping, the maximum AC power is the key parameters we should consider.

ADR inverter have 'Pacmax' parameter. But I needt to creat a inverter database (including mainstream inverter company and type) by ADR algorithm then can use it. I think it is not possible by now.

Describe the solution you'd like
PVsyst inverter use the two parameters (maximum AC power and nominal AC power) to calculate inverter clipping. And there is a inverter database which every inverter company update it on time. If we can create a new inverter function like pvsyst, then we can use the pvsyst invereter database (OND file) , and do not need to create a new database.

Note: Frederic have written a code which read the OND file parameters, the link is here: https://github.com/frivollier/pvsyst_tools/tree/master/pvsyst

Additional context
I use PVlib CEC/sadia model to calculate inverter efficiency and found a lot of values are lower than the inverter database value. Below graph is the summarized chart of 32 inverters.
inverter efficiency

I also summarized the inverter efficiency in database which I download from website in the end of 2020. The sample number is 145 for 12 vendors. The median inverter efficiency is 98.8%.
inverter

Note: Related database are as attachment, please review.
inverter datasheet s information_2020.xlsx
sam-library-cec-inverters-including inverter efficiency by pvlib.xlsx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions