Skip to content

Commit

Permalink
#1965 Use the output variable name for time summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Jan 12, 2022
1 parent decebfd commit 5647cba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion met/src/tools/other/ioda2nc/ioda2nc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,6 @@ void addObservation(const float *obs_arr, const ConcatString &hdr_typ,
map<ConcatString,ConcatString> name_map = conf_info.getObsVarMap();
string var_name = obs_var_names[var_index];
string out_name = name_map[var_name];
cout << " DEBUG HS var_name: " << var_name << ", out_name: " << out_name << ", passing: " << (0<out_name.length() ? out_name : var_name) << "\n";
Observation obs = Observation(hdr_typ.text(),
hdr_sid.text(),
hdr_vld,
Expand Down

0 comments on commit 5647cba

Please sign in to comment.