milankl / ShallowWaters.jl

A type-flexible shallow water model that can run with 16-bit arithmetic.
MIT License
115 stars 20 forks source link

New version with model_setup #178

Closed swilliamson7 closed 3 months ago

swilliamson7 commented 3 months ago

It seems like I need to open a new pull request to update the package version? This is the same as https://github.com/milankl/ShallowWaters.jl/pull/177 except I've now updated Project.toml to one version higher (hopefully I've understood what you did with the packages from last time). Once this has been merged I'll do the thing with Julia on the commit to update ShallowWaters

milankl commented 3 months ago

It seems like I need to open a new pull request to update the package version?

Yes, I've made pull requests and passing checks mandatory as it's a good practice.