- 积分
- 9462
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-5-12
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我下载了ncl_ncarg-6.1.0-beta.Linux_RedHat_x86_64_gcc444.tar.gz安装包,
安装ncl的步骤如下,
#cd /home/shangbn/wrf_software
#rmp -i libdap-3.7.8-2.fc8.1.i386.rpm --force --nodeps
#rmp -i libnc-dap-3.7.0-7.fc8.i386.rpm --force --nodeps
#rmp -i compat-libf2c-34-3.4.6-4.i386.rpm --force --nodeps
#mkdir /home/shangbn/ncl
#tar -zxvf ncl_ncarg-6.1.0-beta.Linux_RedHat_x86_64_gcc444.tar.gz -C /home/shangbn/ncl
配置环境变量:
## set ncl_ncarg ##
export NCARG_ROOT=/home/shangbn/ncl
export NCARG_LIB=/home/shangbn/ncl/lib
export NCARG_INC=/home/shangbn/ncl/include
export PATH=$PATH:/home/shangbn/ncl/bin
保存后激活:#source /home/shangbn/.bashrc
建立.hluresfile文件
执行:
# ng4ex gsun01n
出现如下警告,这说明我的ncl安装出错了,大家可以帮我看看么?
NCAR Graphics NCL Example <gsun01n>
This example was set up to display the output to an
X11 window.
Copying gsun01n.ncl
Running NCL...
Copyright (C) 1995-2012 - All Rights Reserved
University Corporation for Atmospheric Research
NCAR Command Language Version 6.1.0-beta
The use of this software is governed by a License Agreement.
See http://www.ncl.ucar.edu/ for more details.
Segmentation fault
ncl failed.
|
|