WVTransformBoussinesq

3D hydrostatic Boussinesq model with arbitrary stratification solved


Overview

in wave-vortex space

Couple of different initialization paths: 1) You want to run this as a prognostic model and therefore want the chebyshev points automatically found for you Init([Lx Ly Lz], [Nx Ny Nz], latitude, rho)

2) You want to run this as a diagnostic model and therefore want to specify the depths and modes yourself Init([Lx Ly Lz], [Nx Ny Nz], latitude, rho, ‘zgrid’, z)

Topics