爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
楼主: 普鲁斯特

[经验总结] 启用win10下Ubuntu子系统并安装NCL

  [复制链接]

新浪微博达人勋

发表于 2018-8-11 11:23:31 | 显示全部楼层
普鲁斯特 发表于 2018-8-10 22:19
linux下~cmd是命令行看作端口,和linux不是一类概念。

感谢楼主,昨天安装到这一步,按显示来说,应该是成功了
root@DESKTOP-16SB8HQ:~# ncl
Copyright (C) 1995-2018 - All Rights Reserved
University Corporation for Atmospheric Research
NCAR Command Language Version 6.5.0
The use of this software is governed by a License Agreement.
See http://www.ncl.ucar.edu/ for more details.
ncl 0>

但是在测试的时候出了问题,问题如下:
root@DESKTOP-16SB8HQ:~# ng4ex gsun gsun01n -clean

ng4ex: <gsun> is not a known example


NCAR Graphics NCL Example <gsun01n>

Segmentation fault (core dumped)

This example was set up to display the output to an
X11 window.

  Copying gsun01n.ncl
cp: cannot stat '/usr/local/NCL/lib/ncarg/nclex//gsun01n.ncl': No such file or directory

Running NCL...
gsun01n.ncl: No such file or directory.

ncl failed.

请问这是什么原因?应该怎么解决?
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2018-8-11 11:23:35 | 显示全部楼层
普鲁斯特 发表于 2018-8-10 22:19
linux下~cmd是命令行看作端口,和linux不是一类概念。

感谢楼主,昨天安装到这一步,按显示来说,应该是成功了
root@DESKTOP-16SB8HQ:~# ncl
Copyright (C) 1995-2018 - All Rights Reserved
University Corporation for Atmospheric Research
NCAR Command Language Version 6.5.0
The use of this software is governed by a License Agreement.
See http://www.ncl.ucar.edu/ for more details.
ncl 0>

但是在测试的时候出了问题,问题如下:
root@DESKTOP-16SB8HQ:~# ng4ex gsun gsun01n -clean

ng4ex: <gsun> is not a known example


NCAR Graphics NCL Example <gsun01n>

Segmentation fault (core dumped)

This example was set up to display the output to an
X11 window.

  Copying gsun01n.ncl
cp: cannot stat '/usr/local/NCL/lib/ncarg/nclex//gsun01n.ncl': No such file or directory

Running NCL...
gsun01n.ncl: No such file or directory.

ncl failed.

请问这是什么原因?应该怎么解决?
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2018-8-11 11:24:06 | 显示全部楼层
感谢楼主,昨天安装到这一步,按显示来说,应该是成功了
root@DESKTOP-16SB8HQ:~# ncl
Copyright (C) 1995-2018 - All Rights Reserved
University Corporation for Atmospheric Research
NCAR Command Language Version 6.5.0
The use of this software is governed by a License Agreement.
See http://www.ncl.ucar.edu/ for more details.
ncl 0>

但是在测试的时候出了问题,问题如下:
root@DESKTOP-16SB8HQ:~# ng4ex gsun gsun01n -clean

ng4ex: <gsun> is not a known example


NCAR Graphics NCL Example <gsun01n>

Segmentation fault (core dumped)

This example was set up to display the output to an
X11 window.

  Copying gsun01n.ncl
cp: cannot stat '/usr/local/NCL/lib/ncarg/nclex//gsun01n.ncl': No such file or directory

Running NCL...
gsun01n.ncl: No such file or directory.

ncl failed.

请问这是什么原因?应该怎么解决?
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2018-8-12 09:10:41 | 显示全部楼层
Clover 发表于 2018-8-11 11:24
感谢楼主,昨天安装到这一步,按显示来说,应该是成功了
root@DESKTOP-16SB8HQ:~# ncl
Copyright (C) 19 ...

你的NCL已经安装成功了,这一点没问题。之所以例子不能运行,原因在于运行ngex gsun gsun01n -clean时要复制例子,用的是cp 命令,但你之前肯定没有ROOT权限,复制可能需要用sudo cp,还有很多其他地方你如果发现命令不管用,可以试试加个sudo. 但这个测试步骤没必要这么复杂,随便找一个ncl脚本,运行一下就好了。或者直接cd 到例子所在目录,也就是你出错中那一条usr/local/NCL/lib/ncarg/nclex/, 在这里运行一下就好了。
密码修改失败请联系微信:mofangbao
回复 支持 1 反对 0

使用道具 举报

新浪微博达人勋

发表于 2018-8-12 19:34:23 | 显示全部楼层
我按照步骤安装后,输入ncl还是显示的Command 'ncl' not found, but can be installed with:

sudo apt install ncl-ncarg
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2018-8-13 10:01:39 | 显示全部楼层
小悦悦 发表于 2018-8-12 19:34
我按照步骤安装后,输入ncl还是显示的Command 'ncl' not found, but can be installed with:

sudo apt i ...

你这个说得太模糊了,我不知道你哪里出了问题……猜测哈,你环境变量没设好。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2018-8-13 14:54:54 | 显示全部楼层
问题已经解决,谢谢楼主!
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2018-8-21 12:33:43 | 显示全部楼层
不知道我这个Ubuntu版本应该装哪个NCL呢 求大神指点下
捕获.GIF
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2018-8-22 09:07:22 | 显示全部楼层
lacie翼 发表于 2018-8-21 12:33
不知道我这个Ubuntu版本应该装哪个NCL呢 求大神指点下

你这个版本有啥特殊的么?没有吧,所以请看帖子喽~
最新的就用ncl_ncarg-6.5.0-Debian7.11_64bit_nodap_gnu472.tar.gz吧
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2018-8-24 16:20:51 | 显示全部楼层
Clover 发表于 2018-8-13 14:54
问题已经解决,谢谢楼主!

你好,我遇到了和你一样的问题请问你是怎么解决的呢,我运行其他的ncl文件也都找不到路径
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表