Skip to content

Commit

Permalink
Merge pull request #371 from NREL/input-types
Browse files Browse the repository at this point in the history
Input type fix for export_rate_beyond_net_metering_limit
  • Loading branch information
hdunham authored and indu-manogaran committed Sep 16, 2024
1 parent 453f496 commit c48274b
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 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_
## Develop - 2024-04-05
### Fixed
- Added `export_rate_beyond_net_metering_limit` to list of inputs to be converted to type Real, to avoid MethodError if type is vector of Any.

## 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 c48274b

Please sign in to comment.