edoddridge / aronnax

An idealised isopycnal model that can be run either with n+1/2 layers, or with n layers and variable bathymetry.
http://aronnax.readthedocs.io/en/latest/
MIT License
23 stars 5 forks source link

Refactor timestepping into separate module #182

Closed edoddridge closed 6 years ago

edoddridge commented 6 years ago

I have a plan for some work that will require additional timestepping algorithms. To facilitate this it would be good to abstract the timestepping into a subroutine and then refactor it into a separate module. This is similar to the way in which #181 refactors the advection algorithms into a separate module.