Skip to content

Units for Disaggregated Output from Mimi.GIVE  #56

Description

@lrennels

Reposting from Mimi forum since the question is MimiGIVE specific

What are the exact data definitions and units for MimiGIVE default, and disaggregated outputs (e.g., damages, marginal damages, co2, temperature)?

I am asking because when I ran 10,000 draws of the model with a 1Gt emissions pulse, the marginal damages for the US seem implausibly small under the data definition given in the output README.

In particular, median of the agricultural marginal damages are 1.16E-03; the README seems to suggest that the units are in 2005 USD $.

The code I used to get my draws was the following:

using Mimi 
using MimiGIVE


discount_rates = [(label="Ramsey", prtp=0.0046, eta=1.42)] 
save_list = [(:temperature, :T), (:co2_cycle, :co2)]
pulse_size = 1.

# 1Gt of C for CO2, 1Mt of CH4, and 1Mt of N2O.
result = MimiGIVE.compute_scc(year = 2024, discount_rates = discount_rates, n = 10000, save_list = save_list, save_cpc = true, compute_disaggregated_values=true, pulse_size = pulse_size, output_dir = "XX")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions