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

Conversation

adfarth
Copy link
Collaborator

@adfarth adfarth commented Jul 17, 2023

See PRs:
fix for rates with non standard units #236
Update to PVWatts v8 from v6 #233
Update test values due to PVWatts v8 Update #242
Generator installed_cost_per_kw default #238

adfarth and others added 30 commits June 21, 2023 13:05
PV size changed by 2% which aligns with change in PV output with update to v8
For both production factor (PV) and ambient air temperature data (GHP)
…actor at the same time

This avoids an extra call of PVWatts with GHP and PV
This allows for assigning pv.production_factor_series when calling PVWatts for GHP, to avoid a extra PVWatts calls later
The get_ambient_temperature() function is now combined into that call.
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)
Update to PVWatts v8 from v6
Hot fix for rates with non standard units
CHANGELOG.md Show resolved Hide resolved
@hdunham hdunham self-requested a review July 26, 2023 21:44
@hdunham hdunham marked this pull request as ready for review July 26, 2023 21:44
@@ -82,7 +82,7 @@
If `azimuth` is not provided, then it is set to 180 if the site is in the northern hemisphere and 0 if in the southern hemisphere.

"""
struct PV <: AbstractTech
mutable struct PV <: AbstractTech
Copy link
Collaborator

@hdunham hdunham Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fine for now but for performance we should be trying to avoid making structs mutable

Copy link
Collaborator Author

@adfarth adfarth Jul 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hdunham do you want to make an issue for this? This was a change Bill made in order to allow for assigning pv.production_factor_series when calling PVWatts for GHP, to avoid a extra PVWatts calls later.

src/core/urdb.jl Outdated Show resolved Hide resolved
@adfarth adfarth merged commit 18ffdc9 into master Jul 28, 2023
5 checks passed
rathod-b pushed a commit that referenced this pull request Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants