Actual ICU case numbers exceed model's ICU bed capacity in some cases #621
Labels
help wanted
Extra attention is needed
s:data
Scope: related to data retrieval, parsing, transformation, storage, update
t:bug
Type: bug, error
t:talk
Type: discussion of the application or the science behind it
🐛 Bug Report
The number of actual cases in ICU sometimes exceeds the models ICU bed capacity (for instance in the ESP-Madrid scenario).
How to reproduce
Steps to reproduce the issue:
😯 Current Behavior
The model ICU bed capacity is below the official number of cases in ICU
🤔 Expected Behavior
The model's ICU bed capacity should not be below the official number
💁 Possible Solution
You could have a condition in the model whereby the models bed capacity can never be below the officially reported number of current ICU cases. I guess it would be an easy thing to do that when a scenario loads you perform a quick check of whether the maximum of ICU cases exceeds the model's preset ICU bed capacity and if so to simply adjust the model capacity to match the maximum in the data. Of course the user can always adjust the number manually but some may not see it and therefore get bad results.
🔦 Context
As you penalize ICU overflow with an increased mortality (severity parameter is set to 2 by default), this will overestimate your mortalities in some cases. You can of course adjust it by: (i) setting the severity parameter to 1 but this means that overflows down the road will not be penalized, or (ii) you can simply increase the bed capacity manually (if the user is aware of the issue).
💻 Code Sample
🌍 Your Environment
no relevant
Related
The text was updated successfully, but these errors were encountered: