firedrakeproject / gusto

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

Include b in the list of fields to linearise in the ShallowWaterEquations #470

Closed nhartney closed 8 months ago

nhartney commented 9 months ago

This pull request fixes a bug that meant that the buoyancy variable b in the thermal shallow water equations was being treated as an active tracer. It adds b to the list of fields in the linearisation in the ShallowWaterEquations class so that b is recognised as a prognostic field.