- 积分
- 391
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-2-13
- 最后登录
- 1970-1-1

|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
f=addfile("./2020042000_024.grib2","r")
lat = f->lat_0
lon = f->lon_0
ncfile = addfile(filepath + filename,"r")
pre = ncfile->rain(0,:,:)
latitude = ncfile->latitude
longitude = ncfile->longitude
pre@_FillValue = -999.0
APCP=linint2_Wrap(longitude,longitude,pre,False,lon,lat,0)
运行的时候就出现这个错误
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":8575]:Execute: Error occurred at or near line 4868 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
|
|