mirror of https://github.com/ecmwf/eccodes.git
Tools: Rename and documentation
This commit is contained in:
parent
2af959676c
commit
93322ae0c5
|
@ -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;
|
Loading…
Reference in New Issue