Skip to content

Commit

Permalink
Merge pull request #403 from NREL/develop
Browse files Browse the repository at this point in the history
v0.47.0
  • Loading branch information
Bill-Becker authored and indu-manogaran committed Sep 16, 2024
1 parent b496ca6 commit 11dd481
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,16 @@ Classify the change according to the following categories:
- Refactored various functions to ensure **ProcessHeatLoad** is processed correctly in line with other heating loads.
- When the URDB response `energyratestructure` has a "unit" value that is not "kWh", throw an error instead of averaging rates in each energy tier.
- Refactored heating flow constraints to be in ./src/constraints/thermal_tech_constraints.jl instead of its previous separate locations in the storage and turbine constraints.
- Changed default Financial **owner_tax_rate_fraction** and **offtaker_tax_rate_fraction** from 0.257 to 0.26 to align with API and user manual defaults.
### Fixed
- Updated the PV result **lifecycle_om_cost_after_tax** to account for the third-party factor for third-party ownership analyses.
- Convert `max_electric_load_kw` to _Float64_ before passing to function `get_chp_defaults_prime_mover_size_class`
- Increased the big-M bound on maximum net metering benefit to prevent artificially low export benefits
- Fixed a bug in which tier limits did not load correctly when the number of tiers vary by period in the inputs
- Set a limit for demand and energy tier maxes to avoid errors returned by HiGHS due to numerical limits
- Modified thermal waste heat constraints for heating technologies to avoid errors in waste heat results tracking.
- Fixed a bug in which excess heat from one heating technology resulted in waste heat from another technology.
- Modified thermal waste heat constraints for heating technologies to avoid errors in waste heat results tracking.

## v0.46.2
### Changed
- When the URDB response `energyratestructure` has a "unit" value that is not "kWh", throw an error instead of averaging rates in each energy tier.
- Changed default Financial **owner_tax_rate_fraction** and **offtaker_tax_rate_fraction** from 0.257 to 0.26 to align with API and user manual defaults.

## v0.46.1
### Changed
Expand Down

0 comments on commit 11dd481

Please sign in to comment.