mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 08:18:51 -06:00
Add 0.4 docs
This commit is contained in:
31
0.4/tutorials/example_s1.json
Normal file
31
0.4/tutorials/example_s1.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"Parameters": {
|
||||
"Version": "0.4",
|
||||
"Time horizon (h)": 4,
|
||||
"Scenario name": "s1",
|
||||
"Scenario weight": 3.0
|
||||
},
|
||||
"Buses": {
|
||||
"b1": {
|
||||
"Load (MW)": [100, 150, 200, 250]
|
||||
}
|
||||
},
|
||||
"Generators": {
|
||||
"g1": {
|
||||
"Bus": "b1",
|
||||
"Type": "Thermal",
|
||||
"Production cost curve (MW)": [0, 200],
|
||||
"Production cost curve ($)": [0, 1000],
|
||||
"Initial status (h)": -24,
|
||||
"Initial power (MW)": 0
|
||||
},
|
||||
"g2": {
|
||||
"Bus": "b1",
|
||||
"Type": "Thermal",
|
||||
"Production cost curve (MW)": [0, 300],
|
||||
"Production cost curve ($)": [0, 3000],
|
||||
"Initial status (h)": -24,
|
||||
"Initial power (MW)": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user