- 积分
- 37
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-4-18
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我用g2ctl处理grib2数据。我在dos里输入的命令:
cd C:\GrADS19\win32 然后输入 g2ctl E:/cfs/wnd850.03.2013041712.daily.grb2>E:\cfs\2013041712.ctl
我生成出来的ctl为:
dset E:\cfs\wnd850.03.2013041712.daily.grb2
index E:\cfs\wnd850.03.2013041712.daily.grb2.idx
undef 9.999E+20
title E:\cfs\wnd850.03.2013041712.daily.grb2
* produced by g2ctl v0.0.3d
* griddef=1:0:(360 x 181):grid_template=0: lat-lon grid:(360 x 181) units 1e-06 input WE:NS output WE:SN res 48 lat 90.000000 to -90.000000 by 1.000000 lon 0.000000 to 359.000000 by 1.000000 #points=65160
dtype grib2
ydef 181 linear -90.000000 1
xdef 360 linear 0.000000 1.000000
tdef 180 linear 18Z17apr2013 6hr
zdef 1 linear 1 1
vars 2
UGRD850mb 0,100,85000 0,2,2 ** 850 mb none U-Component of Wind [m/s]
VGRD850mb 0,100,85000 0,2,3 ** 850 mb none V-Component of Wind [m/s]
ENDVARS
然后我再用 gridmap -i E:\cfs\2013041712.ctl去生成指针文件,怎么总提示data file type invalid----->the invalid description file record is :------>dtype grib2 The data file was not open. 请各位高手赐教!
|
|