- 积分
- 2273
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-4-8
- 最后登录
- 1970-1-1
|
发表于 2016-12-28 17:53:26
|
显示全部楼层
楼主我有个问题,就是照你这个思路
lon = fspan(69.75, 140.25, 283)
lat = fspan(14.75, 55.25, 163)
plot = gsn_csm_blank_plot(wks,bres)
do j=1, 283
do i=1, 163
gsn_text(wks,plot,rain(i, j),lon(i),lat(j),False)
end do
end do
这样的话总会有warning:Argument 2 of the current function or procedure was coerced to the appropriate type and thus will not change if the function or procedure modifies its value
fatal:["NclAtt.c":262]:Attribute assignment type mismatch.这样的错误,请问怎么办呢?
|
|