BDI-pathogens / OpenABM-Covid19

OpenABM-Covid19: an agent-based model for modelling the spread of SARS-CoV-2 (coronavirus) and control interventions for the Covid-19 epidemic
GNU General Public License v3.0
114 stars 76 forks source link

Recent updates involving hospital model #94

Closed aaron-scheffler closed 4 years ago

aaron-scheffler commented 4 years ago

Hello,

I am getting caught up with some of the model developments, including the addition of the hospital model.

Is it still possible to run the IBM without the detailed hospital modeling, for example by setting read_hospital_param_file = False?

Or does this default the model a set of predefined parameters for the hospital model?

Thank you and best regards, Aaron

roberthinch commented 4 years ago

As long as hospital_model_on=False in the main parameters then it can be run with read_hospital_param_file = False. This is currently the default but will change in a few weeks once the hospital model is calibrated.

We've updated the examples in PR #93 so that they point to the default files.