transformWaveVortexToUVWEta
transform wave-vortex coefficients \((A_+,A_-,A_0)\) to fluid variables \((u,v,\eta)\).
Declaration
[u,v,w,n] = transformWaveVortexToUVWEta(self,Ap,Am,A0,t)
Parameters
Ap
positive wave coefficients at reference time t0Am
negative wave coefficients at reference time t0A0
geostrophic coefficients at reference time t0t
(optional) time of observations
Returns
u
x-component of the fluid velocityv
y-component of the fluid velocityw
z-component of the fluid velocityn
scaled density anomaly
Discussion
This function is the inverse 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.