bufr2synop 0.24.0
Data Fields
temp_raw_wind_shear_point Struct Reference

Wind shear data point at a pressure level. More...

#include <mettemp.h>

Data Fields

int dt
 
int flags
 
double p
 
double dlat
 
double dlon
 
double ws_blw
 
double ws_abv
 

Detailed Description

Wind shear data point at a pressure level.

Definition at line 222 of file mettemp.h.

Field Documentation

◆ dlat

double temp_raw_wind_shear_point::dlat

Latitude displacement (degrees)

Definition at line 227 of file mettemp.h.

Referenced by print_temp_raw_wind_shear_data(), and temp_parse_x05().

◆ dlon

double temp_raw_wind_shear_point::dlon

Longitude displacement (degrees)

Definition at line 228 of file mettemp.h.

Referenced by print_temp_raw_wind_shear_data(), and temp_parse_x06().

◆ dt

int temp_raw_wind_shear_point::dt

seconds since release

Definition at line 224 of file mettemp.h.

Referenced by print_temp_raw_wind_shear_data(), and temp_parse_x04().

◆ flags

int temp_raw_wind_shear_point::flags

extended vertical sounding significance

Definition at line 225 of file mettemp.h.

Referenced by print_temp_raw_wind_shear_data(), and temp_parse_x08().

◆ p

double temp_raw_wind_shear_point::p

pressure (Pascal)

Definition at line 226 of file mettemp.h.

Referenced by parse_temp_raw_wind_shear_data(), print_temp_raw_wind_shear_data(), and temp_parse_x07().

◆ ws_abv

double temp_raw_wind_shear_point::ws_abv

Wind shear 1 km above

Definition at line 230 of file mettemp.h.

Referenced by parse_temp_raw_wind_shear_data(), print_temp_raw_wind_shear_data(), and temp_parse_x11().

◆ ws_blw

double temp_raw_wind_shear_point::ws_blw

Wind shear 1 km below

Definition at line 229 of file mettemp.h.

Referenced by parse_temp_raw_wind_shear_data(), print_temp_raw_wind_shear_data(), and temp_parse_x11().


The documentation for this struct was generated from the following file: