Tools: Rename and documentation

This commit is contained in:
Shahram Najm 2023-12-04 18:18:21 +00:00
parent 2af959676c
commit 93322ae0c5
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
#!/usr/bin/perl
use strict;
# ----------------------------------------------------------------------
# Convert GRIB edition 2 multi-field (several fields per message) files
# to single-field (one field per message)
# ----------------------------------------------------------------------
my $debug = 0;
my $total = 0;
my $previous_bitmap;