- 积分
- 95
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-3-9
- 最后登录
- 1970-1-1
|
发表于 2012-3-12 23:08:57
|
显示全部楼层
I used wgrib in the linux system, so "grep" works well. I searched the wgrib instruction for you if you don't have access to the grep command:
Step 1) wgrib input_file > inventory_file
Step 2) Edit inventory_file and delete all inventory records which you DO NOT WANT to keep
Step 3) wgrib -i -grib -o output_file input_file < inventory_file
So, I guess you have to use this way to delete all the records you don't want, and then creat a new inventory file for wgrib.
Hope it helps,
|
|