nzo-heschel/MillionSuns

Scenario Emissions Calculation

Closed this issue · 2 comments

This task has three parts:

  • Identify the required parameters related to pollution, and write a small doc about each of them. This also includes a sensible default value and its source.
  • Figure out the model for emissions (is it anything more complex than kw * (emissions / kw)?) from the original model
  • Calculate the emissions for a given mix of energy sources - coal, gas, etc.

Turns out that emissions is simply multiplying a number by a certain ratio, so this should be very simple :)

doing this rn