/*
An attempt to crudely model the effects of global climate feedback cycles on uncertainty in global warming projections
*/
// Based on data from The Breakthrought Institute: https://thebreakthrough.org/issues/energy/flattening-the-curve-of-future-emissions
baseline_eoc_warming = 2.2 to 6
current_policy_eoc_warming = 2.2 to 4.1
stated_policies_eoc_warming = 1.9 to 3.3
climate_feedback_parameter = 0.7 to 1.37
baseline_eoc_warming_with_feedback = baseline_eoc_warming ^
climate_feedback_parameter
current_policy_eoc_warming_with_feedback = current_policy_eoc_warming ^
climate_feedback_parameter
stated_policies_eoc_warming_with_feedback = stated_policies_eoc_warming ^
climate_feedback_parameter