mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-07 00:38:51 -06:00
Added minimum power to profiled generator
This commit is contained in:
@@ -314,6 +314,7 @@ function _from_json(json; repair = true)::UnitCommitmentScenario
|
||||
pu = ProfiledUnit(
|
||||
unit_name,
|
||||
bus,
|
||||
timeseries(scalar(dict["Minimum power (MW)"], default = 0.0)),
|
||||
timeseries(dict["Maximum power (MW)"]),
|
||||
timeseries(dict["Cost (\$/MW)"]),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user