Skip to content

Instantly share code, notes, and snippets.

@jurand71
Created July 16, 2023 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jurand71/5ecab9d89881242d5f998c37072a467b to your computer and use it in GitHub Desktop.
Save jurand71/5ecab9d89881242d5f998c37072a467b to your computer and use it in GitHub Desktop.
curve_info = pvlib.pvsystem.singlediode(photocurrent=IL.flatten(),
saturation_current=I0.flatten(),
resistance_series=Rs,
resistance_shunt=Rsh.flatten(),
nNsVth=nNsVth.flatten(),
ivcurve_pnts=101,
method='lambertw')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment