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
Appositive wave coefficients at reference time t0Amnegative wave coefficients at reference time t0A0geostrophic coefficients at reference time t0t(optional) time of observations
Returns
ux-component of the fluid velocityvy-component of the fluid velocitywz-component of the fluid velocitynscaled 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.