Skip to content

Commit

Permalink
correct damage_simulation() arguments in example
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobetzel committed Oct 9, 2017
1 parent e9d3960 commit 97dfe37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/code/output_paper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -72,4 +72,4 @@ def base_case():
print("SCC: ", c.price(0, m_opt[0], 0))

if __name__ == "__main__":
base_case()
base_case()

0 comments on commit 97dfe37

Please sign in to comment.