mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 23:58:51 -06:00
Allow plants to store input material for later years
This commit is contained in:
39
test/fixtures/storage.json
vendored
Normal file
39
test/fixtures/storage.json
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"parameters": {
|
||||
"time horizon (years)": 3
|
||||
},
|
||||
"products": {
|
||||
"battery": {
|
||||
"initial amounts": {
|
||||
"Chicago": {
|
||||
"latitude (deg)": 0.0,
|
||||
"longitude (deg)": 0.0,
|
||||
"amount (tonne)": [100.0, 0.0, 0.0]
|
||||
}
|
||||
},
|
||||
"transportation cost ($/km/tonne)": [0.01, 0.01, 0.01]
|
||||
}
|
||||
},
|
||||
"plants": {
|
||||
"mega plant": {
|
||||
"input": "battery",
|
||||
"locations": {
|
||||
"Chicago": {
|
||||
"latitude (deg)": 0.0,
|
||||
"longitude (deg)": 0.0,
|
||||
"storage": {
|
||||
"cost ($/tonne)": [2.0, 1.5, 1.0],
|
||||
"limit (tonne)": 50.0
|
||||
},
|
||||
"capacities (tonne)": {
|
||||
"100": {
|
||||
"opening cost ($)": [0.0, 0.0, 0],
|
||||
"fixed operating cost ($)": [0.0, 0.0, 0.0],
|
||||
"variable operating cost ($/tonne)": [10.0, 5.0, 2.0]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user