Update docs

This commit is contained in:
2024-05-21 10:30:17 -05:00
parent a2948810e7
commit 7047558cb5
29 changed files with 903 additions and 185 deletions

30
0.4/tutorials/rt_5.json Normal file
View File

@@ -0,0 +1,30 @@
{
"Parameters": {
"Version": "0.4",
"Time horizon (min)": 15,
"Time step (min)": 15
},
"Buses": {
"b1": {
"Load (MW)": [400]
}
},
"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
}
}
}