Skip to content

Commit

Permalink
Per #2168, tweak log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Jun 1, 2023
1 parent d84c8e8 commit 12242b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tools/tc_utils/tc_diag/tc_diag.cc
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ static void compute_lat_lon(TcrmwGrid&, double *, double *);

// TODO, as of 6/1/2023:
// - Write the CIRA ascii diagnostics output file format.
// - Instead of reading DataPlanes one at a time, read them all at once.
// - get_var_names() returns a multimap that is sorted by the order of
// the variable names. This reorders the vars in the NetCDF cyl coord
// output. Would prefer that reordering not happen.
Expand Down Expand Up @@ -877,7 +878,7 @@ void process_track_points(const TrackInfoArray& tracks) {
// Loop over the domains to be processed
for(j=0; j<conf_info.domain_info.size(); j++) {

mlog << Debug(2) << "Processing valid time "
mlog << Debug(3) << "Processing valid time "
<< unix_to_yyyymmddhh(valid_ta[i]) << " \""
<< conf_info.domain_info[j].domain
<< "\" domain.\n";
Expand Down

0 comments on commit 12242b1

Please sign in to comment.