- 积分
- 875
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-10-14
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如果运行ncl的时候出现以下的错误信息而你又能确保.bashrc文件木有错误的话,那就说明是服务器上的Xwindows木有,因而无法在编译的时候使用x11打开,只需要把写的ncl文件中的type类型从x11换成pdf或者ps就可以了
1:
warning:GKS:GOPWK: --X driver error: DISPLAY environment variable not set
warning:GKS:GESC: --SPECIFIED WORKSTATION IS NOT OPEN
fatal:Workstation with PID#8 is not open
fatal:Unable to open Workstation-Can't Create
fatal:Unable to access object with id:-4
fatal:_NhlCreate:Invalid Parent id #-4
fatal:NhlDraw: Invalid Layer Id: -4
fatal:Unable to update Workstation with PID#-4
fatal:Unable to clear Workstation with PID#-4
fatal:Execute: Error occurred at or near line 3077 in file /home/lux/other/lib/ncarg/nclscripts/csm/gsn_code.ncl
fatal:Execute: Error occurred at or near line 8657 in file /home/lux/other/lib/ncarg/nclscripts/csm/gsn_code.ncl
fatal:Execute: Error occurred at or near line 11 in file test1.ncl
2:
fatal:Could not open ($NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl)
fatal:error at line 1 in file test1.ncl
fatal:syntax error: line -1 before or near
特别感谢ztftom大大的帮助和提醒
|
|