Skip to content
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

Add PVSPEC spectral correction factor model #2072

Merged
merged 79 commits into from
Jun 14, 2024
Merged

Commits on May 28, 2024

  1. Create test_pelland.py

    RDaxini committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b006adb View commit details
    Browse the repository at this point in the history
  2. new spectral factor

    first attempt, PVSPEC model for the spectral mismatch factor based on air mass and clearness index
    RDaxini committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a5563e6 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Update __init__.py

    RDaxini committed May 31, 2024
    Configuration menu
    Copy the full SHA
    82d2892 View commit details
    Browse the repository at this point in the history
  2. Update mismatch.py

    add new spectral factor (to be tested)
    RDaxini committed May 31, 2024
    Configuration menu
    Copy the full SHA
    cb8a17a View commit details
    Browse the repository at this point in the history
  3. Delete test_pelland.py

    delete new py file (and add new model into mismatch.py)
    RDaxini committed May 31, 2024
    Configuration menu
    Copy the full SHA
    fa555a7 View commit details
    Browse the repository at this point in the history
  4. Update mismatch.py

    RDaxini committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6656fee View commit details
    Browse the repository at this point in the history
  5. Update mismatch.py

    correct errors raised
    RDaxini committed May 31, 2024
    Configuration menu
    Copy the full SHA
    56c4628 View commit details
    Browse the repository at this point in the history
  6. Update test_spectrum.py

    create new tests for pelland air mass / clearness index spectral correction
    RDaxini committed May 31, 2024
    Configuration menu
    Copy the full SHA
    acc3998 View commit details
    Browse the repository at this point in the history
  7. Update test_spectrum.py

    Correct an expected value
    RDaxini committed May 31, 2024
    Configuration menu
    Copy the full SHA
    11b38bd View commit details
    Browse the repository at this point in the history
  8. correct function name

    RDaxini committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d36d3b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Update pvlib/spectrum/mismatch.py

    Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
    RDaxini and echedey-ls committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    486ff98 View commit details
    Browse the repository at this point in the history
  2. Update pvlib/spectrum/mismatch.py

    Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
    RDaxini and echedey-ls committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    28e9339 View commit details
    Browse the repository at this point in the history
  3. Update pvlib/spectrum/mismatch.py

    Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
    RDaxini and echedey-ls committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b642d05 View commit details
    Browse the repository at this point in the history
  4. Update pvlib/tests/test_spectrum.py

    Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
    RDaxini and echedey-ls committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e430b27 View commit details
    Browse the repository at this point in the history
  5. Update pvlib/spectrum/mismatch.py

    Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
    RDaxini and echedey-ls committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    83c1683 View commit details
    Browse the repository at this point in the history
  6. Update spectrum.rst

    RDaxini committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6812f51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    200aaed View commit details
    Browse the repository at this point in the history
  8. Update mismatch.py

    update eqn in docs
    RDaxini committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b1ec78f View commit details
    Browse the repository at this point in the history
  9. Update mismatch.py

    RDaxini committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    358a532 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Update mismatch.py

    RDaxini committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    67299e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Update mismatch.py

    RDaxini committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d5c9725 View commit details
    Browse the repository at this point in the history
  2. Update mismatch.py

    RDaxini committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0df61ed View commit details
    Browse the repository at this point in the history
  3. Update mismatch.py

    RDaxini committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0d41306 View commit details
    Browse the repository at this point in the history
  4. Update mismatch.py

    RDaxini committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    24e05b8 View commit details
    Browse the repository at this point in the history
  5. Update mismatch.py

    RDaxini committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7b4f15d View commit details
    Browse the repository at this point in the history
  6. Update pvlib/spectrum/mismatch.py

    Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
    RDaxini and echedey-ls committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3bd0b75 View commit details
    Browse the repository at this point in the history
  7. Update pvlib/spectrum/mismatch.py

    Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
    RDaxini and echedey-ls committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f0706de View commit details
    Browse the repository at this point in the history
  8. Update pvlib/spectrum/mismatch.py

    Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
    RDaxini and echedey-ls committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    6919364 View commit details
    Browse the repository at this point in the history
  9. Update mismatch.py

    RDaxini committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    ed13838 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    639fc75 View commit details
    Browse the repository at this point in the history
  11. Update test_spectrum.py

    fix indentation and white spaces, change clearness to clearsky
    RDaxini committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7c50791 View commit details
    Browse the repository at this point in the history
  12. Update test_spectrum.py

    remove data screens no longer required
    RDaxini committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e7c032b View commit details
    Browse the repository at this point in the history
  13. Update mismatch.py

    trailing white space
    RDaxini committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a7f9909 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Update pvlib/spectrum/mismatch.py

    Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
    RDaxini and kandersolar committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    4616dc2 View commit details
    Browse the repository at this point in the history
  2. Update mismatch.py

    RDaxini committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    bd84537 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f773ba7 View commit details
    Browse the repository at this point in the history
  4. Update mismatch.py

    RDaxini committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    b6a827b View commit details
    Browse the repository at this point in the history
  5. Update pvlib/spectrum/mismatch.py

    Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
    RDaxini and kandersolar committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    3df83c3 View commit details
    Browse the repository at this point in the history
  6. Update pvlib/tests/test_spectrum.py

    Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
    RDaxini and kandersolar committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    f468db8 View commit details
    Browse the repository at this point in the history
  7. Update pvlib/tests/test_spectrum.py

    Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
    RDaxini and kandersolar committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    43727b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9071dba View commit details
    Browse the repository at this point in the history
  9. Update mismatch.py

    RDaxini committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    8e53d56 View commit details
    Browse the repository at this point in the history
  10. Update pvlib/tests/test_spectrum.py

    Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
    RDaxini and kandersolar committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    da1780f View commit details
    Browse the repository at this point in the history
  11. name change

    RDaxini committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    15e328c View commit details
    Browse the repository at this point in the history
  12. Update test_spectrum.py

    RDaxini committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    8925730 View commit details
    Browse the repository at this point in the history
  13. Update pvlib/spectrum/mismatch.py

    Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
    RDaxini and kandersolar committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    cc4a3d1 View commit details
    Browse the repository at this point in the history
  14. Update test_spectrum.py

    RDaxini committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    3d5eab6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f845adb View commit details
    Browse the repository at this point in the history
  16. Update mismatch.py

    RDaxini committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    70f86c3 View commit details
    Browse the repository at this point in the history
  17. Update test_spectrum.py

    RDaxini committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    332fed5 View commit details
    Browse the repository at this point in the history
  18. Update test_spectrum.py

    RDaxini committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    974e098 View commit details
    Browse the repository at this point in the history
  19. Update test_spectrum.py

    RDaxini committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    cc05445 View commit details
    Browse the repository at this point in the history
  20. Update test_spectrum.py

    RDaxini committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    b36116d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Update test_spectrum.py

    add series test
    RDaxini committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    c09e8b8 View commit details
    Browse the repository at this point in the history
  2. Update mismatch.py

    RDaxini committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    bd133ef View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Update test_spectrum.py

    RDaxini committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1a7416c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Update pvlib/spectrum/mismatch.py

    Co-authored-by: Ioannis Sifnaios <88548539+IoannisSifnaios@users.noreply.github.com>
    RDaxini and IoannisSifnaios committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    35b1411 View commit details
    Browse the repository at this point in the history
  2. Update mismatch.py

    RDaxini committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b0385a1 View commit details
    Browse the repository at this point in the history
  3. Update pvlib/spectrum/mismatch.py

    Co-authored-by: Ioannis Sifnaios <88548539+IoannisSifnaios@users.noreply.github.com>
    RDaxini and IoannisSifnaios committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e30694b View commit details
    Browse the repository at this point in the history
  4. Update mismatch.py

    RDaxini committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bcf8abc View commit details
    Browse the repository at this point in the history
  5. Update mismatch.py

    RDaxini committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ba7c34b View commit details
    Browse the repository at this point in the history
  6. Update mismatch.py

    RDaxini committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0f1bce0 View commit details
    Browse the repository at this point in the history
  7. Update pvlib/spectrum/mismatch.py

    Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
    RDaxini and echedey-ls committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7701d85 View commit details
    Browse the repository at this point in the history
  8. Update pvlib/spectrum/mismatch.py

    Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
    RDaxini and echedey-ls committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d5f0979 View commit details
    Browse the repository at this point in the history
  9. Update pvlib/spectrum/mismatch.py

    Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
    RDaxini and echedey-ls committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    887faee View commit details
    Browse the repository at this point in the history
  10. Update mismatch.py

    tried typesetting the url differently, will fix line character length after
    RDaxini committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3c478d5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6203ca6 View commit details
    Browse the repository at this point in the history
  12. Update mismatch.py

    RDaxini committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9a4510c View commit details
    Browse the repository at this point in the history
  13. Update mismatch.py

    RDaxini committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8aeb8b5 View commit details
    Browse the repository at this point in the history
  14. Update mismatch.py

    RDaxini committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7ba41ba View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Update pvlib/spectrum/mismatch.py

    Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
    RDaxini and cwhanse committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    604e911 View commit details
    Browse the repository at this point in the history
  2. Update pvlib/spectrum/mismatch.py

    Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
    RDaxini and cwhanse committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8897411 View commit details
    Browse the repository at this point in the history
  3. Update pvlib/spectrum/mismatch.py

    Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
    RDaxini and cwhanse committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    413cc04 View commit details
    Browse the repository at this point in the history
  4. Update mismatch.py

    RDaxini committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4605d06 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. test for output type

    RDaxini committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a772a94 View commit details
    Browse the repository at this point in the history
  2. Update mismatch.py

    specific data resource via extended url is either behind a paywall or moved; linking the main site homepage instead
    RDaxini committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    55d34ed View commit details
    Browse the repository at this point in the history
  3. Update pvlib/tests/test_spectrum.py

    Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
    RDaxini and echedey-ls committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    38469cf View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Update v0.11.0.rst

    RDaxini committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    294eb8e View commit details
    Browse the repository at this point in the history
  2. Update docs/sphinx/source/whatsnew/v0.11.0.rst

    Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
    RDaxini and kandersolar committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    bc37d49 View commit details
    Browse the repository at this point in the history