-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pw and spectral correction code from pvlib matlab 1.3 (#115)
* add first solar spec correction. needs tests * add calc_pw. needs tests * add lower to coefs input * clean up rebase. shorten long lines * rename, clean docs, add pw test * update fs coeffs, add fs tests * doc fixes * add 040 whatsnew
- Loading branch information
Showing
4 changed files
with
293 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
.. _whatsnew_0400: | ||
|
||
v0.4.0 (July xx, 2016) | ||
----------------------- | ||
|
||
This is a major release from 0.3.3. | ||
We recommend that all users upgrade to this version after reviewing | ||
the API changes. | ||
|
||
|
||
API Changes | ||
~~~~~~~~~~~ | ||
|
||
|
||
|
||
Enhancements | ||
~~~~~~~~~~~~ | ||
|
||
* Adds the First Solar spectral correction model. (:issue:`115`) | ||
* Adds the Gueymard 1994 integrated precipitable water model. (:issue:`115`) | ||
|
||
|
||
Bug fixes | ||
~~~~~~~~~ | ||
|
||
|
||
|
||
Documentation | ||
~~~~~~~~~~~~~ | ||
|
||
|
||
|
||
Other | ||
~~~~~ | ||
|
||
|
||
|
||
Code Contributors | ||
~~~~~~~~~~~~~~~~~ | ||
|
||
* Will Holmgren |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28cc9fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Will,
Thank you for committing the spectral function. Now I will fork the current PVlib python and work on implementing my changes to the spectral correction so that they reflect those in my IEEE PVSC paper.