Skip to content

Commit

Permalink
Merge pull request #641 from mgharamti/seir
Browse files Browse the repository at this point in the history
Adding a new SEIR model that simulates Infectious Diseases
  • Loading branch information
hkershaw-brown authored Mar 11, 2024
2 parents 77bb8c2 + 338da5b commit 50e8165
Show file tree
Hide file tree
Showing 10 changed files with 1,122 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ individual files.

The changes are now listed with the most recent at the top.

**March 11 2024 :: SEIR model for infectious diseases. Tag v11.1.0**

- Added SEIR model which simulates the spread of infectious diseases, for example COVID-19.

**February 13 2024 :: Fortran Standards. Tag v11.0.3**

- Replace f2kcli with Fortran intrinsics for command line arguments.
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'Data Assimilation Research Section'

# The full version, including alpha/beta/rc tags
release = '11.0.3'
release = '11.1.0'
root_doc = 'index'

# -- General configuration ---------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ References
models/POP/dart_pop_mod
models/ROMS/readme
models/rose/readme
models/seir/readme
models/simple_advection/readme
models/sqg/readme
models/template/new_model
Expand Down
1 change: 1 addition & 0 deletions models/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ DART supported models:
- :doc:`POP/readme`
- :doc:`ROMS/readme`
- :doc:`rose/readme`
- :doc:`seir/readme`
- :doc:`simple_advection/readme`
- :doc:`sqg/readme`
- :doc:`tiegcm/readme`
Expand Down
Loading

0 comments on commit 50e8165

Please sign in to comment.