- 积分
- 758
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-10-11
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
各位大侠晚上好,小弟在对grib2数据解码时碰到了一些问题,ctl文件已经生成,但是idx文件无法生成,主要是因为grib文件名不规则引起的,但是不知道该怎么解决,求指导?数据文件如下:
ctl文件已经生成如下:
dset D:\datafiles\ipvhnl.gdas.2009%m2%d2-2009%m2%d2.grb2
index D:\datafiles\ipvhnl.gdas.20090101-20090105.grb2.idx
undef 9.999E+20
title D:\datafiles\ipvhnl.gdas.20090101-20090105.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 360.000000 by 1.000000 #points=259920
dtype grib2
options template
ydef 181 linear -90.000000 1.0
xdef 360 linear 0.000000 1.00000
tdef 1460 linear 00Z01jan2009 6hr
zdef 1 linear 1 1
vars 1
PRESsfc 0,1,0 0,3,0 ** surface none Pressure [Pa]
ENDVARS
但是在生成idx文件时出错:
grib2map: scanning GRIB2 file: D:\datafiles\ipvhnl.gdas.20090101-20090101.grb2
grib2map warning: could not open GRIB file: D:\datafiles\ipvhnl.gdas.20090101-20090101.grb2
grib2map: scanning GRIB2 file: D:\datafiles\ipvhnl.gdas.20090102-20090102.grb2
grib2map warning: could not open GRIB file: D:\datafiles\ipvhnl.gdas.20090102-20090102.grb2
grib2map: scanning GRIB2 file: D:\datafiles\ipvhnl.gdas.20090103-20090103.grb2
grib2map warning: could not open GRIB file: D:\datafiles\ipvhnl.gdas.20090103-20090103.grb2
grib2map: scanning GRIB2 file: D:。。。。。。
求指教。
|
|