-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix bug in storage fixed cost calculations In versions 2.0.0b3-2.0.5, fixed costs from all possible build years were applied each period, instead of only using the build years that are still in service in the current period. This increased the apparent cost of storage by approximately (study length) / (storage life). This commit fixes that bug. * update version number to 2.0.6 * prevent SyntaxWarning about using `is` with literal in Python 3.8+ * minor cosmetic changes * install only compatible versions of Pyomo and pyutilib * update CHANGELOG.md * Add basic graphing framework * Plot graphs side by side * Add subtitles, comments and refactor * Add graph for generation build * Improve graphing and generation * Improve carbon_policies graphing and refactor graphing framework to include compare() option * Fix compare mode * Refactor + make graphs gray * Split into switch graph and switch compare * Start adding planning reserves * Make planning reserves optional * Minor improvements * Create reserve capacity value csv * Allow negatives and values greater than 1 * Create outline of documentation * Start writing overview and Usage.md * Add documentation * Define technology type based on file * Add gen_buildout_per_tech.png * Add note on installation extras * Start creating dispatch plots * Improve dispatch and build-out graph * Add plot for dispatched electricity * Make graphing run automatically after solving * Fix circular import * Add documentation * Add costs graphs * Improve performance slightly * Fix setup.py * Migrate to pyomo 6.0.0 * Fix two more warnings * Improve performance * Make plotting packages mandatory * Properly print error messages * Make graphs work with non-wecc setup * Make --recommend unambigious * Add the timepoint weights to the outputs * Create v1 of duals plot * Fix errors in gen_buildout_per_tech plot * Add curtailment plots * Catch errors during saving * Add daily matrix plots * Fix dual values and its graph * Sort plots * Fix compare * Add example to tool usage * Small improvements based on PR review * Give a default to output_dir * Improve documentation * Add transmission capacity graph * Fix bug in matrix plots * Improve CA policies plots * Update CA policies costs since wasn't correct when first added * Improve plotting for examples
- Loading branch information
1 parent
c1dba00
commit 2b32ea9
Showing
10 changed files
with
255 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
139632004.93414935 | ||
136941837.16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.