- 积分
- 55
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-11-25
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
今天运行了几个ncl出图的代码 都出现了如下报错: GKS ERROR NUMBER -502 ISSUED FROM SUBROUTINE GCLRWK:
-- cairo driver error: error opening output file
可以生成png文件 但就是大小为0KB
我的代码是:
f=addfile("/Build_WRF/WRFV3/test/em_real/wrffirechemi_d01","r")
wks = gsn_open_wks("png","chemifire")
res = True
res@cnFillOn = True
res@cnFillPalette = "gui_default"
res@gsnMaximize = True
no = wrf_user_getvar(f,"ebu_in_no",-1)
plot = wrf_contour(f,wks,no(0,0,:,:),res)
draw(plot)
frame(wks)
跪求大神们帮助~~~~~
|
|