climate_metrics.cumulative_radiative_forcing#

climate_metrics.cumulative_radiative_forcing(time_horizon, emissions, GHG, step_size, annual=False)#

Computes the cumulative radiative forcing in reponse to an emission scenario.

This is a wrapper around _dynamic_AGWP providing a more user-friendly name.

When emissions is a single value, instead of a temporal emission scenario, temperature_response returns the same result as AGWP.

Parameters
time_horizonint

The time at which the temperature response is computed.

emissionsndarray

Emissions in kg of a GHG.

GHGstr
step_sizefloat or int

The step size used to generate the time axis.