mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 07:48:50 -06:00
Add emission limits and penalties
This commit is contained in:
10
test/fixtures/simple.json
vendored
10
test/fixtures/simple.json
vendored
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user