firedrakeproject / gusto

Three dimensional atmospheric dynamical core using the Gung Ho numerics.
http://firedrakeproject.org/gusto/
MIT License
10 stars 10 forks source link

Simultaneous transport in SIQN #502

Open ta440 opened 5 months ago

ta440 commented 5 months ago

Allow conservative transport with the SIQN timestepper. To do this, the variables involved in the conserved transport (mixing ratio(s) and the reference density) are passed as a list into a single time discretisation instance. The transport step for this will evolve the whole mixed space, with any variables not in the list having no transport, so will remain at their existing values.