bufr2synop 0.24.0
|
It stores a standard level data in TEMP report. More...
#include <mettemp.h>
Data Fields | |
char | PnPn [4] |
char | hnhnhn [4] |
char | TnTnTan [4] |
char | DnDn [4] |
char | dndnfnfnfn [8] |
char temp_std_level_data::DnDn[4] |
Dewpoint depression . (Code table 0777)
Definition at line 264 of file mettemp.h.
Referenced by parse_temp_raw_data(), and print_temp_a_sec2().
char temp_std_level_data::dndnfnfnfn[8] |
true wind direction in tens of degree and wind speed
Definition at line 265 of file mettemp.h.
Referenced by parse_temp_raw_data(), and print_temp_a_sec2().
char temp_std_level_data::hnhnhn[4] |
Altitude (in mgp) of standard levels
Definition at line 262 of file mettemp.h.
Referenced by parse_temp_raw_data(), and print_temp_a_sec2().
char temp_std_level_data::PnPn[4] |
Pressure in hPa at standard level int tens of hPa. 1000 = '00' , 925 = '92'
Definition at line 261 of file mettemp.h.
Referenced by parse_temp_raw_data(), and print_temp_a_sec2().
char temp_std_level_data::TnTnTan[4] |
Temperature . Whole degrees and tenth and sign of temperature (Code Table 3931)
Definition at line 263 of file mettemp.h.
Referenced by parse_temp_raw_data(), and print_temp_a_sec2().