mirror of https://github.com/ANL-CEEESA/RELOG.git
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.
208 lines
4.7 KiB
208 lines
4.7 KiB
{
|
|
"parameters": {
|
|
"time horizon (years)": 1,
|
|
"building period (years)": [
|
|
1
|
|
],
|
|
"distance metric": "Euclidean"
|
|
},
|
|
"products": {
|
|
"Nail": {
|
|
"transportation cost ($/km/tonne)": 0.3,
|
|
"transportation energy (J/km/tonne)": 7500,
|
|
"transportation emissions (tonne/km/tonne)": {
|
|
"CO2": 2.68
|
|
}
|
|
},
|
|
"Wood": {
|
|
"transportation cost ($/km/tonne)": 0.3,
|
|
"transportation energy (J/km/tonne)": 7500,
|
|
"transportation emissions (tonne/km/tonne)": {
|
|
"CO2": 2.68
|
|
}
|
|
},
|
|
"NewBoat": {
|
|
"transportation cost ($/km/tonne)": 0.3,
|
|
"transportation energy (J/km/tonne)": 7500,
|
|
"transportation emissions (tonne/km/tonne)": {
|
|
"CO2": 2.68
|
|
}
|
|
},
|
|
"UsedBoat": {
|
|
"transportation cost ($/km/tonne)": 0.3,
|
|
"transportation energy (J/km/tonne)": 7500,
|
|
"transportation emissions (tonne/km/tonne)": {
|
|
"CO2": 2.68
|
|
}
|
|
}
|
|
},
|
|
"centers": {
|
|
"NailFactory (Chicago)": {
|
|
"input": null,
|
|
"outputs": [
|
|
"Nail"
|
|
],
|
|
"fixed output (tonne)": {
|
|
"Nail": 5
|
|
},
|
|
"variable output (tonne/tonne)": {
|
|
"Nail": 0
|
|
},
|
|
"revenue ($/tonne)": null,
|
|
"collection cost ($/tonne)": {
|
|
"Nail": 1000
|
|
},
|
|
"operating cost ($)": 0,
|
|
"disposal limit (tonne)": {
|
|
"Nail": 0
|
|
},
|
|
"disposal cost ($/tonne)": {
|
|
"Nail": 0
|
|
},
|
|
"latitude (deg)": 41.881832,
|
|
"longitude (deg)": -87.623177
|
|
},
|
|
"Forest (Chicago)": {
|
|
"input": null,
|
|
"outputs": [
|
|
"Wood"
|
|
],
|
|
"fixed output (tonne)": {
|
|
"Wood": 95
|
|
},
|
|
"variable output (tonne/tonne)": {
|
|
"Wood": 0
|
|
},
|
|
"revenue ($/tonne)": null,
|
|
"collection cost ($/tonne)": {
|
|
"Wood": 250
|
|
},
|
|
"operating cost ($)": 0,
|
|
"disposal limit (tonne)": {
|
|
"Wood": 0
|
|
},
|
|
"disposal cost ($/tonne)": {
|
|
"Wood": 0
|
|
},
|
|
"latitude (deg)": 41.881832,
|
|
"longitude (deg)": -87.623177
|
|
},
|
|
"Retail (Chicago)": {
|
|
"input": "NewBoat",
|
|
"outputs": [
|
|
"UsedBoat"
|
|
],
|
|
"fixed output (tonne)": {
|
|
"UsedBoat": 0
|
|
},
|
|
"variable output (tonne/tonne)": {
|
|
"UsedBoat": [
|
|
0.1,
|
|
0.25,
|
|
0.1
|
|
]
|
|
},
|
|
"revenue ($/tonne)": 300000,
|
|
"collection cost ($/tonne)": {
|
|
"UsedBoat": 100
|
|
},
|
|
"operating cost ($)": 125000,
|
|
"disposal limit (tonne)": {
|
|
"UsedBoat": 0
|
|
},
|
|
"disposal cost ($/tonne)": {
|
|
"UsedBoat": 0
|
|
},
|
|
"latitude (deg)": 41.881832,
|
|
"longitude (deg)": -87.623177
|
|
}
|
|
},
|
|
"plants": {
|
|
"BoatFactory (Chicago)": {
|
|
"input mix (%)": {
|
|
"Wood": 95,
|
|
"Nail": 5
|
|
},
|
|
"output (tonne)": {
|
|
"NewBoat": 1.0
|
|
},
|
|
"processing emissions (tonne)": {
|
|
"CO2": 5
|
|
},
|
|
"storage cost ($/tonne)": {
|
|
"Wood": 500,
|
|
"Nail": 200
|
|
},
|
|
"storage limit (tonne)": {
|
|
"Wood": 5,
|
|
"Nail": 1
|
|
},
|
|
"disposal cost ($/tonne)": {
|
|
"NewBoat": 0
|
|
},
|
|
"disposal limit (tonne)": {
|
|
"NewBoat": 0
|
|
},
|
|
"capacities": [
|
|
{
|
|
"size (tonne)": 200,
|
|
"opening cost ($)": 10000,
|
|
"fixed operating cost ($)": 1000,
|
|
"variable operating cost ($/tonne)": 5
|
|
},
|
|
{
|
|
"size (tonne)": 500,
|
|
"opening cost ($)": 20000,
|
|
"fixed operating cost ($)": 2000,
|
|
"variable operating cost ($/tonne)": 5
|
|
}
|
|
],
|
|
"initial capacity (tonne)": 0,
|
|
"latitude (deg)": 41.881832,
|
|
"longitude (deg)": -87.623177
|
|
},
|
|
"RecyclingPlant (Chicago)": {
|
|
"input mix (%)": {
|
|
"UsedBoat": 100
|
|
},
|
|
"output (tonne)": {
|
|
"Nail": 0.025,
|
|
"Wood": 0.475
|
|
},
|
|
"processing emissions (tonne)": {
|
|
"CO2": 5
|
|
},
|
|
"storage cost ($/tonne)": {
|
|
"UsedBoat": 0
|
|
},
|
|
"storage limit (tonne)": {
|
|
"UsedBoat": 0
|
|
},
|
|
"disposal cost ($/tonne)": {
|
|
"Nail": 0,
|
|
"Wood": 0
|
|
},
|
|
"disposal limit (tonne)": {
|
|
"Nail": 0,
|
|
"Wood": 0
|
|
},
|
|
"capacities": [
|
|
{
|
|
"size (tonne)": 50,
|
|
"opening cost ($)": 5000,
|
|
"fixed operating cost ($)": 500,
|
|
"variable operating cost ($/tonne)": 2.5
|
|
},
|
|
{
|
|
"size (tonne)": 500,
|
|
"opening cost ($)": 10000,
|
|
"fixed operating cost ($)": 1000,
|
|
"variable operating cost ($/tonne)": 2.5
|
|
}
|
|
],
|
|
"initial capacity (tonne)": 0,
|
|
"latitude (deg)": 41.881832,
|
|
"longitude (deg)": -87.623177
|
|
}
|
|
}
|
|
} |