...
| Excerpt |
|---|
|
Say you want to copy the first 3 messages. This can be done with: % grib_copy -w count=1/2/3 in.grib out.grib
|
Step-by-step guide
Say you want to copy the first 3 messages. This can be done with:
...
| Code Block |
|---|
|
if (count == 3 || count == 13) {
write; # Write out message 3 and 13 only
} |
Related articles
| Content by Label |
|---|
| showLabels | false |
|---|
| max | 5 |
|---|
| spaces | ~usa |
|---|
| showSpace | false |
|---|
| sort | modified |
|---|
| reverse | true |
|---|
| type | page |
|---|
| cql | label in ("kb-how-to-article","eccodes-faqs","grib","grib_copy","clone","grib_filter") and label in ("grib","grib_copy","grib_filter") and type = "page" and space = "UDOC" |
|---|
| labels | kb-how-to-article |
|---|
|
...