Iso-velocity, pressure-release surface, fluid half-space seabed, no seabed absorption (no leaky modes)
Differentiability
ForwardDiff
PekerisModeSolver(env; ngrid=0, nmodes=0)
A fast differentiable mode propagation model that only supports iso-velocity constant depth environments.
ngrid is the number of grid points to use for modal root finding for fluid bottom environments. If ngrid is too small, the mode solver may miss some modes. If ngrid is too large, the mode solver may take a long time to converge. The default value of ngrid of 0 will use a heuristic to automatically determine the number of grid points to use.
nmodes controls the maximum number of modes computed. Setting nmodes to 0 causes all propagating modes to be computed.
Implementation largely based on mathematical description in:
M. B. Porter, “The KRAKEN normal mode program”, Technical report NRL/MR/5120-92-6920, Naval Research Laboratory, 1992 (pdf).
Tip
The theory of modal models is summarized in a brief note “On modal models”. It provides an overview of the key concepts and mathematical formulations, as implemented in this model.
While the PekerisModeSolver is range-independent by itself, it can be made range-dependent by using AdiabaticExt as shown in the example below.