ShallowWaters.jl
ShallowWaters.jl copied to clipboard
A type-flexible shallow water model that can run with 16-bit arithmetic.
@swilliamson7 One other thing I'd try is to not add your `S_u, S_v` to `momentum_u, momentum_v` (which are executed on every RK substep) but to here and also only evaluate...
When setting the keyword `output=true` in `run_model` I get the following error: ```julia julia> include("run_script.jl") WARNING: replacing module ShallowWaters. WARNING: using ShallowWaters.Parameter in module Main conflicts with an existing identifier....
In `default_parameters.jl`there seems to be an option for `topography="bathtub"`, but when setting this in `run_model` I get the error: ```julia ERROR: LoadError: AssertionError: Topography 'bathtub' unsupported Stacktrace: [1] Parameter @...