- 积分
- 1502
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-4-12
- 最后登录
- 1970-1-1
|
NCL
系统平台: |
|
问题截图: |
- |
问题概况: |
在大型机上安装ncl,有warning。运行ncl自带例子出错,求大神们指点 |
我看过提问的智慧: |
看过 |
自己思考时长(天): |
3 |
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
huanglei@FORECASTER:~> 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.
warning:Unable to Get System Resource File Name?
warning:Unable to load System Resource File (null)
fatal:GetSysAppDir:Unable to get a default value for the system App Resource directory
warning:["Resources.c":734]:Unable to set appSysDir to default value - Using NULL
fatal:GetSysAppDir:Unable to get a default value for the system App Resource directory
warning:["Resources.c":734]:Unable to set appSysDir to default value - Using NULL
warning:Unable to Get System Resource File Name?
warning:WorkstationClassInitialize:Unable to access rgb color database - named colors unsupported:[errno=2]
warning:["Palette.c":1527]:NhlLoadColormapFiles: Invalid directory encountered in colormap path specification
ncl 0> ncl /home/huanglei/wrf_Precip.ncl
fatal:syntax error: line 0 before or near /
ncl /
----^
fatal:error in statement
ncl 1> ncl /home/huanglei/wrf_Precip.ncl
fatal:syntax error: line 1 before or near /
ncl /
----^
fatal:error in statement
ncl 3> ncl /home/huanglei/tool/ncl/lib/ncarg/nclex/gsun/gsun01n.ncl
fatal:syntax error: line 3 before or near /
ncl /
----^
fatal:error in statement
ncl 4> ncl gsun01n.ncl
fatal:syntax error: line 4 before or near gsun01n
ncl gsun01n
----------^
fatal:error in statement
|
|