- 积分
- 7350
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-7-11
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
begin
diri = "/home/fanweiwei/NCEP/sensibleheating/pgbh06.gdas.1986/"
fils = systemfunc("ls " + diri + "pgbh06.gdas*")
f = addfiles (fils + ".grb2" , "r")
ListSetType (f, "join")
x = f[:]->LHTFL_P8_L1_GLL0
z=dim_avg_n(x(:,100:300,140:200),(/0,1,2/))
print(z)
end
fatal:NclReturnValue: Incomplete information to create return value from builtin function
fatal:["Execute.c":8128]:Execute: Error occurred at or near line 12 in file diqupj
请问各位问题出在哪里,谢谢了!
|
|