Implement transportation emissions

This commit is contained in:
2025-09-17 12:11:52 -05:00
parent ca06db2870
commit 157cd500ef
8 changed files with 212 additions and 41 deletions

View File

@@ -11,7 +11,8 @@
"transportation cost ($/km/tonne)": 0.3,
"transportation energy (J/km/tonne)": 7500,
"transportation emissions (tonne/km/tonne)": {
"CO2": 2.68
"CO2": 2.68,
"NH4": 1.02
},
"disposal limit (tonne)": null
},
@@ -19,7 +20,8 @@
"transportation cost ($/km/tonne)": 0.3,
"transportation energy (J/km/tonne)": 7500,
"transportation emissions (tonne/km/tonne)": {
"CO2": 2.68
"CO2": 2.68,
"NH4": 1.02
},
"disposal limit (tonne)": null
},
@@ -27,7 +29,8 @@
"transportation cost ($/km/tonne)": 0.3,
"transportation energy (J/km/tonne)": 7500,
"transportation emissions (tonne/km/tonne)": {
"CO2": 2.68
"CO2": 2.68,
"NH4": 1.02
},
"disposal limit (tonne)": null
},
@@ -35,7 +38,8 @@
"transportation cost ($/km/tonne)": 0.3,
"transportation energy (J/km/tonne)": 7500,
"transportation emissions (tonne/km/tonne)": {
"CO2": 2.68
"CO2": 2.68,
"NH4": 1.02
},
"disposal limit (tonne)": null
}