Description

Adjust a wind component for the fall of a sonde (dropsonde only).

The wind component series is first smoothed, and then a time tendency is computed for each data point. The observation is then adjusted according to the formula, using the previously calculated vertical velocity.

Formula

Basic correction

At each point in the U and V wind component series wadj(worig,dz,wavelength) is calculated as:

wadj=worigdworig×dzg where:
dworig is the first derivative of a Bspline fit of the wind component series using the given wavelength (Aspen config parameter WindDynCorWL).

Blending interval near surface

In the last 4 seconds of a sounding, the blending interval is shortened to prevent oversmoothing of valuable wind data near the surface. For points within this interval, two separate corrected wind values are calculated: one using dworig from the Bspline calculated with wavelength WindDynCorWL, the other using dworig from a Bspline calculated with a wavelength of 4.0 seconds. The two corrections are then blended together:
wfinal=factor×wadj+(1factor)×wblend where factor=endTimecurrTime4.0

Source


Edit me
Tags: algorithm qc