Skip to content

Commit ad89390

Browse files
RDaxinikandersolarechedey-lscwhanse
authored
Update irradiance.haydavies docs; use Wm⁻² instead of W/m^2 throughout pvlib.irradiance (#2191)
* Update irradiance.py add eqn variable definitions rearrange references changed beta into theta_T to avoid double definition --- surface tilt, and "daily average of the solar elevation in degrees" (pvlib.irradiance.diffuse_par_spitters) * Update irradiance.py * Update irradiance.py Remove Loutzenhiser P.G. et. al. reference. I do not see it cited anywhere here in the docs for the haydavies model * Update irradiance.py add "projection ratio" to variable definition * Update irradiance.py separate A and R_b * Update irradiance.py Change all instances of W/m^2 into Wm⁻² * Update irradiance.py W/m^2 to Wm⁻² * Update irradiance.py * add url to references * Update irradiance.py * unit typesetting suggestion * Update irradiance.py * Update irradiance.py * Update pvlib/irradiance.py Co-authored-by: Kevin Anderson <[email protected]> * eqn typesetting * minor wording edits * Update v0.11.1.rst * Update irradiance.py adjust units Co-Authored-By: Echedey Luis <[email protected]> * Update irradiance.py * \theta_T -> \beta * add last accessed to reference * remove spurious period * Apply suggestions from code review Co-authored-by: Kevin Anderson <[email protected]> * Update irradiance.py Co-Authored-By: Cliff Hansen <[email protected]> * Update irradiance.py --------- Co-authored-by: Kevin Anderson <[email protected]> Co-authored-by: Echedey Luis <[email protected]> Co-authored-by: Cliff Hansen <[email protected]>
1 parent d45790a commit ad89390

File tree

2 files changed

+103
-90
lines changed

2 files changed

+103
-90
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@ Documentation
6262
* Added gallery example demonstrating the application of
6363
several spectral mismatch factor models.
6464
(:issue:`2107`, :pull:`2114`)
65-
6665
* Added gallery example on calculating cell temperature for
6766
floating PV. (:pull:`2110`)
68-
6967
* Added gallery example demonstrating how to use
7068
different Perez coefficients in a ModelChain.
7169
(:issue:`2127`, :pull:`2148`)
7270
* Fixed examples in :py:func:`pvlib.shading.shaded_fraction1d`. (:pull:`#2215`)
7371

7472
* Removed unused "times" input from dni_et() function (:issue:`2105`)
73+
* Updated :py:func:`pvlib.irradiance.haydavies` to include equation variable
74+
definitions and a new "notes" section (:issue:`2183`, :pull:`2191`)
7575

7676
* Split the contributing page into several pages (:issue:`2210`, :pull:`2219`)
7777

0 commit comments

Comments
 (0)