ShallowWaters.jl icon indicating copy to clipboard operation
ShallowWaters.jl copied to clipboard

A type-flexible shallow water model that can run with 16-bit arithmetic.

Results 4 ShallowWaters.jl issues
Sort by recently updated
recently updated
newest added

@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...

forcing
diffusion

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....

bug
output

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 @...

topography
user interface