Normalization
Enumerate the supported modal normalization conventions.
Declaration
classdef NormalizationOverview
Normalization collects the normalization choices used throughout
the internal-modes hierarchy. Following Section 2.4 of Early,
Lelong, and Smith (2020), the main wave-mode norms are the
kConstant norm based on the fixed-\(K\) orthogonality relation and
the omegaConstant norm based on the fixed-\(\omega\) relation.
The valid values are:
Normalization.kConstantfor the manuscript’s \(K\)-constant normNormalization.omegaConstantfor the manuscript’s \(\omega\)-constant normNormalization.uMaxto scale each mode so \(\max F_j = 1\)Normalization.wMaxto scale each mode so \(\max G_j = 1\)Normalization.surfacePressureto scale by the surface value of \(F\)Normalization.geostrophicfor the near-geostrophic interior mode normalization used by some helper workflows
im = InternalModes(rho, zIn, zOut, latitude);
im.normalization = Normalization.kConstant;