diff --git a/data/config/IODA2NCConfig_default b/data/config/IODA2NCConfig_default index 4f6e573e7a..2ac36c27ce 100644 --- a/data/config/IODA2NCConfig_default +++ b/data/config/IODA2NCConfig_default @@ -88,8 +88,8 @@ obs_name_map = []; // Default mapping for Metadata. // metadata_map = [ - { key = "message_type"; val = "msg_type"; }, - { key = "station_id"; val = "report_identifier"; }, + { key = "message_type"; val = "msg_type,station_ob"; }, + { key = "station_id"; val = "station_id,report_identifier"; }, { key = "pressure"; val = "air_pressure,pressure"; }, { key = "height"; val = "height,height_above_mean_sea_level"; }, { key = "elevation"; val = ""; } diff --git a/docs/Users_Guide/reformat_point.rst b/docs/Users_Guide/reformat_point.rst index 75e7d51ac8..7a5171028a 100644 --- a/docs/Users_Guide/reformat_point.rst +++ b/docs/Users_Guide/reformat_point.rst @@ -951,8 +951,8 @@ _____________________ .. code-block:: none metadata_map = [ - { key = "message_type"; val = "msg_type"; }, - { key = "station_id"; val = "report_identifier"; }, + { key = "message_type"; val = "msg_type,station_ob"; }, + { key = "station_id"; val = "station_id,report_identifier"; }, { key = "pressure"; val = "air_pressure,pressure"; }, { key = "height"; val = "height,height_above_mean_sea_level"; }, { key = "elevation"; val = ""; } diff --git a/src/tools/other/ioda2nc/ioda2nc.cc b/src/tools/other/ioda2nc/ioda2nc.cc index 6fa1201a6e..dbfac519ee 100644 --- a/src/tools/other/ioda2nc/ioda2nc.cc +++ b/src/tools/other/ioda2nc/ioda2nc.cc @@ -102,7 +102,6 @@ static int compress_level = -1; //////////////////////////////////////////////////////////////////////// static IntArray filtered_times; -//static map variableTypeMap; static bool do_summary; static bool save_summary_only = false; @@ -412,10 +411,10 @@ void process_ioda_file(int i_pb) { get_var_names(f_in, &var_names); get_dim_names(f_in, &dim_names); for(idx=0; idx