- 积分
- 15
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2022-3-1
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
begin
fi = addfile("E:/ep/epz.JRA55.nc", "r")
level = fi ->level
lat = fi ->lat
epz = fi ->epz
fo = addfile("E:/ep/epz.MIROC6.nc", "r")
LAT = fo ->lat
LEVEL = fo ->level
epz_1 = linint2_Wrap(level, lat, epz, True, LEVEL, LAT, 0)
printVarSummary(epz_1)
end
就显示这样的错误:
fatal:linint2: The rightmost dimensions of fi must be nyi x nxi, where nyi and nxi are the lengths of yi and xi respectively
fatal:["Execute.c":8578]:Execute: Error occurred at or near line 4834 in file /usr/local/lib/ncarg/nclscripts/csm/contributed.ncl
fatal:["Execute.c":8578]:Execute: Error occurred at or near line 12 in file G:/program/7-JRA55chazhi
|
|