Add emission limits and penalties

This commit is contained in:
2025-09-17 15:03:51 -05:00
parent 003922ac70
commit f35c84abe9
8 changed files with 183 additions and 38 deletions

View File

@@ -155,5 +155,15 @@
],
"initial capacity (tonne)": 0
}
},
"emissions": {
"CO2": {
"limit (tonne)": [1000.0, 1100.0, 1200.0, 1300.0],
"penalty ($/tonne)": [50.0, 55.0, 60.0, 65.0]
},
"CH4": {
"limit (tonne)": null,
"penalty ($/tonne)": 1200.0
}
}
}