Can FUND calculate SCC for a Single Region?

The FUND readme page MimiFUND.jl/README.md at master · fund-model/MimiFUND.jl · GitHub
shows that the SCC can be calculated using ;
scco2_values = MimiFUND.compute_sc(year = 2020, gas = :CO2, eta = 1.0, prtp = 0.01) with several parameter including with equity weighting normalized to any region. This is for the entire world.
Is it possible to calculate the SCC for a single region only?

The SSC for a single region likely can be calculated using “return_mm = true” and accessing the loss from a single region from the marginal model.

1 Like