-
Notifications
You must be signed in to change notification settings - Fork 10
/
week_earlier.yml
62 lines (59 loc) · 2.19 KB
/
week_earlier.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Utility parameters for the microsimulation (python) part.
# These can also be passed as command line arguments
microsim:
scenario: "WeekEarlierScenario" # name for scenario directory
iterations: 80 # Number of model iterations. 0 means just run the initialisation.
data-dir: devon_data # Root directory to load data from
output: true # Whether to generate output or not
output-every-iteration: false # Can optionally write output at every iteration, not just at the end
debug: false # Whether to run some more expensive checks
repetitions: 1 # How many times to run the model
lockdown-file: "google_mobility_lockdown_daily_14_day_moving_average_week_earlier.csv" # Read lockdown mobility data from a file? (Empty string means no lockdown)
quant-dir: QUANT_RAMP # Directory to QUANT data, leave empty to use Devon data
# Parameters that are used to calibrate the model.
# These can only be passed using the parameters file
microsim_calibration:
# These multiply the amount of hazard that individuals pass on to shops etc:
hazard_individual_multipliers:
presymptomatic: 1.0
asymptomatic: 0.25
symptomatic: 1.0
# Different locations can also have their own multipliers (e.g. to make it easier to pass the disease on to shops than schools)
hazard_location_multipliers:
Retail: 1.0
PrimarySchool: 1.0
SecondarySchool: 1.0
Home: 1.0
Work: 1.0
# This multiplies the risk received as individuals visit shops etc.
risk_multiplier: 1.0
disease: # This is where the parameter for the disease model (the R part) can go (same format the 'microsim_calibration' above)
current_risk_beta: 0.00555
risk_cap: 5
seed_days: 5
exposed_dist: "weibull"
exposed_mean: 2.56
exposed_sd: 0.72
presymp_dist: "weibull"
presymp_mean: 2.3
presymp_sd: 0.35
infection_dist: "lognormal"
infection_mean: 17
infection_sd: 1.3
output_switch: TRUE
rank_assign: FALSE
local_outbreak_timestep: 7
local_outbreak: FALSE
msoa_infect: "E02004161"
number_people_local: 100
local_prob_increase: 1.0
overweight_sympt_mplier: 1
obesity_40: 1.48
obesity_35: 1.48
obesity_30: 1.48
overweight: 1
cvd: 1
diabetes: 1
bloodpressure: 1
improve_health: FALSE
set_seed: FALSE