bufr2synop 0.24.0
|
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 |
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().
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().
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().
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().
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().
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().
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().