From 61a6f296f19648b6dfa403675633e4c5046a72cf Mon Sep 17 00:00:00 2001 From: Andrejh Date: Fri, 16 Apr 2021 12:17:46 +0200 Subject: [PATCH] new run code lines --- cara/mc-output.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cara/mc-output.py b/cara/mc-output.py index 2c186587..180a363f 100644 --- a/cara/mc-output.py +++ b/cara/mc-output.py @@ -97,3 +97,9 @@ from cara.model_scenarios import * # colors=['tomato', '#1f77b4', 'limegreen'], # title='Shared office scenario', # vl_points=200) + +#compare_concentration_curves([classroom_model_no_vent[1], classroom_model[1], classroom_model_with_hepa[1], classroom_model_full_open_multi[1]], +# labels=['Windows closed', 'Windows open (for 10min every 2h)', 'Windows open (for 10min every 2h) + HEPA', 'Multiple windows open (at all times)'], +# colors=['tomato','#1f77b4', 'seagreen', 'limegreen'], +# title='Median concentration of infectious quantum and\ncumulative dose ($\mathrm{qD}$) over exposure time' +# ) \ No newline at end of file