@@ -76,9 +76,10 @@ def fit_cec_sam(celltype, v_mp, i_mp, v_oc, i_sc, alpha_sc, beta_voc,
76
76
77
77
Raises
78
78
------
79
- ImportError if NREL-PySAM is not installed.
80
-
81
- RuntimeError if parameter extraction is not successful.
79
+ ImportError
80
+ if NREL-PySAM is not installed.
81
+ RuntimeError
82
+ if parameter extraction is not successful.
82
83
83
84
Notes
84
85
-----
@@ -94,7 +95,7 @@ def fit_cec_sam(celltype, v_mp, i_mp, v_oc, i_sc, alpha_sc, beta_voc,
94
95
----------
95
96
.. [1] A. Dobos, "An Improved Coefficient Calculator for the California
96
97
Energy Commission 6 Parameter Photovoltaic Module Model", Journal of
97
- Solar Energy Engineering, vol 134, 2012.
98
+ Solar Energy Engineering, vol 134, 2012. :doi:`10.1115/1.4005759`
98
99
"""
99
100
100
101
try :
@@ -204,7 +205,7 @@ def fit_desoto(v_mp, i_mp, v_oc, i_sc, alpha_sc, beta_voc, cells_in_series,
204
205
----------
205
206
.. [1] W. De Soto et al., "Improvement and validation of a model for
206
207
photovoltaic array performance", Solar Energy, vol 80, pp. 78-88,
207
- 2006.
208
+ 2006. :doi:`10.1016/j.solener.2005.06.010`
208
209
"""
209
210
210
211
# Constants
@@ -405,18 +406,21 @@ def fit_pvsyst_sandia(ivcurves, specs, const=None, maxiter=5, eps1=1.e-3):
405
406
.. [1] K. Sauer, T. Roessler, C. W. Hansen, Modeling the Irradiance and
406
407
Temperature Dependence of Photovoltaic Modules in PVsyst, IEEE Journal
407
408
of Photovoltaics v5(1), January 2015.
409
+ :doi:`10.1109/JPHOTOV.2014.2364133`
408
410
.. [2] A. Mermoud, PV Modules modeling, Presentation at the 2nd PV
409
411
Performance Modeling Workshop, Santa Clara, CA, May 2013
410
412
.. [3] A. Mermoud, T. Lejeuene, Performance Assessment of a Simulation
411
413
Model for PV modules of any available technology, 25th European
412
414
Photovoltaic Solar Energy Conference, Valencia, Spain, Sept. 2010
413
415
.. [4] C. Hansen, Estimating Parameters for the PVsyst Version 6
414
416
Photovoltaic Module Performance Model, Sandia National Laboratories
415
- Report SAND2015-8598
417
+ Report SAND2015-8598. :doi:`10.2172/1223058`
416
418
.. [5] C. Hansen, Parameter Estimation for Single Diode Models of
417
- Photovoltaic Modules, Sandia National Laboratories Report SAND2015-2065
419
+ Photovoltaic Modules, Sandia National Laboratories Report SAND2015-2065.
420
+ :doi:`10.2172/1177157`
418
421
.. [6] C. Hansen, Estimation of Parameters for Single Diode Models using
419
422
Measured IV Curves, Proc. of the 39th IEEE PVSC, June 2013.
423
+ :doi:`10.1109/PVSC.2013.6744135`
420
424
.. [7] PVLib MATLAB https://github.com/sandialabs/MATLAB_PV_LIB
421
425
"""
422
426
@@ -574,11 +578,13 @@ def fit_desoto_sandia(ivcurves, specs, const=None, maxiter=5, eps1=1.e-3):
574
578
----------
575
579
.. [1] W. De Soto et al., "Improvement and validation of a model for
576
580
photovoltaic array performance", Solar Energy, vol 80, pp. 78-88,
577
- 2006.
581
+ 2006. :doi:`10.1016/j.solener.2005.06.010`
578
582
.. [2] C. Hansen, Parameter Estimation for Single Diode Models of
579
- Photovoltaic Modules, Sandia National Laboratories Report SAND2015-2065
583
+ Photovoltaic Modules, Sandia National Laboratories Report SAND2015-2065.
584
+ :doi:`10.2172/1177157`
580
585
.. [3] C. Hansen, Estimation of Parameters for Single Diode Models using
581
586
Measured IV Curves, Proc. of the 39th IEEE PVSC, June 2013.
587
+ :doi:`10.1109/PVSC.2013.6744135`
582
588
.. [4] PVLib MATLAB https://github.com/sandialabs/MATLAB_PV_LIB
583
589
"""
584
590
0 commit comments