Skip to content

Commit 56e6498

Browse files
kandersolarcwhanse
andauthored
Add pvlib.temperature.fuentes (#1037)
* add fuentes function * api.rst entry * add tests * whatsnew * refactor for coverage * code comments * notes section * pandas to numpy * inoct->noct_installed; copy reference format from sapm_cell * oops * fix the things I broke * expose surface_tilt param; change hydraulic_length to module width and length * cap0 units Co-authored-by: Cliff Hansen <[email protected]> * module_height description; stickler Co-authored-by: Cliff Hansen <[email protected]>
1 parent 4c8a49f commit 56e6498

File tree

6 files changed

+17827
-2
lines changed

6 files changed

+17827
-2
lines changed

docs/sphinx/source/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ PV temperature models
237237
temperature.sapm_cell_from_module
238238
temperature.pvsyst_cell
239239
temperature.faiman
240+
temperature.fuentes
240241

241242
Temperature Model Parameters
242243
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

docs/sphinx/source/whatsnew/v0.8.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Enhancements
9292
PVSystem, LocalizedPVSystem, SingleAxisTracker, and
9393
LocalizedSingleAxisTracker repr methods. (:issue:`1027`)
9494
* Added ability for :py:func:`pvlib.soiling.hsu` to accept arbitrary time intervals. (:pull:`980`)
95+
* Added :py:func:`pvlib.temperature.fuentes` for cell temperature modeling. (:pull:`1037`)
9596
* Add :py:func:`pvlib.pvsystem.combine_loss_factors` as general purpose
9697
function to combine loss factors with a common index.
9798
Partialy addresses :issue:`988`. Contributed by Brock Taute :ghuser:`btaute`

0 commit comments

Comments
 (0)