bufr2synop 0.24.0
|
Section 2 for a part A of a TEMP report. More...
#include <mettemp.h>
Data Fields | |
size_t | n |
struct temp_main_level_data | lev0 |
struct temp_std_level_data | std [TEMP_NSTAND_MAX] |
struct temp_main_level_data temp_a_sec2::lev0 |
data at starting point
Definition at line 365 of file mettemp.h.
Referenced by parse_temp_raw_data(), and print_temp_a_sec2().
size_t temp_a_sec2::n |
current number of standard levels
Definition at line 364 of file mettemp.h.
Referenced by parse_temp_raw_data(), and print_temp_a_sec2().
struct temp_std_level_data temp_a_sec2::std[TEMP_NSTAND_MAX] |
Array with data at standard levels
Definition at line 366 of file mettemp.h.
Referenced by parse_temp_raw_data(), and print_temp_a_sec2().