Interface: StormRelativeWindProfile
Defined in: AutumnTypes.ts:5
A wind profile with a storm-motion for plotting storm-relative hodographs
Properties
Property | Type | Description | Defined in |
---|---|---|---|
ilon | number | The grid index in the i direction | AutumnTypes.ts:10 |
jlat | number | The grid index in the j direction (ignored for unstructured grids) | AutumnTypes.ts:7 |
smu | number | u component of storm motion in kts | AutumnTypes.ts:13 |
smv | number | v component of storm motion in kts | AutumnTypes.ts:16 |
u | Float32Array | Ground-relative u winds in kts (will be converted to storm-relative during plotting) | AutumnTypes.ts:19 |
v | Float32Array | Ground-relative v winds in kts (will be converted to storm-relative during plotting) | AutumnTypes.ts:22 |
z | Float32Array | Height of each data point in km | AutumnTypes.ts:25 |