Skip to content

Commit

Permalink
Merge pull request #539 from NREL/develop
Browse files Browse the repository at this point in the history
No Min Turndown for CHP during outages
  • Loading branch information
Bill-Becker authored Nov 4, 2023
2 parents 444946e + a4bb711 commit cc9f873
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,17 @@ Classify the change according to the following categories:
##### Removed
### Patches


## v3.2.2
### Minor Updates
##### Changed
- Do NOT enforce `min_turn_down_fraction` for CHP during multiple/stochastic outages

## v3.2.1
### Minor Updates
##### Fixed
- CHP-only for multiple/stochastic outages
- Allow negative fuel_burn and thermal_prod intercepts for CPH
- Allow negative fuel_burn and thermal_prod intercepts for CHP
- Correct after_tax CHP results

## v3.2.0
Expand Down
4 changes: 2 additions & 2 deletions julia_src/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -729,9 +729,9 @@ uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

[[deps.REopt]]
deps = ["ArchGDAL", "CSV", "CoolProp", "DataFrames", "Dates", "DelimitedFiles", "HTTP", "JLD", "JSON", "JuMP", "LinDistFlow", "LinearAlgebra", "Logging", "MathOptInterface", "Requires", "Roots", "Statistics", "TestEnv"]
git-tree-sha1 = "e0f05ebbc7a7c4e8117d03f6900d93aa310e9d81"
git-tree-sha1 = "09bf72fce9a954f219e3ac3129ab83221fb21ff1"
uuid = "d36ad4e8-d74a-4f7a-ace1-eaea049febf6"
version = "0.37.1"
version = "0.37.2"

[[deps.Random]]
deps = ["SHA", "Serialization"]
Expand Down

0 comments on commit cc9f873

Please sign in to comment.