-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update SIIP to Sienna * Fix typo * Minimal changes to make PowerSystems tests pass * Remove all VariableCost references from code * Convert systems to 4.0.0, replace validation descriptors - Load and re-serialize systems, relying on PowerSystems' automatic conversion to bring them up to date - Replace each validation descriptors file with a fresh up-to-date version created by serializing a system from scratch * Necessary cost changes to make PSB tests pass * Accommodate FunctionData move to InfrastructureSystems * Use new operational cost structs * Remove more old costs * Convert systems again to use updated costs - Load and re-serialize systems again, relying on PowerSystems' automatic conversion to bring them up to date - Replace each validation descriptors file with a fresh up-to-date version created from `System(100.).data.validation_descriptors` * Make final cost adjustments to make tests pass * Update type of bid cost * Use cost aliases * Revert PSY cost structs in time series * Revert PSY cost structs in time series: hybrid cost * add file with generation cost data * add cost data with time series * amend data * add market bid cases * fix typo for fuel incremental * update storage * typo average to incremental * update battery specification * update storage and renfix names * update rate to rating in lines for jsons * update ORDC cost to natural units * remove time series for ordc --------- Co-authored-by: GabrielKS <[email protected]> Co-authored-by: Daniel Thom <[email protected]> Co-authored-by: rodrigomha <[email protected]>
- Loading branch information
1 parent
0ae64e1
commit 608ee90
Showing
20 changed files
with
720 additions
and
97 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
2 changes: 1 addition & 1 deletion
2
psid_tests/data_examples/threebus_sys_validation_descriptors.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"name": "", | ||
"description": "", | ||
"frequency": 60, | ||
"time_series_resolution_milliseconds": 0, | ||
"component_counts": [ | ||
{ | ||
"type": "ACBus", | ||
"count": 9 | ||
}, | ||
{ | ||
"type": "Arc", | ||
"count": 9 | ||
}, | ||
{ | ||
"type": "Area", | ||
"count": 1 | ||
}, | ||
{ | ||
"type": "DynamicGenerator{AndersonFouadMachine, SingleMass, AVRTypeII, TGTypeI, PSSFixed}", | ||
"count": 3 | ||
}, | ||
{ | ||
"type": "Line", | ||
"count": 6 | ||
}, | ||
{ | ||
"type": "LoadZone", | ||
"count": 1 | ||
}, | ||
{ | ||
"type": "PowerLoad", | ||
"count": 3 | ||
}, | ||
{ | ||
"type": "ThermalStandard", | ||
"count": 3 | ||
}, | ||
{ | ||
"type": "Transformer2W", | ||
"count": 3 | ||
} | ||
], | ||
"time_series_counts": [ | ||
] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
2 changes: 1 addition & 1 deletion
2
psid_tests/data_tests/WECC_240_dynamic_validation_descriptors.json
Large diffs are not rendered by default.
Oops, something went wrong.
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.