Skip to content

Commit

Permalink
Add debug level 4 message to list out the number of GRIB2 records inv…
Browse files Browse the repository at this point in the history
…entoried. This helps debugging issues with MET potentially not reading all input GRIB2 records on WCOSS.
  • Loading branch information
JohnHalleyGotway committed Nov 7, 2020
1 parent 949ad7c commit 42d6d4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions met/src/libcode/vx_data2d_grib2/data2d_grib2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,10 @@ void MetGrib2DataFile::read_grib2_record_list() {

} // END: while( read_grib2_record() )

mlog << Debug(4) << "MetGrib2DataFile::read_grib2_record_list() - "
<< "processed " << rec_num - 1 << " records from GRIB2 file: "
<< Filename << "\n";

return;
}

Expand Down

0 comments on commit 42d6d4a

Please sign in to comment.