Skip to content

Commit

Permalink
added note about growth rate
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed May 27, 2022
1 parent df34cc1 commit d6525c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdpopsim/catalog/HomSap/demographic_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1872,6 +1872,7 @@ def _ancient_europe():
T_Basal = 1500

# Growth rate and initial population size for present day from bronze age
# Growth rate is not listed in the paper, but from the author (@AliPearson)
r_EU = 0.067
N_Present = N_Bronze / math.exp(-r_EU * T_Bronze)

Expand Down

0 comments on commit d6525c2

Please sign in to comment.