fixedGridTransform
Build a transform on another transform’s vertical grid.
Declaration
transform = fixedGridTransform(self,referenceTransform,options)
Parameters
selfInternalModesBasis instancereferenceTransformInternalModesTransform whose grid and weights define the fixed gridoptions.component"F","G", or"both"options.projectionToleranceleakage tolerance for retained prefix modesoptions.maxConditionNumbercondition-number limitoptions.nTailChecknumber of rejected tail modes checked for leakageoptions.preserveSizetrue to keep rejected rows as zeros
Returns
transformInternalModesTransform evaluated on the fixed grid
Discussion
This method evaluates the current basis on the reference grid and builds a weighted pseudoinverse there. It is intended for cases where a model fixes the hydrostatic quadrature grid but needs nonzero-\(\kappa\) IGW modes evaluated on that grid.