From bc3db021f60ba14125823ac087f550781a88cba8 Mon Sep 17 00:00:00 2001 From: Andrejh Date: Tue, 17 Aug 2021 11:14:57 +0200 Subject: [PATCH] take out the 0.25 ACH inflitration ventilation for the IGH paper --- cara/model_scenarios_IGH_paper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cara/model_scenarios_IGH_paper.py b/cara/model_scenarios_IGH_paper.py index 60a85592..4d5ef4f4 100644 --- a/cara/model_scenarios_IGH_paper.py +++ b/cara/model_scenarios_IGH_paper.py @@ -1000,7 +1000,7 @@ classroom_model_IGH_with_mask_windows_closed_1HEPA = [MCExposureModel( ventilations=( models.AirChange( active=models.PeriodicInterval(period=120, duration=120), - air_exch=0.25, + air_exch=0., ), models.HEPAFilter(active=models.PeriodicInterval(period=120, duration=120), q_air_mech=430) @@ -1031,7 +1031,7 @@ classroom_model_IGH_with_mask_windows_closed_2HEPA = [MCExposureModel( ventilations=( models.AirChange( active=models.PeriodicInterval(period=120, duration=120), - air_exch=0.25, + air_exch=0., ), models.HEPAFilter(active=models.PeriodicInterval(period=120, duration=120), q_air_mech=860)