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

v0.32.4 #241

Merged
merged 44 commits into from
Jul 28, 2023
Merged

v0.32.4 #241

merged 44 commits into from
Jul 28, 2023

Commits on Jun 21, 2023

  1. update NSRDB bounds

    adfarth committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    ef343a9 View commit details
    Browse the repository at this point in the history
  2. add descriptions to PV inputs

    adfarth committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    0be383a View commit details
    Browse the repository at this point in the history
  3. update to PVWatts v8

    adfarth committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    42b8ca5 View commit details
    Browse the repository at this point in the history
  4. Update runtests.jl

    PV size changed by 2% which aligns with change in PV output with update to v8
    adfarth committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    38527b9 View commit details
    Browse the repository at this point in the history
  5. update to v8 in utils.jl

    adfarth committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    8e65999 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a3a421 View commit details
    Browse the repository at this point in the history
  7. update tests

    adfarth committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    cd90bbf View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Update Tests

    adfarth committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    825b277 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Update urdb.jl

    adfarth committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f5e80b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Update CHANGELOG.md

    adfarth committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    b121d8f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Update single PVWatts API function

    For both production factor (PV) and ambient air temperature data (GHP)
    Bill-Becker committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    01860ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bb505c View commit details
    Browse the repository at this point in the history
  3. Use call_pvwatts_api for GHP ambient temp, and assign PV production_f…

    …actor at the same time
    
    This avoids an extra call of PVWatts with GHP and PV
    Bill-Becker committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    a5967e3 View commit details
    Browse the repository at this point in the history
  4. Make PV struct mutable

    This allows for assigning pv.production_factor_series when calling PVWatts for GHP, to avoid a extra PVWatts calls later
    Bill-Becker committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    e4f35c7 View commit details
    Browse the repository at this point in the history
  5. Update function call to call_pvwatts_api()

    The get_ambient_temperature() function is now combined into that call.
    Bill-Becker committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    da4e224 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    bb6956c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    697736f View commit details
    Browse the repository at this point in the history
  2. Fix leap year issue when using URDB rate

    The energy_rates array was 8784 instead of skipping the leap year day like the rest of the code does
    
    This was throwing errors when checking the length of the input like wholesale_rate (8760) with energy_rate from URDB (8784 in this case)
    Bill-Becker committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    53c3a13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4cc981 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7105221 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #233 from NREL/update-pvwatts

    Update to PVWatts v8 from v6
    adfarth authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9f15009 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    29ac5d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    9618744 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b5d494 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    hdunham committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    7cf85b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1869b41 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    cab786b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Merge pull request #236 from NREL/rate-bug-fix

    Hot fix for rates with non standard units
    adfarth authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    65a36ad View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    adfarth committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    a96a5e7 View commit details
    Browse the repository at this point in the history
  3. Update Project.toml

    adfarth committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0889c91 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    a91e83f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    88fcdb9 View commit details
    Browse the repository at this point in the history
  2. fix fuel_avail_gal in tests

    hdunham committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    58b1060 View commit details
    Browse the repository at this point in the history
  3. trigger tests

    hdunham committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    3ff80a1 View commit details
    Browse the repository at this point in the history
  4. update unit test values

    adfarth committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ea8ea27 View commit details
    Browse the repository at this point in the history
  5. Update runtests.jl

    adfarth committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    9f2d39e View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    adfarth committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c4df205 View commit details
    Browse the repository at this point in the history
  7. Update runtests.jl

    adfarth committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e31d70d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #242 from NREL/updatetests

    Update test values due to PVWatts v8 Update
    adfarth authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    4b38b6a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    6ebe348 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Update CHANGELOG.md

    hdunham committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    d8b4f47 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #238 from NREL/gen-defaults

    Generator installed_cost_per_kw default
    hdunham authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    048a85d View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    hdunham committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    8cd7974 View commit details
    Browse the repository at this point in the history
  4. readability

    hdunham committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f82349a View commit details
    Browse the repository at this point in the history