登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
估计用mac的人对grads的安装和运行比较烦恼,我最开始是直接装了双系统,后来切换系统觉得很麻烦,捣鼓了一下终于在mac上装好了,本帖是参考“龍_彳亍_天_下” 的回复然后试着去做,蛮有效的,感谢,整理了之后分享一下~!
首先,在官网上选择适合自己的版本下载安装包 http://cola.gmu.edu/grads/downloads.php(这个没什么技术含量下载解压安装就好啦),我自己的mac已经更新到10.12.3 了,看了一下官网上的grads最新匹配的版本才10.9,不过没关系,照样能用~(貌似还要有XQuartz,因为我的电脑本身就有所以没在意,没有的童鞋还是下载一下吧~)
下载了之后,另外在官网上http://cola.gmu.edu/grads/downloads.php 找到:
“Supplementary FilesThe font and map files are supplementary data sets that are required in order to run GrADS. Their default location is: /usr/local/lib/grads/. If you do not have write permission for this directory you can place the files elsewhere, but you must also change the environment variable GADDIR so the GrADS executables will know where to find these files. You can download the data files separately by clicking here: data2.tar.gz.” 下载data2.tar.gz并解压缩,将data2文件放在你grads解压安装包目录下。
之后就打开终端程序(terminal)输入cd回车,然后输入touch .bash_profile回车,open .bash_profile回车,这时会弹出一个文本框,
输入# grads
export GADDIR=/Users/lanruoyu/Desktop/grads/bin/data2
export GASCRP=/Users/lanruoyu/Desktop/grads/bin/lib *(安装包里没有,但还是先把它写上)
export PATH=/Users/lanruoyu/Desktop/grads/bin:$PATH *(grads的路径)然后关掉该文本,在终端上输入source .bash_profile回车,这样就好啦
最后直接关掉终端,在grads解压安装包目录里找到一个叫grads的exec文件,双击就会再次弹出终端,接下来就跟windows里的grads操作一样,我测试了一个nc文件是可读可画图的~
|