diff --git a/common_params.yaml b/common_params.yaml index 3cc4543..95f909b 100644 --- a/common_params.yaml +++ b/common_params.yaml @@ -46,6 +46,9 @@ global GDP trajectory: # Growth on an annualized basis - [{year: 2020, month: 5, day: 1}, -0.10] - [{year: 2020, month: 10, day: 1}, 0.0] - [{year: 2021, month: 2, day: 1}, 0.03] + - [{year: 2021, month: 6, day: 1}, 0.06] + - [{year: 2021, month: 12, day: 1}, 0.04] + - [{year: 2022, month: 6, day: 1}, 0.03] ############################################################### # diff --git a/io_config.yaml b/io_config.yaml index 3610470..b970c65 100644 --- a/io_config.yaml +++ b/io_config.yaml @@ -88,11 +88,11 @@ calib: public-health-response: # Fractional reduction in final demand when social distancing fully effective social-distance-sensitivity: - public_facing: 0.10 - other: 0.05 + public_facing: 0.04 + other: 0.01 # Fractional reduction in final demand when travel bans are in place travel-ban-sensitivity: - public_facing: 0.05 + public_facing: 0.02 # Fractional increase/reduction in final demand due to excess/deficit hospital visits hospitalization-sensitivity: - social_support: 0.1 + social_support: 0.02