- 积分
- 7954
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-3-25
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
身为matlab小白的我想要用matlab读取grib文件,可是试了好多个网站下载下来的程序都不行。麻烦知道的人指点一下吧~ 谢谢大家啦
这是grib文件的ctl:
dset E:/CALIPSO/plev-20071101.grib
index E:/CALIPSO/plev-20071101.grib.idx
undef 9.999E+20
title E:/CALIPSO/plev-20071101.grib
* produced by grib2ctl v0.9.12.5p39c
dtype grib 255
options yrev
ydef 241 linear -90.000000 0.75
xdef 480 linear -180.000000 0.750000
tdef 4 linear 00Z01nov2007 6hr
* z has 16 levels, for prs
zdef 16 levels
1000 975 950 925 900 875 850 825 800 775 750 700 650 600 550 500
vars 6
Rprs 16 157,100,0 ** (profile) Relative humidity [%]
Tprs 16 130,100,0 ** (profile) Temperature [K]
Uprs 16 131,100,0 ** (profile) U velocity [m s**-1]
Vprs 16 132,100,0 ** (profile) V velocity [m s**-1]
Wprs 16 135,100,0 ** (profile) Vertical velocity [Pa s**-1]
Zprs 16 129,100,0 ** (profile) Geopotential [m**2 s**-2]
ENDVARS
|
|