- 积分
- 478
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-10-4
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 哈库拉玛塔塔000 于 2017-4-23 17:24 编辑
在用ncl读取hdf格式的TBB数据时,总说变量不存在,可是变量确实是正确的,真的不知道是什么原因了,还请大家指点
(1)这是文件信息:
Variable: f
Type: file
filename: FY2F_TBB_IR1_NOM_20150714_0030
path: /cygdrive/g/FY_2E/FY2F_TBB_IR1_NOM_20150714_0030.hdf
dimensions:
phony_dim_0 = 2288
chunk dimensions:
phony_dim_0 = 114
variables:
Variable: FY2F TBB Hourly Product
Type: float
Total Size: 5234944 values
20939776 bytes
Number of Dimensions: 2
Dimensions and sizes: [ 2288 <phony_dim_0> x 2288 <phony_dim_0> ]
Chunking Info: [ 114 <phony_dim_0> x 2288 <phony_dim_0> ]
Coordinates:
Number of Attributes: 6
LayerName : FY2F TBB Hourly Producta
Unit : K ▒▒▒M,a
LowerValidRange : 160
UpperValidRange : 340
FillValue : 0
QualityIndex :
(2)这是报错:
fatal:["Execute.c":132]:variable (FY2F_TBB_Hourly_Product) is not in file (/cygdrive/G/FY_2F/FY2F_TBB_IR1_NOM_20150714_0030.hdf)
fatal:["Execute.c":6316]:variable (FY2F_TBB_Hourly_Product) is not in file (f)
fatal:["Execute.c":8575]:Execute: Error occurred at or near line 6 in file /cygdrive/g/tbb.ncl
|
|