Skip to content

Commit f5c9954

Browse files
committed
add reference to ShallowWaters.jl
1 parent 59323ec commit f5c9954

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

paper/paper.bib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,13 @@ @misc{duchenewaterwaves1d
363363
doi={10.5281/zenodo.7142921}
364364
}
365365

366+
@misc{klowershallowwaters,
367+
title={ShallowWaters.jl - A type-flexible 16-bit shallow water model},
368+
author={Klöwer, Milan},
369+
howpublished={\url{https://github.com/milankl/ShallowWaters.jl}},
370+
doi={10.5281/zenodo.3626102}
371+
}
372+
366373

367374
@article{ketcheson2019relaxation,
368375
title = {

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ and the HySEA family of codes ([https://edanya.uma.es/hysea/](https://edanya.uma
9090
focus on operational, production-grade simulations while DispersiveShallowWater.jl is aimed at developing and comparing models and numerical methods.
9191
The widely used coastal/tsunami models mentioned above offer similar capabilities for some of the relevant equations but may not include all the features and tools available in DispersiveShallowWater.jl and rely on different numerical methods and approaches.
9292
Other Julia packages, such as Oceananigans.jl [@ramadhan2020oceananigans], GeophysicalFlows.jl [@GeophysicalFlowsJOSS],
93-
SpectralWaves.jl [@paprota2025spectralwaves], WaterWaves1D.jl [@duchenewaterwaves1d], and TrixiShallowWater.jl [@winters2025trixi],
93+
SpectralWaves.jl [@paprota2025spectralwaves], ShallowWaters.jl [@klowershallowwaters], and TrixiShallowWater.jl [@winters2025trixi],
9494
also provide tools for simulating shallow water and dispersive wave phenomena, but differ in their focus, supported models, and numerical methods.
9595
While some research papers offer supplementary code, these are typically limited to small scripts intended for reproducing specific results and are not
9696
developed as general-purpose software libraries.

0 commit comments

Comments
 (0)