Skip to content

Spectral mismatch calculation code #1524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Sep 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/sphinx/source/reference/effects_on_pv_system_output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ Spectrum
:toctree: generated/

spectrum.spectrl2
spectrum.get_example_spectral_response
spectrum.get_am15g
spectrum.calc_spectral_mismatch_field
10 changes: 10 additions & 0 deletions docs/sphinx/source/whatsnew/v0.9.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Enhancements
* Low resolution altitude lookup map
:py:func:`~pvlib.location.lookup_altitude`
(:issue:`1516`, :pull:`1518`)
* New module to calculate spectral mismatch from field spectral measurements
:py:func:`~pvlib.spectrum.mismatch.get_example_spectral_response`
:py:func:`~pvlib.spectrum.mismatch.get_am15g`
:py:func:`~pvlib.spectrum.mismatch.calc_spectral_mismatch_field`
(:issue:`1523`, :pull:`1524`)
* Added Townsend-Powers monthly snow loss model:
:py:func:`pvlib.snow.loss_townsend`
(:issue:`1246`, :pull:`1251`, :pull:`1468`)
Expand Down Expand Up @@ -40,5 +45,10 @@ Contributors
~~~~~~~~~~~~
* João Guilherme (:ghuser:`joaoguilhermeS`)
* Nicolas Martinez (:ghuser:`nicomt`)
* Anton Driesse (:ghuser:`adriesse`)
* Cliff Hansen (:ghuser:`cwhanse`)
* Kevin Anderson (:ghuser:`kanderso-nrel`)
* Mark Campanelli (:ghuser:`markcampanelli`)
* Adam R. Jensen (:ghuser:`AdamRJensen`)
* Abhishek Parikh (:ghuser:`abhisheksparikh`)
* Taos Transue (:ghuser:`reepoi`)
Loading