||
Win版的安装是安装顺序和Linux是一样的,先安装预处理软件,然后再安装HYSPLIT,安装步骤参考官网指南。
http://ready.arl.noaa.gov/documents/Tutorial/html/install_unix.html
以下问题可能会根据不同系统环境不定出现。
大部分问题均在HYSPLIT论坛上出现。
https://hysplitbbs.arl.noaa.gov/viewforum.php?f=12&sid=e07570296e18fbe603d6f51a46b6c636
编辑:zqq0ew0
日期:2017.5.24
http://blog.csdn.net/zwx19921215/article/details/41823753
解决方法如下(修改dns配置)
vi /etc/resolv.conf
在此文件最后加入:nameserver 8.8.8.8
如果没有vi编辑器可用:
echo "nameserver 8.8.8.8" >>/etc/resolv.conf
然后ping www.baidu.com
可以ping通,不会再出现unknow host
https://serverfault.com/questions/446474/install-recent-imagemagick-on-centos-6-3
http://www.unix.com/linux/174307-errno-256-no-more-mirrors-try.html
http://www.linuxidc.com/Linux/2012-08/68483.htm
# yum clean all && yum clean metadata && yum clean dbcache && yum makecache && yum update –y
安装dos2unix
sudo yum install dos2unix
特别注意:
默认是3,所以都要改成4
原因是wish命令找不到,安装TK/TCL后都有wish命令
https://hysplitbbs.arl.noaa.gov/viewtopic.php?t=514
首先将配置一下LD_LIBRARY_PATH
然后利用sudo yum install lib*安装其他没有的库文件
http://happyqing.iteye.com/blog/2047363
原因:没有安装x-window
安装x-window,执行命令为:yum groupinstall "X Window System" –y