firedrakeproject / gusto

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

Remove `complex-proxy` once it's available somewhere common #526

Open JHopeCollins opened 3 months ago

JHopeCollins commented 3 months ago

The complex_proxy module from was used to refactor the REXI code in #520. To avoid Gusto depending on asQ the whole module and tests were copied over from asQ. This duplicates code and means that any updates to the module need to be manually added in both repositories.

We're going to look at making complex_proxy available standalone without needing all of asQ (https://github.com/firedrakeproject/asQ/issues/199). Once this is done Gusto should use this version and remove the local copy.