diff --git a/docs/source/code/output_paper.py b/docs/source/code/output_paper.py index b1fd6fd..2073a29 100644 --- a/docs/source/code/output_paper.py +++ b/docs/source/code/output_paper.py @@ -16,7 +16,7 @@ df = DLWDamage(tree=t, bau=bau_default_model, cons_growth=0.015, ghg_levels=[450, 650, 1000], subinterval_len=5) df.damage_simulation(draws=4000000, peak_temp=6.0, disaster_tail=18.0, tip_on=True, - temp_map=1, temp_dist_params=None, maxh=100.0, cons_growth=0.015) + temp_map=1, temp_dist_params=None, maxh=100.0) from ezclimate.utility import EZUtility @@ -72,4 +72,4 @@ def base_case(): print("SCC: ", c.price(0, m_opt[0], 0)) if __name__ == "__main__": - base_case() \ No newline at end of file + base_case()