- 积分
- 5439
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-12-3
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我刚开始使用grads,很多东西不懂。
我在网上下载了2013年10月份6小时间隔的再分析资料,每个时次一个文件,共124个文件。我写了ctl也能输出idx文件,但是在绘图是总是报错,但是如果只用一个文件时能正常画图。
后来在论坛里看到说可以把文件COPY到一个文件里,然后在生成ctl和idx文件,能画图。我照办啦,但是在绘图时出现同样的错误。
请高手指点。
ctl文件:
dset e:\201310\201310.grb
index e:\201310\201310.grb.idx
undef 9.999E+20
title e:\201310\201310.grb
* produced by grib2ctl v0.9.12.5p39c
dtype grib 2
options yrev
ydef 73 linear -90.000000 2.5
xdef 144 linear 0.000000 2.500000
tdef 124 linear 00Z01oct2013 6hr
* z has 17 levels, for prs
zdef 17 levels
1000 925 850 700 600 500 400 300 250 200 150 100 70 50 30 20 10
vars 12
ABSVprs 17 41,100,0 ** (profile) Absolute vorticity
HGTsfc 0 7,1,0 ** surface Geopotential height [gpm]
HGTprs 17 7,100,0 ** (profile) Geopotential height [gpm]
PRATEsfc 0 59,1,0 ** surface Precipitation rate [kg/m^2/s]
PRESsfc 0 1,1,0 ** surface Pressure [Pa]
PRESmsl 0 1,102,0 ** unknown level Pressure [Pa]
PWATclm 0 54,200,0 ** atmos column Precipitable water [kg/m^2]
RHprs 17 52,100,0 ** (profile) Relative humidity [%]
TMPprs 17 11,100,0 ** (profile) Temp. [K]
UGRDprs 17 33,100,0 ** (profile) u wind [m/s]
VGRDprs 17 34,100,0 ** (profile) v wind [m/s]
VVELprs 17 39,100,0 ** (profile) Pressure vertical velocity [Pa/s]
ENDVARS
|
-
|