-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_payload.json
54 lines (54 loc) · 941 Bytes
/
example_payload.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"load": 910,
"fuels":
{
"gas(euro/MWh)": 13.4,
"kerosine(euro/MWh)": 50.8,
"co2(euro/ton)": 20,
"wind(%)": 60
},
"powerplants": [
{
"name": "gasfiredbig1",
"type": "gasfired",
"efficiency": 0.53,
"pmin": 100,
"pmax": 460
},
{
"name": "gasfiredbig2",
"type": "gasfired",
"efficiency": 0.53,
"pmin": 100,
"pmax": 460
},
{
"name": "gasfiredsomewhatsmaller",
"type": "gasfired",
"efficiency": 0.37,
"pmin": 40,
"pmax": 210
},
{
"name": "tj1",
"type": "turbojet",
"efficiency": 0.3,
"pmin": 0,
"pmax": 16
},
{
"name": "windpark1",
"type": "windturbine",
"efficiency": 1,
"pmin": 0,
"pmax": 150
},
{
"name": "windpark2",
"type": "windturbine",
"efficiency": 1,
"pmin": 0,
"pmax": 36
}
]
}