You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
749 B
31 lines
749 B
{
|
|
"Parameters": {
|
|
"Version": "0.4",
|
|
"Time horizon (min)": 15,
|
|
"Time step (min)": 15
|
|
},
|
|
"Buses": {
|
|
"b1": {
|
|
"Load (MW)": [450]
|
|
}
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
}
|