对于 Ubuntu 16,请查看 NCL 论坛在 mailman.ucar.edu/pipermail/ncl-install/2017-November/thread.html 提供的帮助,此处恢复:
http://conda.pydata.org/miniconda.html
使用 Python 3.6 Linux 64 位(bash 安装程序)
cd /home/user/Downloads/
chmod +x Miniconda2-latest-Linux-x86_64.sh
./Miniconda2-latest-Linux-x86_64.sh
conda -V
康达 4.3.30
http://ncl.ucar.edu/Download/conda.shtml
conda create -n ncl_stable -c conda-forge ncl=6.4.0 gsl
root@hostname:~# source activate ncl_stable
(ncl_stable) root@hostname:~# ncl -V
6.4.0
ng4ex xy05n -clean -W png
有用!
在 conda (ncl_stable) 之外
ng4ex
当前未安装程序“ng4ex”。您可以通过以下方式安装它:
sudo su
vi /etc/apt/sources.list
在最后添加
deb http://http.us.debian.org/debian/ testing non-free contrib main
退出编辑器
apt-get update
apt install libncarg-bin