diff --git a/.github/dummy_for_action b/.github/dummy_for_action deleted file mode 100644 index 91bdf4d63e..0000000000 --- a/.github/dummy_for_action +++ /dev/null @@ -1,2 +0,0 @@ -#update me to add action comment - diff --git a/met/src/tools/other/ioda2nc/ioda2nc.cc b/met/src/tools/other/ioda2nc/ioda2nc.cc index cc36eed5fe..00244d20fb 100644 --- a/met/src/tools/other/ioda2nc/ioda2nc.cc +++ b/met/src/tools/other/ioda2nc/ioda2nc.cc @@ -379,7 +379,7 @@ void process_ioda_file(int i_pb) { bool apply_poly_mask = (conf_info.poly_mask.n_points() > 0); hdr_typ[0] = 0; - + file_ut = beg_ut = end_ut = hdr_vld_ut = (unixtime) 0; // List the IODA file being processed @@ -403,11 +403,11 @@ void process_ioda_file(int i_pb) { min_msg_ut = max_msg_ut = (unixtime) 0; min_time_str[0] = 0; max_time_str[0] = 0; + modified_hdr_typ[0] = 0; // Set the file name for the IODA file file_name << ioda_files[i_pb]; - int nrecs = 0; //int nstring = 0; StringArray var_names, dim_names;