Skip to content

Implement weather-dependent transmission model#150

Open
atmyers wants to merge 22 commits into
developmentfrom
weather_model
Open

Implement weather-dependent transmission model#150
atmyers wants to merge 22 commits into
developmentfrom
weather_model

Conversation

@atmyers

@atmyers atmyers commented Feb 27, 2026

Copy link
Copy Markdown
Contributor

This implements a model where temperature and humidity data affect disease transmission. The formula used is:

$$ p(T,AH) = p_{max} \exp(-\beta_{AH} * AH - \alpha_T * \max(0,T - T_0)) $$

where the meaning of the parameters is described in the documentation. To turn this on, add agent.do_weather=1 to your inputs file.

@atmyers atmyers marked this pull request as ready for review June 12, 2026 17:00
@atmyers atmyers requested a review from tannguyen153 June 12, 2026 19:26
Comment thread docs/source/usage/how_to_run.rst Outdated
Comment thread docs/source/usage/how_to_run.rst Outdated
Comment thread src/WeatherTransmissionModel.H Outdated
Comment thread src/WeatherTransmissionModel.H Outdated
Co-authored-by: Andrew Myers <atmyers@lbl.gov>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant