bufr2synop 0.24.0
|
It stores a main level data in a TEMP report. More...
#include <mettemp.h>
Data Fields | |
char | PnPnPn [4] |
char | TnTnTan [4] |
char | DnDn [4] |
char | dndnfnfnfn [8] |
It stores a main level data in a TEMP report.
Detailed data at a main level (surface, tropopause ...)
char temp_main_level_data::DnDn[4] |
Dewpoint depression . (Code table 0777)
Definition at line 251 of file mettemp.h.
Referenced by parse_temp_raw_data(), print_temp_a_sec2(), and print_temp_a_sec3().
char temp_main_level_data::dndnfnfnfn[8] |
true wind direction in tens of degree and wind speed
Definition at line 252 of file mettemp.h.
Referenced by parse_temp_raw_data(), print_temp_a_sec2(), and print_temp_a_sec3().
char temp_main_level_data::PnPnPn[4] |
Pressure in hPa at level omiting thousand unit
Definition at line 249 of file mettemp.h.
Referenced by parse_temp_raw_data(), print_temp_a_sec2(), and print_temp_a_sec3().
char temp_main_level_data::TnTnTan[4] |
Temperature . Whole degrees and tenth and sign of temperature (Code Table 3931)
Definition at line 250 of file mettemp.h.
Referenced by parse_temp_raw_data(), print_temp_a_sec2(), and print_temp_a_sec3().