...
Say you want to copy the first 3 messages. This can be done with:
| Code Block |
|---|
$% grib_copy -w count=1/2/3 in.grib out.grib |
...
Then run this as follows:
| Code Block |
|---|
$% grib_filter -o out.grib my.filter in.grib |
...
...
Say you want to copy the first 3 messages. This can be done with:
| Code Block |
|---|
$% grib_copy -w count=1/2/3 in.grib out.grib |
...
Then run this as follows:
| Code Block |
|---|
$% grib_filter -o out.grib my.filter in.grib |
...