From d76c7172cdc346766d31991c43139ccc525cdffb Mon Sep 17 00:00:00 2001 From: Andrejh Date: Mon, 21 Feb 2022 14:42:18 +0100 Subject: [PATCH] change to 500m3/h --- cara/short_range_plots/model_scenarios.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cara/short_range_plots/model_scenarios.py b/cara/short_range_plots/model_scenarios.py index d90c75da..dee31201 100644 --- a/cara/short_range_plots/model_scenarios.py +++ b/cara/short_range_plots/model_scenarios.py @@ -62,7 +62,7 @@ def exposure_module_without_short_range(activity: str, expiration: str, mask: st room=models.Room(volume=100, humidity=0.5), ventilation=models.AirChange( active=models.SpecificInterval(((0, 24),)), - air_exch=0.25, + air_exch=500/100, ), infected=mc.InfectedPopulation( number=1, @@ -100,7 +100,7 @@ def exposure_module_with_short_range(activity: str, expiration: str, mask: str, room=models.Room(volume=100, humidity=0.5), ventilation=models.AirChange( active=models.SpecificInterval(((0, 24),)), - air_exch=0.25, + air_exch=500/100, ), infected=mc.InfectedPopulation( number=1,