- 积分
- 47565
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-11-14
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
下载的ncl_ncarg-6.1.2.Linux_RHEL5.6_x86_64_gcc412准备在服务器上安装,安装的操作完全是按照清风的帖子http://bbs.06climate.com/forum.php?mod=viewthread&tid=5670&extra=&page=1的步骤
但是操作完了之后吧,有这么一个问题,就是这台服务器之前安装了一个ncl5.1,安装在了/usr/local下。
我的账户不能够使用它,所以才在home自己的账户下安装的6.1.2。
source之后测试了一下那个gsun01n.ncl发现不能执行。
报错信息很长,我就把中间大段去掉了了:
This example was set up to display the output to an
X11 window.
Copying gsun01n.ncl
Running NCL...
Copyright (C) 1995-2009 - All Rights Reserved
University Corporation for Atmospheric Research
NCAR Command Language Version 5.1.1
The use of this software is governed by a License Agreement.
See http://www.ncl.ucar.edu/ for more details.
fatal:syntax error: line 3315 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl before or near windowWorkstationClass
window = create name + "_x11" windowWorkstationClass
---------------------------------------------------------------^
fatal:syntax error: line 3316 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl before or near "wkFormat
"wkFormat"
-------------------------^
fatal:error in statement
fatal:syntax error: line 3317 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl before or near "wkPause
"wkPause"
。
。
。
。
Finished running 'ncl < gsun01n'...
总之看这个意思是我的6.1.2根本没有安装上,还是在用哪个5.1的,但是由于不明原因又用不了。
由于我没有权限,之前那个5.1的也删除不了。很郁闷,求各位前辈指点。
|
|