A fast pseudospectral solver for the Sawyer-Eliassen equation.
- Solves the forced Sawyer-Eliassen equation.
- Utilises pseudospectral discretisation and implicit time-stepping.
- Run relatively large simulations (e.g. 1024x1024 grid) in a matter of minutes on a laptop.
SawyerEliassenSolver.jl can be installed using the Julia package manager.
julia> using Pkg
julia> Pkg.add("SawyerEliassenSolver")Important
Julia 1.8 or later is required
SawyerEliassenSolver.jl is tested on Julia 1.8–1.11.