|
1 | 1 | """ |
2 | | -The ``sdm`` module contains functions to fit single diode models. |
| 2 | +The ``convert`` module contains functions to convert between single diode |
| 3 | +models. |
3 | 4 |
|
4 | | -Function names should follow the pattern "fit_" + name of model + "_" + |
5 | | - fitting method. |
| 5 | +Function names should follow the pattern "convert_" + name of source model + |
| 6 | + "_" + name of target method + "_" + name of conversion method. |
6 | 7 |
|
7 | 8 | """ |
8 | 9 |
|
@@ -132,12 +133,13 @@ def convert_cec_pvsyst(cec_model, cells_in_series, method='Nelder-Mead', |
132 | 133 |
|
133 | 134 | See Also |
134 | 135 | -------- |
135 | | - pvlib.ivtools.sdm.convert_pvsyst_cec |
| 136 | + pvlib.ivtools.convert.convert_pvsyst_cec |
136 | 137 |
|
137 | 138 | References |
138 | 139 | ---------- |
139 | 140 | .. [1] L. Deville et al., "Parameter Translation for Photovoltaic Single |
140 | | - Diode Models", submitted. 2024 |
| 141 | + Diode Models", Journal of Photovoltaics, vol. 15(3), pp. 451-457, |
| 142 | + May 2025. :doi:`10.1109/jphotov.2025.3539319` |
141 | 143 |
|
142 | 144 | .. [2] "IEC 61853-3 Photovoltaic (PV) module performance testing and energy |
143 | 145 | rating - Part 3: Energy rating of PV modules". IEC, Geneva, 2018. |
@@ -276,12 +278,13 @@ def convert_pvsyst_cec(pvsyst_model, method='Nelder-Mead', options=None): |
276 | 278 |
|
277 | 279 | See Also |
278 | 280 | -------- |
279 | | - pvlib.ivtools.sdm.convert_cec_pvsyst |
| 281 | + pvlib.ivtools.convert.convert_cec_pvsyst |
280 | 282 |
|
281 | 283 | References |
282 | 284 | ---------- |
283 | 285 | .. [1] L. Deville et al., "Parameter Translation for Photovoltaic Single |
284 | | - Diode Models", submitted. 2024. |
| 286 | + Diode Models", Journal of Photovoltaics, vol. 15(3), pp. 451-457, |
| 287 | + May 2025. :doi:`10.1109/jphotov.2025.3539319` |
285 | 288 |
|
286 | 289 | .. [2] "IEC 61853-3 Photovoltaic (PV) module performance testing and energy |
287 | 290 | rating - Part 3: Energy rating of PV modules". IEC, Geneva, 2018. |
|
0 commit comments