Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lrennels authored Jun 4, 2021
1 parent d38225d commit 87d210c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,9 @@ marginal_temp = result.mm[:climatedynamics, :temp] # marginal results from the

### Pulse Size Details

By default, MimiFUND will calculate the SCC using a marginal emissions pulse of 10 GtCO2 spread over ten years, or 1 GtCO2 per year. Regardless of this pulse size, the SC will be returned in units of dollars per ton. This choice of pulse size and duration is a decision made based on experiments with stability of results and moving from continuous to discretized equations, and can be found described further in the literature around FUND.
By default, MimiFUND will calculate the SCC using a marginal emissions pulse of 10 GtCO2 spread over ten years, or 1 GtCO2 per year. Regardless of this pulse size, the SC will be returned in units of dollars per ton. This choice of pulse size and duration is a decision made based on experiments with stability of results and moving from continuous to discretized equations, and can be found described further in the literature around FUND.

If you wish to alter this pulse size, it is an optional keyword argument to the `compute_sc` function where `pulse_size` controls the size of the marginal emission pulse.

For a deeper dive into the machinery of this function, see the forum conversation [here](https://forum.mimiframework.org/t/mimifund-emissions-pulse/153/9) and the docstrings in `new_marginaldamage.jl`.
If you wish to alter this pulse size, it is an optional keyword argument to the `compute_sc` function where `pulse_size` controls the size of the marginal emission pulse. For a deeper dive into the machinery of this function, see the forum conversation [here](https://forum.mimiframework.org/t/mimifund-emissions-pulse/153/9) and the docstrings in `new_marginaldamage.jl`.

## Versions and academic use policy

Expand Down

0 comments on commit 87d210c

Please sign in to comment.