Skip to content

Commit

Permalink
Merge pull request #64 from mikhailsirenko/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mikhailsirenko authored Mar 14, 2024
2 parents e7448c2 + 6130ee9 commit 9eb29eb
Show file tree
Hide file tree
Showing 19 changed files with 981 additions and 8,230 deletions.
2,792 changes: 0 additions & 2,792 deletions analysis/Dominica/business-as-usual.ipynb

This file was deleted.

2,702 changes: 0 additions & 2,702 deletions analysis/Saint Lucia/bussiness-as-usual.ipynb

This file was deleted.

1,941 changes: 0 additions & 1,941 deletions analysis/Saint Lucia/policy_analysis.ipynb

This file was deleted.

Empty file removed config/DummyCountry.yaml
Empty file.
55 changes: 44 additions & 11 deletions config/Nigeria.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# --------------------------------- Constants -------------------------------- #
constants:
# Case study params
country: Nigeria
regions:
- 'Abia'
Expand Down Expand Up @@ -38,27 +39,59 @@ constants:
- 'Taraba'
- 'Yobe'
- 'Zamfara'
avg_prod: 0.35
inc_exp_growth: 0.02
cons_util: 1.5
disc_rate: 0.04
is_conflict: False

# Disaster params
disaster_type: flood
return_per: 10
add_inc_loss: false
pov_bias: 1.0
calc_exposure_params:
pov_bias_rnd_distr: uniform
pov_bias_rnd_high: 1.5
pov_bias_rnd_low: 0.5
distr: uniform
high: 1.5
low: 0.5
identify_aff_params:
delta_pct: 0.075
delta_pct: 0.05
distr: uniform
high: 1.0
low: 0
num_masks: 10000
avg_prod: 0.35
inc_exp_growth: 0.02
cons_util: 1.5
disc_rate: 0.04
atol: 100000

# Recovery params
add_inc_loss: True
pov_bias: 1.0
lambda_incr: 0.01
yrs_to_rec: 10

# Randmoziation params
rnd_house_vuln_params:
randomize: True
distr: uniform
low: 0.8
high: 1.2
thresh: 0.9
rnd_inc_params:
randomize: True
distr: uniform
delta: 0.1
rnd_sav_params:
randomize: True
distr: uniform
avg: 0.0204
delta: 0.02
rnd_rent_params:
randomize: True
distr: uniform
avg: 0.43 # Assumption source: https://livingcost.org/cost/dominica
delta: 0.1
min_households: 5000
atol: 100000

# Misc params
save_households: False
save_consumption_recovery: True

# ------------------------------- Policy levers ------------------------------ #
# The naming convention is: <target group> + <top up percentage>
Expand Down
Loading

0 comments on commit 9eb29eb

Please sign in to comment.