transformUVEtaToWaveVortex
transform fluid variables \((u,v,\eta)\) to wave-vortex coefficients \((A_+,A_-,A_0)\).
Declaration
[Ap,Am,A0] = transformUVEtaToWaveVortex(U,V,N,t)
Parameters
ux-component of the fluid velocityvy-component of the fluid velocitynscaled density anomalyt(optional) time of observations
Returns
Appositive wave coefficients at reference time t0Amnegative wave coefficients at reference time t0A0geostrophic coefficients at reference time t0
Discussion
This function is the WVTransform. It is a linear transformation denoted \(\mathcal{L}\).
This function is not intended to be used directly (although you can), and is kept here to demonstrate a simple implementation of the transformation. Instead, you should initialize the WVTransform using one of the initialization functions.