firedrakeproject / gusto

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

Revamp examples #541

Closed tommbendall closed 1 month ago

tommbendall commented 2 months ago

This revamps our examples, making them follow the structure now used in the case studies repository.

Examples are organised as functions, which should allow them to be easily run from the command line or through pytest. They all follow a common pattern.

I also realised that our hydrostatic examples don't use the hydrostatic equations. I've tried to turn them on but this has exposed errors which I will probably fix in a different PR.