Skip to content

Commit

Permalink
Merge branch 'develop' into outage-soc
Browse files Browse the repository at this point in the history
  • Loading branch information
hdunham authored and indu-manogaran committed Sep 16, 2024
1 parent ee41e82 commit 453f496
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Classify the change according to the following categories:
### Deprecated
### Removed

## Develop
### Changed
- Changed the way we determine which dataset to utilize in the PVWatts API call. Previously, we utilized defined lat-long bounds. Now, we call the Solar Dataset Query API (v2) to determine the dataset to use.
## Develop 2024-04-03
### Changed
- add **ElectricStorage** input option **soc_min_applies_during_outages** (which defaults to _false_) and only apply the minimum state of charge constraint in function `add_MG_storage_dispatch_constraints` if it is _true_

## v0.44.0
### Added
Expand Down Expand Up @@ -716,7 +716,7 @@ Other changes:
## v0.3.0
### Added
- add separate decision variables and constraints for microgrid tech capacities
- new Site input `mg_tech_sizes_equal_grid_sizes` (boolean), when `false` the microgrid tech capacities are constrained to be <= the grid connected tech capacities
- new Site input `mg_tech_sizes_equal_grid_sizes` (boolean), when _false_ the microgrid tech capacities are constrained to be <= the grid connected tech capacities
### Fixed
- allow non-integer `outage_probabilities`
- correct `total_unserved_load` output
Expand Down

0 comments on commit 453f496

Please sign in to comment.