- 积分
- 523
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-4-19
- 最后登录
- 1970-1-1
|
发表于 2022-5-12 15:48:37
|
显示全部楼层
f = addfile('D:/Temp/GrADS/model.ctl')
ps = f['PS'][0,'10:60','60:140']
王老师,这第二句后面的参数是什么意思,我的数据是grb2格式的可以直接用吗?
http://bbs.06climate.com/forum.p ... p;page=1#pid1011858
用的资料是您以前帮我看过的,
f = addfile('D:/test/Z_NWGD_C_BCLZ_20190521053918_P_RFFC_SPCC-TMAX_201905210800_24024.GRB2')
PS=f('PS')[0,0,:,:]我是这么写的,报错是这样的应该是第二行格式问题
Traceback (most recent call last):
File "<iostream>", line 2, in <module>
TypeError: 'DimDataFile' object is not callable
|
|