Skip to main content

Interface: StormRelativeWindProfile

Defined in: AutumnTypes.ts:5

A wind profile with a storm-motion for plotting storm-relative hodographs

Properties

PropertyTypeDescriptionDefined in
ilonnumberThe grid index in the i directionAutumnTypes.ts:10
jlatnumberThe grid index in the j direction (ignored for unstructured grids)AutumnTypes.ts:7
smunumberu component of storm motion in ktsAutumnTypes.ts:13
smvnumberv component of storm motion in ktsAutumnTypes.ts:16
uFloat32ArrayGround-relative u winds in kts (will be converted to storm-relative during plotting)AutumnTypes.ts:19
vFloat32ArrayGround-relative v winds in kts (will be converted to storm-relative during plotting)AutumnTypes.ts:22
zFloat32ArrayHeight of each data point in kmAutumnTypes.ts:25