mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 07:48:50 -06:00
Implement global disposal limits
This commit is contained in:
12
test/fixtures/boat_example.json
vendored
12
test/fixtures/boat_example.json
vendored
@@ -12,28 +12,32 @@
|
||||
"transportation energy (J/km/tonne)": 7500,
|
||||
"transportation emissions (tonne/km/tonne)": {
|
||||
"CO2": 2.68
|
||||
}
|
||||
},
|
||||
"disposal limit (tonne)": null
|
||||
},
|
||||
"Wood": {
|
||||
"transportation cost ($/km/tonne)": 0.3,
|
||||
"transportation energy (J/km/tonne)": 7500,
|
||||
"transportation emissions (tonne/km/tonne)": {
|
||||
"CO2": 2.68
|
||||
}
|
||||
},
|
||||
"disposal limit (tonne)": null
|
||||
},
|
||||
"NewBoat": {
|
||||
"transportation cost ($/km/tonne)": 0.3,
|
||||
"transportation energy (J/km/tonne)": 7500,
|
||||
"transportation emissions (tonne/km/tonne)": {
|
||||
"CO2": 2.68
|
||||
}
|
||||
},
|
||||
"disposal limit (tonne)": null
|
||||
},
|
||||
"UsedBoat": {
|
||||
"transportation cost ($/km/tonne)": 0.3,
|
||||
"transportation energy (J/km/tonne)": 7500,
|
||||
"transportation emissions (tonne/km/tonne)": {
|
||||
"CO2": 2.68
|
||||
}
|
||||
},
|
||||
"disposal limit (tonne)": null
|
||||
}
|
||||
},
|
||||
"centers": {
|
||||
|
||||
Reference in New Issue
Block a user